# iwconfig
lo no wireless extensions.
sit0 no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:30:48:83:14:53
inet addr:172.31.1.100 Bcast:172.31.1.255 Mask:255.255.255.0
inet6 addr: fe80::230:48ff:fe83:1453/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1027858 errors:0 dropped:0 overruns:0 frame:0
TX packets:908024 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:198692206 (189.4 Mb) TX bytes:674441371 (643.1 Mb)
Base address:0xc000 Memory:f2000000-f2020000
eth1 Link encap:Ethernet HWaddr 00:30:48:83:E9:87
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)
Base address:0xd100 Memory:f1000000-f1020000
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:76218 errors:0 dropped:0 overruns:0 frame:0
TX packets:76218 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:13805088 (13.1 Mb) TX bytes:13805088 (13.1 Mb)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Quote:
Originally posted by Half_Elf
is "eth0" a wireless card? Then 'iwlist eth0 scan'. Otherwise, try 'iwlist XYZ scan', where XYZ is your wireless interface (assuming it is not show in your ifconfig output). You could use "iwconfig" to find the name of the wireless interface.
|