Linux SOLVED No passthrough sound HDMI ATI

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
charlie0440 Offline
Senior Member
Posts: 298
Joined: Dec 2011
Reputation: 5
Post: #11
Full logs here:
Your debug xbmc.log: http://xbmclogs.com/show.php?id=3187
Your XBMC crashlog: http://xbmclogs.com/show.php?id=3188

I think this is what you are after:

10:25:44 T:140265570428672 NOTICE: Creating audio device with codec id: 86020, channels: 2, sample rate: 48000, pass-through
10:25:44 T:140265570428672 ERROR: PulseAudio: Waited for the stream but it failed
10:25:44 T:140265578821376 NOTICE: fps: 23.976024, pwidth: 1280, pheight: 534, dwidth: 1280, dheight: 534
10:25:44 T:140265578821376 NOTICE: Display resolution ADJUST : DFP1: 1920x1080 @ 23.98Hz (20) (weight: 0.000)
10:25:44 T:140265570428672 ERROR: Initialize - device hdmi:Generic,AES0=0x6,AES1=0x82,AES2=0x0,AES3=0x2 busy retrying...
10:25:44 T:140265570428672 ERROR: Initialize - failed to open custom device hdmi:Generic,AES0=0x6,AES1=0x82,AES2=0x0,AES3=0x2 (error:Device or resource busy), retry with default hdmi:Generic
10:25:44 T:140265570428672 ERROR: Initialize - pcm_open_lconf, alsa error: -16 - Device or resource busy
10:25:44 T:140267439212416 ERROR: GLX: Same window as before, refreshing context
10:25:44 T:140265570428672 ERROR: Creating a Null Audio Renderer, Check your audio settings as this should not happen
10:25:44 T:140267439212416 NOTICE: Using GL_TEXTURE_2D

EDIT: It says "retry with default hdmi:Generic"

I am using the following above:
output Defaults (ALSA)
passthrought hdmi:Generic

Guide to building an all in one Ubuntu Server - TV(vdr),File,Music,Web

Server Fractal Designs Define XL, Asus P5QL/EPU, Dual Core E5200, 4gb, L4M-Twin S2 v6.2, Supermicro AOC-USAS-L8I, 1*SSD & 13*HDD drives (24TB total) - Ubuntu Server
XBMC 1 ASRock Z77E-ITX, G850, 8GB RAM, SSD, BD - Ubuntu / OpenElec frodo
XBMC 2 Revo 3700 - OpenElec frodo
XBMC 3 Raspb Pi
(This post was last modified: 2012-06-02 11:47 by charlie0440.)
find quote
FernetMenta Offline
Team-XBMC Member
Posts: 1,630
Joined: Jul 2010
Reputation: 34
Location: Munich
Post: #12
That's what I have expected. hdmi:Generic is the correct name when using ALSA but in your case the device can't be opened because you are having pa connected to it.
AFAIK pa supports pass through since Eden. Don't you get suitable pa devices for pass through. Sorry I can't help with pa because I always remove it from my systems.
find quote
charlie0440 Offline
Senior Member
Posts: 298
Joined: Dec 2011
Reputation: 5
Post: #13
So do you recommend I remove it? how do I do this:

sudo apt-get purge pulseaudio?

Guide to building an all in one Ubuntu Server - TV(vdr),File,Music,Web

Server Fractal Designs Define XL, Asus P5QL/EPU, Dual Core E5200, 4gb, L4M-Twin S2 v6.2, Supermicro AOC-USAS-L8I, 1*SSD & 13*HDD drives (24TB total) - Ubuntu Server
XBMC 1 ASRock Z77E-ITX, G850, 8GB RAM, SSD, BD - Ubuntu / OpenElec frodo
XBMC 2 Revo 3700 - OpenElec frodo
XBMC 3 Raspb Pi
find quote
charlie0440 Offline
Senior Member
Posts: 298
Joined: Dec 2011
Reputation: 5
Post: #14
SOLVED:
sudo apt-get autoremove pulseaudio
reboot

Full digital sound, DTS etc Smile damn pulseaudio

Guide to building an all in one Ubuntu Server - TV(vdr),File,Music,Web

Server Fractal Designs Define XL, Asus P5QL/EPU, Dual Core E5200, 4gb, L4M-Twin S2 v6.2, Supermicro AOC-USAS-L8I, 1*SSD & 13*HDD drives (24TB total) - Ubuntu Server
XBMC 1 ASRock Z77E-ITX, G850, 8GB RAM, SSD, BD - Ubuntu / OpenElec frodo
XBMC 2 Revo 3700 - OpenElec frodo
XBMC 3 Raspb Pi
find quote
gnade Offline
Junior Member
Posts: 1
Joined: Jul 2012
Reputation: 0
Post: #15
(2012-06-03 13:24)charlie0440 Wrote:  SOLVED:
sudo apt-get autoremove pulseaudio
reboot

Full digital sound, DTS etc Smile damn pulseaudio


This unfortunately did not work for me Sad

Fresh install of 12.04 today, all I can get is the menu sounds.
After removing pulseaudio i then had no devices listed for output in 'sound' settings let alone XBMC
find quote
Post Reply