I cannot get sound through my HDMI as many of you have the same problem.
these are my aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
hdmi:CARD=Generic,DEV=0
HD-Audio Generic, HDMI 0
HDMI Audio Output
dmix:CARD=Generic,DEV=3
HD-Audio Generic, HDMI 0
Direct sample mixing device
dsnoop:CARD=Generic,DEV=3
HD-Audio Generic, HDMI 0
Direct sample snooping device
hw:CARD=Generic,DEV=3
HD-Audio Generic, HDMI 0
Direct hardware device without any conversions
plughw:CARD=Generic,DEV=3
HD-Audio Generic, HDMI 0
Hardware device with all software conversions
default:CARD=Generic_1
HD-Audio Generic, VT1705 Analog
Default Audio Device
front:CARD=Generic_1,DEV=0
HD-Audio Generic, VT1705 Analog
Front speakers
surround40:CARD=Generic_1,DEV=0
HD-Audio Generic, VT1705 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Generic_1,DEV=0
HD-Audio Generic, VT1705 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Generic_1,DEV=0
HD-Audio Generic, VT1705 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Generic_1,DEV=0
HD-Audio Generic, VT1705 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Generic_1,DEV=0
HD-Audio Generic, VT1705 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
dmix:CARD=Generic_1,DEV=0
HD-Audio Generic, VT1705 Analog
Direct sample mixing device
dsnoop:CARD=Generic_1,DEV=0
HD-Audio Generic, VT1705 Analog
Direct sample snooping device
hw:CARD=Generic_1,DEV=0
HD-Audio Generic, VT1705 Analog
Direct hardware device without any conversions
plughw:CARD=Generic_1,DEV=0
HD-Audio Generic, VT1705 Analog
Hardware device with all software conversions
I have tried putting custom audio/passthrough set to plugw:0,3 but still nothing.
also this is my aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic_1 [HD-Audio Generic], device 0: VT1705 Analog [VT1705 Analog]
Subdevices: 2/2
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Also I tried what someone said on youtube using Edan beta 3. which was type
"nano .asoundrc" into terminal in which his responded with
"defaults.pcm.device 3"
where I got
GNU nano 2.2.6 File: .asoundrc
state.Generic {
control.1 {
iface MIXER
name 'IEC958 Playback Con Mask'
value '0fff0000000000000000000000000000000000000000000000000000$
comment {
access read
type IEC958
count 1
}
}
control.2 {
iface MIXER
name 'IEC958 Playback Pro Mask'
value '0f000000000000000000000000000000000000000000000000000000$
comment {
access read
type IEC958
count 1
[ Read 405 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell
Any help would be great.
cheers
No Sound through HDMI - Buntu Eden 11
tmacka88
Member Posts: 81 Joined: Mar 2012 Reputation: 0 |
2012-03-28 10:10
Post: #1
|
| find quote |
tmacka88
Member Posts: 81 Joined: Mar 2012 Reputation: 0 |
2012-03-28 13:17
Post: #2
Ok. So I got it working. Just to be clear I will go through this so it makes a little more sense to people as it took me a while with a little luck as well.
1. Go to terminal on comp 2. Login by typing ssh "username"@IP_of_your_XBMC it will then ask for you pass, so type that in 3.Once you are in it should look like this user_name@XBMC:~$ Type in "aplay -L" You will get something like this null Discard all samples (playback) or generate zero samples (capture) hdmi:CARD=Generic,DEV=0 HD-Audio Generic, HDMI 0 HDMI Audio Output dmix:CARD=Generic,DEV=3 HD-Audio Generic, HDMI 0 Direct sample mixing device dsnoop:CARD=Generic,DEV=3 HD-Audio Generic, HDMI 0 Direct sample snooping device hw:CARD=Generic,DEV=3 HD-Audio Generic, HDMI 0 Direct hardware device without any conversions plughw:CARD=Generic,DEV=3 HD-Audio Generic, HDMI 0 Hardware device with all software conversions default:CARD=Generic_1 HD-Audio Generic, VT1705 Analog Default Audio Device front:CARD=Generic_1,DEV=0 HD-Audio Generic, VT1705 Analog Front speakers surround40:CARD=Generic_1,DEV=0 HD-Audio Generic, VT1705 Analog 4.0 Surround output to Front and Rear speakers surround41:CARD=Generic_1,DEV=0 HD-Audio Generic, VT1705 Analog 4.1 Surround output to Front, Rear and Subwoofer speakers surround50:CARD=Generic_1,DEV=0 HD-Audio Generic, VT1705 Analog 5.0 Surround output to Front, Center and Rear speakers surround51:CARD=Generic_1,DEV=0 HD-Audio Generic, VT1705 Analog 5.1 Surround output to Front, Center, Rear and Subwoofer speakers surround71:CARD=Generic_1,DEV=0 HD-Audio Generic, VT1705 Analog 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers dmix:CARD=Generic_1,DEV=0 HD-Audio Generic, VT1705 Analog Direct sample mixing device dsnoop:CARD=Generic_1,DEV=0 HD-Audio Generic, VT1705 Analog Direct sample snooping device hw:CARD=Generic_1,DEV=0 HD-Audio Generic, VT1705 Analog Direct hardware device without any conversions plughw:CARD=Generic_1,DEV=0 HD-Audio Generic, VT1705 Analog Hardware device with all software conversions 4. Find the hdmi one, in my case it is the first one 5. Take note of yours "hdmi:CARD=Generic,DEV=0" 6. Go to System, Settings, System, Audio output. Change Audio output device & Passthrough output device to Custom & type in step 5. Make sure Audio output is set to HDMI as well. I have set speakers to 5.1 and DD/DTS selected and it all works. AFTER A REBOOT. But audio works straigh away though. |
| find quote |

Search
Help