On Tue, 20 Sep 2005 09:47:48 +1200 Carl Cerecke wrote: > Discovered a workaround: > > sudo modprobe -r ipw2200 > sudo modprobe ipw2200 > > usually works.
Those are the standard lines for removing and inserting a module, but it still doesn't explain why your connection is dropping. Some modules have debugging options that can be turned on when the module is inserted. You can list them with: modinfo ipw2200 and apply them with: modprobe ipw2200 debug=1 [thats just an example, i don't know if that particular module has such an option, and I don't have an example card to test it on] dmesg or your kernel syslog should then have some more info. > > On 15/09/05, Carl Cerecke <[EMAIL PROTECTED]> wrote: > > I've recently acquired an acer laptop, with built-in intel 2200BG. It > > works fine when it works, but after 30-60minutes the connection will > > just disappear. No combination of arcane incantations seem to bring it > > back up. A reboot will, though. I've googled without much success. > > Using Ubuntu hoary. > > > > On 15/09/05, Steve Holdoway <[EMAIL PROTECTED]> wrote: > > > Sorry, was a dwl-g520 card. Also, my acer lappie works fine with an intel > > > wireless 2200BG minipci card installed. There's a project on sf to support > > > that as well. > > > > > -- Nick Rout <[EMAIL PROTECTED]>
