[Bug 130457] Re: Failure to suspend, shutdown, or hibernate using iwl3945.

2008-02-10 Thread SEAQ - Andres Mujica
Solving the wlan0_rename issue i could suspend again with network
support upon wake up and adding iwl3945 to MODULES in /etc/default/acpi-
support let me hibernate again.  The only issue is that connecting again
to the wireless lan take a few seconds (almost a minute).

However reading what acpi-support comments indicate the network
unloading module should be automatically done, so maybe in gutsy the
iwl3945 is not configured in acpi for this to happen.

# Note that network cards and USB controllers will automatically be unloaded 
# unless they're listed in MODULES_WHITELIST
MODULES="iwl3945"


Anyway as iwl3945 is not the default Intel 3945 driver for Gutsy this probably 
would get fixed for hardy only if the problem arises there.

-- 
Failure to suspend, shutdown, or hibernate using iwl3945.
https://bugs.launchpad.net/bugs/130457
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130457] Re: Failure to suspend, shutdown, or hibernate using iwl3945.

2008-02-10 Thread SEAQ - Andres Mujica
for the suspend issue could you check the workaround from this bug
report?

https://bugs.launchpad.net/ubuntu/+bug/180766
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/183968

Thanks

-- 
Failure to suspend, shutdown, or hibernate using iwl3945.
https://bugs.launchpad.net/bugs/130457
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130457] Re: Failure to suspend, shutdown, or hibernate using iwl3945.

2008-02-08 Thread Tim Gardner
Try using iwl3945 in Hardy. The suspend/hibernate architecture in 2.6.24
is much improved.

** Changed in: linux-ubuntu-modules-2.6.22 (Ubuntu)
 Assignee: Tim Gardner (timg-tpi) => (unassigned)
   Status: Fix Committed => Won't Fix

-- 
Failure to suspend, shutdown, or hibernate using iwl3945.
https://bugs.launchpad.net/bugs/130457
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130457] Re: Failure to suspend, shutdown, or hibernate using iwl3945.

2007-12-10 Thread Tim Gardner
Update according to instructions in
https://bugs.edge.launchpad.net/ubuntu/+source/linux-ubuntu-
modules-2.6.22/+bug/144621. You'll also have to blacklist the ipw3945
driver in /etc/modprobe.d/blacklist

** Changed in: linux-ubuntu-modules-2.6.22 (Ubuntu)
   Importance: High => Medium
 Assignee: (unassigned) => Tim Gardner (timg-tpi)
   Status: New => Fix Committed
   Target: None => gutsy-updates

-- 
Failure to suspend, shutdown, or hibernate using iwl3945.
https://bugs.launchpad.net/bugs/130457
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130457] Re: Failure to suspend, shutdown, or hibernate using iwl3945.

2007-10-04 Thread curiocheerio
I have the same issue as well, but with an rt73 chip set.  After
resuming from a suspend wireless no longer works. Then when i shut down
my system it hangs with the unregister_device error repeating. The only
way to restart at this point is to cut the power.

-- 
Failure to suspend, shutdown, or hibernate using iwl3945.
https://bugs.launchpad.net/bugs/130457
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130457] Re: Failure to suspend, shutdown, or hibernate using iwl3945.

2007-09-30 Thread nanog
I have this same bug. Occasional SysRq hard locks or suspend failures.
3945ABG specific  as it does not occur with a different wireless card in
same laptop.

LSPCI:
 0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network 
Connection (rev 02)

HAL quirck checker output
./quirk-checker.sh 
-e Checking your system...

WARNING: You have no quirks!
WARNING: Using broadcom network driver.
CRITICAL ERROR: Use the mac80211 based iwl3945 driver instead. ipw3945d is 
closed source sometimes hangs on resume.

Let me know if there is any additional info needed.

-- 
Failure to suspend, shutdown, or hibernate using iwl3945.
https://bugs.launchpad.net/bugs/130457
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130457] Re: Failure to suspend, shutdown, or hibernate using iwl3945.

2007-09-25 Thread Matteo Collina
I've done a little workaround to make suspend/hibernate work with the iwl3945 
driver.
First of all I've put in /etc/default/acpi-support MODULES_WHITELIST="iwl3945"
Secondly I've added this script under /etc/acpi/resume.d
--- 
#!/bin/bash
#/etc/acpi/resume.d/99-restart-network-manager.sh

/etc/dbus-1/event.d/25NetworkManager restart
/etc/dbus-1/event.d/26NetworkManagerDispatcher restart
---

In this way NetworkManager is restarted and it reconfigure the wifi
card.

It's not a good practice but it solved the problem for me.

-- 
Failure to suspend, shutdown, or hibernate using iwl3945.
https://bugs.launchpad.net/bugs/130457
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130457] Re: Failure to suspend, shutdown, or hibernate using iwl3945.

2007-09-25 Thread Matteo Collina
I'm confirming this too but only on suspend and hibernate.

02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG
Network Connection (rev 02).

Putting "networking" in /etc/default/acpi-support STOP_SERVICES made
suspend and hibernate works but on resume NM doesn't configure the
network.

-- 
Failure to suspend, shutdown, or hibernate using iwl3945.
https://bugs.launchpad.net/bugs/130457
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130457] Re: Failure to suspend, shutdown, or hibernate using iwl3945.

2007-08-29 Thread Christian Reis
** Bug watch removed: zzz dupe keep around http://www.bughost.org/bugzilla/ 
#1341
   http://www.bughost.org/bugzilla/show_bug.cgi?id=1341

** Bug watch added: Bughost.org tracker #1341
   http://bughost.org/bugzilla/show_bug.cgi?id=1341

-- 
Failure to suspend, shutdown, or hibernate using iwl3945.
https://bugs.launchpad.net/bugs/130457
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130457] Re: Failure to suspend, shutdown, or hibernate using iwl3945.

2007-08-27 Thread Chris Halse Rogers
I also see this, although the usage count is not always 1, it is sometimes 
higher.
Upstream bug: http://www.bughost.org/bugzilla/show_bug.cgi?id=1341

03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG
Network Connection (rev 02)

-- 
Failure to suspend, shutdown, or hibernate using iwl3945.
https://bugs.launchpad.net/bugs/130457
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130457] Re: Failure to suspend, shutdown, or hibernate using iwl3945.

2007-08-05 Thread Jeremy Teale
** Changed in: linux-ubuntu-modules-2.6.22 (Ubuntu)
   Importance: Undecided => High

-- 
Failure to suspend, shutdown, or hibernate using iwl3945.
https://bugs.launchpad.net/bugs/130457
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs