(no subject)
Nov. 1st, 2006 01:45 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
NetworkManager is in the tree, and it is Good. (See Luis Medinas's post on how to get it working in Gentoo.) Unlike the version in the overlays, this one actually works for me—consistently. Hell, I can even connect to the ubcsecure WPA protected campus network (sparing myself an annoying login screen), and I've never managed to connect to that before. (I'm told a lot of Windows users have issues with it, too.)
Oh, and NetworkManager finally seems to store its keys properly in GNOME's keyring. This, too, is Good.
Oh, and NetworkManager finally seems to store its keys properly in GNOME's keyring. This, too, is Good.
no subject
Date: 2006-11-02 03:56 pm (UTC)School network
Date: 2007-03-08 09:50 pm (UTC)Re: School network
Date: 2007-03-08 10:13 pm (UTC)It could, of course, be a driver issue. My laptop has an Intel PRO/Wireless chipset, and Intel are pretty good about driver support (there's a firmware blob, but the driver itself is open). If you use in-kernel drivers and compile your own kernel (or your distribution vendor of choice botched it up), you may have to ensure that the correct encryption options are enabled; I suspect the crucial one is TKIP ( or CONFIG_IEEE80211_CRYPT_TKIP=y). If you use a third-party driver package, make sure it supports the necessary encryption.
Re: School network
Date: 2007-03-09 12:48 am (UTC)I have Intel PRO/Wireless as well, 3945AGB.
Thanks for your help.
no subject
Date: 2007-03-09 12:58 am (UTC)I don't know why your Linux setup should be more sensitive to poor signals, but I can conjecture. (I can't compare my own experience because I haven't tried other OSs on campus.) There's an option somewhere that sets a threshold signal quality—if it drops below a certain value, it will consider itself effectively disconnected and try to associate with a AP. If it fails to do this—e.g. because there isn't one!—you will be disconnected. Maybe it's as simple as this threshold value being higher in Linux.
With iwconfig, this is controlled by the sens option. With NetworkManager, I'm afraid I don't know (never had much incentive to find out).