broadcom B4318 instalação do driver - não é possível descarregar o driver wl em 14.04

1

problema newbie do linux:

/ Eu instalei o 14.04 em um Acer aspire laptop e não consigo fazer o wifi funcionar (nenhum símbolo de wifi na barra de tarefas).

Eu tentei seguir as instruções aqui: link

lspci -vvnn | grep -A 9 Network 0a:05.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)

Subsystem: AMBIT Microsystem Corp. TravelMate 2410 [1468:0312]  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: 32 Interrupt: pin A routed to IRQ 20   Region 0: Memory at d0004000 (32-bit, non-prefetchable) [size=8K]
Kernel driver in use: wl

0a:06.0 CardBus bridge [0607]: Texas Instruments PCIxx12 Cardbus Controller [104c:8039]

não tenho certeza se foi colado corretamente, então eu resumi: broadcom BCM4318 picid: [14e4: 4318] driver do kernel em uso: wl

Então, tentei seguir as instruções na página para instalar o B43 usando o firmware open-source-B43-installer e reiniciei, mas isso não resolveu o problema.

então eu tentei o próximo bit:

2.04 (Precise Pangolin) - 14.04 (Trusty Tahr) Open a Terminal and if you haven't already done so, update your package list:

sudo apt-get update

If you have a b43 card use the command

sudo apt-get install firmware-b43-installer

e reiniciado, novamente sem melhorias, até o próximo bit:

Switching between drivers

If you card is supported by more than one driver then use the modprobe command to test the drivers. First unload all conflicting drivers (this includes removing the driver you're trying to install):

sudo modprobe -r b43 bcma

sudo modprobe -r brcmsmac bcma

sudo modprobe -r wl

To load a specific driver use one of the following commands:

sudo modprobe b43

sudo modprobe brcmsmac

sudo modprobe wl

Allow several seconds for the network manager to scan for available networks before attempting a connection.

aqui é onde eu fiquei preso - os dois primeiros comandos sudo modprobe -r estavam bem, mas quando eu tento remover o driver wl eu recebo:

modprobe: FATAL: Module wl is in use.

Eu não consigo ver como proceder a partir daqui, então eu apreciaria alguma direção.

rfkill list 0: acer-wireless: Wireless LAN  Soft blocked: no    Hard blocked: no

sudo iwconfig
[sudo] password for a: 
lo        no wireless extensions.

eth0      no wireless extensions.

não tenho certeza sobre quais outras informações eu preciso fornecer (complete o newbie do linux desculpe). Ethernet (com fio) internet está funcionando OK. Thx

    
por mab 28.08.2015 / 00:41

1 resposta

2

Por favor, faça:

sudo apt-get purge bcmwl-kernel-source

Reinicie e aproveite seu wireless.

    
por chili555 28.08.2015 / 03:16