Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-11-2004, 02:43 AM
|
#1
|
|
Member
Registered: Mar 2004
Location: Texas, USA
Distribution: Ubuntu 12 (notebook), Debian Squeeze (home server), OpenSuse 12 (desktop)
Posts: 96
Rep:
|
Loading modules on startup
Hey, I've been having trouble with my sound in some games. But when I type "modprobe snd-pcm-oss" it works. So my question is how do I get it to do this on linux startup?
|
|
|
|
08-11-2004, 05:56 AM
|
#2
|
|
Member
Registered: May 2003
Distribution: slack,gentoo
Posts: 57
Rep:
|
it depends on your distribution, take a look somewhere in /etc/rc.d/rc.modules or /etc/modules.autoload, or you can put it in your /etc/rc.d/rc.local and it will run it every time you reboot you computer
|
|
|
|
08-11-2004, 05:43 PM
|
#3
|
|
Member
Registered: Mar 2004
Location: Texas, USA
Distribution: Ubuntu 12 (notebook), Debian Squeeze (home server), OpenSuse 12 (desktop)
Posts: 96
Original Poster
Rep:
|
ok, I'm using Mandrake 10 and I have an /etc/rc.d/rc.local. I opened it in kwrite but it's in some kind of code. How would I add it?
|
|
|
|
08-12-2004, 08:09 AM
|
#4
|
|
Member
Registered: May 2003
Distribution: slack,gentoo
Posts: 57
Rep:
|
just run this command as root
Code:
echo "modprobe snd-pcm-oss" >> /etc/rc.d/rc.local
this will add the line you need to rc.local file
|
|
|
|
08-12-2004, 06:35 PM
|
#5
|
|
Member
Registered: Mar 2004
Location: Texas, USA
Distribution: Ubuntu 12 (notebook), Debian Squeeze (home server), OpenSuse 12 (desktop)
Posts: 96
Original Poster
Rep:
|
nevermind got it to work by adding snd-pcm-oss to /etc/modules.preload.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:57 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|