Linux AudioEngine testers - Linux only

  Thread Rating:
  • 4 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
wingrunr21 Offline
Member
Posts: 61
Joined: Jan 2012
Reputation: 1
Post: #181
(2012-05-14 12:19)ScotchTape Wrote:  deleted the 'old' xbmc-dir, cloned into a new directory. Tried it again yesterday afternoon, after pulling the latest commit, recompile, still no sound..
I don't know what broke while the merge, but the versions before the merge where fine.

I'm aware of commit 6a7404b577db96f2a367c21d25904c37538c16a7 Smile

I'll try again later with --without-pulse

No need for the pulse option, ./configure sets it to disabled by default. Also, instead of deleting and recloning you can do:

Code:
make clean
git reset HEAD --hard
git pull origin master
./bootstrap
./configure
make

Based on your log, it looks to me like AE is failing to open the PCM device in raw mode (snd_pcm_open_lconf returned a -16 error code). gnif will have to comment on what the actual cause is.

HTPC: Gentoo linux amd64 w/ xbmc merged with AE
(This post was last modified: 2012-05-14 14:36 by wingrunr21.)
find quote
ScotchTape Offline
Junior Member
Posts: 22
Joined: Jun 2011
Reputation: 0
Location: northrhine-wesphalia
Post: #182
(2012-05-14 14:35)wingrunr21 Wrote:  No need for the pulse option, ./configure sets it to disabled by default. Also, instead of deleting and recloning you can do:

Code:
make clean
git reset HEAD --hard
git pull origin master
./bootstrap
./configure
make

Based on your log, it looks to me like AE is failing to open the PCM device in raw mode (snd_pcm_open_lconf returned a -16 error code). gnif will have to comment on what the actual cause is.

Thanks for the input Smile
I've noticed that error, too. In Eden I use hdmi:CARD=NVidia,DEV=3 but AE chooses hdmi:CARD=NVidia,DEV=0. For my naive interpretation it looks like AE uses the first device which matches the speaker layout. Since I'm still on alsa 10.0.24 and didn't found a way to update to 1.0.25 I'm stuck here Smile

Music plays fine, btw (OK, different player..).. Anyway. I keep on compiling and testing.

and aplay -L:
Code:
aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
hdmi:CARD=NVidia,DEV=0
    HDA NVidia, HDMI 0
    HDMI Audio Output
hdmi:CARD=NVidia,DEV=1
    HDA NVidia, HDMI 0
    HDMI Audio Output
hdmi:CARD=NVidia,DEV=2
    HDA NVidia, HDMI 0
    HDMI Audio Output
hdmi:CARD=NVidia,DEV=3
    HDA NVidia, HDMI 0
    HDMI Audio Output
dmix:CARD=NVidia,DEV=3
    HDA NVidia, HDMI 0
    Direct sample mixing device
dmix:CARD=NVidia,DEV=7
    HDA NVidia, HDMI 0
    Direct sample mixing device
dmix:CARD=NVidia,DEV=8
    HDA NVidia, HDMI 0
    Direct sample mixing device
dmix:CARD=NVidia,DEV=9
    HDA NVidia, HDMI 0
    Direct sample mixing device
dsnoop:CARD=NVidia,DEV=3
    HDA NVidia, HDMI 0
    Direct sample snooping device
dsnoop:CARD=NVidia,DEV=7
    HDA NVidia, HDMI 0
    Direct sample snooping device
dsnoop:CARD=NVidia,DEV=8
    HDA NVidia, HDMI 0
    Direct sample snooping device
dsnoop:CARD=NVidia,DEV=9
    HDA NVidia, HDMI 0
    Direct sample snooping device
hw:CARD=NVidia,DEV=3
    HDA NVidia, HDMI 0
    Direct hardware device without any conversions
hw:CARD=NVidia,DEV=7
    HDA NVidia, HDMI 0
    Direct hardware device without any conversions
hw:CARD=NVidia,DEV=8
    HDA NVidia, HDMI 0
    Direct hardware device without any conversions
hw:CARD=NVidia,DEV=9
    HDA NVidia, HDMI 0
    Direct hardware device without any conversions
plughw:CARD=NVidia,DEV=3
    HDA NVidia, HDMI 0
    Hardware device with all software conversions
plughw:CARD=NVidia,DEV=7
    HDA NVidia, HDMI 0
    Hardware device with all software conversions
plughw:CARD=NVidia,DEV=8
    HDA NVidia, HDMI 0
    Hardware device with all software conversions
plughw:CARD=NVidia,DEV=9
    HDA NVidia, HDMI 0
    Hardware device with all software conversions

HTPC: Antec Fusion MAX | Gigabyte P35-DS3P | Intel Core 2Duo 6750 | Intel 40GB SSD, WDEAS 1TB HD | 6GB DDR2 RAM | Palit GT430 | RC6 IR-Receiver | LiteOn iHOS104 BD-Rom | Imon display
Home AV: Panasonic TX-P42ST33 Plasma | Denon AVR-2312 | Teufel 5.1 THX- Speakers | Harmony One Remote & NYXBoard| Logitech DiNovo mini

[Image: widget]
(This post was last modified: 2012-05-14 19:19 by ScotchTape.)
find quote
Mizaki Offline
Fan
Posts: 663
Joined: Apr 2011
Reputation: 12
Post: #183
I realised I had an .asoundrc file to get passthrough working in Eden. After removing it my HDMI was found and seems to work.

[Image: watched-clearlogo.jpg]
AWXi - Ajax web interface. Wiki
find quote
BLKMGK Offline
Member+
Posts: 1,634
Joined: Jul 2006
Reputation: 3
Location: USA Virginia
Post: #184
(2012-05-14 22:21)Mizaki Wrote:  I realised I had an .asoundrc file to get passthrough working in Eden. After removing it my HDMI was found and seems to work.

I may try renaming mine to see if things get to working on the system that still mostly functions. I'm having to rebuild my other box and wow I'm not much liking newer versions of Linux with Unity! Even Mint 12 is feeling sluggish compared to the 10.20 I was using. I may actually consider moving backwards to 10.04 to get onto an LTS. <sigh> If it weren't for the sound subsystem being such a PITA in Linux I'd be much less hesitant to move versions...

Ubuntu 10.10, MCE USB receiver, ASROCK 330 (ION), DVDs fed from unRAID cataloged by DVD Profiler. HD-DVD encoding Added DiNovo Mini KBRD w/track
find quote
wingrunr21 Offline
Member
Posts: 61
Joined: Jan 2012
Reputation: 1
Post: #185
You realize you replied to posts from the beginning of the thread right? From the beginning of April...

HTPC: Gentoo linux amd64 w/ xbmc merged with AE
find quote
dc2000 Offline
Junior Member
Posts: 10
Joined: Apr 2012
Reputation: 0
Post: #186
anyone have anything to recommend for my setup ? thinking im going back to windows as this is a head ache and wont even pass true-hd.
find quote
wingrunr21 Offline
Member
Posts: 61
Joined: Jan 2012
Reputation: 1
Post: #187
Have you tried clearing all of your asoundrcs? Looks like you've got a few.

Also remember that since you are running an ATI card you can't get HD audio output.

HTPC: Gentoo linux amd64 w/ xbmc merged with AE
find quote
fat-tony Offline
Member
Posts: 82
Joined: Mar 2012
Reputation: 0
Location: Ireland
Post: #188
(2012-05-15 15:26)wingrunr21 Wrote:  ...

Also remember that since you are running an ATI card you can't get HD audio output.

Any info source I could monitor to check if or when ATI are going to update fglrx to support HD audio? I don't have a need right now for Blu Ray HD audio support, but I do need multi-channel PCM audio at 96kHz for my DVD-Audio rips. The sound is just perfect on Windows but I hate the whole Windows overhead and want to get back to Linux Big Grin
find quote
P-I H Offline
Junior Member
Posts: 29
Joined: Feb 2012
Reputation: 0
Post: #189
I compiled today, but I have still problem to play DTS HD MA. There are a lot of drop-outs.
Other formats like PCM 48 kHz, Dolby Digital 2.0, Dolby Digital 5.1, DTS 5.1, DTS 96/24 play OK.
See log (ZZtop)
http://pastebin.com/mF5exJWs

DDDamian's window version plays everything OK on the same hardware.
find quote
DDDamian Offline
Team-XBMC Developer
Posts: 3,023
Joined: Sep 2011
Reputation: 252
Location: Canada
Post: #190
I can't help much with Linux-specific issues (gnif is the guru there) but just FYI, there are no more "versions" now that we've merged with master - my branch had diverged early on, but is now completely in sync with gnif's and master - all platform-specific code is now in master.

The choice of win or linux is obviously a personal one - the only code differences are those that must be platform-specific - the cores are the same for those two platforms.

For those with ATI cards - send them customer-support messages to update their linux drivers - who knows? they may respond Smile

System: XBMC HTPC with HDMI WASAPI & AudioEngine - Denon AVR-3808CI - Denon DVD-5900 Universal Player - Denon DCM-27 CD-Changer
- Sony BDP-S580 Blu-Ray - X-Box 360 - Android tablet wireless remote - 7.1 Streem/Axiom/Velodyne Surround System
If I have been able to help feel free to add to my reputation +/- below - thanks!
find quote
Post Reply