Everytime i want to use my sound card after booting up with a bash script that includes the following:

modprobe sound dmabuf=1
modprobe cs4232 irq=5 io=0x530 dma=1 dma2=0 mpuio=0x330 mpuirq=9
modprobe opl3 io=0x388

The script requires root access. so far my attempts of having it in /etc/init.d with a symlink from /etc/rc5.d (as someone else suggested) didnt work.

Anyone?