Mailinglist Archive: opensuse (1325 mails)
| < Previous | Next > |
Re: [opensuse] install error message from eee-control
- From: Herbert Graeber <hgraeber@xxxxxxxxxxxx>
- Date: Fri, 1 May 2009 13:21:19 +0200
- Message-id: <200905011321.19692.hgraeber@xxxxxxxxxxxx>
Am Freitag, 1. Mai 2009 06:48:15 schrieb Hawit:
You need some scripts and config files to make them work:
/etc/acpi/events/eeepc:
/usr/lib/acpid/eeepc_handler:
/etc/modprobe.d/eeepc:
This works with openSUSE 11.1 only. openSUSE 11.0 an below lacks the kernel
module. And in openSUSE Factory you will only need the last file.
I am thinking for weeks about making this available on the wiki. But this
makes only sense if the whole OpenSUSE_On_the_EEEPC is reorganized.
Herbert
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Hawit escribió:
i m trying to install eee-control for my opensuse 11.1, but i got thisYes, python-devel .. however please follow Herbert advice.
error (rather long..):
[...]
okay since u guys said so, i wont install this one. but i still miss
hotkey to turn on and off my wifi :( i hv to do in windows, hate that. i
wish opensuse developer will come up with this feature soon.
You need some scripts and config files to make them work:
/etc/acpi/events/eeepc:
event=hotkey ATKD.*
action=/usr/lib/acpid/eeepc_handler "%e"
/usr/lib/acpid/eeepc_handler:
#!/bin/bash
echo "$@" >>~herbert/acpid.log
set -- $1
case "$3" in
00000010)
# WLAN on
echo 1 >/sys/devices/platform/eeepc/wlan
;;
00000011)
# WLAN off
echo 0 >/sys/devices/platform/eeepc/wlan
;;
esac
/etc/modprobe.d/eeepc:
options pciehp pciehp_force=1$CMDLINE_ARGS
install eeepc-laptop /sbin/modprobe pciehp; /sbin/modprobe -i eeepc-laptop
install ath5k /sbin/modprobe pciehp; /sbin/modprobe -i ath5k $CMDLINE_ARGS$CMDLINE_ARGS
install uvcvideo /sbin/modprobe pciehp; /sbin/modprobe -i uvcvideo
This works with openSUSE 11.1 only. openSUSE 11.0 an below lacks the kernel
module. And in openSUSE Factory you will only need the last file.
I am thinking for weeks about making this available on the wiki. But this
makes only sense if the whole OpenSUSE_On_the_EEEPC is reorganized.
Herbert
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |