siga o link abaixo, pode ser útil ..... :) link
Meu laptop é o Dell Inspiron 15R. Eu instalei o Ubuntu 12.10 há uma semana e percebi que a opção de wireless não está lá. Nem mesmo nas configurações de rede, então eu passei pelos problemas postados anteriormente e achei que fosse por causa da Broadcom. Então eu tentei:
sudo apt-get update
sudo apt-get install b43-fwcutter
Mas ainda assim o wifi não está funcionando.
Quando digitei rfkill list all
no terminal, obtive a seguinte saída ...
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
Está me mostrando apenas bluetooth e nada sobre wireless. Eu acho que o wireless está bloqueado em algum lugar.
Por favor ajude ...
Digitando o comando:
lspci
Você pode verificar que tipo de placa sem fio seu Dell Inspiron 15R possui. Eu acho que é provavelmente algo como bcm43xx.
Se assim for, a resposta para fazer seu Wi-Fi funcionar é:
sudo apt-get install linux linux-headers-generic kernel-package
sudo apt-get purge b43-fwcutter firmware-b43-installer firmware-b43-lpphy-installer firmware-b43legacy-installer bcmwl*
sudo apt-get install b43-fwcutter firmware-b43-lpphy-installer bcmwl*
Reinicie !
Você também pode tentar um sudo rfkill unblock all
que me ajudou uma vez com minha inspiron 15R.
De este post em askubuntu.com