Click to See Complete Forum and Search --> : personal startup script doesnt work


Fondor
07-12-2001, 09:15 PM
I have SuSE 7.1, and i put a bash script name "startup" in /etc/init.d. Then i put a sym link in /etc/init.d/rc3.d and /etc/init.d/rc5.d named "30startup" to my startup script. Here is whats in it

#! /bin/sh

case "$1" in
start)
/sbin/modprobe au8830
esac

For some reason the module doesnt load. I have to manually type "modprobe au8830" to get it to load. Can ne1 help me get my script working? Thanks in advance.

Fondor
07-12-2001, 09:31 PM
i figured it out sorry for the stupid post