Kodi Community Forum

Full Version: No audio output devices available under Audio output
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I've recently bought an Intel NUC HTPC for use with XBMC - my raspberry pi gave out a few months ago (D34010WYK, http://kodi.wiki/view/Intel_NUC#Core_i3-based).

I installed Ubuntu 14.10 Server, set up user "xbmc" for XBMC, and started xbmc in standalone mode. My problem is that I have no audio, to be more precise I have no Audio output device under System -> Settings -> Audio output.

The NUC is connected to a Samsung TV via HDMI cable (this worked fine on the raspberry pi with Raspbian). I do not have Pulseaudio installed since I am not using it as a desktop; when I start XBMC, the debug log shows a lot of errors about not finding Pulseaudio. Tn the GUI, under System -> Settings -> Audio output, I cannot select 'HDMI' (or anything else); the option "Audio output device" is greyed out.


Details:
  • debug.log: http://paste.ubuntu.com/9201268/

  • XBMC installed via launchpad PPA
    Code:
    ii  xbmc                                  2:13.1~rc1+dfsg1-1ubuntu3                all          XBMC Media Center (arch-independent data package)
      ii  xbmc-bin                              2:13.1~rc1+dfsg1-1ubuntu3                amd64        XBMC Media Center (binary data package)

  • XBMC runs in standalone mode, and is started via xbmc-startup using the following script:
    Code:
    root@saidin:~# cat /etc/init/xbmc.conf
    # xbmc-upstart
    # starts XBMC on startup by using xinit.
    # by default runs as xbmc, to change edit below.
    env USER=xbmc

    description     "XBMC-barebones-upstart-script"
    author          "Matt Filetto"

    start on (filesystem and stopped udevtrigger)
    stop on runlevel [016]

    # tell upstart to respawn the process if abnormal exit
    respawn

    script
      exec su -c "xinit /usr/bin/xbmc --standalone -- -nocursor :0" $USER
    end script

  • Linux Distro: Ubuntu 14.10 Server

  • Architecture: x86_64

  • output of "aplay -l":
    Code:
    root@saidin:~# aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: PCH [HDA Intel PCH], device 0: ALC283 Analog [ALC283 Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0

I notice the debug.log contains a lot of pulseaudio errors, but shouldn't I have the "hdmi" output option regardless of using pulseaudio - shouldn't ALSA be used if pulseaudio isn't installed? Either way, should there not be the option to select hdmi as output device?

Screenshot (or rather, photo of TV): http://postimg.org/image/tfpjd01dv/

Thanks
-- glitters
that xbmc version definitely is not from one of our PPAs.