Continuing with this thread, I noticed that, everytime I power on or reboot the system the file /etc/asound.conf gets modified. It deletes the information I added following the old GT 220 wiki, being more specific, it deletes:
pcm.!hdmi {
@args [ AES0 AES1 AES2 AES3 ]
@args.AES0 {
type integer
# consumer, not-copyright, emphasis-none, mode=0
default 0x04
}
@args.AES1 {
type integer
# original, PCM coder
default 0x82
}
@args.AES2 {
type integer
# source and channel
default 0x00
}
@args.AES3 {
type integer
# fs=48000Hz, clock accuracy=1000ppm
default 0x02
}
type hooks
slave.pcm {
type hw
card 1
device 7
}
hooks.0 {
type ctl_elems
hook_args [
{
name "IEC958 Playback Default"
lock true
preserve true
value [ $AES0 $AES1 $AES2 $AES3 ]
}
{
name "IEC958 Playback Switch"
lock true
preserve true
value true
}
]
}
}
Is there a configuration script I could modify so it doesn't change this?
I made a copy of the correct file on /etc/asound.conf.ok, so maybe just adding a "cp /etc/asound.conf.ok /etc/asound.conf" to the servers orbiter bootup script would be enough.
Can someone tell me what script file I would need to put my hands on?