Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
(2015-09-27, 19:04)fritsch Wrote: mkdir lala
cd lala
wget http://fritsch.fruehberger.net/openelec/..._amd64.deb
wget http://fritsch.fruehberger.net/openelec/..._amd64.deb
sudo dpkg -i *4.2.0*deb

If you end up without network, check /sys/class/net/ if the device name has changed and change it accordingly in /etc/network/interfaces .... as you run a server this should be peanuts for you.

In my case after upgrading to this kernel my network device changed name from p1p1 to eth0. So probably best thing to do before reboot is to add additional lines to /etc/network/interfaces. And as nothing is wrong with multiple configurations best is to have options for both names. In my configuration it looks like this in /etc/network/interfaces:


auto lo
iface lo inet loopback
auto p1p1
iface p1p1 inet dhcp
auto eth0
iface eth0 inet dhcp
Reply


Messages In This Thread
RE: New Era: VAAPI with EGL interoperation - by BigL-New - 2015-09-27, 19:31
Live TV broken again? - by schamane - 2016-02-29, 19:56
Random crashes - by hal2100 - 2016-03-08, 22:03
Strange Behaviour - by MicTie - 2016-12-07, 10:46
Working lirc with mce remote - by fr1day - 2019-08-10, 17:36
Logout Mark Read Team Forum Stats Members Help
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server18