That's great. Did you also fix the use of iwconfig instead of $IWCONFIG,
and inconsistent support for WIRELESS_POWER_SAVING_EXCLUDE_DRIVERS?
--
wireless-{,iwl-,ipw-}power modules do not discard non-wireless interfaces
https://bugs.launchpad.net/bugs/662981
You received this bug notification becau
> So does it not work with dash? laptop-mode-tools uses dash and I haven't seen
> this bug report. In case you
see problems when run with dash, please report.
What is dash? On Gentoo, /usr/sbin/laptop_mode uses /bin/sh, which is a
link to /bin/bash. It works, and I don't see a reason to use what
The problem is that the script checks whether the values of IPW2100_*
are set, and if they are not, it sets the values of IPW_3945_* variables
instead.
--
wireless-ipw-power module has incorrect initialization code
https://bugs.launchpad.net/bugs/663103
You received this bug notification because
Ah, it was a misunderstanding on my part about the purpose of this
variable. I thought it was a generic one, just undocumented.
--
wireless-{,iwl-,ipw-}power modules do not discard non-wireless interfaces
https://bugs.launchpad.net/bugs/662981
You received this bug notification because you are a
Public bug reported:
Binary package hint: laptop-mode-tools
In /usr/share/laptop-mode-tools/modules/cpufreq (laptop-mode-
tools-1.55-r1 on Gentoo):
if [ -f "/sys/devices/system/cpu/cpufreq/ondemand/ignore_nice_load" ]; then
log "VERBOSE" "Setting CPU ignore_nice_load for all cpus"
Public bug reported:
Binary package hint: laptop-mode-tools
First,
/usr/share/laptop-mode-tools/modules/ethernet:if ! [ -z $path
]; then
/usr/share/laptop-mode-tools/modules/ethernet:if ! [ -z
$dev_path ] && [ -f $dev_path/enable ]; then
are confusing without t
Public bug reported:
Binary package hint: laptop-mode-tools
In all the three modules:
$IWCONFIG $IFNAME >/dev/null 2>&1;
ret=$?;
if [ "$ret" = "0" ]; then
# Yes, it is a wireless device.
However, iwconfig gleefully returns status code 0 for any network
device. This r
Public bug reported:
Binary package hint: laptop-mode-tools
[ "$IPW3945_AC_POWER" ] || IPW3945_AC_POWER=6
[ "$IPW3945_BATT_POWER" ] || IPW3945_BATT_POWER=7
[ "$IPW2100_AC_POWER" ] || IPW3945_AC_POWER=0
[ "$IPW2100_BATT_POWER" ] || IPW3945_BATT_POWER=5
** Affects: laptop-mode-
In addition, it is impossible to enable power saving for IPW2200 when on
AC, via variables settings.
--
wireless-ipw-power module has incorrect initialization code
https://bugs.launchpad.net/bugs/663103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribe