Your message dated Wed, 25 Oct 2006 03:32:22 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#390792: fixed in powersave 0.14.0-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: powersaved
Version: 0.14.0-2
Severity: wishlist

Currently, powersaved has ipw2200 in a suspend blacklist, and it is
removed from kernel space before suspend and reinserted after resume. I
believe this is needlessly causing headaches for the end user, as
ipw2200 has supported suspend/resume since upstream version 1.0.5, or
any version in mainline linux >=2.6.15 iirc.

The forceful removal/reinsertion only serves to break any meaningful
wireless link the ipw2200 device had established at the time of suspend,
and would require all users to setup some hooks to restart networking.

As the ipw2200 supported hardware is quite common, and next debian
release will most certainly come with a recent version of the module
that behaves well w.r.t to suspend, I'd like to request that it is no
longer blacklisted by powersaved.

Patch is attached.

Thanks, Kel.
diff -Nrup powersave-0.14.0-orig/config_files/sleep powersave-0.14.0/config_files/sleep
--- powersave-0.14.0-orig/config_files/sleep	2006-09-04 20:13:55.000000000 +1000
+++ powersave-0.14.0/config_files/sleep	2006-09-14 13:45:59.000000000 +1000
@@ -16,7 +16,7 @@
 
 ## Path:        	System/Powermanagement/Powersave/Sleep_Modes
 ### Type:        	string
-## Default:     	"usb_storage sbp2 ohci_hcd uhci_hcd stir4200 ohci1394 ipw2200 rt2500 prism54 ath_pci r8169 lt_modem Intel536 Intel537 ndiswrapper"
+## Default:     	"usb_storage sbp2 ohci_hcd uhci_hcd stir4200 ohci1394 rt2500 prism54 ath_pci r8169 lt_modem Intel536 Intel537 ndiswrapper"
 ## ServiceRestart: 	
 #
 # These modules will be unloaded before entering suspend to disk
@@ -26,7 +26,7 @@ UNLOAD_MODULES_BEFORE_SUSPEND2DISK=""
 
 ## Path:        	System/Powermanagement/Powersave/Sleep_Modes
 ### Type:        	string
-## Default:     	"usb_storage sbp2 ohci_hcd uhci_hcd stir4200 ohci1394 ipw2200 rt2500 prism54 ath_pci r8169 lt_modem Intel536 Intel537 ndiswrapper"
+## Default:     	"usb_storage sbp2 ohci_hcd uhci_hcd stir4200 ohci1394 rt2500 prism54 ath_pci r8169 lt_modem Intel536 Intel537 ndiswrapper"
 ## ServiceRestart: 	
 #
 # These modules will be unloaded before entering the corresponding
@@ -36,7 +36,7 @@ UNLOAD_MODULES_BEFORE_SUSPEND2RAM=""
 
 ## Path:        	System/Powermanagement/Powersave/Sleep_Modes
 ### Type:        	string
-## Default:     	"usb_storage sbp2 ohci_hcd uhci_hcd stir4200 ohci1394 ipw2200 rt2500 prism54 ath_pci r8169 lt_modem Intel536 Intel537 ndiswrapper"
+## Default:     	"usb_storage sbp2 ohci_hcd uhci_hcd stir4200 ohci1394 rt2500 prism54 ath_pci r8169 lt_modem Intel536 Intel537 ndiswrapper"
 ## ServiceRestart: 	
 #
 # These modules will be unloaded before entering the corresponding
diff -Nrup powersave-0.14.0-orig/scripts/sleep_helper_functions powersave-0.14.0/scripts/sleep_helper_functions
--- powersave-0.14.0-orig/scripts/sleep_helper_functions	2006-09-04 20:13:55.000000000 +1000
+++ powersave-0.14.0/scripts/sleep_helper_functions	2006-09-14 13:45:43.000000000 +1000
@@ -252,9 +252,9 @@ remount_fatfs(){
 # function to set the variables according to what
 # we are going to do.
 # internally, use only in sleep_helper_functions
-DEFAULT_S2D_UNLOAD="usb_storage sbp2 ohci_hcd uhci_hcd stir4200 ohci1394 ipw2200 rt2500 prism54 ath_pci r8169 lt_modem Intel536 Intel537 ndiswrapper"
-DEFAULT_S2R_UNLOAD="usb_storage sbp2 ohci_hcd uhci_hcd stir4200 ohci1394 ipw2200 rt2500 prism54 ath_pci r8169 lt_modem Intel536 Intel537 ndiswrapper"
-DEFAULT_STB_UNLOAD="usb_storage sbp2 ohci_hcd uhci_hcd stir4200 ohci1394 ipw2200 rt2500 prism54 ath_pci r8169 lt_modem Intel536 Intel537 ndiswrapper"
+DEFAULT_S2D_UNLOAD="usb_storage sbp2 ohci_hcd uhci_hcd stir4200 ohci1394 rt2500 prism54 ath_pci r8169 lt_modem Intel536 Intel537 ndiswrapper"
+DEFAULT_S2R_UNLOAD="usb_storage sbp2 ohci_hcd uhci_hcd stir4200 ohci1394 rt2500 prism54 ath_pci r8169 lt_modem Intel536 Intel537 ndiswrapper"
+DEFAULT_STB_UNLOAD="usb_storage sbp2 ohci_hcd uhci_hcd stir4200 ohci1394 rt2500 prism54 ath_pci r8169 lt_modem Intel536 Intel537 ndiswrapper"
 DEFAULT_S2D_RESTART="slmodemd irda upsd apcupsd"
 DEFAULT_S2R_RESTART="slmodemd irda upsd apcupsd"
 DEFAULT_STB_RESTART="slmodemd irda upsd apcupsd"

--- End Message ---
--- Begin Message ---
Source: powersave
Source-Version: 0.14.0-3

We believe that the bug you reported is fixed in the latest version of
powersave, which is due to be installed in the Debian FTP archive:

libpowersave-dev_0.14.0-3_i386.deb
  to pool/main/p/powersave/libpowersave-dev_0.14.0-3_i386.deb
libpowersave10_0.14.0-3_i386.deb
  to pool/main/p/powersave/libpowersave10_0.14.0-3_i386.deb
powersave_0.14.0-3.diff.gz
  to pool/main/p/powersave/powersave_0.14.0-3.diff.gz
powersave_0.14.0-3.dsc
  to pool/main/p/powersave/powersave_0.14.0-3.dsc
powersaved_0.14.0-3_i386.deb
  to pool/main/p/powersave/powersaved_0.14.0-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Biebl <[EMAIL PROTECTED]> (supplier of updated powersave package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 25 Oct 2006 01:02:01 +0200
Source: powersave
Binary: libpowersave-dev libpowersave10 powersaved
Architecture: source i386
Version: 0.14.0-3
Distribution: unstable
Urgency: low
Maintainer: Michael Biebl <[EMAIL PROTECTED]>
Changed-By: Michael Biebl <[EMAIL PROTECTED]>
Description: 
 libpowersave-dev - power management daemon - development files
 libpowersave10 - power management daemon - shared library
 powersaved - power management daemon
Closes: 372295 377798 390792
Changes: 
 powersave (0.14.0-3) unstable; urgency=low
 .
   * Update maintainer email address to [EMAIL PROTECTED]
   * debian/patches/dont_unload_ipw2200.patch
     - Added. Do not blacklist ipw2200 module. Closes: #390792
   * debian/patches/power_button_event.patch
     - Added. Do not shut down by default when power button is pressed.
       Closes: #372295
     - If you want to restore previous behaviour, set EVENT_BUTTON_POWER to
       "wm_shutdown" in /etc/powersave/events.
   * debian/patches/uswsusp.patch
     - Added. Support for userspace software suspend. Closes: #377798
       Install the uswsusp package and set SUSPEND2DISK_METHOD to "userspace"
       in /etc/powersave/sleep if you want to use this method.
   * debian/control
     - Add a Recommends on uswsusp.
Files: 
 1393b61870c733f317c39cb6c7d9f166 778 admin optional powersave_0.14.0-3.dsc
 b49dd035d84ef477fe956278f696c9da 11611 admin optional 
powersave_0.14.0-3.diff.gz
 83736bf5b80269acb43eef45088408b2 445308 admin optional 
powersaved_0.14.0-3_i386.deb
 957aba10b174af722e3ed535516f17f5 44890 libs optional 
libpowersave10_0.14.0-3_i386.deb
 184228a5b0061b14672f55fba41d6112 56106 libdevel optional 
libpowersave-dev_0.14.0-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFPzinh7PER70FhVQRAsnzAJ9ZJIlVbWSrtKzEhLHl/hRDeMo/2QCfRq1Q
hkPt2scDesKA56je0A+84M8=
=4ruU
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to