Hi,
I would like to store my alsa mixer state with
$ alsactl store
permanently!
It prevents this message at start-up -
"restoring mixer state...no /etc/asound.state, aborting"
- an restoring my "basic setup"!
In the next step I copied it to:
./configs/platform-friendlyarm-mini6410/projectroot/etc/asound.state
Hope that this is the right place ;-)
If I running:
$ ptxdist clean root
$ ptxdist images
the /etc/asound.state does not exist in the target root!
Some changes in other Files like /etc/fstab are deployed...
Seems that no rule exists with 'install_alternative' anywhere!
alsactl is part of the alsa-utils - so I guess this is the right rule I
have to change?
But how to manage this??
ToM