Broadcom Corp. BCM4313 无线在 Ubuntu 12.10 中未检测到

sso*_*oto 5 wireless broadcom 12.10

我将我的 Toshiba PORTÉGÉ 从 Precise(12.04) 更新到 Quantal (12.10)。更新到 Precise 无线设备后工作正常。但更新无线设备后,网络管理器未检测到。

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
Run Code Online (Sandbox Code Playgroud)

以太网连接工作正常。我尝试安装,firmware-b43-installer但它说:

$ sudo apt-get install firmware-b43-installer
...
Unsuported device(s) found: PCI id 14e4:4727
Aborting
Run Code Online (Sandbox Code Playgroud)

更多相关信息由lshw

    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
Run Code Online (Sandbox Code Playgroud)

我也执行这个,这是输出:

root@caprica:~# rfkill list all
0: Toshiba Bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
1: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
Run Code Online (Sandbox Code Playgroud)

我在http://linuxwireless.org/en/users/Drivers/b43 中检查了模型:

BCM4313 - chipset uses unsupported LCN PHY, we work on it
Run Code Online (Sandbox Code Playgroud)

我在视觉环境中配置了私有驱动程序,来自 Broadcom 802.11 Linux STA 无线驱动程序源,bcmwl-kernel-source但也不起作用。

chi*_*555 9

我相信 bcmwl-kernel-source 适合您的设备。让我们再试一次:

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
Run Code Online (Sandbox Code Playgroud)

你应该准备好了。