Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook
Pages (8): « Previous 1 ... 4 5 6 7 8 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
8th Apr, 2013, 07:31 PM
Post: #91
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
I sure temparature isn't the problem as the RPi doesn't get too that easily.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
8th Apr, 2013, 07:56 PM
Post: #92
Tommiiee Offline
Registered
Posts: 39
Joined: Feb 2013
Reputation: 0
RE: Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
Mine has a case, but if it's not overheating, it has to be an Xbian problem right?
Find all posts by this user
Quote this message in a reply
8th Apr, 2013, 08:23 PM
Post: #93
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
Have you searched the forum for disabling watchdog? This program tries to reboot your RPi when the CPU load is too high. This could 'cause the issue you're describing.

Made myself a bit more clear on tommiiee's advice and removed our discussion because it was made obsolete by this edit, and not helping other users

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
8th Apr, 2013, 11:45 PM
Post: #94
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
(8th Apr, 2013 07:29 PM)Tommiiee Wrote:  I think my Pi may be getting too hot, and Koenkk recently told my I should create some file to counter the default overclock, but I can't remember his precise words. Does this problem sound familiar and can anybody help me with it? Smile

SSH in and
Code:
sudo nano /boot/config.txt
# Change core_freq to 250
# ctrl + x, y, enter
reboot

(Also remove/disable watchdog)

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
14th Apr, 2013, 12:14 PM
Post: #95
bodo Offline
Registered
Posts: 8
Joined: Apr 2013
Reputation: 0
RE: Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
Hi Folks,
another dodgy bit with 12.1 upgrade:
1. the upgrade procedure with apt-get upgrade etc installs also the newest xbian-package-firmware, here is how it looks on my rpi after:
xbian-package-firmware 1.3
root@xbmc:~# ls -l /boot
total 11127
-rwxr-xr-x 1 root root 18693 Nov 11 17:59 COPYING.linux
-rwxr-xr-x 1 root root 1447 Nov 11 17:59 LICENCE.broadcom
-rwxr-xr-x 1 root root 582 Nov 11 17:59 README.md
-rwxr-xr-x 1 root root 17764 Mar 5 11:58 bootcode.bin
-rwxr-xr-x 1 root root 166 Apr 14 00:19 cmdline.txt
-rwxr-xr-x 1 root root 167 Apr 13 22:33 config.txt
-rwxr-xr-x 1 root root 8686 Mar 5 11:58 fixup.dat
-rwxr-xr-x 1 root root 2039208 Feb 19 08:56 initramfs.gz
-rwxr-xr-x 1 root root 5669316 Feb 13 14:15 kernel.img
-rwxr-xr-x 1 root root 3631748 Mar 5 11:58 start.elf

2. yeah, so then I reboot and...get the RLOD Smile PI doesn't boot anymore, actually looks almost as dead... just red LED on.

3. issue is with the new firmware (?) files, replacing with following files from original 1.0a5 build makes it work again:
-rwxr-xr-x 1 root root 17764 Jan 30 11:46 bootcode.bin
-rwxr-xr-x 1 root root 8502 Jan 30 11:46 fixup.dat
-rwxr-xr-x 1 root root 3472580 Jan 30 11:46 start.elf

3a. however it seems (?) to break the xbmc 12.1 ALL audio output option I would really like to try...

4. about the only thing which is diff about my install of RPI is that I have the "/" partition moved to usb pendrive. I use this setup because new 512MB PIs have crazy sensitive sdcard readers practically dissalowing any core overclocks, you noticed the issue in:
https://github.com/xbianonpi/xbian/issues/137

any thoughts?
can sbd confirm this behaviour?
is the above only workaround you can think of? no chance going back to sd-only Smile
something else you could propose?

thanks in advance for any replies to this.

Rgds,
B.
Find all posts by this user
Quote this message in a reply
14th Apr, 2013, 06:57 PM
Post: #96
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
@bodo, can you try the latest firmware from our git?

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
14th Apr, 2013, 08:45 PM
Post: #97
bodo Offline
Registered
Posts: 8
Joined: Apr 2013
Reputation: 0
RE: Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
Hey Koen,
thx, I actually got the same idea after I wrote this but I went and tried 3 fw files from here:
https://github.com/raspberrypi/firmware/tree/master/boot
root@xbmc:~# ls -al /boot
-rwxr-xr-x 1 root root 17764 Apr 14 04:53 bootcode.bin
-rwxr-xr-x 1 root root 5899 Apr 14 04:53 fixup.dat
-rwxr-xr-x 1 root root 2695092 Apr 14 04:53 start.elf
...and they fixed the issue already, seems (need to test more but pi boots again and output via analog works)

your git? sorry i am only just a trespasser Smile not a programmer, do you mean here:
https://github.com/xbianonpi/xbian/tree/xbian-beta1/boot
I see the 3 fw files are different although filesize is the same as of nonworking batch. I will give them a try as well now (just download the 3 files and overwrite I hope?) and report.

btw. why the significant filesize difference of fw files (e.g. start.elf) between rpi & xbian git? just curious.

Rgds,B.
Find all posts by this user
Quote this message in a reply
14th Apr, 2013, 08:58 PM
Post: #98
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
Yes thats our git, download and overwrite Wink Probably because we are using older firmware files

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
14th Apr, 2013, 09:15 PM
Post: #99
bodo Offline
Registered
Posts: 8
Joined: Apr 2013
Reputation: 0
RE: Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
root@xbmc:~# ls -la /boot/
-rwxr-xr-x 1 root root 17764 Apr 14 2013 bootcode.bin
-rwxr-xr-x 1 root root 8686 Apr 14 2013 fixup.dat
-rwxr-xr-x 1 root root 3631748 Apr 14 2013 start.elf

yup it boots/plays, i will report later if i find anything else.

THX and all the best for xbian, it came a long-long way since 0.6, still the best imho Smile
Find all posts by this user
Quote this message in a reply
14th Apr, 2013, 09:25 PM
Post: #100
Trefex Offline
Registered
Posts: 11
Joined: Apr 2013
Reputation: 0
RE: Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
Again, I would like to say that since new update after roughly 12 hours, it seems that the TV is black when I switch it back on.

I cannot see XBIAN anywhere.

Do you have any tips on how to debug this?

Edit:

So after checking a while, it seems that XBMC is not running.

root@xbian:/home/xbian# /etc/init.d/xbmc status
[FAIL] xbmc.bin is not running ... failed!

I believe the "power save mode" etc.. is in fact all off so it should stay on.
I also reverted the OC settings back to XBian default.

Can you please point me to where I can relevant logs to see why it crashes?
Thanks you
Find all posts by this user
Quote this message in a reply
14th Apr, 2013, 09:31 PM
Post: #101
bodo Offline
Registered
Posts: 8
Joined: Apr 2013
Reputation: 0
RE: Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
ok, there is one more q: anything I can do with analog audio popping topic with the build I am on? or what other choice is there?
Find all posts by this user
Quote this message in a reply
15th Apr, 2013, 09:41 AM
Post: #102
f1vefour Offline
Administrator
******
Posts: 1,342
Joined: Mar 2013
Reputation: 58
Re: RE: Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
(14th Apr, 2013 09:31 PM)bodo Wrote:  ok, there is one more q: anything I can do with analog audio popping topic with the build I am on? or what other choice is there?

sudo apt-get install xbian-package-firmware

Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us.
Visit this user's website Find all posts by this user
Quote this message in a reply
15th Apr, 2013, 12:49 PM
Post: #103
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
(14th Apr, 2013 09:25 PM)Trefex Wrote:  is not running.
[FAIL] xbmc.bin is not running ... failed!
I believe the "power save mode" etc.. is in fact all off so it should stay on.
I also reverted the OC settings back to XBian default.
Can you please point me to where I can relevant logs to see why it crashes?

/home/xbian/.xbmc/temp/xbmc.log

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
16th Apr, 2013, 02:04 AM
Post: #104
bodo Offline
Registered
Posts: 8
Joined: Apr 2013
Reputation: 0
RE: Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
(15th Apr, 2013 09:41 AM)f1vefour Wrote:  
(14th Apr, 2013 09:31 PM)bodo Wrote:  ok, there is one more q: anything I can do with analog audio popping topic with the build I am on? or what other choice is there?

sudo apt-get install xbian-package-firmware

ermmm, nope. already done that, see above. thx for the response anyway! tried also both newest fw from xbian and pi directly. there are some bugs open as i saw and works ongoing (?) in different directions if i am not wrong, not sure how and even if there is a chance to implement any of these at current stage or whether to wait for beta1 is the only way atm? btw how long to beta1?
Find all posts by this user
Quote this message in a reply
16th Apr, 2013, 02:19 AM
Post: #105
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion
We will never give eta's

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (8): « Previous 1 ... 4 5 6 7 8 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  Official XBian 1.0 RC 2 Gotham (XBMC 13) thread IriDium 167 590,574 10th Sep, 2014 04:41 AM
Last Post: weezer
  Official XBMC 12.2 Thread Koenkk 118 484,118 4th Jul, 2013 09:11 AM
Last Post: mk01

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 13th May, 2025, 05:40 PM Powered By MyBB, © 2002-2025 MyBB Group.