2009/4/3 Sven Arvidsson <[email protected]>: > I'm using it with 2.6.29 on a 701. Seems to work very well, haven't > noticed any real problems.
Also here, with 2.6.29 on a 701 too. Just notice that the: echo $brightness > $brn_control in /etc/acpi/actions/suspend.sh does not seems to be necessary (but it does not hurt neither) and that the rfkill subsystem sends hotplug events. Then /etc/acpi/actions/wireless.sh could test if rfkill subsystem is in use and do nothing then. $ udevadm monitor # enable and disable the wlan hotkey monitor will print the received events for: UDEV the event which udev sends out after rule processing UEVENT the kernel uevent UEVENT[1238713455.200717] add /devices/pci0000:00/0000:00:1c.2/0000:01:00.0 (pci) UEVENT[1238713455.200780] add /devices/pci0000:00/0000:00:1c.2/0000:01:00.0/ieee80211/phy2 (ieee80211) UEVENT[1238713455.266336] change /devices/LNXSYSTM:00/device:00/ASUS010:00/rfkill/rfkill0 (rfkill) UDEV [1238713455.326988] add /devices/pci0000:00/0000:00:1c.2/0000:01:00.0 (pci) UDEV [1238713455.329831] add /devices/pci0000:00/0000:00:1c.2/0000:01:00.0/ieee80211/phy2 (ieee80211) UDEV [1238713455.348295] change /devices/LNXSYSTM:00/device:00/ASUS010:00/rfkill/rfkill0 (rfkill) UEVENT[1238713455.395661] add /devices/pci0000:00/0000:00:1c.2/0000:01:00.0/net/wmaster0 (net) UEVENT[1238713455.395716] add /devices/pci0000:00/0000:00:1c.2/0000:01:00.0/net/wlan0 (net) UEVENT[1238713455.437518] move /devices/pci0000:00/0000:00:1c.2/0000:01:00.0/net/ath0 (net) UDEV [1238713455.488347] add /devices/pci0000:00/0000:00:1c.2/0000:01:00.0/net/wmaster0 (net) UEVENT[1238713455.559620] remove /devices/pci0000:00/0000:00:1c.2/0000:01:00.0/net/ath0 (net) UEVENT[1238713455.560479] remove /devices/pci0000:00/0000:00:1c.2/0000:01:00.0/net/wmaster0 (net) UDEV [1238713455.675487] remove /devices/pci0000:00/0000:00:1c.2/0000:01:00.0/net/wmaster0 (net) UDEV [1238713455.677480] add /devices/pci0000:00/0000:00:1c.2/0000:01:00.0/net/ath0 (net) UDEV [1238713455.738256] move /devices/pci0000:00/0000:00:1c.2/0000:01:00.0/net/ath0 (net) UEVENT[1238713455.814233] remove /devices/pci0000:00/0000:00:1c.2/0000:01:00.0/ieee80211/phy2 (ieee80211) UEVENT[1238713455.814299] remove /devices/pci0000:00/0000:00:1c.2/0000:01:00.0 (pci) UDEV [1238713455.815951] remove /devices/pci0000:00/0000:00:1c.2/0000:01:00.0/ieee80211/phy2 (ieee80211) UDEV [1238713455.883108] remove /devices/pci0000:00/0000:00:1c.2/0000:01:00.0/net/ath0 (net) UDEV [1238713455.890828] remove /devices/pci0000:00/0000:00:1c.2/0000:01:00.0 (pci) UEVENT[1238713456.064458] change /devices/LNXSYSTM:00/device:00/ASUS010:00/rfkill/rfkill0 (rfkill) UDEV [1238713456.066412] change /devices/LNXSYSTM:00/device:00/ASUS010:00/rfkill/rfkill0 (rfkill) Thanks, Santi _______________________________________________ Debian-eeepc-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel
