Problemas com o driver wireless do Lubuntu (Lubuntu 12.04, Realtek RTL8190)

0

Eu instalei recentemente o Lubuntu em um PC de amigos, mas não consigo fazer o wireless funcionar. Não há opção para procurar redes e adicionar uma manualmente não faz nada.

$ sudo lshw -C network
  *-network               
       description: Ethernet interface
       product: NetXtreme BCM5751 Gigabit Ethernet PCI Express
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:04:00.0
       logical name: eth0
       version: 01
       serial: 00:12:3f:76:65:05
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.121 duplex=full firmware=5751-v3.44a ip=192.168.1.103 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:17 memory:f7ef0000-f7efffff
  *-network UNCLAIMED
       description: Network controller
       product: RTL8190 802.11n Wireless LAN
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 5
       bus info: pci@0000:05:05.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: latency=64 maxlatency=64 mingnt=32
       resources: ioport:dc00(size=256) memory:f7dff000-f7dfffff

Qualquer ajuda seria muito apreciada!

    
por TaserPain 08.04.2014 / 00:25

1 resposta

0

Eu encontrei o mesmo problema com Lubuntu 32Bit. O que fiz foi anexar um cabo ethernet e executar sudo apt-get update e sudo apt-get install -f .

Ao executar ifconfig wlan0 up , você ativará o Wi-Fi e, em seguida, testará com iwlist wlan0 scan para ver se reconhece alguma rede; teste com Ethernet e WiFi. Quando estiver ciente de qual rede sem fio você deseja se conectar, execute iwconfig wlan0 essid NETWORK_ID key s:WIRELESS_KEY : substitua NETWORK_ID pelo nome (essid) de nework e WIRELESS_KEY pela senha da rede.

Não posso adicionar minha fonte enquanto procurava esse problema. Por favor, deixe-me saber se isso ajuda!

    
por ThisIsNotMyRealName 08.04.2014 / 01:44