WiFi não está funcionando no Xubuntu 12.10

0

Meu laptop é o Dell Vostro 2520. Eu tentei o Xubuntu e o Ubuntu nele, usei 12.04 & amp; 12.10. O WiFi não funciona em todos os casos - quando eu tento alternar WiFi por uma tecla de atalho (fn + f2), o ícone do Bluetooth aparece na bandeja do sistema, mas a luz do WiFi no painel inferior esquerdo não liga. > Eu tentei a solução de se conectar à rede via cabo:

sudo apt-get install linux-headers-generic
sudo apt-get install --reinstall bcmwl-kernel-source
sudo modprobe wl

do tópico semelhante Como obtenho um Acer Npilfy 802.11 ( BCM43225) cartão wireless funcionando?

Você poderia me ajudar?
Muito obrigado antecipadamente!

Atualizar 1
Não ficou claro para mim é @mikewhateve falando sobre um ou dois comandos no console. eu tentei os dois

halfros@halfros-Vostro-2520:~$ lspci -nn | grep Net, rfkill list all
grep: rfkill: No such file or directory
grep: list: No such file or directory
grep: all: No such file or directory
halfros@halfros-Vostro-2520:~$ lspci -nn | grep Net
07:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
halfros@halfros-Vostro-2520:~$ rfkill list all
halfros@halfros-Vostro-2520:~$ 

Atualização 2

$ sudo dpkg -i | grep bcmwl-kernel-source
dpkg: error: --install needs at least one package archive file argument

Type dpkg --help for help about installing and deinstalling packages [*];
Use 'dselect' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through 'less' or 'more' !
halfros@halfros-Vostro-2520:~$  

Atualização 3

 dpkg -l grep bcmwl-kernel-source
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
ii  grep           2.12-2       amd64        GNU grep, egrep and fgrep
dpkg-query: no packages found matching bcmwl-kernel-source
    
por Elmor 02.02.2013 / 10:28

1 resposta

1

Obrigado @mikewhatever a resposta foi encontrada. Eu copio aqui para economizar tempo para qualquer pessoa interessada nesta questão

Se você tiver um sistema de 64 bits e o dispositivo que mencionei, sugiro este pacote: link

Primeiro, instale os pré-requisitos:

% bl0ck_qu0te%

Em seguida, instale o pacote com:

 cd Desktop   <--or whemikewatrever you downloaded the deb
    sudo dpkg -i wire*.deb
    sudo modprobe wl
    
por Elmor 02.02.2013 / 17:53