upgrade live Xbmcfreak LiveCD 10.08 svn32696 to beta 1
#1
hi, is there a guide to installing the beta if i have svn32696 already

thanks
abs
Reply
#2
Enter this in the terminal or via ssh:
Code:
sudo add-apt-repository ppa:team-xbmc-svn/ppa

sudo apt-get update

sudo apt-get upgrade

and it will upgrade xbmc, which is all you need really.

-=Jason=-
Reply
#3
hi, this updated ubuntu but skipped xbmc

..
Building dependency tree
Reading state information... Done
The following packages have been kept back:
xbmc xbmc-bin xbmc-data xbmc-live xbmc-skin-confluence xbmc-standalone
xbmc-web
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
scott@XBMCLive:~$

and has also BROKEN my audio, i now get an error 'FAILED TO INITIALISE AUDIO DEVICE'

Im lost now and looking at a fresh install, i had this exact problem last time when doing this, i should have known better


Flomaster Wrote:Enter this in the terminal or via ssh:
Code:
sudo add-apt-repository ppa:team-xbmc-svn/ppa

sudo apt-get update

sudo apt-get upgrade

and it will upgrade xbmc, which is all you need really.

-=Jason=-
Reply
#4
I had to run
Code:
sudo apt-get dist-upgrade
sudo apt-get update
sudo apt-get upgrade

when my xbmc was not being updated



if sound is borked see if alsa is working

type

Code:
alsamixer
make sure you don't have anything muted and it opens

might need to re-install your Nvidia and Asla possibly if your Kernel was upgraded seems to be a common problem with a kernel upgrade

-=Jason=-
Reply
#5
for the Nvidia try this
Code:
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates

for your sound try this http://forum.xbmc.org/showpost.php?p=587...tcount=290
Reply
#6
Thanks, i tried this all but i seem to have been here before when i was trying to get my remote programmed after the update, ive just reformatted it and installed the beta

wget command wasnt found so i manually installed those files, but they dont look right for my revo unit.

everything was working except my remote properly, i dont know why i cant just be happy with it working.... always feel the need to update.

thanks
abs


Flomaster Wrote:for the Nvidia try this
Code:
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates

for your sound try this http://forum.xbmc.org/showpost.php?p=587...tcount=290
Reply
#7
abster Wrote:Thanks, i tried this all but i seem to have been here before when i was trying to get my remote programmed after the update, ive just reformatted it and installed the beta

wget command wasnt found so i manually installed those files, but they dont look right for my revo unit.

everything was working except my remote properly, i dont know why i cant just be happy with it working.... always feel the need to update.

thanks
abs

When you did the 'sudo apt-get upgrade' it must of upgraded to the latest linux kernel 2.6.24 41 or 42.

With Xbmcfreaks livecd the Nvidia drivers are a downloaded version, the same with alsa. I also changed my install to the ppa nvidia driver 256 and the iquik ppa for alsa. I would be good for xbmcfreak to change to ppa for nvidia and alsa, easier to upgrade later.
Reply

Logout Mark Read Team Forum Stats Members Help
upgrade live Xbmcfreak LiveCD 10.08 svn32696 to beta 10