我尝试从 backport 安装 ath9k这里适用于 tp-rink wn722nc。
完成所有操作后,我重启了电脑,但现在没有 wlan0。我的内部 wifi 卡是 bcm43142 802.11 b/g/n。就像这里。
在安装 ath9k 之前我已经有 wifi 连接。
modprobe wl
:
modprobe: ERROR: could not insert 'wl': Invalid argument)
lshw -c net
:
*-network
description: Ethernet interface
product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: eth0
version: 08
serial: 50:af:73:6b:33:f4
size: 100Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8106e-2_0.0.1 04/23/13 ip=192.168.0.7 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:105 ioport:1000(size=256) memory:d0504000-d0504fff memory:d0500000-d0503fff
*-network UNCLAIMED
description: Network controller
product: BCM43142 802.11b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: memory:d0400000-d0407fff
lsmod 有ath9k
其结果,但没有 wl。
我的问题是
网络管理器可以支持 2 个无线驱动程序吗?
如果没有,我如何在驱动程序之间切换?
我的在哪儿
wlan0
?
请帮我找一下wlan0
。
答案1
cd backports-3.16-1
sudo make uninstall
重新启动,如果仍然不起作用,请执行以下操作:
sudo apt-get update && sudo update-pciids
sudo apt-get install --reinstall bcmwl-kernel-source