用不了USB无线网卡?
Tofloor
poster avatar
八十六万二千五百六十光年
deepin
2019-10-17 07:59
Author
接上fast的无线网卡用不了,认不出网卡,没有驱动?
Reply Favorite View the author
All Replies
avatar
lcw0268
deepin
2019-10-17 10:57
#1
lsusb
看看显示什么XXXX:XXXX
再按上面代码搜是什么芯片。
找固件安装。
Reply View the author
avatar
八十六万二千五百六十光年
deepin
2019-10-17 20:37
#2
lcw0268 发表于 2019-10-17 02:57
lsusb
看看显示什么XXXX:XXXX
再按上面代码搜是什么芯片。

怎么搜?
Reply View the author
avatar
aida
deepin
2019-10-17 23:11
#3
请在终端执行
lsusb && lspci

然后吧命令输出贴上来
Reply View the author
avatar
zeunders
deepin
2019-10-17 23:14
#4
好像得用非免驱的,我手头有个免驱版插上之后狂跳设备已删除。

另外还有,联想的机子,不改设置外接usb也连不上wifi……
Reply View the author
avatar
smile780905
deepin
2020-05-15 21:37
#5
https://bbs.deepin.org/post/183884
请在终端执行
lsusb && lspci

smile780905@smile780905-PC:~$ lsusb && lspci
Bus 003 Device 002: ID 8087:8000 Intel Corp.
Bus 003 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 002 Device 004: ID 24ae:2003  
Bus 002 Device 003: ID 1bcf:2284 Sunplus Innovation Technology Inc.
Bus 002 Device 002: ID 0bda:b82c Realtek Semiconductor Corp.
Bus 002 Device 005: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3 Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-V (rev 05)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
00:1c.6 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d5)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation H87 Express LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 770] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GK104 HDMI Audio Controller (rev a1)
03:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 03)

台式机装的USB无线网卡+蓝牙(二合一),蓝牙能识别,但网卡识别不了
Reply View the author
avatar
hanson1968
deepin
2020-05-19 17:07
#6
本帖最后由 hanson1968 于 2020-5-19 09:12 编辑

lsusb
Bus 001 Device 003: ID 2357:0101 TP-Link RTL8812AU Archer T4U 802.11ac
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 04b3:310c IBM Corp. Wheel Mouse
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

无线网卡用不了,求各大佬帮帮忙!!

sudo rm /etc/modprobe.d/iwlwifi.conf
删除这个文件解决了,谢谢!!
Reply View the author