Switching off the internal speaker in FC6
- January 5th, 2007
- Posted in Linux
- Write comment
Fedora Core 6 enables the internal crappy speaker by default. I don’t like this, it makes my sexy machine sound old and cheap. To disable it run the following as root:
modprobe -r pcspkr ; echo "install pcspkr :" >>/etc/modprobe.conf
No comments yet.