how to avoid pointless sound card problems

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
cb88
Posts: 1165
Joined: Mon 29 Jan 2007, 03:12
Location: USA
Contact:

how to avoid pointless sound card problems

#1 Post by cb88 »

ADD ALSAMIXER TO THE MENU

just take /usr/share/applications/Zmixer-sound-mixer.desktop

and Edit it so Zmixer references are changed to AlsaMixer

then change the exec= line to exec=xterm -e alsamixer

and set Terminal=true

then save it as /usr/share/aplications/AlsaMixer-sound-mixer.desktop

This should have been in puppy YEARS ago..... would have saved MANY forum posts
Taking Puppy Linux to the limit of perfection. meanwhile try "puppy pfix=duct_tape" kernel parem eater.
X86: Sager NP6110 3630QM 16GB ram, Tyan Thunder 2 2x 300Mhz
Sun: SS2 , LX , SS5 , SS10 , SS20 ,Ultra 1, Ultra 10 , T2000
Mac: Platinum Plus, SE/30

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#2 Post by tempestuous »

Yes, only alsamixer can be relied upon to show the full range of settings for your sound card.

"xterm" might just as well be "rxvt". And to launch a larger terminal window for alsamixer you can specify the geometry of rxvt, like this -

Code: Select all

exec=rxvt -geometry 100x30 -e alsamixer
You could also add AlsaMixer to the Menu, by adding this line to /root/.jwmrc

Code: Select all

<Program label="AlsaMixer sound mixer" icon="mini-sound.xpm">rxvt -geometry 100x30 -e alsamixer</Program>

Post Reply