Forum

Full Version: Official XBian 1.0 Alpha 5 thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(21st Feb, 2013 08:54 PM)castalla Wrote: [ -> ]Hmmm .... Power Off System doesn't work .... screen goes blank after a long wait - tv reports no signal BUT Raspi is still on - wifi dongle shows constant blue light.

Why u think its still on? It responds to SSH, samba, etc?
Did u know that when RPi turns off, it flashes the ACT LED ten times?
This is NOT normal behaviour. When the Raspi shuts down the only power light left on is the red led ... if the dongle is showing blue then it's still powered!

Issuing a halt command shuts down the system including the wifi dongle.
@castalla, can you first shutdown XBMC manually and then shutdown the RPi so check if you see any error messages?
(21st Feb, 2013 09:11 PM)castalla Wrote: [ -> ]This is NOT normal behaviour. When the Raspi shuts down the only power light left on is the red led ... if the dongle is showing blue then it's still powered!
I cant confirm this. My wifi dongle blink when RPi works and "shows constant light" when RPi is off but powered.
Try to find another way to check, is RPi really ON at this time.
The menu item is POWER OFF system. It doesn't.

A halt in terminal powers off the device.

It's that simple.

Code:
login as: root
root@192.168.1.13's password:
Linux xbian 3.6.11+ #3 PREEMPT Tue Jan 8 22:27:29 CET 2013 armv6l
------------------------------------------------------------------
     Y88b d88P  888888b.   8888888        d8888 888b    888
      Y88o88P   888  .88P    888        d88P888 88888b  888
       Y888P    8888888K.    888       d88P 888 888Y88b 888
       d888b    888  "Y88b   888      d88P  888 888 Y88b888
     d88P Y88b  888   d88P   888    d8888888888 888   Y8888
    d88P   Y88b 8888888P"  8888888 d88P     888 888    Y888
------------------------------------------------------------------
XBian v1.0 - XBMC on the Raspbery Pi, Bleeding Edge, 2012 - 2013
Find up as: http://www.xbian.org / https://github.com/xbianonpi/xbian

XBian and all it's packages are distributed as free software; the
exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright. XBian itself is
distributed under the GNU GENERAL PUBLIC LICENSE v3. A full copy
of this license can be found under /etc/xbian_copying

XBian v1.0 comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.

!Important notice!
rpi-update breaks core features of xbian, use it at your own risk

Last login: Thu Feb 21 12:15:58 2013 from 192.168.1.11
root@xbian:~#
Broadcast message from root@xbian (console) (Thu Feb 21 12:25:07 2013):

The system is going down for system halt NOW!

Dongle still powered.
Another issue is that it takes ages for any exit menu item to operate - reboot takes at least 2-3 minutes.

Update - the dongle is now shutting off on Power off - it takes 1 min 15 secs for the shutdown to take place.
(21st Feb, 2013 07:06 PM)Koenkk Wrote: [ -> ]To the users who are having library issues (libtag missing, libcec missing, etc..) can you please post the output of
Code:
sudo dpkg -l | grep libc

Post it on http://www.pastebin.com and link it here.

http://pastebin.com/download.php?i=n9j4i4Yb
(21st Feb, 2013 08:24 AM)sebvajda Wrote: [ -> ]What the hell did I do wrong here ? Huh
The instruction on updating clearly state:
Code:
sudo apt-get install xbian-update

What you did was:
Code:
sudo apt-get upgrade

The problem is that Alpha 5 conflicts with the libc packages >= 2.13-38. When you did the update, these packages got installed. When you then try to do:
Code:
sudo apt-get install xbian-update
You can't because the update can't be installed with these libc versions. If you would have done the correct command in the first place, these libc packages would not have been updated.

That was what went wrong here. Your only option is to reinstall.
Very excited to hear about A5 but going through the issues listed in this forum, I wonder if I should wait for a new rev of A5. Is a new rev in the making?
There is no new rev in the making. You should just follow our steps exactly because (as you have read) we didn't make it like did for nothing.
Hello, I recently updated to alpha 5 and everything is fine but CEC.
It doesn't power on the tv or switch the source and the tv's remote isn't working anymore, too.
My TV (Samsung LE46A656A1) doesn't even recognize the raspberry pi as CEC- aka Aynet+ device.
CEC was working with alpha 4.
After xbmc starts, the following message appears:"Pulse-Eight CEC adapter Configuration updated"
BTW I didn't changed anything like the HDMI cable/port or settings.

Information:
network interface: eth0
xbmc/xbian version: XBMC 12.0 Git:20130127 / xbian 1.0a5
psu: 5V/1A
device/s: Xbox 360 Wireless controller as remote
sdcard: 4gb sandisk class 4 micro sdcard with sandisk microsd to sd adapter

log: http://pastebin.com/6mfXuffZ
Thanks for helping, you guys are awesome!
(22nd Feb, 2013 07:30 AM)hukulasche Wrote: [ -> ]Hello, I recently updated to alpha 5 and everything is fine but CEC.
It doesn't power on the tv or switch the source and the tv's remote isn't working anymore, too.
My TV (Samsung LE46A656A1) doesn't even recognize the raspberry pi as CEC- aka Aynet+ device.
CEC was working with alpha 4.
After xbmc starts, the following message appears:"Pulse-Eight CEC adapter Configuration updated"
BTW I didn't changed anything like the HDMI cable/port or settings.

Information:
network interface: eth0
xbmc/xbian version: XBMC 12.0 Git:20130127 / xbian 1.0a5
psu: 5V/1A
device/s: Xbox 360 Wireless controller as remote
sdcard: 4gb sandisk class 4 micro sdcard with sandisk microsd to sd adapter

log: http://pastebin.com/6mfXuffZ
Thanks for helping, you guys are awesome!

Can you post the output of
Code:
sudo dpkg -l | grep libc

Pist it on pastebin.com and link it here
(22nd Feb, 2013 05:14 AM)CurlyMo Wrote: [ -> ]
(21st Feb, 2013 08:24 AM)sebvajda Wrote: [ -> ]What the hell did I do wrong here ? Huh
The instruction on updating clearly state:
Code:
sudo apt-get install xbian-update

What you did was:
Code:
sudo apt-get upgrade

The problem is that Alpha 5 conflicts with the libc packages >= 2.13-38. When you did the update, these packages got installed. When you then try to do:
Code:
sudo apt-get install xbian-update
You can't because the update can't be installed with these libc versions. If you would have done the correct command in the first place, these libc packages would not have been updated.

That was what went wrong here. Your only option is to reinstall.

I should have rtfm Big Grin

I could fix it (sort of*) by using aptitude to force install xbian-update though, so no big deal.

Thanks for the amazing work and effort the team put into this. Xbian and the pi are such a perfect match!

*everything works except autostart of xbmc at boot. but sudo /etc/init.d/xbmc works from the shell
Probably related to the wrong order of things as well.
(22nd Feb, 2013 07:05 AM)CurlyMo Wrote: [ -> ]There is no new rev in the making. You should just follow our steps exactly because (as you have read) we didn't make it like did for nothing.

So all the issues reported are due to folks not following the update steps?
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
Reference URL's