Tiny Core Linux

Tiny Core Extensions => TCE Tips & Tricks => Topic started by: jpeters on April 09, 2009, 08:42:41 PM

Title: amixer
Post by: jpeters on April 09, 2009, 08:42:41 PM
For incremental increases/decreases 'set' command works nicely:

Code: [Select]
amixer set Master 10%+

For turning on things like Mic Booster,  cset numid works. 
Code: [Select]
amixer cset numid=2 on

To find numid:
Code: [Select]
alsamix controls | grep 'Mic Boost'