Preciso de ajuda com o Intel PRO / Wireless 3945ABG [Golan]

0

Eu fiz uma instalação limpa do Ubuntu 14.04.1 LTS em um laptop Toshiba A100. No entanto, a placa Wireless não parece funcionar imediatamente. Parece conectar-se à rede, mas é isso. Eu mal posso pingar meu gateway padrão. Qualquer ajuda seria apreciada. Obrigado.

minha saída de alguns comandos:

lsmod | grep iw

iwl3945                63619  0 
iwlegacy               88016  1 iwl3945
mac80211              546051  2 iwl3945,iwlegacy
cfg80211              409394  3 iwl3945,iwlegacy,mac80211


rfkill list all

0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

dmesg | grep iw

[   11.258665] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[   11.258670] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[   11.258733] iwl3945 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
[   11.317397] iwl3945 0000:05:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[   11.317404] iwl3945 0000:05:00.0: Detected Intel Wireless WiFi Link 3945ABG
[   11.317489] iwl3945 0000:05:00.0: irq 44 for MSI/MSI-X
[   11.518293] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[   23.523343] iwl3945 0000:05:00.0: loaded firmware version 15.32.2.9
    
por Santi 19.11.2014 / 14:28

1 resposta

0

Aqui está um link para alguém com o mesmo problema e a solução que funcionou: Fóruns do Ubuntu

Copie / cole a resposta relevante:

sudo rm /etc/modprobe.d/ipwraw

sudo rm /etc/modprobe.d/iwl3945

sudo rm /etc/modprobe.d/iwlwifi.conf

sudo gedit /etc/modprobe.d/iwl3945.conf

Add a single line:
Code:
options iwl3945 swcrypto=0
    
por Rohith Madhavan 19.11.2014 / 14:41