Koozali.org: home of the SME Server

How do i link a driver into startup script???

kris

How do i link a driver into startup script???
« 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

kris

Re: How do i link a driver into startup script???
« Reply #1 on: December 24, 2003, 03:45:04 AM »
is it the smb.conf
or rc.local???

Nathan Fowler

Re: How do i link a driver into startup script???
« Reply #2 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