You are not logged in.
Hello!
I know it sounds dumb but I need scripts for controlling hardware on EeePC and some basic explanation how did they work. I'm aware of fewt, marx and El Murato, but I don't need the whole house, just these part controlling the hardware from the command line.
When I try
(sudo) echo 1 > /sys/devices/platform/eeepc/camera
it gives me Permission error. All I need is to toggle bluetooth, wifi, cardreader and camera manually...
Thanks!
((sudo) refers to with or without sudo)
Offline
I have prepared a collection of scripts (for 1000HE), with detailed instructions (in italian) for installing.
Link: http://rapidshare.com/files/299248874/S … mic.tar.gz
P.S.: the scripts are not mine!
Last edited by Doc73 (2009-10-28 5:07:51 pm)
Offline
Thanks, gonna check them tomorrow! ![]()
Offline
To solve your specific problem you can
sudo su echo 1 > /sys/devices/platform/eeepc/camera
or
echo 1 | sudo tee /sys/devices/platform/eeepc/camera
Offline
Everything is fine except bluetooth & wlan control missing. I think I make bt working with a bit tweaking of elmurato scripts (can't tell actually), but wlan control causes big crash with cold reboot afterward. Anybody knows a solution?
Offline
wlan control works otb in almost all eeepc, except for a known bug for ralink cards: cf. https://bugs.launchpad.net/ubuntu/+sour … bug/404626
Solution: install kernel 2.6.32.
We did not create a script for BT, since it can be turned off through the appropriate applet.
EDIT
Same scripts, but with an installer: http://rapidshare.com/files/299361140/K … ar.gz.html or http://www.megaupload.com/?d=OBBHMX8B
The author is the great Lacunoso of italian forum: http://forum.eeepc.it/viewtopic.php?id=9081
Last edited by Doc73 (2009-10-29 12:41:16 pm)
Offline