我更新我的东芝港,从精确(12.04)到泉塔尔(12.10)。在更新到精确的无线设备后,工作正常。但是在更新后,网络管理器上没有检测到无线设备。
lspci命令说:
02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN
Controller [14e4:4727] (rev 01)
Subsystem: Askey Computer Corp. Device [144f:7175]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 3
Region 0: Memory at d4500000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel modules: bcma以太网连接工作正常。我试着安装firmware-b43-installer,但上面写着:
$ sudo apt-get install firmware-b43-installer
...
Unsuported device(s) found: PCI id 14e4:4727
Abortinglshw提供的更多相关信息:
root@caprica:~# sudo lshw -class network
*-network
descripción: Ethernet interface
producto: 82577LC Gigabit Network Connection
fabricante: Intel Corporation
id físico: 19
información del bus: pci@0000:00:19.0
nombre lógico: eth0
versión: 06
serie: e8:9d:87:ed:f4:2a
tamaño: 1Gbit/s
capacidad: 1Gbit/s
anchura: 32 bits
reloj: 33MHz
capacidades: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuración: autonegotiation=on broadcast=yes driver=e1000e driverversion=2.0.0-k duplex=full firmware=0.12-6 ip=192.168.1.5 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
recursos: irq:41 memoria:d4700000-d471ffff memoria:d472a000-d472afff ioport:3020(size=32)
*-network NO RECLAMADO
descripción: Network controller
producto: BCM4313 802.11b/g/n Wireless LAN Controller
fabricante: Broadcom Corporation
id físico: 0
información del bus: pci@0000:02:00.0
versión: 01
anchura: 64 bits
reloj: 33MHz
capacidades: pm msi pciexpress bus_master cap_list
configuración: latency=0
recursos: memoria:d4500000-d4503fff我也执行它,这是输出:
root@caprica:~# rfkill list all
0: Toshiba Bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no我在http://linuxwireless.org/en/users/Drivers/b43中检查了模型:
BCM4313 - chipset uses unsupported LCN PHY, we work on it我在可视化环境中配置了私有驱动程序,Broadcom 802.11 Linux无线驱动程序来源于bcmwl-kernel-source,但也不起作用。
发布于 2013-03-09 14:22:20
我相信bcmwl内核源代码对你的设备是正确的。我们再试一次:
sudo apt-get install linux-headers-generic
sudo apt-get install linux-headers-$(uname -r)
sudo apt-get install --reinstall bcmwl-kernel-source
sudo modprobe wl你应该准备好了。
发布于 2013-05-06 11:52:41
在从12.x升级到13.04的时候,旧的bcm43模块被列入了黑名单,但是在我的mini上,b43 (免费驱动程序)已经被列入了黑名单。
特别是对于在12.x中使用非自由驱动程序的人来说,这就成了一个问题,因为b43也被列入了12.x下面的黑名单。因此,我们有两个bcm43和b43都被列入黑名单,没有一个能起作用。因此-检查/etc/modprobe.d目录中的任何b43和bcm43条目,并确保只有一个得到黑名单。
YYMV -但我发现bcm43不免费提供更好的性能
https://askubuntu.com/questions/265553
复制相似问题