O Ubuntu não está detectando o roteador sem fio Cisco dpc3825. Novato para Ubuntu, pode se conectar via cabo Ethernet, mas sem detecção sem fio

0

Não consigo ver nenhuma rede sem fio detectada. Eu instalei o Ubuntu 12.04 ao lado do Windows 8 em um laptop Lenovo G780 há dois dias. Eu posso usar a Internet através de um cabo Ethernet conectado ao meu roteador sem fio Cisco DPC3825, ou através do Windows 8 sem fio, mas o Ubuntu não está detectando nenhuma rede sem fio. A atualização dos drivers também não está funcionando. Quando tento ativar o driver sem fio Broadcom STA, recebo a seguinte saída:

Desculpe, a instalação deste driver falhou.

Por favor, dê uma olhada no arquivo de log para mais detalhes: /var/log/jockey.log

Aqui estão algumas das outras saídas:

O iwconfig mostra o seguinte:

eth0      no wireless extensions.

lo        no wireless extensions.

lxcbr0    no wireless extensions.

lista rfkill mostra o seguinte:

0: ideapad_wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: ideapad_bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
2: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

lspci mostra o seguinte:

00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 635M] (rev a1)
02:00.0 Ethernet controller: Qualcomm Atheros AR8162 Fast Ethernet (rev 10)
03:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)

A rede lshw -C mostra o seguinte:

*-network               
       description: Ethernet interface
       product: AR8162 Fast Ethernet
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 10
       serial: b8:88:e3:98:9d:fa
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=alx driverversion=1.2.3 duplex=full firmware=N/A ip=192.168.0.23 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:16 memory:d3900000-d393ffff ioport:2000(size=128)
  *-network UNCLAIMED
       description: Network controller
       product: BCM4313 802.11bgn Wireless Network Adapter
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:d3800000-d3803fff

Se algum outro comando / informação for útil, por favor me avise. Agradecemos antecipadamente.

    
por user190031 04.09.2013 / 15:00

1 resposta

1

Por favor, tente um bcmwl-kernel-source anterior como mencionado aqui: link Com uma conexão Ethernet com fio temporária, abra um terminal e faça:

wget http://us.archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64.deb
sudo dpkg -i bcmwl*.deb

Reinicie e nos dê seu relatório.

    
por chili555 05.09.2013 / 01:43