O HP 2000 Wireless não funciona com o Ubuntu 12.10

2

Acabei de ter a última versão 12.10-64bits, para instalar no meu novo HP 2000, e tudo correu bem, incluindo a instalação EFI na plataforma original do Windows 8 (segui este tutorial link ).

O único problema é que o WiFi não funciona. Alguém passou pelo mesmo problema? Se você precisar de alguma informação sobre o hardware, apenas me diga como obtê-lo e conseguirei.

Aqui vão as saídas:

lspci :

07:00.0 Network controller: Ralink corp. Device 3290
07:00.1 Bluetooth: Ralink corp. Device 3298
08:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)

rfkill list all :

0: hp-bluetooth: Bluetooth
    Soft blocked: yes
    Hard blocked: no
1: hp-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no

dmesg | grep -i firmware

[    0.305939] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.566226] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.566570] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    2.099004] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness

sudo lshw -class network :

  *-network UNCLAIMED
       description: Network controller
       product: Ralink corp.
       vendor: Ralink corp.
       physical id: 0
       bus info: pci@0000:07:00.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:f0210000-f021ffff

ifconfig :

eth0      Link encap:Ethernet  HWaddr 84:34:97:93:47:a4  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1072 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1072 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
         RX bytes:87792 (87.7 KB)  TX bytes:87792 (87.7 KB)

iwconfig :

lo        no wireless extensions
    
por Leandro Guedes 15.02.2013 / 08:05

0 respostas