[other] DeepinV20.9安装wifi网卡驱动
Tofloor
poster avatar
蓝鲸
deepin
2023-08-17 00:04
Author

DeepinV20.9安装wifi网卡驱动

问题描述:

手中有一块128G闲置的SSD,闲来无事就打算给电脑安装个Deepin系统玩玩,原电脑使用一块USB无线网卡联网,在安装完成DeepinV20.9系统后,设置网络时发现没有无线网络选项,于是就麻了...

使用环境:

硬件部分:

主板:GIGABYTE H410M H V3

处理器:Intel Pentium Gold G6405

内存:DDR4 SDRAM 1333.3MHz 8GB

显卡:Intel UHD Graphics 610 (内置)

硬盘:Kingchuxing 128GB SSD

无线网卡:RTL8188GU WLAN Adapter USB版

软件部分:

系统:Deepin V20.9 社区版

解决方案:

  • 插入USB无线网卡

  • CTRL+ALT+T打开终端窗口

  • 输入 lsusb 命令,在反馈结果中找到无线网卡信息,例如找到信息如下:Bus 001 Device 002: ID 0bda:b711 Raltek Semiconductor Corp. RTL8188GU 802.11n WLAN Adapter (After Modeswitch)

  • 输入 sudo apt install git make 命令,输入系统密码,按提示输入Y回车完成相关命令程序的安装

  • 输入 git clone https://github.com/lwfinger/rtl8xxxu.git 命令,下载网卡驱动

  • 输入如下命令,完成驱动安装

    cd rtl8xxxu/
    sudo clean modules && sudo make install
    sudo make install_fw
    sudo modprobe rtl8188gu_git
    
  • 完成以上操作后,可打开设置窗口,在网络选项卡中找到无线网络选项,完成网络连接即可使用无线网卡上网。

Reply Favorite View the author
All Replies
宏彦
deepin
2023-08-17 00:09
#1

like

(是不是可以给个加精置顶了)

Reply View the author
186******75
deepin
2023-08-17 00:51
#2
It has been deleted!
186******75
deepin
2023-08-17 01:08
#3

能否打个deb包呀?大家可以共享。

Reply View the author
GXDEr
deepin
2023-08-17 02:05
#4
It has been deleted!
186******75
deepin
2023-08-17 02:09
#5
GXDEr It has been deleted!

他可能开始用的有线或自带的无线网卡,后面安装后才用的usb无线网卡wifi的。所以我想让他打包,分享出来,以后没有网也上安装上。

Reply View the author
蓝鲸
deepin
2023-08-17 03:43
#6
186******75

他可能开始用的有线或自带的无线网卡,后面安装后才用的usb无线网卡wifi的。所以我想让他打包,分享出来,以后没有网也上安装上。

下载驱动环节,还可以用U盘复制到系统中,然后再编译、安装。

回头我研究一下如何打包,搞定后再上传一下。

Reply View the author
青稚
Moderator
2023-08-18 05:30
#7
蓝鲸

下载驱动环节,还可以用U盘复制到系统中,然后再编译、安装。

回头我研究一下如何打包,搞定后再上传一下。

like

Reply View the author
fxll
deepin
2023-08-18 19:16
#8

sudo clean modules && sudo make install运行这个的时候,提示:bash: clean:未找到命令。

sudo make install_fw,运行这个没有提示错误。

sudo modprobe rtl8188gu_git,运行这个的时候提示:modprobe:FATAL: module rtl8188gu_git not found in directory /lib/modules/5.18.17-amd64-desktop-community-hwe

我的无线网上和你的一样,

Reply View the author
fxll
deepin
2023-08-18 19:36
#9

图00.jpg

图01.jpg

图02.jpg

图03.jpg

图04.jpg

图05.jpg

图06.jpg

Reply View the author
fxll
deepin
2023-08-18 20:06
#10

找到问题了,

cd rtl8xxxu/ 这个没有问题

sudo clean modules && sudo make install 这个出现错误忽略

sudo make install_fw 这个直接输入make,然后再输入make install,看这一个命令的提示,生成的文件名字与下面一个命令名字不一样。

sudo modprobe rtl8188gu_git 这个文件名字有错误,sudo modprobe rtl8xxxu_git 回车,就可以了

Reply View the author
fxll
deepin
2023-08-18 20:12
#11

图07.jpg

图08.jpg

Reply View the author
WangZhongyun
deepin
2023-10-11 18:55
#12

这个需要注册https://github.com,这个网下载也有点慢

Reply View the author
WangZhongyun
deepin
2023-10-11 18:59
#13

没看到RTL8188FTV这个项目,RTL8188FTV就无法用了

Reply View the author