Last friday, Willy and Renan told me about their problem with their ALSA.
everytime they rebooted that kahelOS their volume is always turn down.
So I shared to them that alsactl-advanced controls for ALSA soundcard driver and edited their rc.conf to include "alsa" on the DAEMONS list.This simply solved the problem.
here's how I did it.
1.create /etc/asound.state
# alsactl store
2.include alsa to the list of daemons to start on boot-up
#vi /etc/rc.conf then include alsa
my rc.conf looks like this.
DAEMONS=(@syslog-ng @netfs @crond alsa dbus hal @gdm @fam @cpufreq @avahi-daemon @networkmanager @bluetooth @stbd @rpcbind @ntpd @ntpdate @cups)



