Bloco duro sem fio no ASUS N61Jv (ar9285)

0

Oi eu acabei de fazer uma nova instalação do Ubuntu e notei que meu wifi está desabilitado. No menu try, ele diz que meu switch de hardware está desativado, mas não há um switch físico no N61Jv. Eu tentei Fn + F2 que deveria funcionar como "switch de hardware", mas isso não ajudou. Então eu tentei fazer rfkill list all:

    0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes

O rfkill ublock all command não altera nada aqui. Eu sei que pressionando Fn + F2 muda "Soft bloqueado:" para "sim". Eu não tenho ideia do que fazer agora.

editar:

gksu jockey-gtk

não exibiu nenhum driver, aqui estão minhas saídas:

lscpi:

00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 18)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 06)
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 06)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 06)
00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GT216 [GeForce GT 325M] (rev a2)
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
08:00.0 Ethernet controller: Atheros Communications Inc. AR8131 Gigabit Ethernet (rev c0)
3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
3f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
3f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)

sudo lshw -class NETWORK:

  *-network DISABLED      
       description: Wireless interface
       product: AR9285 Wireless Network Adapter (PCI-Express)
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlan0
       version: 01
       serial: 48:5d:60:37:08:62
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath9k driverversion=3.2.0-27-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
       resources: irq:17 memory:e8800000-e880ffff
  *-network
       description: Ethernet interface
       product: AR8131 Gigabit Ethernet
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:08:00.0
       logical name: eth0
       version: c0
       serial: 1e:cb:7d:5c:b5:e4
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-NAPI duplex=full firmware=N/A ip=192.168.0.103 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:51 memory:e3800000-e383ffff ioport:7000(size=128)
    
por Wawa 28.07.2012 / 10:29

1 resposta

1

Não. Fn + F2 deve mudar o estado do hardware. Provavelmente você não instalou o driver de código-fonte fechado necessário para sua placa.

Pressione Alt + F2 , digite gksu jockey-gtk . Isso irá procurar drivers adicionais necessários para o seu sistema da internet. Ative-os.

Se não houver drivers listados. Edite sua pergunta com a saída de lspci e sudo lshw -class NETWORK

Atualização de: A placa wireless Atheros AR9485 não funciona em um ASUS K53E

De acordo com a resposta, você precisa instalar linux-backports-modules-cw e atualizar o gerenciador de rede após as alas. Experimente.

linux-backports-modules-cw é específico do kernel.

  • Primeiro, execute uname -r . Obtenha sua versão do kernel.
  • Abra o centro de software e pesquise linux-backports-modules-cw . Agora, escolha cuidadosamente a versão correta de acordo com a versão do kernel. Digamos que seu nome do kernel seja 3.2.0-27-generic . Então você deve baixar linux-backports-modules-cw-3.3-3.2.0-27-generic 3.2.0-27.xx
  • Atualizar o gerenciador de rede.
  • Agora reinicie

As cartas compativeis estão listadas aqui link

    
por Web-E 28.07.2012 / 10:39