than you for reporting, so we dont need to look for ghost here
root@xbian:/home/xbian# sudo apt-get install xbian-update
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package xbian-update
root@xbian:/home/xbian#
I cant get it to upgrade...why?
Did you do this first:
Code:
sudo apt-get update
You don't have any of our mirrors listed in your apt sources list. We're not offering updates through the official raspbian though
So add this line
Code:
deb http://apt.xbian.org wheezy main
to /etc/apt/sources.list. And run
Code:
sudo apt-get update
sudo apt-get install xbian-update
which one is correct config line for VC1 decoder license?
decode_VC1=
OR
decode_WVC1=
noticed that xbian-config via xbmc gui is inserting "decode_WVC1=" in the config.txt file.
Using 1.0 Alpha 5. New installation. Have activated the cMyth Addon. Go to Settings->TV and activate PVR.
The addon starts reading in from the MythTV backend.
Then the screen goes black. I expect XBMC crashed.
To give some extra information, I can telle you that on both OpenElec and RaspBMC I something similar. But on those distributions XBMC recovers. OpenElec recovers and restarts perhaps 2-3 times, while RaspBMC recovers and restarts perhaps 4-5 times. When both of those have come through those restarts they get stable and then work as expected with the MythTV backend.
The cMyth addon obviously has some kind of problem, what is odd is that the three distribtions I have been trying out are not affected to the same extent.
Update went smooth. running as good if not better than A4. but... Had to calibrate video again. not sure why 1920x1080p showed up only covering 1/3 of the screen (full gui was visible) and movies were also playing in the same small view. calibrated GUI and video and seems to stick after reboot. No other issues to report yet.
Thanks for all the hard work.
(23rd Feb, 2013 02:17 AM)CurlyMo Wrote: [ -> ]You don't have any of our mirrors listed in your apt sources list. We're not offering updates through the official raspbian though
So add this line
Code:
deb http://apt.xbian.org wheezy main
to /etc/apt/sources.list. And run
Code:
sudo apt-get update
sudo apt-get install xbian-update
I did, now there's a signature problem?
http://pastebin.com/Tc4b25pm
Are you installing on a previous XBian version?
Code:
sudo wget -O - http://apt.xbian.org/xbian.gpg.key | apt-key add -
yes but an old one, Alpha 2
Remember you can only install one step at the time. So you need to go from Alpha 2 --> Alpha 3 --> Alpha 4 --> Alpha 5.