Results 1 to 5 of 5
Hi,
I'm using fedora 8, the pc-speaker is not activated automatically.
When I issue the command 'modprobe pcspkr', the module is loaded. I want this to be loaded during the ...
- 09-02-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 3
load module with modprobe.conf
Hi,
I'm using fedora 8, the pc-speaker is not activated automatically.
When I issue the command 'modprobe pcspkr', the module is loaded. I want this to be loaded during the boot-procedure of the machine.
I could ofcourse just execute this command on boot, but I want to resolve this issue on the "correct way".
I looked in /etc/modprobe.d/blacklist, but I see no reference to the pc-speaker.
I tried editing /etc/modprobe.conf, but I'm probably not using the correct syntax to load this module automatically.
I added:
alias pc-speaker pcspkr
I tried searching on internet, but it's not clear what syntax to use, when I want to just add a module (without parameters).
- 09-02-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
FC8 is, in internet terms, an "antique" system. We are currently up to FC13. Have you considered updating your OS? Current ones deal with this sort of stuff much more seamlessly, generally.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 09-02-2010 #3
Agreed on upgrading to a supported version of Fedora, but to answer your question, you would put a line modprobe <module name> in /etc/rc.modules
EDIT: This file may not exist by default. The above will create it or you can create it yourself. Also, you can use the text editor of your choice to edit the file. And finally, you may need to set the executable flagCode:su - echo "modprobe pcspkr" >> /etc/rc.modules
Code:su - chmod +x /etc/rc.modules
- 09-02-2010 #4Just Joined!
- Join Date
- Sep 2010
- Posts
- 3
- 09-02-2010 #5Just Joined!
- Join Date
- Sep 2010
- Posts
- 3


Reply With Quote
