You are not logged in.

#1 2005-02-02 22:31:34

vicious
Member
Registered: 2004-11-09
Posts: 113

ALSA starts muted

I was wondering if there is a simple way to automatically unmute alsa sound output on system startup. Maybe there's a comandline utility which sets up the volume? I'm fed up with having to do this myself with gnome mixer everytime I reboot my computer.

Offline

#2 2005-02-02 22:36:17

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: ALSA starts muted

get your settings where you want them, and run "alsactl store"
you can also have "alsactl store" run at shutdown, but you have to run it once....

on startup, just run "aslactl restore"

Offline

#3 2005-02-03 03:12:59

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: ALSA starts muted

there is a daemon in the wiki that can store and restore your alsa volumes and shutdown and startup too

Offline

#4 2005-02-03 11:54:06

jerem
Member
From: France
Registered: 2005-01-15
Posts: 310

Re: ALSA starts muted

Load your sound modules if you have to.
Then type :

amixer set Master unmute
amixer set PCM unmute

alsamixer (set your volume)

alsactl store

echo "alsactl restore" >> /etc/rc.local

Offline

#5 2005-02-03 12:47:25

vicious
Member
Registered: 2004-11-09
Posts: 113

Re: ALSA starts muted

Thanks!

Offline

Board footer

Powered by FluxBB