On Sat, May 3, 2008 at 9:43 PM, Renato Cosentino <[EMAIL PROTECTED]> wrote: > caros, > > nao consigo colocar pra funcionar o wireless do meu laptop toshiba. seguindo > algumas recomendacoes aqui da lista, cheguei as seguintes informacoes: > > 17:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg > Wireless PCI Express Adapter (rev 01) > > [EMAIL PROTECTED]:~$ iwconfig > lo no wireless extensions. > > eth0 no wireless extensions. > > [EMAIL PROTECTED]:~$ ifconfig > eth0 Link encap:Ethernet HWaddr 00:1e:ec:03:e4:25 > inet addr:201.53.57.96 Bcast:255.255.255.255 Mask:255.255.240.0 > inet6 addr: fe80::21e:ecff:fe03:e425/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:512189 errors:0 dropped:0 overruns:0 frame:0 > TX packets:21576 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:74068330 (70.6 MB) TX bytes:2133425 (2.0 MB) > Interrupt:252 Base address:0xe000 > > 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:442 errors:0 dropped:0 overruns:0 frame:0 > TX packets:442 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:27276 (26.6 KB) TX bytes:27276 (26.6 KB) > > alguem me ajuda? > > obrigado! > > renato
Renato, Pelo visto o Ubuntu não carregou os módulos necessários. Tenta acessar o Gerenciador de Drivers Restritos (Sistema -> Administração -> Drivers de Hardware) pra ver se o Ubuntu carregou os drivers da sua placa wireless. Se a listagem do Gerenciador não tiver nada relacionado a Atheros (Hardware Access Layer / Support for Atheros ...) tenta rodar "sudo lsmod | grep ath" no seu terminal. Minha listagem foi a seguinte: $ sudo lsmod | grep ath ath_rate_sample 14336 1 ath_pci 101024 0 wlan 207728 5 wlan_tkip,wlan_scan_sta,ath_rate_sample,ath_pci ath_hal 192592 3 ath_rate_sample,ath_pci Tenta instalar também o pacote "madwifi-tools", que é usado pra gerenciar as placas da Atheros. O comando iwconfig não funciona nelas. -- Israel Junior - http://zaeel.org -- Interessado em aprender mais sobre o Ubuntu em português? http://wiki.ubuntu-br.org/ComeceAqui - ubuntu-br mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

