admin 管理员组

文章数量: 1087748

rtl驱动 ubuntu 禁用

首先在终端输入lsusb查看usb设备,红色那一行即为usb网卡的ID号。

xx@ubuntu:~$ lsusb

Bus 002 Device 002: ID 8087:8000 Intel Corp.

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Bus 001 Device 002: ID 8087:8008 Intel Corp.

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Bus 003 Device 004: ID 0bda:818b Realtek Semiconductor Corp.

Bus 003 Device 003: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse

Bus 003 Device 002: ID 04f3:0103 Elan Microelectronics Corp. ActiveJet K-2024 Multimedia Keyboard

Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

然后lspci找到设备0bda:818b芯片组信息,为RTL8111/8168/8411系列,但是

xx@ubuntu:~$ lspci

04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)。

此处给出ask ubuntu上安装usb无线网卡驱动的方法:

sudo add-apt-repository ppa:hanipouspilot/rtlwifi

sudo apt-get update

sudo apt-get install rtl8192eu-dkms

第一步为添加源,第二步更新一下,第三步安装RTL8192EU。

安装完成之后reboot重启,然后按照网上建立wifi的方式配置网络连接即可。参照博客。注意:SSID输入你要连接的无线网络名,如“hao123xxx”,mode选择“client”用户,保存即可在网络连接中看到无线信号,点击输入密码上网。

转载本文请联系原作者获取授权,同时请注明本文来自张佩科学网博客。

链接地址:.html

本文标签: rtl驱动 ubuntu 禁用