Well, it took me some time – so I figured that I would write up the details; so that when I rebuild my HTPC or just in case anyone else is having the same issues!
Firstly; I have MythTV 0.21 running on a Shuttle XPS SG33G5M with Ubuntu 8.10
I have my TV connected by HDMI from the Shuttle – however never been able to get my audio through the HDMI, so always had to run a phono cable from the rear of the Shuttle to separate speakers.
My devices were reported as:
david@Rosy:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC888 Digital [ALC888 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 3: ATI HDMI [ATI HDMI]
Subdevices: 0/1
Subdevice #0: subdevice #0
… and my outputs shown as …
david@Rosy:~$ aplay -L
default:CARD=Intel
HDA Intel, ALC888 Analog
Default Audio Device
front:CARD=Intel,DEV=0
HDA Intel, ALC888 Analog
Front speakers
surround40:CARD=Intel,DEV=0
HDA Intel, ALC888 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
HDA Intel, ALC888 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
HDA Intel, ALC888 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
HDA Intel, ALC888 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
HDA Intel, ALC888 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Intel,DEV=0
HDA Intel, ALC888 Digital
IEC958 (S/PDIF) Digital Audio Output
null
Discard all samples (playback) or generate zero samples (capture)
Firstly my version of ALSA was not the latest …
david@Rosy:~$ cat /proc/asound/versionAdvanced Linux Sound Architecture Driver Version 1.0.17a.
david@Rosy:~$ speaker-test -Dplughw:0,3 -c2speaker-test 1.0.18Playback device is plughw:0,3Stream parameters are 48000Hz, S16_LE, 2 channelsUsing 16 octaves of pink noiseRate set to 48000Hz (requested 48000Hz)Buffer size range from 64 to 16384Period size range from 32 to 8192Using max buffer size 16384Periods = 4was set period_size = 4096was set buffer_size = 163840 – Front Left1 – Front Right
Ouput Audio Device: ALSA:plughw:0,3Passthrough output device: ALSA:plughw:0,3Max Audio Channels: 5.1Upmix: PassiveEnable AC3 to SPDIF passthrough: onEnable DTS to SPDIF passthrough: onMixer Device: ALSA:defaultMixer Controls: Master
Default Video Player: mplayer -vo xv -ao alsa:device=hw=0.3 -autoq 1oo -vf pp -fs -zoom %s
Leave a Reply