Ubuntu 12.04 LTS Não é possível trabalhar sem fio no Dell latitude d620

1

Eu estava tentando fazer o Ubuntu funcionar no laptop antigo. Eu acreditava que é problema de driver sem fio.

Saída de alguns comandos:

myhost@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 12.04.3 LTS
Release:    12.04
Codename:    precise 

myhost@ubuntu:~$ lspci | grp Network
0c:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)


myhost@ubuntu:~$ iwconfig
eth0      no wireless extensions.
lo        no wireless extensions. 

Então eu pesquisei no Google e encontrei um artigo para reinstalar o driver sem fio em Instalando os drivers wireless da Broadcom

Então eu fiz o comando sudo apt-get purge bcmwl-kernel-source (Concluído) e comando sudo apt-get install bcmwl-kernel-source (erro como abaixo linhas)

...
Loading new bcmwl-6.20.155.1+bdcom DKMS files...
First Installation: checking all kernels...
Building only for 3.8.0-29-generic
Building for architecture x86_64
Building initial module for 3.8.0-29-generic
Error! Bad return status for module build on kernel: 3.8.0-29-generic (x86_64)
Consult /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/make.log for more information.
FATAL: Module wl not found.
FATAL: Error running install command for wl

Alguma sugestão para corrigir isso? Obrigado primeiro.

    
por user1864817 25.08.2013 / 21:37

1 resposta

3

Por favor, consiga uma conexão Ethernet de trabalho temporariamente e faça:

sudo apt-get update
sudo apt-get remove --purge bcmwl-kernel-source
sudo apt-get install linux-firmware-nonfree

Desanexe a ethernet, reinicie e nos forneça seu relatório.

    
por chili555 25.08.2013 / 21:48