On Fri, Oct 25, 2002 at 09:47:19AM -0700, Shiju Indrat wrote: > > Both Harddrake & sndconfig were unable to configure my > Yamaha OPL-Sax Sound Board. But I managed to get it > working (with help) by using either the command > > insmod mpu401 > insmod opl3sa2 > > or > > modprobe opl3sa2 > > I want to know how to edit my etc/rc.d/init.d/sound > file so that I don't have to type the above commands > each time I want sound. > ---end quoted text---
Don't know about the sysadmining of MDK boxes, but normally most distros go through a file called /etc/modules.conf. It is almost sure, that at some time in the boot process, your distro will load up all loadable kernel modules (usually by the command: modprobe -C /etc/modules.conf). Note: the file /etc/modules.conf is the default file for modprobe. MDK may have changed this. Alternatively, you may add the following lines: -----<snip>----- insmod mpu401 insmod opl3sa2 -----</snip>---- to your rc.local file (or equivalent for MDK) ... HTH Bish -- : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : Steps for kernel compilation LOST #087 1. #cd /usr/src/linux 2. #make mrproper 3. #make menuconfig 4. #make dep 5. #make clean 6. #make modules 7. #make install 8. #make modules_install Change /etc/lilo.conf and than run lilo -v For detailed explaination refer to Kernel-HOWTO. ####<[EMAIL PROTECTED]>####################################### : ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
