I would try this as root:
That should list all the possibilities for device names. My debian sees its wireless as eth1, but it could be one of several choices:
Code:
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
irda0 Interface doesn't support scanning.
eth1 Scan completed :
Cell 01 - Address: 00:15:E9:1B:0D:48
ESSID:"Mac_Muo"
Protocol:IEEE 802.11bg
Mode:Master
Channel:3
Encryption key:on
Bit Rates:54 Mb/s
Extra: Rates (Mb/s): 1 2 5.5 9 11 6 12 18 24 36 48 54
Quality=82/100 Signal level=-38 dBm
Extra: Last beacon: 188ms ago
Cell 02 - Address: 00:15:E9:D3:7C:00
ESSID:"TerminalCityNetwork"
Protocol:IEEE 802.11bg
Mode:Master
Channel:6
Encryption key:on
Bit Rates:54 Mb/s
Extra: Rates (Mb/s): 1 2 5.5 9 11 6 12 18 24 36 48 54
Quality=82/100 Signal level=-48 dBm
Extra: Last beacon: 104ms ago
sit0 Interface doesn't support scanning.
So in my case, I know the device with wireless capabilities is eth1.
If you don't have the iwlist program, I think it is part of the wireless tools package, but if you have iwconfig you most likely have iwlist as well.
Peace,
JimBass