On Thu, 25 May 2006, Uli Kunitz wrote:

> Guennadi Liakhovetski wrote:
> 
> > > If it's the same as Gentoo, using network scripts doesn't work yet 
> > > because we
> > > don't register any wireless statistics (therefore we don't get listed in
> > > /proc/net/wireless). This will be fixed soon...
> > 
> > How high is this on your todo lists?
> 
> It's already done, you should find it in the latest snapshots.
> However I didn't test automatic configuration for now. It would be
> good, if you could test it and report your results here.

Ok, tested it. Looks better, but still doesn't work 100% for me at least 
yet. It doesn't scan automatically, so, I cannot associate. Is it related 
to this comment:

        /* We are not setting the status, because ieee->state is not updated
         * at all and this driver doesn't track authentication state.
         */

Adding
up iwlist eth1 scanning
to interfaces doesn't help for some reason - only calling it manually 
helps.

Ok, I can work around it with a dreadful hack. You have to do:

ifconfig eth1 up
iwlist scan
iwconfig eth1 essid ...

to trick ifup to do all that I've done:

iface eth1 inet static
        address 1.0.0.0
        netmask 255.0.0.0
        broadcast 1.255.255.255
        up iwlist eth1 scanning
        up iwconfig eth1 essid "xxx"
        up dhclient eth1

instead of just doing

iface wlan0 inet dhcp
        up iwconfig wlan0 essid "xxx"

ugly... Can we improve it?

Besides, it is very nice to see all "visible" APs as "Quality=100/100  
Signal level=100/100", but it is hard to believe it:-)

Thanks
Guennadi
---
Guennadi Liakhovetski


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Reply via email to