14.04.5 Rede LTS quebrada após dist-upgrade

1

Atualizei recentemente um Ubuntu 14.04 (inspiron 640m, dell) e a rede (LAN e WAN) está quebrada (ícone do Gerenciador de rede tentando se conectar sem sucesso). Eu tenho alguns resultados de linha de comando:

➜  ~ rfkill list all
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

➜  ~ dmesg | grep iwl
[   10.572556] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection
driver for Linux, in-tree:s
[   10.572560] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[   10.572617] iwl3945 0000:0c:00.0: can't disable ASPM; OS doesn't have
ASPM control
[   10.627868] iwl3945 0000:0c:00.0: Tunable channels: 13 802.11bg, 23
802.11a channels
[   10.627874] iwl3945 0000:0c:00.0: Detected Intel Wireless WiFi Link
3945ABG
[   10.627951] iwl3945 0000:0c:00.0: irq 43 for MSI/MSI-X
[   10.678819] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[   29.135664] iwl3945 0000:0c:00.0: loaded firmware version 15.32.2.9


➜  ~ sudo modprobe iwl3945
➜  ~ dmesg | grep iwl    
[   10.572556] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection
driver for Linux, in-tree:s
[   10.572560] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[   10.572617] iwl3945 0000:0c:00.0: can't disable ASPM; OS doesn't have
ASPM control
[   10.627868] iwl3945 0000:0c:00.0: Tunable channels: 13 802.11bg, 23
802.11a channels
[   10.627874] iwl3945 0000:0c:00.0: Detected Intel Wireless WiFi Link
3945ABG
[   10.627951] iwl3945 0000:0c:00.0: irq 43 for MSI/MSI-X
[   10.678819] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[   29.135664] iwl3945 0000:0c:00.0: loaded firmware version 15.32.2.9

➜  ~ lspci -nn | grep -i wireless
0c:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG
[Golan] Network Connection [8086:4222] (rev 02)

➜  ~ cat /etc/modules | grep -i iwl

➜  ~ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 14.04.5 LTS
Release:    14.04
Codename:    trusty

Alguma ideia sobre o que está acontecendo?

    
por bux 19.12.2016 / 19:54

1 resposta

0

Eu corrijo com upgrade de distribuição em 16.04 ( Como posso atualizar o Ubuntu LTS para o próximo off-line? ). A WAN e a LAN funcionam com a nova versão.

    
por bux 22.12.2016 / 20:26