Results 1 to 4 of 4
Does anyone know how to turn off sound via command line? I want to be able to have this as an automatic setting for when the computer boots.
Thanks in ...
- 08-29-2006 #1Linux User
- Join Date
- Aug 2005
- Posts
- 408
Command Line: Turn off sound
Does anyone know how to turn off sound via command line? I want to be able to have this as an automatic setting for when the computer boots.
Thanks in advance.
- 08-29-2006 #2
If you have alsa, you can use the amixer program. It may be as simple as
Code:amixer set Master mute
Stand up and be counted as a Linux user!
- 08-29-2006 #3Just Joined!
- Join Date
- Jan 2006
- Posts
- 71
if you want to disable sound altogether....
you can stop alsa
/etc/init.d/alsa stop
or you can even take it out of the startup scripts in /etc/rcS.d
- 08-30-2006 #4Linux User
- Join Date
- Aug 2005
- Posts
- 408
awesome. I'll try that. Thanks!


Reply With Quote
