Forum
Official XBian 1.0 Alpha 5 thread - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Releases (/forum-48.html)
+--- Thread: Official XBian 1.0 Alpha 5 thread (/thread-496.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25


Re: Official XBian 1.0 Alpha 5 thread - rikardo1979 - 23rd Feb, 2013 01:52 AM

than you for reporting, so we dont need to look for ghost here Wink


RE: Official XBian 1.0 Alpha 5 thread - E4T - 23rd Feb, 2013 02:04 AM

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?


RE: Official XBian 1.0 Alpha 5 thread - CurlyMo - 23rd Feb, 2013 02:07 AM

Did you do this first:
Code:
sudo apt-get update



RE: Official XBian 1.0 Alpha 5 thread - E4T - 23rd Feb, 2013 02:11 AM

(23rd Feb, 2013 02:07 AM)CurlyMo Wrote:  Did you do this first:
Code:
sudo apt-get update

Yes, I did

http://pastebin.com/mVp9f7fQ


RE: Official XBian 1.0 Alpha 5 thread - CurlyMo - 23rd Feb, 2013 02:17 AM

You don't have any of our mirrors listed in your apt sources list. We're not offering updates through the official raspbian though Wink

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



RE: Official XBian 1.0 Alpha 5 thread - agent5150 - 23rd Feb, 2013 02:50 AM

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.


RE: Official XBian 1.0 Alpha 5 thread - CurlyMo - 23rd Feb, 2013 02:57 AM

The second.


RE: Official XBian 1.0 Alpha 5 thread - jbruntt - 23rd Feb, 2013 02:59 AM

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.


RE: Official XBian 1.0 Alpha 5 thread - Koenkk - 23rd Feb, 2013 03:05 AM

@jbruntt can you post your /home/xbian/.xbmc/temp/xbmc.log after the crash? (post it on http://www.pastebin.com and link it here).


RE: Official XBian 1.0 Alpha 5 thread - agent5150 - 23rd Feb, 2013 03:24 AM

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.


RE: Official XBian 1.0 Alpha 5 thread - alfonskunk - 23rd Feb, 2013 04:59 AM

I can't install it...

When I try to install xbian-update package i've got dependencies errors.

http://pastebin.com/72SbQWB6

My raspi runs official xbian-alpha-4 updated to XBMC 12 Frodo Final (the instructions are on this forum http://forum.xbian.org/thread-370.html )

Do I need to restore official alpha-4?


RE: Official XBian 1.0 Alpha 5 thread - E4T - 23rd Feb, 2013 05:36 AM

(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 Wink

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


RE: Official XBian 1.0 Alpha 5 thread - CurlyMo - 23rd Feb, 2013 05:56 AM

Are you installing on a previous XBian version?
Code:
sudo wget -O - http://apt.xbian.org/xbian.gpg.key | apt-key add -



RE: Official XBian 1.0 Alpha 5 thread - E4T - 23rd Feb, 2013 05:58 AM

yes but an old one, Alpha 2


RE: Official XBian 1.0 Alpha 5 thread - CurlyMo - 23rd Feb, 2013 06:01 AM

Remember you can only install one step at the time. So you need to go from Alpha 2 --> Alpha 3 --> Alpha 4 --> Alpha 5.