XBMC Live - No Audio from HDMI?
#1
<--------------- EDIT

Jyujinkai Wrote:I followed this thread i found finally.. and got it "sorta" working..... i have posted at the end of it as that thread seams more hardcore.... if you could have a quick look at that post as well i would be really grateful

http://forum.xbmc.org/showthread.php?p=6...post636390

<-------------- EDIT


Hi there...

I am not getting any audio form the HDMI on my Zotac ID11.

I have gone into SYSTEM/AUDIO and changed it to Image and also tried it with the DTS button unticked.

When I launch a video it says there is an error with the audio device...

Any ideas what I should do?

<--- Searching uBuntu fourms seams I need to update the "alsa driver" but how do you do such things in XBMC Live?
XBMC user from XMP days... love this project and many thanks to the talent that keeps it alive
Reply
#2
There a a few posts out there on how to do this. Just a quick google

http://www.howtogeek.com/howto/10964/how...untu-9.10/

Have a look there are some command line options there
Reply
#3
ChrisJud Wrote:There a a few posts out there on how to do this. Just a quick google

http://www.howtogeek.com/howto/10964/how...untu-9.10/

Have a look there are some command line options there

this seams to be for ubuntu with the windows layer ontop of it.. I am using the kernal.. I am going though this now but step 3-8 require using teh windows interface thing... .

Should I just install ubuntu and use xbmc like a normal app instead of running xbmc live?

I also tried this
http://www.xbmcfreak.nl/en/english-zotac...d11-sound/

and this
http://www.xbmcfreak.nl/en/xbmc-nvidia-i...-xbmc-904/

but couldn't get it to work.... the 1st one seamed to work but still no sound.. though no errors while doing it... the 2nd one had a problem in the kill command... as they use weird characters on that blog '{print $1}'` and this would error.. so I did the command as kill -9 `ps ax | grep startx | grep -v grep | awk seamed to work... anyway the "locate" command they spoke of was not installed so I couldn't do that part and everything else seamed to work but when I tried to install the nvidia drivers it error... (as in teh nvioda install started and everything but rolled back on teh error)

<---- EDIT

[LINUX] HOW-TO get multi-channel HD sound output working over NVIDIA HDMI @ xbmc.net
This thread is also like that as it talks about using windows style UIs as well... dose this work on LIVE?
XBMC user from XMP days... love this project and many thanks to the talent that keeps it alive
Reply
#4
You should be able run the alsa mixer from the command line and get a nice text base version of it. It think it is "alsamixer -V all" to start it
Reply
#5
http://forum.xbmc.org/showpost.php?p=634934&postcount=7

Have you tried this one?
Reply
#6
I have the same machine. First, I updated the nvidia drivers using the nvidia x-swat ppa, then I updated alsa using the alsa upgrade script found on the ubuntu forums. Finally, I added
Code:
options snd-hda-intel enable_msi=0 probe_mask=0xffff,0xfff2
to /etc/modprobe.d/alsa-base.conf

I don't recall what I changed the settings to within XBMC, but I can check that later if you need.
Reply
#7
fasteddy Wrote:I have the same machine. First, I updated the nvidia drivers using the nvidia x-swat ppa, then I updated alsa using the alsa upgrade script found on the ubuntu forums. Finally, I added
Code:
options snd-hda-intel enable_msi=0 probe_mask=0xffff,0xfff2
to /etc/modprobe.d/alsa-base.conf

I don't recall what I changed the settings to within XBMC, but I can check that later if you need.

Would you... that would be great.....

I followed this thread i found finally.. and got it "sorta" working..... i have posted at the end of it as that thread semas more hardcore.... if you could have a quick look at that post as well i would be really grateful

http://forum.xbmc.org/showthread.php?p=6...post636390
XBMC user from XMP days... love this project and many thanks to the talent that keeps it alive
Reply
#8
Didn't read the full topic, but did see the screenshot in the first reply. Xbmc and Dig. audio output? Try this: http://forum.xbmc.org/showthread.php?tid=83614

Good luck Smile
Reply
#9
I see straight away that the audio output is set to digital according to screenshot.

My machine has HDMI selectable output like so.

[/url][url=http://img836.imageshack.us/i/screenshot028.png/]Image

idk how this was setup in yours mine is as my sig.
Reply
#10
@X3lectric: What exactly are you trying to say?
Reply
#11
I wasn't trying to say anything. I said it.

The screenshot of my system says HDMI his says DIGITAL

The original poster complains of no HDMI sound, for whatever reason if like he has it doesnt work, it prolly because it's wrong. This is why I posted a screenie of my system to compare differences, since my HDMI works just fine.

Im not gonna venture guesses, though HDMI is digital sound I cant imagine why it would be named differently under XBMC.

You didnt read what the thread says, by your own admission, so why you asking me what do I mean?
Reply
#12
I do not seam to have that options.. I can only select ANALOGUE and DIGITAL for that section of the menu....







Also I'll edit my first post as no one seams to read furtherer down... Smile

Jyujinkai Wrote:I followed this thread i found finally.. and got it "sorta" working..... i have posted at the end of it as that thread semas more hardcore.... if you could have a quick look at that post as well i would be really grateful

http://forum.xbmc.org/showthread.php?p=6...post636390

So I have sound coming from the HDMI cable.. but I only if i have it set to analogue.
XBMC user from XMP days... love this project and many thanks to the talent that keeps it alive
Reply
#13
I thought exactly that the system must be badly configured, so digital isnt quite right there, especially since like you say that having t set to analog made something happen. (as I suspected)

I read that other post on the other thread you link to, honestly I dont use pulseaudio only alsa. (xbmclive doesnt use pulseaudio either)

maybe you can research around the forums and IRC channel since XBMC started adding these devices (HDMI etc) to known list and its possible your machine is not listed yet.

read this http://forum.xbmc.org/showpost.php?p=540...stcount=32

the only things I dont agree with that post is that the user installed both video drivers and alsa MANUALLY. I would suggest you use a PPA instead.

problems may arise because you already fiddled with your system so beware of these changes you made.

before you ask the benefit of using a ppa over manual install is that if you upgrade kernel when using manual your gonna have to redo the whole lot again, if you use a ppa it does it all automatically. Also use the latest video drivers 260.19.12.

This is how you upgrade anything in xbmclive using ppas... Im not gonna tell you how to use a ppa google can do that for you.
If you have lucid use https://launchpad.net/~ubuntu-x-swat/+archive/x-updates/?field.series_filter=lucid for video upgrades and https://launchpad.net/~team-iquik/+archive/alsa?field.series_filter=lucid for alsa upgrades.

idk what your playing with pulse for... If I were in your shoes I would start again fresh, make a backup (image the hdd) before you start fiddling if anything, restoring an image is faster than a reinstall
Reply
#14
X3lectric Wrote:idk what your playing with pulse for... If I were in your shoes I would start again fresh, make a backup (image the hdd) before you start fiddling if anything, restoring an image is faster than a reinstall

I do not even know what pulse is... I just followed the step by step tutorials. As for making a image of a Hdrive.. I have no idea how to do that either.

So your links are for ubuntu but they are not really useful to me I need guides with step by step instructions.

X3lectric Wrote:read this http://forum.xbmc.org/showpost.php?p...2&postcount=32
yea, as i said in my post that is the instructions I used to get it "working" but now it only works when i have xbmc set to analogue. Also, there were a number of things at teh base of that post that are wrong, as it says to edit files that are not there, or it says to edit a file but dosn't say how..

I posted these errors here....
http://forum.xbmc.org/showthread.php?p=6...post636390

I think if these errors were answered it would work... mabey it is just these 3 errors in that original post that is making it not work properly as it is sorta "1/2 working at the mo....
XBMC user from XMP days... love this project and many thanks to the talent that keeps it alive
Reply
#15
I clicked through some of your postings but honestly I have no idea what exactly causes your problems as you edited too much files.

the point I'm most interested in is: what tutorial did you follow to install XBMC? did you install from XBMClive or did you follow the XBMCbuntu wiki as you mention that you have no windows manager.

all in all, your system might be too screwed up to exactly find out where the problem is. a clean reinstall according to the XBMCbuntu wiki instructions or from XBMClive dharma should be the easiest and fastest option to get everything working again. AFAIK there won't even be the need anymore to upgrade alsa.
OpenElec Standalone --> Asus Chromebox 'Panther' --> Onkyo TX-NR709 --> Sony 55" X85C Android TV (also with Kodi!)
Asus Chromebox EZ Script
Kodi on Sony Bravia Android TVs
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC Live - No Audio from HDMI?0