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) |
RE: Official XBian 1.0 Alpha 5 thread - kraleksandr - 21st Feb, 2013 09:04 PM (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? RE: Official XBian 1.0 Alpha 5 thread - castalla - 21st Feb, 2013 09:11 PM 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. RE: Official XBian 1.0 Alpha 5 thread - CurlyMo - 21st Feb, 2013 09:14 PM @castalla, can you first shutdown XBMC manually and then shutdown the RPi so check if you see any error messages? RE: Official XBian 1.0 Alpha 5 thread - kraleksandr - 21st Feb, 2013 09:15 PM (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. RE: Official XBian 1.0 Alpha 5 thread - castalla - 21st Feb, 2013 09:22 PM 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 Dongle still powered. RE: Official XBian 1.0 Alpha 5 thread - castalla - 21st Feb, 2013 10:25 PM 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. RE: Official XBian 1.0 Alpha 5 thread - sebvajda - 22nd Feb, 2013 05:00 AM (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 http://pastebin.com/download.php?i=n9j4i4Yb RE: Official XBian 1.0 Alpha 5 thread - CurlyMo - 22nd Feb, 2013 05:14 AM (21st Feb, 2013 08:24 AM)sebvajda Wrote: What the hell did I do wrong here ?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 That was what went wrong here. Your only option is to reinstall. RE: Official XBian 1.0 Alpha 5 thread - agent5150 - 22nd Feb, 2013 06:52 AM 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? RE: Official XBian 1.0 Alpha 5 thread - CurlyMo - 22nd Feb, 2013 07:05 AM 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. CEC not working on alpha 5 - hukulasche - 22nd Feb, 2013 07:30 AM 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! Official XBian 1.0 Alpha 5 thread - Koenkk - 22nd Feb, 2013 08:17 AM (22nd Feb, 2013 07:30 AM)hukulasche Wrote: Hello, I recently updated to alpha 5 and everything is fine but CEC. Can you post the output of Code: sudo dpkg -l | grep libc Pist it on pastebin.com and link it here RE: Official XBian 1.0 Alpha 5 thread - sebvajda - 22nd Feb, 2013 09:01 AM (22nd Feb, 2013 05:14 AM)CurlyMo Wrote:(21st Feb, 2013 08:24 AM)sebvajda Wrote: What the hell did I do wrong here ?The instruction on updating clearly state: I should have rtfm 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 RE: Official XBian 1.0 Alpha 5 thread - CurlyMo - 22nd Feb, 2013 09:05 AM Probably related to the wrong order of things as well. Re: RE: Official XBian 1.0 Alpha 5 thread - agent5150 - 22nd Feb, 2013 09:14 AM (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? |