Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have an on board sound card. I was able to configure it using the alsa drivers. But the problem is that it doesn't work till i give a mod command -
/sbin/modprobe snd-via82xx;
/sbin/modprobe snd-pcm-oss;
/sbin/modprobe snd-mixer-oss;
/sbin/modprobe snd-seq-oss;
Is there a way by which it will get loaded when u switch on the machine. I tried adding an entry in rc.local. But it didn't work.
You just need to edit the /etc/modules.conf page in RH
Comment out anything you see from the old OSS stuff, and then check out www.alsa-project.org to see what the needs to be inserted in the /etc/modules.conf file
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.