Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package laptop-mode-tools There have been multiple reports of the e1000e driver causing trouble for users. This has been well reported in dbug #677638. It has been requested by many users that LMT should, by default, disable the power saving switch for ethernet device. This patch sets the ethernet knob to be disabled by default. There's also a minor diff touching the debian-changes file. Please note that in the 1.61-1 release itself debian-changes was not is use. So that change should not be a concern. unblock laptop-mode-tools/1.61-1 -- System Information: Debian Release: 7.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (100, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.6-trunk-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru laptop-mode-tools-1.61/debian/changelog laptop-mode-tools-1.61/debian/changelog --- laptop-mode-tools-1.61/debian/changelog 2012-05-20 15:52:21.000000000 +0530 +++ laptop-mode-tools-1.61/debian/changelog 2012-12-15 20:34:33.000000000 +0530 @@ -1,3 +1,10 @@ +laptop-mode-tools (1.61-2) unstable; urgency=low + + * [225fd1e] Disable ethernet based on multiple reports of driver failure + (Closes: #677638) + + -- Ritesh Raj Sarraf <r...@debian.org> Sat, 15 Dec 2012 20:34:11 +0530 + laptop-mode-tools (1.61-1) unstable; urgency=low [ Ritesh Raj Sarraf ] diff -Nru laptop-mode-tools-1.61/debian/patches/debian-changes laptop-mode-tools-1.61/debian/patches/debian-changes --- laptop-mode-tools-1.61/debian/patches/debian-changes 2012-05-20 15:55:39.000000000 +0530 +++ laptop-mode-tools-1.61/debian/patches/debian-changes 2012-12-16 12:03:53.000000000 +0530 @@ -5,23 +5,29 @@ information below has been extracted from the changelog. Adjust it or drop it. . - laptop-mode-tools (1.61-1) unstable; urgency=low + laptop-mode-tools (1.60-1) unstable; urgency=low . - [ Ritesh Raj Sarraf ] - * [3f9ea15] Removed laptop-mode-tools.preinst - * [8bd5355] update debian/patches/debian-changes - * [16bc3f5] calculate design_capacity_warning on machines/arches where it - is not readiliy available - * [28b8d23] Add support for non-deafult customized settings. - Thanks to Simon Que - Chromium Project - * [7a99e68] Add parallel execution for the modules - * [0ab6ef0] Handle devices with persistent device naming - (Closes: #664267) - . - [ Simon Que ] - * [f3de2d6] hdparm skips SSDs for power management + * [709f521] New Upstream Release + (Closes: 647564) + - [8389588] Change Intel HDA Audio's default power save timeout to 2 seconds + - [cc40bd1] usb autosuspend black-/whitelist arg in quotes. + Thanks to Simon Que + - [5a4e08a] add readme-debugging.txt + - [be147e0] Helper tools to provide suspend/hibernate functionality + - [49afd31] Kill lm-polling-daemon when init stop is called + - [68b0ff5] Add pm-helper tool to take care of suspend / hibernate. + - [c7e3038] Use native hibernation helper tool from LMT + - [a569b29] Check for block device's existence. + Thanks to Simon Que (Chromium Project) + - [ab704b2] Use proper device for iwconfig. + Thanks to bs.net (Closes: 639388) + * [8fa914a] Drop some of the Recommends to Suggests. + Thanks to Clea F. Rees (Closes: #640155) + * [75c51b3] Drop duplicate changelog Author: Ritesh Raj Sarraf <r...@debian.org> -Bug-Debian: http://bugs.debian.org/664267 +Bug-Debian: http://bugs.debian.org/639388 +Bug-Debian: http://bugs.debian.org/640155 +Bug-Debian: http://bugs.debian.org/647564 --- The information above should follow the Patch Tagging Guidelines, please diff -Nru laptop-mode-tools-1.61/debian/patches/disable-ethernet-e1000e.patch laptop-mode-tools-1.61/debian/patches/disable-ethernet-e1000e.patch --- laptop-mode-tools-1.61/debian/patches/disable-ethernet-e1000e.patch 1970-01-01 05:30:00.000000000 +0530 +++ laptop-mode-tools-1.61/debian/patches/disable-ethernet-e1000e.patch 2012-12-15 20:30:34.000000000 +0530 @@ -0,0 +1,14 @@ +disable batt throttle as there have been many reports of breakage +Index: laptop-mode-tools/etc/laptop-mode/conf.d/ethernet.conf +=================================================================== +--- laptop-mode-tools.orig/etc/laptop-mode/conf.d/ethernet.conf 2011-07-24 14:36:48.000000000 +0530 ++++ laptop-mode-tools/etc/laptop-mode/conf.d/ethernet.conf 2012-12-15 20:29:22.561632860 +0530 +@@ -25,7 +25,7 @@ + CONTROL_ETHERNET="auto" + + # Handle throttling of the ethernet deivce under specific circumstances +-BATT_THROTTLE_ETHERNET=1 ++BATT_THROTTLE_ETHERNET=0 + LM_AC_THROTTLE_ETHERNET=0 + NOLM_AC_THROTTLE_ETHERNET=0 + diff -Nru laptop-mode-tools-1.61/debian/patches/series laptop-mode-tools-1.61/debian/patches/series --- laptop-mode-tools-1.61/debian/patches/series 2012-05-20 15:24:46.000000000 +0530 +++ laptop-mode-tools-1.61/debian/patches/series 2012-12-15 20:44:48.000000000 +0530 @@ -1 +1,2 @@ +disable-ethernet-e1000e.patch debian-changes