please post the output of iwconfig
What do you want to do with your wireless? Connect to a router?
if that is what you want to do, then do that :
Code:
iwconfig eth1 essid YOUR_SSID
dhclient eth1
That is, if your interface is named eth1 (see the output of iwconfig)
To scan for networks, do that :