Tiny Core Extensions > TCE Tips & Tricks
Setting Alsa volume on easy way
bmarkus:
Alsa master channel is muted and volume set to 0 after bootup. To change it I'm using the following commands:
--- Quote ---amixer set Master 80%
amixer set Master unmute
--- End quote ---
You can add them to your startup script. In LXDE for example add them to
/home/tc/.config/lxsession/LXDE/autostart
--- Quote ---...
...
@amixer set Master 80%
@amixer set Master unmute
--- End quote ---
To have more fun
--- Quote ---...
...
@amixer set Master 80%
@amixer set Master unmute
@aplay /home/tc/yourstartupmusic.wav
--- End quote ---
vinnie:
Great tweaks markus ;)
jls:
I have in my /opt/.filetool:
etc/asound.state
so I don't need to do what u did, even when I change pc
bmarkus:
--- Quote from: jls_legalize on November 29, 2009, 10:49:00 AM ---I have in my /opt/.filetool:
etc/asound.state
so I don't need to do what u did, even when I change pc
--- End quote ---
On my machine there are no etc/asound.state
jls:
sudo alsactl store
Navigation
[0] Message Index
[#] Next page
Go to full version