Multimedia :: Set Volume Muted
Try adding an "aumix" command to your /opt/bootlocal.sh file.
Check out the aumix man page and other comments listed in this thread for more details:
http://damnsmalllinux.org/cgi-bin....hl=wmix
From the info provided, something like:
aumix -v0
should do the trick.
Thanks!! I'll try that as soon as I re-install. I seem to be extremely good at learning how to not do things. Only way I know to learn, just keep trying 'til it works.
Thanks.
I'll try it today. I changed a couple things last night & screwed up again. Had to do a redo this morning. Was too late last night. Sleeping pills make it hard to think straight. Wish me luck.
I tried putting aumix in the bootlocal. It gave me an error of some kind while rebooting. It flashed by too fast to read. I tried changing it to: /usr/bin/aumix & still with the error. I looked around & found the readme for aumix & went to the page it had in it. That site won't load. Is there anyway without linux internet, that I can get the aumix program to install in dsl?? Thanks for the help & sorry for the trouble.
You need to do more than run aumix at boot time.
You need something more like:
/usr/bin/aumix -v0 &
You should try using the command from an xterminal until you can test and prove that you have the syntax correct.
Then take this line and add it to your /opt/bootlocal.sh
Next Page...
original here.