On Sat, 2010-03-20 at 10:19 -0400, Eric Beversluis wrote: > It seems to be working intermittently. I'll grab and post the logs if it > acts up again.
There's a few issues here that could affect this. 1) bad drivers, especially wl.o (proprietary broadcom). I fixed all the in-kernel drivers over a year ago, but the proprietary drivers appear to not to have been fixed yet perhaps: http://blogs.gnome.org/dcbw/2009/02/26/suspendresume-vs-networkmanager/ 2) there was a dbus bug that caused the pm-utils scripts to never deliver the "hey, wake up!!" signal to NetworkManager. In your /var/log/daemon.log or /var/log/messages file, if you don't see a "Waking up..." when you unsuspend, this is likely the issue. Add a --print-reply as the first argument to the dbus-send call in the NM pm-utils script located /usr/lib64/pm-utils/sleep.d/55NetworkManager (for 64-bit installs, adjust your path as necessary). Most distros have handled this already for you, but perhaps yours has not. 3) if neither of these two is a problem, then we need more logs, preferably from wpa_supplicant as described in the "Debugging WiFi Connections" section of this page: http://live.gnome.org/NetworkManager/Debugging getting verbose supplicant output will allow us to debug a lot further what's going on. Dan > Thanks. > > On Fri, 2010-03-19 at 14:55 +0100, Vladimir Botka wrote: > > On Fri, 19 Mar 2010 09:02:56 -0400 > > Eric Beversluis <[email protected]> wrote: > > > > > I have a new openSUSE 11.2 instllation and networkmanager has been > > > working fine, but in the last day or so it has started acting up. > > > > > > I finally get wireless through NM only by powering down and > > > restarting the WAP. > > > > Hi, > > > > would it be possible to post the output of "hwinfo --wlan" ? To track > > down the hibernation problem /var/log/pm-suspend.log is needed after > > the return from the hibernation. Then maybe also logfiles of > > NetworkManager, wpa_supplicat and messages could be useful. How to > > report wlan bugs on openSUSE is best described here [1]. > > > > [1] http://en.opensuse.org/Tracking_down_wireless_problems > > > > Have fun, > > > > -vlado > > > _______________________________________________ > NetworkManager-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/networkmanager-list _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
