Tiny Core Base > CorePlus
VT8237A/VT8251 No Sound
evertvaningen:
I used Alsamixer and try to disable the Auto-mute but the option isn't there to store with...
sudo alsactl store 0
Even when everything is unmuted and volume at 100% I can get sound with the speaker-test.
When reboot it is auto-muted again, please help.
coreplayer2:
Hello
Assuming you made a backup of the asound.state which failed to restore the master on reboot, then you might need to set the desired volume as I did since I've not had any luck using alsactl command since I bought new hardware..
Also assuming only the master volume requires unmuting, otherwise we may need to add more unmute commands
--- Code: ---echo "amixer set "Master" 80 unmute" > ~/.X.d/alsaunmute
--- End code ---
add ~/.X.d/alsaunmute to backup unless home is also on persistent storage
80% is my desired volume on reboot
good luck
evertvaningen:
AlsaMixer is unable keep settings :s I did get to save the unmute.
I tried editing the config file for the settings but still on reboot it resets.
coreplayer2:
yes but did you execute the command as explained..?
--- Quote ---AlsaMixer is unable keep settings
--- End quote ---
With this method we don't really care,
because here we're not asking alsamixer to save any settings.. alsamixer will unmute and set the master volume on reboot
amixer set "Master" 80 unmute is instructing alsamixer to set the volume and unmute after boot. It's a different approach to saving the settings before you reboot
PS, this method may require you to remove the asound.state from your backup
evertvaningen:
--- Quote ---Also assuming only the master volume requires unmuting, otherwise we may need to add more unmute commands
echo "amixer set "Master" 80 unmute" > ~/.X.d/alsaunmute
add ~/.X.d/alsaunmute to backup unless home is also on persistent storage
80% is my desired volume on reboot
--- End quote ---
I'll try that in the morning, Thank you :P
--- Quote ---With this method we don't really care
--- End quote ---
Well excuse me, princess
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version