![]() |
pvr with revo 3700 - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136) +---- Thread: pvr with revo 3700 (/showthread.php?tid=101117) |
pvr with revo 3700 - xxxnelly - 2011-05-09 Hi Guys. I have installed the latest live cd then did the following.... to get the pvr branch. sudo apt-get install -y python-software-properties sudo add-apt-repository ppa:lars-opdenkamp/xbmc-pvr sudo apt-get update sudo apt-get -y install xbmc After a reboot I can not longer get to xbmc, i can only log into the command prompt using ctrl + alt +f1. Any idea what log to look at or why this might happen, I am using a Revo 3700. I have tried to reinstall the nvidia drivers, just incase.. Cheers, Neil - mochu - 2011-05-09 Same issue here, the xbmc does not start after the lastes updata from ppa:lars-opdenkamp/xbmc-pvr - mochu - 2011-05-09 ok figured this out: You have to go to: https://launchpad.net/~alexandr-surkov/+archive/dharma-pvr/+build/2457380 then manually download the packages: wget https://launchpad.net/~alexandr-surkov/+archive/dharma-pvr/+build/2457380/+files/xbmc-bin_11.0-pvr%2Bodk30~git20110426.f44db35-0ubuntu1~ppa%2Bodk30~maverick_i386.deb wget https://launchpad.net/~alexandr-surkov/+archive/dharma-pvr/+build/2457380/+files/xbmc-live_11.0-pvr%2Bodk30~git20110426.f44db35-0ubuntu1~ppa%2Bodk30~maverick_all.deb wget https://launchpad.net/~alexandr-surkov/+archive/dharma-pvr/+build/2457380/+files/xbmc_11.0-pvr%2Bodk30~git20110426.f44db35-0ubuntu1~ppa%2Bodk30~maverick_all.deb after that install them by using command: dpkg -i package_file_name.deb I do not remember the order now this will revert your xbmc-live to the older working version - xxxnelly - 2011-05-09 I am on lucid not maverick... What can I do? Cheers Neil - mochu - 2011-05-09 do the same but here: https://launchpad.net/~lars-opdenkamp/+archive/xbmc-pvr/+build/2457097 - opdenkamp - 2011-05-09 if you're running maverick, lucid or karmic: wait for odk36 that will arrive later today. something went wrong with dependencies, resulting in failing xbmc-live installations on those ubuntu versions. - xxxnelly - 2011-05-09 Thanks, I will try it again tomorrow. - xxxnelly - 2011-05-10 odk 36 isn't available. Mochu - your workaround worked perfectly thanks. Neil - opdenkamp - 2011-05-10 packages are being built now. remove the workaround and upgrade to the latest version as soon as it's available. - ant_thomas - 2011-05-10 dushmaniac Wrote:packages are being built now. remove the workaround and upgrade to the latest version as soon as it's available. Will this have the updated code for the VNSI addon? As mentioned here? - xxxnelly - 2011-05-10 dushmaniac Wrote:packages are being built now. remove the workaround and upgrade to the latest version as soon as it's available. Just updated to odk 36 and it is happening again. Are we sure this build fixes the issue or is this user error? Thanks Neil - opdenkamp - 2011-05-10 I tested the build and it installed xbmc-live properly on a clean lucid install here. what do you see on the console when you try to upgrade? - xxxnelly - 2011-05-10 I could see it install the latest odk 36 then no errors look like it installed ok. I just ran these commands.. sudo apt-get update sudo apt-get -y install xbmc - xxxnelly - 2011-05-10 xxxnelly Wrote:I could see it install the latest odk 36 then no errors look like it installed ok. I fixed it by doing sudo apt-get -y install xbmc-live Thanks for the help - opdenkamp - 2011-05-10 but you said you're running xbmc-live, which got uninstalled with the previous (bad) upgrade. this should fix it: Code: sudo apt-get install xbmc-live edit: crosspost ![]() |