[Bug 1111547] Re: screenblank.sh script shuts down disrupts wireless connection

Steve Langasek steve.langasek at canonical.com
Thu Jan 31 23:16:40 UTC 2013


Nothing in this script should do anything with the wireless; it includes
/usr/share/acpi-support/screenblank, which just does the following:

if [ `pidof xscreensaver` ]; then
        su $user -c "(xscreensaver-command -throttle)"
                if [ x$LOCK_SCREEN = xtrue ]; then      
                su $user -c "(xscreensaver-command -lock)"
        fi
elif [ `pidof dcopserver` ]; then
        dcop kdesktop KScreensaverIface lock
fi

xset dpms force off
if [ x$RADEON_LIGHT = xtrue ]; then
    [ -x /usr/sbin/radeontool ] && radeontool light off
fi

Can you step through this, to figure out which of these commands is
causing the wireless to drop?

** Changed in: acpi-support (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to acpi-support in Ubuntu.
https://bugs.launchpad.net/bugs/1111547

Title:
  screenblank.sh script shuts down disrupts wireless connection

Status in “acpi-support” package in Ubuntu:
  Incomplete

Bug description:
  I have noticed that running the screenblank.sh script (at
  /etc/acpi/screenblank.sh) disrupts the wireless connection. The
  connection is cut off and the wireless device can no longer
  successfully scan for wireless connections until after its switched
  off and on again.

  Please tell me how I can help solving this problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/1111547/+subscriptions




More information about the foundations-bugs mailing list