[Linux] ATV1 Linux Image - enabling Composite
#1
I am trying to install the pin87a image. I have made some changes to the xorg.conf to get video to work. So far, so good.

I am struggling to get videos to play with audio. I have menu clicks when in the menu, but all videos play without sound. I am quite sure that this is related to me using composite to connect my ATV to my television.

Any thoughts?
Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 16 GB DDR3 | 128 GB SSD, 82 TB (9 x 6 TB, 7 x 4 TB)
HTPC 1: Raspberry Pi 2 | HTPC 2: Raspberry Pi 2 | HTPC 3: Raspberry Pi
Reply
#2
Hi steve,

I never tried this but I thought I would try and give you soemthing Smile

I had to change the output in the xbmc menu to plughw:0,3 like in thi guide here

http://wiki.xbmc.org/index.php?title=HOW...dio_output

You probably need to go into ssh and type the command

Code:
aplay -l

you should get the following output

Code:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC885 Analog [ALC885 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC885 Digital [ALC885 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

From here I think you might want to select the first two so try either plughw:0,2 or plughhw:0,1

Very newbish solution but I am wondering if it works Smile

K.
Reply

Logout Mark Read Team Forum Stats Members Help
[Linux] ATV1 Linux Image - enabling Composite0