Hello,
I have made a bootable CD (with revisor) of CentOS 6.
The CD boots and starts a game automatically (for an exhibition).
I have one problem: The default sound settings are not correct.
After the machine is booted, I have to open gnome-volume-control, select "Hardware", and select "Digital Stereo (HDMI) Output" under "Profile".
How can I set this up automatically?
I've tried "alsactl store" and putting the generated asound.state on the CD, but that doesn't help.
Mogens
On 01/14/2013 04:09 PM, Mogens Kjaer wrote:
How can I set this up automatically?
I figured out a way:
When booted on the CD, use "pactl list cards" to list the name of the card and the profiles.
Add to the %post section of the ks file used for revisor:
echo "set-card-profile alsa_card.pci-0000_00_1b.0 output:hdmi-stereo" >> /etc/pulse/default.pa
Mogens