View Single Post
Posts: 40 | Thanked: 43 times | Joined on Oct 2008
#416
I am having trouble getting the drivers to autostart.

I've made a file called power-kernel in /etc/event.d . For good measure, I did a chmod +x on it as well.

The contents are:

Code:
description "bleeding-drivers"

start on started hildon-desktop
stop on starting shutdown

console none

script
cd /home/user/MyDocs/wl1251-maemo/binary/compat-wireless/
sh load.sh
end script
Any ideas on what could be going wrong? Needless to say, the command executes fine from sudo gainroot.

tarek : )
 

The Following User Says Thank You to tarek For This Useful Post: