Robert Voigt wrote:
> 
> I got a script from 4front that is supposed to start the sound driver at boot 
> time. I named it oss and put it in /etc/init.d . Then I made a symlink to it 
> in /etc/rc3.d/S99oss . But it doesn't start the driver. Yes, the script is 
> executable and has #!/bin/sh in the first line.
> I also tried a script that just has the lines
> 
> #!/bin/sh
> soundon

try putting the full path to the 'soundon' program in the script. also,
runlevel 3 is
not debian's default runlevel, runlevel 2 is. so be sure your booting to
runlevel
3 if your putting the link in /etc/rc3.d

ive done this with oss many times and it worked everytime.

nate

-- 
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]

Reply via email to