usuariognulinux
(usa Debian)
Enviado em 08/03/2013 - 19:06h
Stinky_F00t escreveu:
Você pode rodar o ifconfig com esta opção:
ifconfig -a
Se sua interface wireless não aparecer ("wlan0", ou em alguns casos "eth1") quer dizer que o módulo da sua placa pode não estar instalado corretamente, neste caso precisamos saber o nome da placa que você está usando, tente:
lspci | grep Network
Poste as saídas aqui e tentaremos te ajudar.
As Saidas
bash-4.2# ifconfig -a
eth0: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 80:ee:73:44:af:82 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 16 bytes 1040 (1.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 16 bytes 1040 (1.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 08:10:74:9f:57:d8 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan1: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 5c:c9:d3:10:b4:79 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
bash-4.2# lspci | grep Network
01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)