wireless

Andy Green andy at warmcat.com
Wed Jun 6 10:25:15 UTC 2007


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




More information about the fedora-list mailing list