Kodi Community Forum

Full Version: [Solved] Pulse-Eight USB-CEC Adapter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I thought I was starting off pretty good, I was able to get the libCEC installed correctly. There is no "CEC Adapter" device listed in the System Input Devices.

I'm running Linux Mint 17.2 (ubuntu 14.04 lts)

kodi --version
15.2 Git:02e7013 Media Center Kodi
Copyright © 2005-2013 Team Kodi - http://kodi.tv

I was able to send an 'ON' command to my TV using the command line:
echo "on 0" | cec-client -s

My user has been added to the tty and dialout groups.

Output of cec-client -l
libCEC version: 3.1.0, compiled on Wed Jan 20 00:49:13 UTC 2016 by [email protected] on Linux 3.19.0-47-generic (x86_64), features: P8_USB, DRM, P8_detect, randr
Found devices: 1

device: 1
com port: /dev/ttyACM0
vendor id: 2548
product id: 1002
firmware version: 4
firmware build date: Thu Dec 6 11:15:20 2012 +0000
type: Pulse-Eight USB-CEC Adapter

If there's a similar thread please point me to it, "CEC" isn't an easy thing to search on this forum.
Much Appreciated
Permission issue ... but you did not provide the Debug Log ... make sure you are member of the dialout group

sudo adduser YOURUSER dialout
sudo reboot
Thanks for the reply, as I mentioned I have already added the user the dialout group. I went through the logs and found this entry. It looks like I have version 3.1.0, and it's looking for version 3.0, does that sound right?

09:11:26 T:140443954608064 DEBUG: SECTION:LoadDLL(libcec.so.3.0)
09:11:26 T:140443954608064 DEBUG: Loading: libcec.so.3.0
09:11:26 T:140443954608064 ERROR: Unable to load libcec.so.3.0, reason: libcec.so.3.0: cannot open shared object file: No such file or directory
09:11:26 T:140443954608064 DEBUG: Dll libcec.so.3.0 was not found in path
09:11:26 T:140443954608064 ERROR: Initialise - failed to initialise bus cec

Code:
09:11:26 T:140443954608064  NOTICE: special://profile/ is mapped to: special://masterprofile/
09:11:26 T:140443954608064  NOTICE: -----------------------------------------------------------------------
09:11:26 T:140443954608064  NOTICE: Starting Kodi (15.2 Git:02e7013). Platform: Linux x86 64-bit
09:11:26 T:140443954608064  NOTICE: Using Release Kodi x64 build
09:11:26 T:140443954608064  NOTICE: Kodi compiled Oct 19 2015 by GCC 4.8.4 for Linux x86 64-bit version 3.13.11 (199947)
09:11:26 T:140443954608064  NOTICE: Running on Ubuntu 14.04.4 LTS, kernel: Linux x86 64-bit version 3.19.0-22-generic
09:11:26 T:140443954608064  NOTICE: FFmpeg statically linked, version: 2.6.4-kodi-2.6.4-Isengard
09:11:26 T:140443954608064  NOTICE: Host CPU: Intel(R) Core(TM) i5-4250U CPU @ 1.30GHz, 4 cores available
09:11:26 T:140443954608064  NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
09:11:26 T:140443954608064  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
09:11:26 T:140443954608064  NOTICE: special://masterprofile/ is mapped to: /home/nuc/.kodi/userdata
09:11:26 T:140443954608064  NOTICE: special://home/ is mapped to: /home/nuc/.kodi
09:11:26 T:140443954608064  NOTICE: special://temp/ is mapped to: /home/nuc/.kodi/temp
09:11:26 T:140443954608064  NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
09:11:26 T:140443954608064  NOTICE: Local hostname: nuc
09:11:26 T:140443954608064  NOTICE: Log File is located: /home/nuc/.kodi/temp/kodi.log
09:11:26 T:140443954608064  NOTICE: -----------------------------------------------------------------------
09:11:26 T:140443954608064  NOTICE: load settings...
09:11:26 T:140443954608064  NOTICE: Found 1 Lists of Devices
09:11:26 T:140443954608064  NOTICE: Enumerated PULSE devices:
09:11:26 T:140443954608064  NOTICE:     Device 1
09:11:26 T:140443954608064  NOTICE:         m_deviceName      : Default
09:11:26 T:140443954608064  NOTICE:         m_displayName     : Default
09:11:26 T:140443954608064  NOTICE:         m_displayNameExtra: Default Output Device (PULSEAUDIO)
09:11:26 T:140443954608064  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:11:26 T:140443954608064  NOTICE:         m_channels        : FL,FR
09:11:26 T:140443954608064  NOTICE:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
09:11:26 T:140443954608064  NOTICE:         m_dataFormats     : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
09:11:26 T:140443954608064  NOTICE:     Device 2
09:11:26 T:140443954608064  NOTICE:         m_deviceName      : alsa_output.pci-0000_00_03.0.hdmi-stereo
09:11:26 T:140443954608064  NOTICE:         m_displayName     : Built-in Audio Digital Stereo (HDMI)
09:11:26 T:140443954608064  NOTICE:         m_displayNameExtra: HDMI / DisplayPort (PULSEAUDIO)
09:11:26 T:140443954608064  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:11:26 T:140443954608064  NOTICE:         m_channels        : FL,FR
09:11:26 T:140443954608064  NOTICE:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
09:11:26 T:140443954608064  NOTICE:         m_dataFormats     : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
09:11:26 T:140443954608064  NOTICE:     Device 3
09:11:26 T:140443954608064  NOTICE:         m_deviceName      : alsa_output.pci-0000_00_1b.0.analog-stereo
09:11:26 T:140443954608064  NOTICE:         m_displayName     : Built-in Audio Analog Stereo
09:11:26 T:140443954608064  NOTICE:         m_displayNameExtra: Headphones (PULSEAUDIO)
09:11:26 T:140443954608064  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:11:26 T:140443954608064  NOTICE:         m_channels        : FL,FR
09:11:26 T:140443954608064  NOTICE:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
09:11:26 T:140443954608064  NOTICE:         m_dataFormats     : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
09:11:26 T:140443954608064  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
09:11:26 T:140443954608064  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
09:11:26 T:140443954608064  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <video>
                                                <usetimeseeking>true</usetimeseeking>
                                                <smallstepbackseconds>7</smallstepbackseconds>
                                                <timeseekforward>5</timeseekforward>
                                                <timeseekbackward>-5</timeseekbackward>
                                                <timeseekforwardbig>600</timeseekforwardbig>
                                                <timeseekbackwardbig>-600</timeseekbackwardbig>
                                                <percentseekforward>2</percentseekforward>
                                                <percentseekbackward>-2</percentseekbackward>
                                                <percentseekforwardbig>10</percentseekforwardbig>
                                                <percentseekbackwardbig>-10</percentseekbackwardbig>
                                              </video>
                                            </advancedsettings>
09:11:26 T:140443954608064  NOTICE: Default DVD Player: dvdplayer
09:11:26 T:140443954608064  NOTICE: Default Video Player: dvdplayer
09:11:26 T:140443954608064  NOTICE: Default Audio Player: paplayer
09:11:26 T:140443954608064  NOTICE: Enabled debug logging due to GUI setting (2)
09:11:26 T:140443954608064  NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
09:11:26 T:140443954608064  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
09:11:26 T:140443954608064  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
09:11:26 T:140443954608064   DEBUG: CPlayerCoreConfig::<ctor>: created player DVDPlayer for core 1
09:11:26 T:140443954608064   DEBUG: CPlayerCoreConfig::<ctor>: created player oldmplayercore for core 1
09:11:26 T:140443954608064   DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer for core 3
09:11:26 T:140443954608064   DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
09:11:26 T:140443954608064   DEBUG: CPlayerSelectionRule::Initialize: creating rule: hdhomerun/mms/udp
09:11:26 T:140443954608064   DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
09:11:26 T:140443954608064   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
09:11:26 T:140443954608064   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
09:11:26 T:140443954608064   DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
09:11:26 T:140443954608064   DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
09:11:26 T:140443954608064   DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
09:11:26 T:140443954608064   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
09:11:26 T:140443954608064   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
09:11:26 T:140443954608064   DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
09:11:26 T:140443954608064   DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
09:11:26 T:140443954608064   DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
09:11:26 T:140443954608064  NOTICE: Loaded playercorefactory configuration
09:11:26 T:140443954608064  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
09:11:26 T:140443954608064  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
09:11:26 T:140443954608064    INFO: creating subdirectories
09:11:26 T:140443954608064    INFO: userdata folder: special://masterprofile/
09:11:26 T:140443954608064    INFO: recording folder:
09:11:26 T:140443954608064    INFO: screenshots folder: /home/nuc/Pictures/
09:11:26 T:140443486160640  NOTICE: Thread ActiveAE start, auto delete: false
09:11:26 T:140443553273600  NOTICE: Thread AESink start, auto delete: false
09:11:26 T:140443553273600    INFO: CActiveAESink::OpenSink - initialize sink
09:11:26 T:140443553273600   DEBUG: CActiveAESink::OpenSink - trying to open device PULSE:Default
09:11:26 T:140443553273600   DEBUG: PulseAudio: Context authorizing
09:11:26 T:140443553273600   DEBUG: PulseAudio: Context setting name
09:11:26 T:140443553273600   DEBUG: PulseAudio: Context ready
09:11:26 T:140443553273600   DEBUG: PulseAudio: Stream ready
09:11:26 T:140443553273600  NOTICE: PulseAudio: Opened device Default in pcm mode with Buffersize 150 ms
09:11:26 T:140443553273600   DEBUG: CActiveAESink::OpenSink - PULSE Initialized:
09:11:26 T:140443553273600   DEBUG:   Output Device : Default
09:11:26 T:140443553273600   DEBUG:   Sample Rate   : 44100
09:11:26 T:140443553273600   DEBUG:   Sample Format : AE_FMT_FLOAT
09:11:26 T:140443553273600   DEBUG:   Channel Count : 3
09:11:26 T:140443553273600   DEBUG:   Channel Layout: FL,FR,LFE
09:11:26 T:140443553273600   DEBUG:   Frames        : 2205
09:11:26 T:140443553273600   DEBUG:   Frame Samples : 6615
09:11:26 T:140443553273600   DEBUG:   Frame Size    : 12
09:11:26 T:140443954608064  NOTICE: Running database version Addons19
09:11:26 T:140443954608064   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcpluff-x86_64-linux.so)
09:11:26 T:140443954608064   DEBUG: Loading: /usr/lib/kodi/system/libcpluff-x86_64-linux.so
09:11:26 T:140443954608064    INFO: ADDON: cpluff: 'Could not read plug-in directory /usr/lib/kodi/addons: No such file or directory'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.cu.lrclyrics has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.aeonmq6.extrapack has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.games.rom.collection.browser has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.funimation has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.extendedinfo has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in visualization.fishbmc has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.pixel.tv has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.six has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.anidb.net has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.euphoria has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.t1mlib has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.chardet has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.youtube.dl has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.favourites has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in service.libraryautoupdate has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.cinemavision has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.toolbox has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.httplib2 has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.globalsearch has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.randomandlastitems has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.engineeringtv has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.syfy has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in service.skin.widgets has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.keymap has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in service.nextup.notification has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.skinshortcuts has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.unidecode has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.uritemplate has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.thinktv has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.solarwinds has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.grab.fanart has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in repository.plexbmc.addons has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.artistslideshow has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.artwork.downloader has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.couchpotato_manager has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.beergeeks has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.oauth2client has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in service.library.data.provider has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in skin.aeonmq6 has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.yaml has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.xbmcbackup has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in service.rom.collection.browser has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.plexbmc has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.buggalo has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.confluence has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.aeonmq6 has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.googleapi has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.xbmcutil has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.xbmcswift2 has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.5 has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.plasma has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.signals has been installed.'
09:11:26 T:140443954608064   DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
09:11:26 T:140443954608064  NOTICE: ADDONS: Using repository repository.xbmc.org
09:11:26 T:140443954608064  NOTICE: ADDONS: Using repository repository.plexbmc.addons
09:11:26 T:140443532039936  NOTICE: Thread RemoteControl start, auto delete: false
09:11:26 T:140443532039936    INFO: LIRC Process: using: /dev/lircd
09:11:26 T:140443532039936    INFO: LIRC Connect: successfully started
09:11:26 T:140443532039936   DEBUG: Thread RemoteControl 140443532039936 terminating
09:11:26 T:140443954608064    INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
09:11:26 T:140443954608064   DEBUG: Selected UDisks as storage provider
09:11:26 T:140443954608064   DEBUG: UDisks: DaemonVersion 1
09:11:26 T:140443954608064   DEBUG: UDisks: Querying available devices
09:11:26 T:140443954608064    INFO: UDisks: Added /boot/efi
09:11:26 T:140443954608064  NOTICE: Setup SDL
09:11:26 T:140443954608064    INFO: Available videomodes (xrandr):
09:11:26 T:140443954608064    INFO: Output 'HDMI1' has 33 modes
09:11:26 T:140443954608064    INFO: ID:0x48 Name:3840x2160 Refresh:30.000000 Width:3840 Height:2160
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xb1 Name:3840x2160 Refresh:25.000000 Width:3840 Height:2160
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xb2 Name:3840x2160 Refresh:24.000000 Width:3840 Height:2160
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xb3 Name:3840x2160 Refresh:29.970100 Width:3840 Height:2160
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xb4 Name:3840x2160 Refresh:23.976080 Width:3840 Height:2160
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xaf Name:4096x2160 Refresh:24.000000 Width:4096 Height:2160
09:11:26 T:140443954608064    INFO: Pixel Ratio: 0.937657
09:11:26 T:140443954608064    INFO: ID:0xb0 Name:4096x2160 Refresh:23.976080 Width:4096 Height:2160
09:11:26 T:140443954608064    INFO: Pixel Ratio: 0.937657
09:11:26 T:140443954608064    INFO: ID:0xb5 Name:1920x1080 Refresh:60.000000 Width:1920 Height:1080
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xb6 Name:1920x1080 Refresh:60.000000 Width:1920 Height:1080
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xb7 Name:1920x1080 Refresh:50.000000 Width:1920 Height:1080
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xb8 Name:1920x1080 Refresh:59.940201 Width:1920 Height:1080
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xbb Name:1920x1080 Refresh:24.000000 Width:1920 Height:1080
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xbd Name:1920x1080 Refresh:23.976080 Width:1920 Height:1080
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xb9 Name:1920x1080i Refresh:30.000000 Width:1920 Height:1080
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xba Name:1920x1080i Refresh:25.000000 Width:1920 Height:1080
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xbc Name:1920x1080i Refresh:29.970100 Width:1920 Height:1080
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xbe Name:1280x800 Refresh:59.909550 Width:1280 Height:800
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.111297
09:11:26 T:140443954608064    INFO: ID:0xbf Name:1280x720 Refresh:60.000000 Width:1280 Height:720
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xc0 Name:1280x720 Refresh:50.000000 Width:1280 Height:720
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xc1 Name:1280x720 Refresh:59.940201 Width:1280 Height:720
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.000167
09:11:26 T:140443954608064    INFO: ID:0xc2 Name:1024x768 Refresh:75.076218 Width:1024 Height:768
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.333556
09:11:26 T:140443954608064    INFO: ID:0xc3 Name:1024x768 Refresh:70.069359 Width:1024 Height:768
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.333556
09:11:26 T:140443954608064    INFO: ID:0xc4 Name:1024x768 Refresh:60.003841 Width:1024 Height:768
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.333556
09:11:26 T:140443954608064    INFO: ID:0xc5 Name:800x600 Refresh:72.187569 Width:800 Height:600
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.333556
09:11:26 T:140443954608064    INFO: ID:0xc6 Name:800x600 Refresh:75.000000 Width:800 Height:600
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.333556
09:11:26 T:140443954608064    INFO: ID:0xc7 Name:800x600 Refresh:60.316540 Width:800 Height:600
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.333556
09:11:26 T:140443954608064    INFO: ID:0xc8 Name:720x576 Refresh:50.000000 Width:720 Height:576
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.422460
09:11:26 T:140443954608064    INFO: ID:0xc9 Name:720x480 Refresh:60.000000 Width:720 Height:480
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.185383
09:11:26 T:140443954608064    INFO: ID:0xca Name:720x480 Refresh:59.940060 Width:720 Height:480
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.185383
09:11:26 T:140443954608064    INFO: ID:0xcb Name:640x480 Refresh:75.000000 Width:640 Height:480
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.333556
09:11:26 T:140443954608064    INFO: ID:0xcc Name:640x480 Refresh:60.000000 Width:640 Height:480
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.333556
09:11:26 T:140443954608064    INFO: ID:0xcd Name:640x480 Refresh:59.940479 Width:640 Height:480
09:11:26 T:140443954608064    INFO: Pixel Ratio: 1.333556
09:11:26 T:140443954608064    INFO: ID:0xce Name:720x400 Refresh:70.081657 Width:720 Height:400
09:11:26 T:140443954608064    INFO: Pixel Ratio: 0.987819
09:11:26 T:140443954608064  NOTICE: Checking resolution 15
09:11:26 T:140443954608064   DEBUG: Window Manager Name: Mutter (Muffin)
09:11:26 T:140443954608064   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-x86_64-linux.so)
09:11:26 T:140443954608064   DEBUG: Loading: /usr/lib/kodi/system/ImageLib-x86_64-linux.so
09:11:26 T:140443954608064  NOTICE: Using visual 0x20
09:11:26 T:140443954608064    INFO: GL: Maximum texture width: 8192
09:11:26 T:140443954608064   DEBUG: GLX_EXTENSIONS: GLX_ARB_create_context GLX_ARB_create_context_profile GLX_ARB_create_context_robustness GLX_ARB_fbconfig_float GLX_ARB_framebuffer_sRGB GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_EXT_framebuffer_sRGB GLX_EXT_create_context_es2_profile GLX_MESA_copy_sub_buffer GLX_MESA_multithread_makecurrent GLX_MESA_query_renderer GLX_MESA_swap_control GLX_OML_swap_method GLX_OML_sync_control GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_EXT_texture_from_pixmap GLX_INTEL_swap_event
09:11:26 T:140443954608064  NOTICE: GL_VENDOR = Intel Open Source Technology Center
09:11:26 T:140443954608064  NOTICE: GL_RENDERER = Mesa DRI Intel(R) Haswell Mobile
09:11:26 T:140443954608064  NOTICE: GL_VERSION = 3.0 Mesa 10.1.3
09:11:26 T:140443954608064  NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.30
09:11:26 T:140443954608064  NOTICE: GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_ATI_envmap_bumpmap GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_APPLE_object_purgeable GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_separate_shader_objects GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_texture_lod GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_shader_bit_encoding GL_ARB_timer_query GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_conservative_depth GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shader_atomic_counters GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_shader_trinary_minmax GL_ARB_ES3_compatibility GL_ARB_clear_buffer_object GL_ARB_invalidate_subdata GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_vertex_attrib_binding GL_KHR_debug GL_ARB_texture_mirror_clamp_to_edge GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_shader_integer_mix
09:11:26 T:140443954608064    INFO: GL: Maximum texture width: 8192
09:11:26 T:140443954608064   DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
09:11:26 T:140443954608064    INFO: load keymapping
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/appcommand.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/gamepad.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/joystick.Nintendo.Wii.U.Pro.Controller.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/joystick.Ouya.Controller.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/joystick.PS4.Controller.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/keyboard.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/mouse.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/remote.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
09:11:26 T:140443954608064    INFO: Loading special://xbmc/system/Lircmap.xml
09:11:26 T:140443954608064    INFO: * Adding remote mapping for device 'mceusb'
09:11:26 T:140443954608064    INFO: * Adding remote mapping for device 'XboxDVDDongle'
09:11:26 T:140443954608064    INFO: * Adding remote mapping for device 'Microsoft_Xbox'
09:11:26 T:140443954608064    INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
09:11:26 T:140443954608064    INFO: * Adding remote mapping for device 'anysee'
09:11:26 T:140443954608064    INFO: * Adding remote mapping for device 'iMON-PAD'
09:11:26 T:140443954608064    INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
09:11:26 T:140443954608064    INFO: * Adding remote mapping for device 'MCE_via_iMON'
09:11:26 T:140443954608064    INFO: * Adding remote mapping for device 'TwinHanRemote'
09:11:26 T:140443954608064    INFO: * Adding remote mapping for device 'linux-input-layer'
09:11:26 T:140443954608064    INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
09:11:26 T:140443954608064    INFO: * Adding remote mapping for device 'mediacenter'
09:11:26 T:140443954608064    INFO: * Adding remote mapping for device 'devinput'
09:11:26 T:140443954608064   DEBUG: CButtonTranslator::Load - no userdata Lircmap.xml found, skipping
09:11:26 T:140443954608064    INFO: GUI format 1012x684, Display Windowed
09:11:26 T:140443954608064   DEBUG: guilib: Fill viewport on change for solving rendering passes
09:11:26 T:140443954608064    INFO: CLangInfo: loading resource.language.en_gb language information...
09:11:26 T:140443954608064   DEBUG: trying to set locale to en_US.UTF-8
09:11:26 T:140443954608064    INFO: global locale set to en_US.UTF-8
09:11:26 T:140443954608064    INFO: CLangInfo: loading resource.language.en_gb language strings...
09:11:26 T:140443954608064   DEBUG: POParser: loaded 3312 strings from file resource://resource.language.en_gb/strings.po
09:11:26 T:140443954608064   DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
09:11:26 T:140443954608064   DEBUG: LoadMappings - loaded node "CEC Adapter"
09:11:26 T:140443954608064   DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
09:11:26 T:140443954608064   DEBUG: LoadMappings - loaded node "iMON HID device"
09:11:26 T:140443954608064   DEBUG: CPeripheralBusUSB - initialised udev monitor
09:11:26 T:140443954608064   DEBUG: SECTION:LoadDLL(libcec.so.3.0)
09:11:26 T:140443954608064   DEBUG: Loading: libcec.so.3.0
09:11:26 T:140443954608064   ERROR: Unable to load libcec.so.3.0, reason: libcec.so.3.0: cannot open shared object file: No such file or directory
09:11:26 T:140443954608064   DEBUG: Dll libcec.so.3.0 was not found in path
09:11:26 T:140443954608064   ERROR: Initialise - failed to initialise bus cec
09:11:26 T:140443954608064   DEBUG: GetMappingForDevice - device (2548:1002) mapped to Pulse-Eight CEC Adapter (type = cec)
09:11:26 T:140443532039936  NOTICE: Thread PeripBusUSBUdev start, auto delete: false
09:11:26 T:140443954608064   DEBUG: SECTION:LoadDLL(libcurl.so.4)
09:11:26 T:140443954608064   DEBUG: Loading: libcurl.so.4
09:11:26 T:140443954608064  NOTICE: Running database version Addons19
09:11:26 T:140443954608064   DEBUG: Initialize, updating databases...
09:11:26 T:140443954608064  NOTICE: Running database version ViewModes6
09:11:26 T:140443954608064  NOTICE: Running database version Textures13
09:11:26 T:140443954608064  NOTICE: Running database version MyMusic52
09:11:26 T:140443954608064  NOTICE: Running database version MyVideos93
09:11:26 T:140443954608064  NOTICE: Running database version TV29
09:11:26 T:140443954608064  NOTICE: Running database version Epg10
09:11:26 T:140443954608064   DEBUG: Initialize, updating databases... DONE
09:11:26 T:140443954608064  NOTICE: start dvd mediatype detection
09:11:26 T:140443954566912  NOTICE: Thread DetectDVDMedia start, auto delete: false
09:11:26 T:140443954566912   DEBUG: Compiled with libcdio Version 0.83
09:11:26 T:140443954608064   DEBUG: DPMS: supported power-saving modes: SUSPEND OFF STANDBY
09:11:26 T:140443954566912   DEBUG: Thread DetectDVDMedia 140443954566912 terminating
09:11:26 T:140443532039936   DEBUG: GetMappingForDevice - device (2548:1002) mapped to Pulse-Eight CEC Adapter (type = cec)
09:11:26 T:140443954608064   DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
09:11:26 T:140443954608064   DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
09:11:26 T:140443954608064   DEBUG: Activating window ID: 12997
09:11:26 T:140443954608064   DEBUG: ------ Window Init () ------
09:11:26 T:140443954608064    INFO: load splash image: /usr/share/kodi/media/Splash.png
09:11:26 T:140443954608064    INFO: Unloading old skin ...
09:11:26 T:140443954608064    INFO:   load skin from: /home/nuc/.kodi/addons/skin.aeon.nox.5 (version: 5.7.3)
09:11:26 T:140443954608064    INFO:   load fonts for skin...
09:11:26 T:140443954608064    INFO: Loading fonts from /home/nuc/.kodi/addons/skin.aeon.nox.5/1080i/Font.xml
09:11:26 T:140443954608064   DEBUG: POParser: loaded 207 strings from file /home/nuc/.kodi/addons/skin.aeon.nox.5/language/English/strings.po
09:11:26 T:140443954608064    INFO: Loading skin includes from /home/nuc/.kodi/addons/skin.aeon.nox.5/1080i/includes.xml
09:11:27 T:140443954608064    INFO:   load new skin...
09:11:27 T:140443954608064    INFO: Loading user windows, path /home/nuc/.kodi/addons/skin.aeon.nox.5/1080i
09:11:27 T:140443954608064   DEBUG: Load Skin XML: 11.14ms
09:11:27 T:140443954608064    INFO:   initialize new skin...
09:11:27 T:140443954608064   DEBUG: guilib: Fill viewport on change for solving rendering passes
09:11:27 T:140443954608064    INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
09:11:27 T:140443954608064   DEBUG: OpenBundle - Opened bundle /home/nuc/.kodi/addons/skin.aeon.nox.5/media/Textures.xbt
Yeah, you are missing the correct libcec-3 package.
I removed the 3.1.0 package, reinstalled the 3.0.1 package and Kodi is now recognizing it in the logs under input devices.
I think I'm looking good now, I'll test the remote control later today.

Thanks!

Edit: It's working beautifully now. You might want to make a note on the wiki page for the supported libCEC versions. Cheers!
Could you give me step by step instructions to remove the 3.1.0 package and reinstall the 3.0.1 package?
Would greatly appreciate your help!
This worked for me:
Code:
# Attention: removing libcec3 will also remove kodi (but will keep your settings)
sudo apt-get remove libcec3
sudo apt-get purge libcec3
sudo reboot

# First, re-install kodi
sudo apt-get install kodi
sudo reboot

# This will install libcec3 version 3.0.1-1 for your sepcific release, e.g. trusty
sudo apt-get install –-reinstall libcec3=3.0.1-1~$(lsb_release --codename | cut -f2)
this happens to me very time I do a sudo apt-get dist-upgrade when updating my system

all I do to get my usb-cec adaptor working again is do a sudo apt-cache showpkg libcec

which will show something like this...

Reverse Depends:
libcec3:i386,libcec 2.2
libcec3:i386,libcec 2.2
libcec:i386,libcec
libcec3,libcec 2.2
libcec3,libcec 2.2
libcec3:i386,libcec 2.2
libcec3:i386,libcec 2.2
libcec:i386,libcec
libcec3,libcec 2.2
libcec3,libcec 2.2
Dependencies:
3.1.0.1~wily - libcec3 (5 3.1.0.1~wily) libcec:i386 (0 (null))
3.0.2~wily - libcec3 (5 3.0.2~wily) libcec:i386 (0 (null))
Provides:
3.1.0.1~wily -
3.0.2~wily -

Reverse Provides:
libcec3 3.0.2~wily
libcec3 3.1.0.1~wily


look what is in the Provides list.. and for me I do a sudo apt-get install --reinstall libcec3=3.0.2~wily -

reboot kodi and it should be ok again.
I'd also recommend doing a sudo apt-mark hold libcec3 to prevent updating this package until kodi supports the new version of this library.

http://askubuntu.com/questions/18654/how-to-prevent-updating-of-a-specific-package
(2016-03-14, 16:51)Vultwulf Wrote: [ -> ]I'd also recommend doing a sudo apt-mark hold libcec3 to prevent updating this package until kodi supports the new version of this library.

http://askubuntu.com/questions/18654/how-to-prevent-updating-of-a-specific-package

thanks for the heads up Vultwulf Smile