[Newbies] 网卡内核编译完成后的安装问题
Tofloor
poster avatar
134******49
deepin
2022-02-27 08:30
Author

我的网卡是水星MW150US,对应的芯片是rtl8188eu,但不知道为什么使用lsusb看不到这个型号

后来网上找了rtl8188eu的驱动。编译完成后,使用sudo make install安装,提示no such file or directory

我去wireless的文件夹里也看到了8188eu.ko的文件,但是插上usb网卡仍没有网络。所有想请教下各位大神,这个是什么原因呢?

Screenshot_20220227_002257.png
Screenshot_20220227_002121.png

Reply Favorite View the author
All Replies
jjcui8595
deepin
2022-02-27 15:31
#1

安装wget,

sudo apt install wget

下载驱动

wget https://github.com/juanro49/rtl88x2ce-dkms/releases/download/5.7.3_35403_20210523/rtl88x2ce-dkms_35403_amd64.deb

安装

sudo dpkg -i rtl88x2ce-dkms_35403_amd64.deb

sudo modprobe rtl88x2ce

Reply View the author
jjcui8595
deepin
2022-02-27 15:32
#2

UOS论坛版主发的,试试吧

Reply View the author
deepin-superuser
deepin
2022-02-27 15:41
#3

既然报错了 肯定是有一些有问题导致没装上

看你用的是KDE, 但是报错是提示 redhat 说明这个驱动可能和你的系统不适配

Reply View the author
s***l@letterguard.net
deepin
2025-02-27 14:12
#4

It seems you’re facing challenges with your RTL8188EU network card installation. Double-check the paths when running the sudo make install command, as Geometry Dash requires precision to clear levels. Ensure all dependencies are installed; sometimes missing components can lead to install errors. If the card still isn't recognized, consider troubleshooting hardware connections or consulting community forums for specific advice tailored to your chip.

Reply View the author