Kodi Community Forum
Linux Radeon OSS with vdpau (howto) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Linux Radeon OSS with vdpau (howto) (/showthread.php?tid=174854)



RE: Radeon OSS with vdpau (howto) - digi_joe - 2014-10-23

(2014-10-23, 08:43)fritsch Wrote: We are starting to release "kodi" and therefore there won't be any package in fernetmenta-master ppa anymore that is named xbmc.

For a smooth transition (for already installed versions) not very much needs to be done:

Code:
sudo apt-get update
sudo apt-get remove xbmc xbmc-bin
sudo apt-get install kodi kodi-bin

Now edit the /etc/init/xbmc.conf and replace the /usr/bin/xbmc command with /usr/bin/kodi

on reboot everything should be fine. Your .xbmc directory will get automatically transfered.

Just a question: Will the kodi version also receive live tv support. Seems like the pvr addons are missing in the ppa and just copying the stuff from /usr/share/xbmc to /use/share/kodi did not work for me Sad so I went back to xbmc for now.


RE: Radeon OSS with vdpau (howto) - deadite66 - 2014-10-23

noticed the same when i tried kodi on my desktop, no option to see non enabled addons.


RE: Radeon OSS with vdpau (howto) - lakemalcom - 2014-10-25

You need to copy:

/usr/lib/xbmc/addons/pvr.mythtv.cmyth
/usr/lib/xbmc/addons/pvr.mythtv.cmyth/XBMC_MythTV_cmyth.pvr

to:

/usr/lib/kodi/addons/pvr.mythtv.cmyth
/usr/lib/kodi/addons/pvr.mythtv.cmyth/XBMC_MythTV_cmyth.pvr


This is probably a terrible idea for when the packaging is fixed, so remember this when you do an update...

Edit: or you know, your respective PVR addons from the /usr/lib directory

Edit2: or apparently this lets you watch recordings but not live tv


RE: Radeon OSS with vdpau (howto) - uuzi - 2014-10-26

I've ran into the same problem, what i did to fix it was pretty simple. just build the zip packages from git opdenkamp master yourself.

see: pvr addons opdenkamp master

a quick
Code:
sudo apt-get build-dep xbmc
git clone https://github.com/opdenkamp/xbmc-pvr-addons.git
cd xbmc-pvr-addons
./bootstrap
./configure
make zip
then install the built zip in the addon directory via xbmc gui

and you're good to go, works like a charm for me


RE: Radeon OSS with vdpau (howto) - fritsch - 2014-10-26

sudo apt-get build-dep xbmc

will get them at once.


RE: Radeon OSS with vdpau (howto) - davisdmg - 2014-10-27

(2014-10-23, 08:43)fritsch Wrote: We are starting to release "kodi" and therefore there won't be any package in fernetmenta-master ppa anymore that is named xbmc.

For a smooth transition (for already installed versions) not very much needs to be done:

Code:
sudo apt-get update
sudo apt-get remove xbmc xbmc-bin
sudo apt-get install kodi kodi-bin

Now edit the /etc/init/xbmc.conf and replace the /usr/bin/xbmc command with /usr/bin/kodi

on reboot everything should be fine. Your .xbmc directory will get automatically transfered.

by doing this, can I keep my settings?


RE: Radeon OSS with vdpau (howto) - wsnipex - 2014-10-27

yes, settings won't be lost.
If you use any binary addons(e.g. pvr), then remove them as well, install kodi, then reinstall the addons again.


RE: Radeon OSS with vdpau (howto) - davisdmg - 2014-10-27

thanks wsnipex. I dont really think I have extra binary addons (appart of boblight which is a simple service)


RE: Radeon OSS with vdpau (howto) - wsnipex - 2014-10-27

in that case a simple: sudo apt-get dist-upgrade should get you to kodi.


RE: Radeon OSS with vdpau (howto) - davisdmg - 2014-10-27

Los siguientes paquetes se ELIMINARÁN:
xbmc-bin
Se instalarán los siguientes paquetes NUEVOS:
kodi kodi-bin
Se actualizarán los siguientes paquetes:
xbmc
1 actualizados, 2 se instalarán, 1 para eliminar y 0 no actualizados.

Sorry spanish. Is ok that?


RE: Radeon OSS with vdpau (howto) - wsnipex - 2014-10-27

looks right


RE: Radeon OSS with vdpau (howto) - dEADkIRK - 2014-10-27

I'm experiencing random but frequent crashes with Helix. Video playback is fine but when playing back anything from the music library it crashes at non-reproducible moments. sometimes it plays a cd without issue at other times it crashes while playing the first song.

dmesg
http://paste.ubuntu.com/8705257/
Xorg
http://paste.ubuntu.com/8705277/
vdpauinfo
http://paste.ubuntu.com/8705292/
dpkg
http://paste.ubuntu.com/8705302/
kodi / xbmc
http://paste.ubuntu.com/8705344/

When I turn on component specific logging it spams the following;

16:12:08 T:139717012162304 DEBUG: Previous line repeats 17 times.
16:12:08 T:139717012162304 DEBUG: ffmpeg[7F1266E10700]: [NULL] header crc mismatch
16:12:08 T:139717012162304 DEBUG: ffmpeg[7F1266E10700]: [NULL] sample/frame number mismatch in adjacent frames

Thanks for looking!


RE: Radeon OSS with vdpau (howto) - fritsch - 2014-10-27

From the log it looks like a broken flac file? Does this only happen with flac?

Can you find one sample that exactly produces this issue?

Quote:/media/DATA/MUSIC/Albums/Alexandre Desplat/Harry Potter and the Deathly Hallows Part 1/1/05 - At The Burrow.flac

Is this a network drive?

Can you install the official xbmc-nightly version and file a bug on trac?


RE: Radeon OSS with vdpau (howto) - dEADkIRK - 2014-10-27

It's a local drive auto mounted via fstab;
/dev/mapper/xbmc--pc--vg-DATA /media/DATA ext4 noatime,nodiratime 0 2

the file you requested I'll share via PM.

My library is almost entirely FLAC, I found an MP3 album and that also crashed just now.
http://paste.ubuntu.com/8705702/
oops - wrong log file, this is the correct one;
http://paste.ubuntu.com/8705719/

I just migrated from option 1b in the start post - where this didn't happen.


RE: Radeon OSS with vdpau (howto) - fritsch - 2014-10-27

Does it also crash with:
Quote:DEBUG: ### [XBMC LCDproc] - Registering HD44780-ROM pseudocodepages
removed?