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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1111547

Title:
  screenblank.sh script shuts down disrupts wireless connection

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to