• 1
  • 96
  • 97
  • 98(current)
  • 99
  • 100
  • 128
Linux VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.04
This howto is not about mint. They install pulseaudio, a soundserver. See kodi's pulseaudio wiki on howto solve your issue.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Has anyone had any luck in solving the deinterlacing problems mentioned on page 85? I am running the wmc pvr addon with an Infinitv tuner on comcast. The switching between interlaced and progressive with hardware acceleration turned on makes live tv and recordings completely unwatchable. It works well with software decoding except for the occasional tearing.
Upgraded my kernel to 3.19 and wsnipex intel va drivers, I found that my TV would not come out of Dim mode, when kodi had been inactive for a period of time, I think im look at a kernel issue nothing to do with libva-driver-intel. I read that 3.19 includes a lot of DRM Graphics fixes for Skylake so i wouldn't be surprised if the broke haswell.

dmesg contains some drm errors
dmesg
This is haswell hardware connected via a pioneer AV to Sony TV over hdmi.

I'm going to back the kernel back to 3.18.8 (im limited to choosing between 3.18.6 - 3.19) due to a driver bundle for my DVBS2 pcie card.
And see if the issue persists of not coming out of Dim mode after inactivity.

[update]
No further drm errors in dmesg or the kernel log after downgrading the kernel to 3.18.8, also fixed my wifi card (that i dont use) by backing the kernel down. FYI.
If someone has crashes on stop with some wired thread output of the kernel: pick that patch: http://lists.freedesktop.org/archives/li...03217.html
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Hello

I just installed on my Intel NUC Kodi like describe in the first post. But Kodi is not starting.

here the demsg : http://paste.ubuntu.com/10538979/

any idea, whats wrong ? Openelec 5 running perfect, with Kodi 14 on this Computer (other harddisk)

Greetings Willi
Post all the logfiles the first post wants.

Also pastebin /var/log/upstart/kodi*
Quote:[ 3.648348] init: kodi main process (793) terminated with status 1
[ 3.648364] init: kodi main process ended, respawning
[ 3.697244] init: kodi main process (816) terminated with status 1
[ 3.697262] init: kodi main process ended, respawning
[ 3.731137] init: kodi main process (825) terminated with status 1
[ 3.731155] init: kodi main process ended, respawning
[ 3.741618] init: samba-ad-dc main process (823) terminated with status 1
[ 3.761835] init: kodi main process (829) terminated with status 1
[ 3.761848] init: kodi main process ended, respawning
[ 3.784940] init: kodi main process (835) terminated with status 1
[ 3.784952] init: kodi main process ended, respawning
[ 3.809624] init: kodi main process (837) terminated with status 1

Most likely you changed the user and did not adjust the upstart script.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
http://paste.ubuntu.com/10539238/ für kodi*

Code:
nuc1@OpenELEC:~$ sudo cat ~/.kodi/temp/kodi.log | pastebinit
cat: /home/nuc1/.kodi/temp/kodi.log: Datei oder Verzeichnis nicht gefunden
Sie versuchen ein leeres Dokument zu senden, Abbruch.
nuc1@OpenELEC:~$


Code:
nuc1@OpenELEC:~$ cat /var/log/Xorg.0.log | pastebinit
cat: /var/log/Xorg.0.log: Datei oder Verzeichnis nicht gefunden
Sie versuchen ein leeres Dokument zu senden, Abbruch.
nuc1@OpenELEC:~$

die anderen ergeben das:

http://paste.ubuntu.com/10539487/

http://paste.ubuntu.com/10539492/

http://paste.ubuntu.com/10539517/

http://paste.ubuntu.com/10539535/


Gruss Willi
cat /etc/init/kodi.conf | pastebinit

id | pastebinit please not as root - but as the user that should be running xbmc. According to your config its name is kodi - this user exists - right? If not - that's your issue.


From what I see you did not follow the howto and did not create a user with name kodi - that's the issue.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
cat /etc/init/kodi.conf | pastebinit :
http://paste.ubuntu.com/10539865/


id | pastebinit :
http://paste.ubuntu.com/10539923/

i have createt a user Kodi
Code:
nuc1@OpenELEC:~$ sudo adduser kodi
[sudo] password for nuc1:
no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory
adduser: Der Benutzer »kodi« existiert bereits.
kodi is neither in audio, video whatever group - you forgot that command from the howto.

Also make sure you have run the dpkg-reconfigure x11-common command
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
just for info, when I logging in as User Kodi and put this in the Konsole:

Code:
exec su -c "xinit /usr/bin/kodi --standalone -- /usr/bin/X -nolisten tcp :0" $USER

Kodi starts, but after reboot the same
Redo the howto - and don't miss the addgroup stuff and the dpkg-reconfigure ...

Edit: If you use encrypted home - the howto won't work.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
I've installed this on my broadwell nuc nuc5i5ryk

When I play a video, I just get a blank screen. I tried installing kernel 3.19 but no change.

kodi@phoenix:~$ dmesg | pastebinit
http://paste.ubuntu.com/10543161/
kodi@phoenix:~$ cat ~/.kodi/temp/kodi.log | pastebinit
http://paste.ubuntu.com/10543162/
kodi@phoenix:~$ cat /var/log/Xorg.0.log | pastebinit
http://paste.ubuntu.com/10543163/
kodi@phoenix:~$ DISPLAY=:0 vainfo | pastebinit
libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_35
libva info: va_openDriver() returns 0
http://paste.ubuntu.com/10543164/
kodi@phoenix:~$ dpkg -l |grep mesa | pastebinit
http://paste.ubuntu.com/10543165/
kodi@phoenix:~$ id | pastebinit
http://paste.ubuntu.com/10543166/
kodi@phoenix:~$ aplay -L | pastebinit
http://paste.ubuntu.com/10543167/

I'll try installing the ppa for experimental video and see if it makes any difference

Update: After installing ppa I now have video (yay):

kodi@phoenix:~$ dmesg | pastebinit

http://paste.ubuntu.com/10543229/
kodi@phoenix:~$ cat ~/.kodi/temp/kodi.log | pastebinit
http://paste.ubuntu.com/10543230/
kodi@phoenix:~$ cat /var/log/Xorg.0.log | pastebinit
http://paste.ubuntu.com/10543232/
kodi@phoenix:~$ DISPLAY=:0 vainfo | pastebinit
libva info: VA-API version 0.37.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_37
libva info: va_openDriver() returns 0
http://paste.ubuntu.com/10543233/
kodi@phoenix:~$ dpkg -l |grep mesa | pastebinit
http://paste.ubuntu.com/10543234/
kodi@phoenix:~$ id | pastebinit
http://paste.ubuntu.com/10543235/
kodi@phoenix:~$ aplay -L | pastebinit
http://paste.ubuntu.com/10543236/
So? If you had followed the howto completely - everything would be working? Anything else?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
(2015-03-05, 23:03)fritsch Wrote: So? If you had followed the howto completely - everything would be working? Anything else?

It all works very well thankfully. Except the remote. When the setup ran, I chose the MCE remote, but no transmitter.

It's not responding. It's the same remote code on my logitech remote that I was using the haswell nuc.

dmesg

Quote:[ 6.366641] lirc_dev: IR Remote Control driver registered, major 247
[ 6.368493] Request for unknown module key 'Magrathea: Glacier signing key: 007271576a09d86ef244371b0633e47abb75b89d' err -11
[ 6.368819] usbcore: registered new interface driver mceusb
[ 6.482580] pnp 00:01: [io 0x03e0-0x03e7]
[ 6.482629] pnp 00:01: [irq 10]
[ 6.482633] pnp 00:01: [io 0x03f0-0x03f7]
[ 6.484023] Request for unknown module key 'Magrathea: Glacier signing key: 007271576a09d86ef244371b0633e47abb75b89d' err -11
[ 6.484551] nuvoton-cir 00:01: [io 0x03e0-0x03e7]
[ 6.484617] nuvoton-cir 00:01: [irq 10]
[ 6.484620] nuvoton-cir 00:01: [io 0x03f0-0x03f7]
[ 6.485274] nuvoton-cir 00:01: activated
[ 6.485279] nuvoton-cir 00:01: IR PNP Port not valid!
[ 6.485525] nuvoton-cir 00:01: disabled

I tried adding to /etc/rc.local but it made no difference:

Quote:modprobe -r nuvoton-cir
echo "auto" > /sys/bus/acpi/devices/NTN0530\:00/physical_node/resources
modprobe nuvoton-cir
  • 1
  • 96
  • 97
  • 98(current)
  • 99
  • 100
  • 128

Logout Mark Read Team Forum Stats Members Help
VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.0416