ubuntu 12.04 acha wireless, mas não conecta.

Iniciado por Jotage, 26 de Maio de 2013, 17:09

tópico anterior - próximo tópico

Jotage

O net samsung N150 plus com ubuntu 12.4 instalado.
Acabei de formatar o hd e instalar novamente o ubuntu 12.4. Durante a instalação usei a rede wireless, depois de instalado continuei acessando a rede, mas sem fazer a atualização do programa. Iniciei a atualização usando o rede wireless, depois de atualizado surgiu novamente o problema: localiza a rede, aceita a senha e começa a conectar, mas não termina nunca o processo. Depois diz que estar desconectado, pede senha e repete todo processo.
Consultei varios documentos e não encontrei nada que solucionasse o problema.
Tenho o note STI IS 1454 com o ubuntu 12.4 que conecta a rede wireless sem nenhum problema.

Obrigado pela atenção.

Sergio Benjamim

#1
Digite os seguintes comandos em um terminal e poste aqui o resultado:


sudo lspci
sudo lshw -C network
uname -a


É Ubuntu 12.04, e não 12.4.
É novo no Ubuntu? Já leu o Ubuntu – Guia do Iniciante 2.0 ?
Experimente o Xubuntu 14.04 !

Jotage

ose@jose-N150P:~$ sudo lspci
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller
00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 02)
00:1d.0 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA Controller [AHCI mode] (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
05:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller
jose@jose-N150P:~$ sudo lshw -C network
  *-network               
       descrição: Interface sem fio
       produto: BCM4313 802.11b/g/n Wireless LAN Controller
       fabricante: Broadcom Corporation
       physical id: 0
       informações do barramento: pci@0000:05:00.0
       nome lógico: eth1
       versão: 01
       serial: b4:74:9f:7c:99:1b
       largura: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuração: broadcast=yes driver=wl0 driverversion=6.20.155.1 (r326264) latency=0 multicast=yes wireless=IEEE 802.11abg
       recursos: irq:16 memória:f0100000-f0103fff
  *-network
       descrição: Ethernet interface
       produto: 88E8040 PCI-E Fast Ethernet Controller
       fabricante: Marvell Technology Group Ltd.
       physical id: 0
       informações do barramento: pci@0000:09:00.0
       nome lógico: eth0
       versão: 00
       serial: 00:24:54:4b:1f:c5
       capacidade: 100Mbit/s
       largura: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuração: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 firmware=N/A latency=0 link=no multicast=yes port=twisted pair
       recursos: irq:45 memória:f0200000-f0203fff ioport:2000(tamanho=256)
jose@jose-N150P:~$ uname -a
Linux jose-N150P 3.2.0-44-generic-pae #69-Ubuntu SMP Thu May 16 18:50:07 UTC 2013 i686 i686 i386 GNU/Linux

Sergio Benjamim

Essa placa Broadcom BCM4313 é meio problemática mesmo. Eu consegui fazer ela funcionar no Ubuntu, dá uma olhada aqui.

Obs: quando for postar algo do sistema, fica mais elegante (e melhor para visualizar também) usar quote ou code, como abaixo:

05:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
É novo no Ubuntu? Já leu o Ubuntu – Guia do Iniciante 2.0 ?
Experimente o Xubuntu 14.04 !


Arthur Bernardes

#5
Execute os seguintes comandos.

Código (apt-get) Selecionar
sudo apt-get install b43-fwcutter firmware-b43-installer
sudo apt-get install --reinstall bcmwl-kernel-source
sudo apt-get remove bcmwl-kernel-source

grep "b43" /etc/modules || echo "b43" | sudo tee -a /etc/modules


Depois, reinicie sua máquina e teste novamente a conexão.

Caso não dê certo, tente.

Código (apt-get) Selecionar
sudo apt-get remove --purge bcmwl-kernel-source
sudo apt-get update
sudo apt-get install b43-fwcutter firmware-b43-lpphy-installer