So I was running into a few issues after doing an DUP to 12.1, this was the third or 4th update I did like that and I just kept running into annoyance to the point I decided to start fresh. With that being said I am getting my sound setup like I want, which has always been a pain since I use digital passthrough (coax connection) and pulse audio has never handled it correctly. So once again no shock couldnt get pulse working, so I uninstalled it and went back to the good old alsa. Now I am running into some issues, but for the time being I have xine working properly, but defaulting everything is where I want to get to.
baaldesk:~> aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: CMI8768 [C-Media CMI8768], device 0: CMI8738-MC8 [C-Media PCI DAC/ADC]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: CMI8768 [C-Media CMI8768], device 1: CMI8738-MC8 [C-Media PCI 2nd DAC]
Subdevices: 1/1
Subdevice #0: subdevice #0
**card 0: CMI8768 [C-Media CMI8768], device 2: CMI8738-MC8 [C-Media PCI IEC958]
Subdevices: 0/1
Subdevice #0: subdevice #0**
baaldesk:~> aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
pulse
PulseAudio Sound Server
sysdefault:CARD=CMI8768
C-Media CMI8768, C-Media PCI DAC/ADC
Default Audio Device
front:CARD=CMI8768,DEV=0
C-Media CMI8768, C-Media PCI DAC/ADC
Front speakers
rear:CARD=CMI8768,DEV=0
C-Media CMI8768, C-Media PCI 2nd DAC
Rear speakers
surround40:CARD=CMI8768,DEV=0
C-Media CMI8768, C-Media PCI 2nd DAC
4.0 Surround output to Front and Rear speakers
surround41:CARD=CMI8768,DEV=0
C-Media CMI8768, C-Media PCI 2nd DAC
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=CMI8768,DEV=0
C-Media CMI8768, C-Media PCI 2nd DAC
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=CMI8768,DEV=0
C-Media CMI8768, C-Media PCI 2nd DAC
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=CMI8768,DEV=0
C-Media CMI8768, C-Media PCI 2nd DAC
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
**iec958:CARD=CMI8768,DEV=0
C-Media CMI8768, C-Media PCI DAC/ADC
IEC958 (S/PDIF) Digital Audio Output**
So from 11.3 and on, including my 12.1 system before I went with a fresh install i was able to use hw:0,2 to play through my coax, which shouldnt have changed because that is hardware specific but it has. I test this with a surround file using aplay -D hw:0,2 which no longer pushes the audio through the coax on the card (additionally selecting hw:0,0 or hw:0,1 has the same effect), however I can still use iec958:CARD=CMI8768,DEV=0 which is how I got xine working. But that doesn’t default everything, so before this I created an /etc/asound.conf file and gave a default
pcm.!default{
type hw
card 0
device 2
}
But with that not playing through the coax I can no longer do that. In kde under Configure Desktop->Multimedia->Phonon->Audio Playback I have setup C-Media CMI8768, C-Media PCI DAC/ADC (IEC958(S/PDIF) Digial Audio Output) as the primary under all playback options, and under the backend I have xine selected as the default.
Im coming here first, though if you think this would be better in an alsa forum I can go pose the question somewhere else. I know it works under 12.1, because I had it working, but cant for the life of me get it to work now. Any help would be much appreciated.
Thanks