LC wrote: > Do you mean iwconfig? I tried iwconfig eth1 mode Managed and it replied > > Error for wireless request "Set Mode" (8B06) : > SET failed on device eth1 ; Operation not supported. if you're using a mac80211-based driver, you need to bring the interface down first then up afterwards ifconfig eth1 down iwconfig eth1 mode managed ifconfig eth1 up -Andy