Hi ive edited the /etc/acpi/actions/hotkey.sh script to send the correct message to the OSD when using the Ralink wireless adapter. here is the diff:
[EMAIL PROTECTED]:/etc/acpi/actions$ diff hotkey.sh.901 hotkey.sh 34,39c34 < if lspci|grep -i 'network controller'|grep -q 'RaLink'; then < WLAN_IF=ra0 < elif lspci|grep -i 'atheros'|grep -q -i 'wireless'; then < WLAN_IF=ath0 < fi < if grep -q $WLAN_IF /proc/net/wireless; then --- > if grep -q ath0 /proc/net/wireless; then cheers Edd Parris .'' ` . Edward Parris : http://www.communecation.net/ : :' : Social Engineer : http://socialengineer.communecation.net `. `'` Lambchop : http://lambchop.communecation.net `- Debian Linux : http://www.debian.org : How Gnu are You? Send instant messages to your online friends http://uk.messenger.yahoo.com _______________________________________________ Debian-eeepc-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel
