| Winter Knight  
 
  
 
 
 Group: Members
 Posts: 146
 Joined: April 2006
 | 
|  | Posted: Nov. 15 2006,03:21 |  |  
 | Quote (spue @ May 09 2006,08:51) |  | while trying to configure without a signal nearby... | 
 What are you trying to do without a signal nearby? A wireless card allows your computer to talk to other wireless enabled computers and devices. Without other wireless computers/devices, what exactly are you planning to do?
 
 If you have a signal nearby, but don't know how to talk with it, try, at a command prompt:
 
 
 | Code Sample |  | iwlist wlan0 scan | 
 
 Replace wlan0 with your network interface. Hopefully this command will give you details regarding the nearby access points and ad hoc networks. I should warn you that I have a Netgear card (Atheros chipset), and iwlist does not work with it. So, your mileage may vary.
 
 You might also be interested in kismet, available in the myDSL repository as a uci. I think it is still in testing.
 |