Como se conectar ao WiFi no Asus F5RL?

2

Eu instalei recentemente o Ubuntu 12.04.4 LTS com o Xfce 4.10 no meu laptop Asus F5RL AP033C. Quando abro o nm-connection-editor a partir da área de notificações (nele o "Enable Wireless" está em cinza), na aba Wireless não há redes, como no Wicd Network Manager. O WiFi LID no laptop permanece ligado o tempo todo e eu não consigo controlar nem do Wicd nem pressionando Fn + F2 . Primeiramente, eu procurei no site da Asus por drivers, mas não havia nenhum Linux. Eu tentei adicionar a /etc/rc.local da linha: %código% Por causa desses tópicos, eu encontrei: 1 , 2 . Uma coisa estranha sobre isso é que eu mudei a linha, eu estava adicionando de echo 1 | tee /sys/devices/platform/asus_laptop/wlan a asus-laptop , por causa da pasta já existente. Esse arquivo asus_laptop continha wlan , então eu editei para se tornar 1 e o LED foi desativado. Voltei a ligá-lo, mas ainda não consegui ver a lista de redes disponíveis. Eu também tentei:

sudo apt-get purge --remove bcmwl-kernel-source
sudo apt-get install linux-firmware-nonfree
sudo modprobe b43

por causa de esse tópico , mas sem nenhum efeito. Quando pesquisei na rede sobre as características do meu laptop, descobri que minha rede sem fio é 0 .

Integrated 802.11b/g retorna:

wlan0     Interface doesn't support scanning : Network is down
lo        Interface doesn't support scanning.
eth0      Interface doesn't support scanning.

Mas há uma exceção: quando eu inicializo meu laptop pela primeira vez depois de ser desligado, ele retorna:

wlan0     No scan results
lo        Interface doesn't support scanning.
eth0      Interface doesn't support scanning.

sudo iwlist scanning retorna:

  *-network DISABLED      
       description: Wireless interface
       product: AR242x / AR542x Wireless Network Adapter (PCI-Express)
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlan0
       version: 01
       serial: 00:15:af:6f:2f:ad
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath5k driverversion=3.8.0-35-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bg
       resources: irq:16 memory:fa9f0000-fa9fffff
  *-network
       description: Ethernet interface
       product: Attansic L2 Fast Ethernet
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:06:00.0
       logical name: eth0
       version: a0
       serial: 00:1e:8c:73:14:d3
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl2 driverversion=2.2.3 duplex=full firmware=L2 ip=192.168.55.98 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:40 memory:feac0000-feafffff memory:feaa0000-feabffff

A menos que eu comece o meu laptop, quando ele retornar:

  *-network               
       description: Wireless interface
       product: AR242x / AR542x Wireless Network Adapter (PCI-Express)
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlan0
       version: 01
       serial: 00:15:af:6f:2f:ad
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath5k driverversion=3.8.0-35-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bg
       resources: irq:16 memory:fa9f0000-fa9fffff
  *-network
       description: Ethernet interface
       product: Attansic L2 Fast Ethernet
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:06:00.0
       logical name: eth0
       version: a0
       serial: 00:1e:8c:73:14:d3
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl2 driverversion=2.2.3 duplex=full firmware=L2 ip=192.168.55.98 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:40 memory:feac0000-feafffff memory:feaa0000-feabffff

sudo lshw -C network retorna:

Bus 001 Device 003: ID 0bda:0116 Realtek Semiconductor Corp. Mass Storage Device
Bus 001 Device 004: ID 174f:6a31 Syntek Web Cam - Asus A8J, F3S, F5R, VX2S, V1S
Bus 002 Device 002: ID 046d:c05b Logitech, Inc. M-U0004 810-001317 [B110 Optical USB Mouse]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

lsusb retorna:

Linux qxp-F5RL 3.8.0-35-generic #50~precise1-Ubuntu SMP Wed Dec 4 17:28:45 UTC 2013 i686 i686 i386 GNU/Linux

uname -a retorna:

[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [c00ff780]
[    0.120335] ACPI: No dock devices found.
[    0.148019] pnp: PnP ACPI: found 10 devices
[    1.180113] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.180297] hub 1-0:1.0: USB hub found
[    1.240054] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.240210] hub 2-0:1.0: USB hub found
[    1.300053] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.300198] hub 3-0:1.0: USB hub found
[    1.360050] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.360195] hub 4-0:1.0: USB hub found
[    1.420053] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.420204] hub 5-0:1.0: USB hub found
[    1.480054] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.480202] hub 6-0:1.0: USB hub found
[    1.515808] isapnp: No Plug & Play device found
[    1.518825] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.700752] usb 1-4: New USB device found, idVendor=0bda, idProduct=0116
[    2.205672] usb 1-7: New USB device found, idVendor=174f, idProduct=6a31
[    2.639094] usb 2-1: New USB device found, idVendor=046d, idProduct=c05b
[   10.278986] lp: driver loaded but no devices found
[   13.667622] ath5k: phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)

dmesg | grep found não retorna nada.

dmesg | grep -i firmware retorna:

wlan0     IEEE 802.11bg  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
lo        no wireless extensions.
eth0      no wireless extensions.

iwconfig tem:

02:00.0 Ethernet controller [0200]: Qualcomm Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) [168c:001c] (rev 01)

sudo lspci -nn tem:

UDEV  [13.860291] add      /devices/pci0000:00/0000:00:04.0/0000:02:00.0/net/wlan0 (net)
ACTION=add
DEVPATH=/devices/pci0000:00/0000:00:04.0/0000:02:00.0/net/wlan0
DEVTYPE=wlan
ID_BUS=pci
ID_MM_CANDIDATE=1
ID_MODEL_FROM_DATABASE=AR242x / AR542x Wireless Network Adapter (PCI-Express)
ID_MODEL_ID=/sys/devices/pci0000:00/0000:00:04.0/0000:02:00.0
ID_VENDOR_FROM_DATABASE=Qualcomm Atheros
ID_VENDOR_ID=0x168c
IFINDEX=3
INTERFACE=wlan0
SEQNUM=1871
SUBSYSTEM=net
UDEV_LOG=3
USEC_INITIALIZED=13860052

Pode ter algo a ver com o resultado de /var/log/udev , que muda dependendo se eu desconectar o cabo ethernet ou se eu pressionar Fn + F2 . Expliquei exatamente como em meus comentários sobre a resposta de Olli.

    
por qxp 26.01.2014 / 22:10

2 respostas

0

Eu tive problema idêntico / semelhante ao meu computador, e depois de habilitar o wlan de /sys (configurando wlan conteúdo do arquivo para 1 ), a solução pareceu ser realmente trivial:

ifconfig wlan0 up
iwlist wlan0 scanning

Aparentemente, iwlist retorna Interface doesn't support scanning : Network is down se o dispositivo estiver marcado como inativo, mesmo que o dispositivo ofereça suporte à digitalização.

    
por Olli 04.02.2014 / 20:58
0

Se o seu Wireless estiver com um disco rígido bloqueado, tente habilitá-lo no BIOS

Na primeira tela de inicialização entre na BIOS ( F2 ou F10 ou F12 - dependendo da configuração da BIOS )

Quando na BIOS procurar por wireless para ativá-lo se desativado (provavelmente sob configuração - > sem fio - > ativado)

Quando ativado confirme e inicialize normalmente (provavelmente F10 )

Espero que ajude.

Este comando abaixo no seu caso não fará muito, já que você roda em atheros e não em um driver broadcom, então não resolve nenhum problema no seu caso.

sudo apt-get purge --remove bcmwl-kernel-source
sudo apt-get install linux-firmware-nonfree
sudo modprobe b43

UPDATE Alguns drivers Atheros têm problemas com criptografia ou descriptografia de hardware. Tente este comando abaixo como usuário root

echo "options ath5k nohwcrypt=1" > /etc/modprobe.d/ath5k.conf

Reinicialize, veja se finalmente funciona.

    
por danijelc 05.02.2014 / 17:28