Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: kris on December 24, 2003, 03:33:24 AM

Title: How do i link a driver into startup script???
Post by: kris on December 24, 2003, 03:33:24 AM
I am trying to use a PCI decoder for my sat connection so i can get around the last problem i posted.

i have followed all the instructions to install the driver but now i need to somehow do this step.
****Link it into your startup scripts at the appropriate runlevel. On a debian system you can use update-rc.d skymedia defaults 50. ****
i have put the skymedia.ini file into the /etc/rc.d/init.d/ folder ok. but now i need to make it run on startup.

Any help please
thanks

Kris
Title: Re: How do i link a driver into startup script???
Post by: kris on December 24, 2003, 03:45:04 AM
is it the smb.conf
or rc.local???
Title: Re: How do i link a driver into startup script???
Post by: Nathan Fowler on December 24, 2003, 05:13:48 PM
cat /etc/inittab|grep -i default

I believe your default is run-level 7.

cd /etc/rc.d/rc7.d
ln -s [path to your executable/script] S50satdecoder