https://bugzilla.novell.com/show_bug.cgi?id=760292 https://bugzilla.novell.com/show_bug.cgi?id=760292#c5 James Oakley <jfunk@funktronics.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jfunk@funktronics.ca --- Comment #5 from James Oakley <jfunk@funktronics.ca> 2012-07-17 21:49:20 UTC --- I am seeing the same behavior myself, with multiple different access points. In my logs I see this occurring regularly: [58866.490820] wlan0: deauthenticating from 00:1e:58:fb:20:f7 by local choice (reason=3) This seems to coincide with NetworkManager dropping the connection. I can get it going again without rebooting by running 'rcnetwork restart' which seems to reinitialize so that it can see the AP again. For a while I added a rule to /etc/rsyslogd.conf to do this whenever that message is generated: if ($msg contains '(reason=3)') \ then ^/usr/local/sbin/reset-wlan0 The /usr/local/sbin/reset-wlan0 contained this: #!/bin/bash /etc/init.d/network restart However, this still resulted in some lost connections and pauses when it occurred, so I switched to ifup, which is far more stable, as long as I keep my machine from sleeping. (another issue there...) With ifup, the messages still occur, but the pauses are shorter at least. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.