[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2008-04-10 Thread Rick Clark
*** This bug is a duplicate of bug 91645 *** https://bugs.launchpad.net/bugs/91645 ** This bug has been marked a duplicate of bug 91645 IPW3945 unable to restart after suspend -- ipw3945 wireless doesn't work after resume from suspend https://bugs.launchpad.net/bugs/94133 You received

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2008-04-10 Thread David Mandala
*** This bug is a duplicate of bug 183968 *** https://bugs.launchpad.net/bugs/183968 ** This bug is no longer a duplicate of bug 91645 IPW3945 unable to restart after suspend ** This bug has been marked a duplicate of bug 183968 mac80211 master interface matches existant persistent

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-11-14 Thread Luke12
I had the same problem in Gutsy, I can confirm this as looking at /var/log/syslog I noticed a bunch of errors regarding the eth1 (wireless) device. Personally I did not apply any patches indicated in this page, I just added ipw3945 and ieee80201 as modules with forced removal and reinsertion. It

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-06-10 Thread LarryGrover
There is additional discussion of this bug on Novell's bug tracker: https://bugzilla.novell.com/show_bug.cgi?id=212696 Also a patch which fixes the script at /usr/lib/powersave/scripts/sleep_helper_functions to use modprobe -r instead of rmmod:

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-04-12 Thread J
This is final, it works 99% of the time, just as suspend does. I hope you can use this for feisty, as a lot of laptops have this wireless chip in them. I understand, that on the long term, it would be nice to patch powersaved to use 'modprobe -r' instead of 'rmmod' , so one only needs to add

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-04-06 Thread J
Okay, I now found out how to make the script exec'd by powersaved. It would be pretty easy to put a case statment for event type, and make one script out of the two I have here, but I am really not big at shellscripting, so here is what I did: in /etc/powersave/events I added to these two

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-04-06 Thread J
** Attachment added: script to load the ipw3945 mudule at resume http://librarian.launchpad.net/7179506/ipw3945-on -- ipw3945 wireless doesn't work after resume from suspend https://bugs.launchpad.net/bugs/94133 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-04-03 Thread J
The strange behaviour is that the wifi resumes fine if the wireless kill switch is turned off (so wifi is turned on) before suspend, but not if the wifi is turned off. -- ipw3945 wireless doesn't work after resume from suspend https://launchpad.net/bugs/94133 -- ubuntu-bugs mailing list

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-03-29 Thread J
Well, this is still not reliably unloading ipw3945 somehow, anyone any ideas?! -- ipw3945 wireless doesn't work after resume from suspend https://launchpad.net/bugs/94133 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-03-29 Thread J
So, with the update of acpi and hal right now, I had to add SUSPAND2RAM_FORCE=yes to /etc/powersave/sleep , and I had to look around in the logs, so I found out how the script needs to be added to /usr/lib/powersave/scripts/sleep_helper_functions somehow . Also, s2ram changed place, it now

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-03-28 Thread J
You should put it in /usr/lib/powersave/scripts/ , so it would be /usr/lib/powersave/scripts/ipw3945 , then you need to ' sudo chmod +x /usr/lib/powersave/scripts/ipw3945 ', hope it works, please confirm if it does. Cheers! -- ipw3945 wireless doesn't work after resume from suspend

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-03-27 Thread J
this script doesn't seem to work somehow. I'll try to check what the problem could be, maybe the script doesn't get called by powersaved? -- ipw3945 wireless doesn't work after resume from suspend https://launchpad.net/bugs/94133 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-03-27 Thread J
Okay, this script seems to work, just needed to read file:///usr/share/doc/powersaved/html/Scripts.html , the example script is a good starting point. ** Attachment added: The new script, the one that works. http://librarian.launchpad.net/6998501/ipw3945 -- ipw3945 wireless doesn't work

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-03-27 Thread galo
I'm also suffering from this problem. Sorry, if this is lame, but where does one place this script ? The first link you gave is about Fedora I think and the folder there doesn't exist in Ubuntu. -- ipw3945 wireless doesn't work after resume from suspend https://launchpad.net/bugs/94133 --

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-03-25 Thread J
** Summary changed: - ipw3945 needs to be unloaded before suspend/hibernate, the userspace daemon needs to be stopped before that. + ipw3945 wireless doesn't work after resume from suspend -- ipw3945 wireless doesn't work after resume from suspend https://launchpad.net/bugs/94133 --

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-03-25 Thread DanaGoyette
Hmm, well, /etc/modprobe.d/ipw3945 should already take care of stopping and starting the daemon, IF you modprobe -r the module first. Try this: make the script 'modprobe -r' and 'modprobe', but not 'killall' the daemon. -- ipw3945 wireless doesn't work after resume from suspend

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-03-25 Thread DanaGoyette
Hmm, well, /etc/modprobe.d/ipw3945 should already take care of stopping and starting the daemon, IF you modprobe -r the module first. Try this: make the script 'modprobe -r' and 'modprobe', but not 'killall' the daemon. -- ipw3945 wireless doesn't work after resume from suspend

[Bug 94133] Re: ipw3945 wireless doesn't work after resume from suspend

2007-03-25 Thread J
it works, I have the new script attached. ** Attachment added: /usr/lib/powersave/scripts/ipw3945 http://librarian.launchpad.net/6935565/ipw3945 ** Description changed: I have version0.14.0-6ubuntu1 of powersave, my system is up-to-date. This is a brand new install of feisty. - It's