Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[SOLVED] Kernel Panic randomly on 2 units (rPi 1 model B)
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Solved: Kernel Panic randomly on 2 units (rPi 1 model B)
16th Mar, 2015, 01:54 AM
Post: #36
Exnor Offline
Registered
Posts: 362
Joined: Aug 2013
Reputation: 8
RE: Kernel Panic randomly on 2 units
(15th Mar, 2015 01:54 AM)Fabio72 Wrote:  I'm also using the script, since if something goes really bad maybe I have a chance to have my system back.
I write right values in sys at boot since values are invalid just after boot. Doing this I hope to prevent bad things before the can happen.

I've added the 2 lines as you said but at reboot it does not apply the commands... any ideas?

On the bright side after i manually entered the commands my rPi did not "freeze" so far (near 24h and counting)... crossing my fingers that this is the initial solution for this issue.

i will keep you updated.

(14th Mar, 2015 10:27 AM)f1vefour Wrote:  Something upstream I guess because nothing has really changed on our end, the kernel is pulled from the Raspberry Pi git and built with our patches.

I'm trying to track down what could be causing this but I simply don't have these issues and can't reproduce them on either Pi, I can cause my Pi to freeze from a fast running torrent but this is simply a limitation of the hardware. I can freeze my C1 with the same torrent and it's quite a bit faster than the Pi 2.

i'm trying this for a temporary solution based on Fabio72 idea:

created a shell script with :
echo 08 > /sys/devices/platform/bcm2708_usb/regoffset
echo 0x31 > /sys/devices/platform/bcm2708_usb/regvalue

i schedule a script to run every 24 hours and at reboot with crontab.(How to use Crontab
Terminal

sudo crontab -e

Terminal

sudo crontab -e

GNU nano 2.2.6 File: /tmp/crontab.5gZ6E7/crontab

@reboot /usbfix.sh >> /at_reboot_usb.log 2>&1
@daily /usbfix.sh >> /usb.log 2>&1


[ Read 25 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text ^T To Spell

So it should run at reboots and every day outputting 2 log files.

So far its working... i will keep you all posted on the progress of this fix.

:) :)
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Kernel Panic randomly on 2 units (rPi 1 model B) - Exnor - 9th Mar, 2015, 05:49 AM
RE: Kernel Panic randomly on 2 units - CurlyMo - 9th Mar, 2015, 06:58 AM
RE: Kernel Panic randomly on 2 units - Exnor - 9th Mar, 2015, 08:58 AM
RE: Kernel Panic randomly on 2 units - CurlyMo - 9th Mar, 2015, 06:57 PM
RE: Kernel Panic randomly on 2 units - Exnor - 9th Mar, 2015, 11:57 PM
RE: Kernel Panic randomly on 2 units - rikardo1979 - 10th Mar, 2015, 01:04 AM
RE: Kernel Panic randomly on 2 units - Exnor - 10th Mar, 2015, 02:48 AM
RE: Kernel Panic randomly on 2 units - f1vefour - 10th Mar, 2015, 01:34 AM
RE: Kernel Panic randomly on 2 units - f1vefour - 10th Mar, 2015, 02:53 AM
RE: Kernel Panic randomly on 2 units - Exnor - 10th Mar, 2015, 03:00 AM
RE: Kernel Panic randomly on 2 units - f1vefour - 10th Mar, 2015, 03:22 AM
RE: Kernel Panic randomly on 2 units - Exnor - 10th Mar, 2015, 07:17 AM
RE: Kernel Panic randomly on 2 units - f1vefour - 10th Mar, 2015, 07:41 AM
RE: Kernel Panic randomly on 2 units - Exnor - 10th Mar, 2015, 09:42 AM
RE: Kernel Panic randomly on 2 units - f1vefour - 10th Mar, 2015, 09:57 AM
RE: Kernel Panic randomly on 2 units - Exnor - 10th Mar, 2015, 10:13 AM
RE: Kernel Panic randomly on 2 units - f1vefour - 10th Mar, 2015, 10:38 AM
RE: Kernel Panic randomly on 2 units - rikardo1979 - 10th Mar, 2015, 04:09 PM
RE: Kernel Panic randomly on 2 units - Exnor - 12th Mar, 2015, 12:46 AM
RE: Kernel Panic randomly on 2 units - syco - 12th Mar, 2015, 10:35 AM
RE: Kernel Panic randomly on 2 units - f1vefour - 12th Mar, 2015, 10:44 AM
RE: Kernel Panic randomly on 2 units - Exnor - 13th Mar, 2015, 03:47 AM
RE: Kernel Panic randomly on 2 units - Bastiat - 13th Mar, 2015, 05:49 AM
RE: Kernel Panic randomly on 2 units - Exnor - 13th Mar, 2015, 09:39 AM
RE: Kernel Panic randomly on 2 units - syco - 13th Mar, 2015, 01:51 AM
RE: Kernel Panic randomly on 2 units - syco - 13th Mar, 2015, 10:47 PM
RE: Kernel Panic randomly on 2 units - Exnor - 14th Mar, 2015, 12:41 AM
RE: Kernel Panic randomly on 2 units - Fabio72 - 14th Mar, 2015, 02:29 AM
RE: Kernel Panic randomly on 2 units - Exnor - 14th Mar, 2015, 03:09 AM
RE: Kernel Panic randomly on 2 units - Fabio72 - 14th Mar, 2015, 04:28 AM
RE: Kernel Panic randomly on 2 units - Exnor - 14th Mar, 2015, 07:18 AM
RE: Kernel Panic randomly on 2 units - Fabio72 - 14th Mar, 2015, 09:19 PM
Re: Kernel Panic randomly on 2 units - f1vefour - 14th Mar, 2015, 10:27 AM
RE: Kernel Panic randomly on 2 units - Exnor - 15th Mar, 2015, 01:23 AM
RE: Kernel Panic randomly on 2 units - Exnor - 19th Mar, 2015, 03:17 AM
RE: Kernel Panic randomly on 2 units - Fabio72 - 15th Mar, 2015, 01:54 AM
RE: Kernel Panic randomly on 2 units - Exnor - 16th Mar, 2015 01:54 AM
RE: Kernel Panic randomly on 2 units - Fabio72 - 16th Mar, 2015, 06:09 AM
RE: Kernel Panic randomly on 2 units - Exnor - 16th Mar, 2015, 06:48 AM
RE: Kernel Panic randomly on 2 units - Fabio72 - 19th Mar, 2015, 05:32 AM
RE: Kernel Panic randomly on 2 units - Exnor - 19th Mar, 2015, 06:09 AM
RE: Kernel Panic randomly on 2 units - Fabio72 - 22nd Mar, 2015, 02:32 AM
RE: Kernel Panic randomly on 2 units - f1vefour - 22nd Mar, 2015, 04:03 AM
RE: Kernel Panic randomly on 2 units - Exnor - 22nd Mar, 2015, 04:41 AM
RE: Kernel Panic randomly on 2 units - f1vefour - 22nd Mar, 2015, 06:48 AM
RE: Kernel Panic randomly on 2 units - Exnor - 25th Mar, 2015, 01:35 AM
RE: Kernel Panic randomly on 2 units - namtih - 27th Mar, 2015, 04:33 AM
RE: Kernel Panic randomly on 2 units - Diako - 27th Mar, 2015, 05:52 AM
RE: Kernel Panic randomly on 2 units - CurlyMo - 27th Mar, 2015, 07:28 AM
RE: Kernel Panic randomly on 2 units - Exnor - 27th Mar, 2015, 08:22 PM
RE: Kernel Panic randomly on 2 units - Diako - 28th Mar, 2015, 10:18 PM
RE: Kernel Panic randomly on 2 units - Exnor - 28th Mar, 2015, 10:50 PM
RE: Kernel Panic randomly on 2 units - f1vefour - 28th Mar, 2015, 03:54 PM
RE: Kernel Panic randomly on 2 units - Diako - 30th Mar, 2015, 07:57 AM
RE: Kernel Panic randomly on 2 units - Smultie - 31st Mar, 2015, 03:18 AM
RE: Kernel Panic randomly on 2 units - CurlyMo - 28th Mar, 2015, 08:55 PM
RE: Kernel Panic randomly on 2 units - f1vefour - 29th Mar, 2015, 02:27 AM
RE: Kernel Panic randomly on 2 units - Exnor - 29th Mar, 2015, 05:08 AM
RE: Kernel Panic randomly on 2 units - Carpenter - 29th Mar, 2015, 05:55 AM
RE: Kernel Panic randomly on 2 units - f1vefour - 29th Mar, 2015, 05:47 AM
RE: Kernel Panic randomly on 2 units - Exnor - 29th Mar, 2015, 05:56 AM
RE: Kernel Panic randomly on 2 units - f1vefour - 30th Mar, 2015, 09:03 AM
RE: Kernel Panic randomly on 2 units - Exnor - 31st Mar, 2015, 12:44 AM
RE: Kernel Panic randomly on 2 units - Diako - 30th Mar, 2015, 05:11 PM
RE: Kernel Panic randomly on 2 units - Diako - 31st Mar, 2015, 03:16 AM
RE: Kernel Panic randomly on 2 units - Diako - 31st Mar, 2015, 05:06 AM
Re: RE: Kernel Panic randomly on 2 units - Smultie - 31st Mar, 2015, 06:37 AM
RE: Kernel Panic randomly on 2 units - Exnor - 31st Mar, 2015, 09:50 AM
RE: Kernel Panic randomly on 2 units - f1vefour - 31st Mar, 2015, 10:08 AM
RE: Kernel Panic randomly on 2 units - Smultie - 31st Mar, 2015, 02:29 PM
RE: Kernel Panic randomly on 2 units - Diako - 31st Mar, 2015, 03:58 PM
RE: Kernel Panic randomly on 2 units - f1vefour - 31st Mar, 2015, 10:13 AM
RE: Kernel Panic randomly on 2 units - Exnor - 2nd Apr, 2015, 06:46 AM
Re: Kernel Panic randomly on 2 units - f1vefour - 31st Mar, 2015, 03:57 PM
RE: Kernel Panic randomly on 2 units - Smultie - 31st Mar, 2015, 06:22 PM
RE: Kernel Panic randomly on 2 units - Diako - 31st Mar, 2015, 11:12 PM
RE: Kernel Panic randomly on 2 units - Smultie - 1st Apr, 2015, 03:02 AM
RE: Kernel Panic randomly on 2 units - Diako - 1st Apr, 2015, 07:59 AM
RE: Kernel Panic randomly on 2 units - f1vefour - 31st Mar, 2015, 04:01 PM
RE: Kernel Panic randomly on 2 units - syco - 1st Apr, 2015, 06:47 PM
RE: Kernel Panic randomly on 2 units - Diako - 2nd Apr, 2015, 03:52 AM
RE: Kernel Panic randomly on 2 units - CurlyMo - 2nd Apr, 2015, 09:05 PM
RE: Kernel Panic randomly on 2 units - Diako - 2nd Apr, 2015, 10:06 PM
RE: Kernel Panic randomly on 2 units - CurlyMo - 3rd Apr, 2015, 03:11 AM
RE: Kernel Panic randomly on 2 units - Exnor - 3rd Apr, 2015, 06:51 AM
RE: Kernel Panic randomly on 2 units - Exnor - 8th Apr, 2015, 08:00 PM
RE: Kernel Panic randomly on 2 units - Erol - 8th Apr, 2015, 08:21 PM
RE: Kernel Panic randomly on 2 units - TokyoLord - 9th Apr, 2015, 12:42 AM
RE: Kernel Panic randomly on 2 units - Exnor - 9th Apr, 2015, 01:01 AM
RE: Kernel Panic randomly on 2 units - Diako - 9th Apr, 2015, 01:20 AM
RE: Kernel Panic randomly on 2 units - ghaspias - 3rd Apr, 2015, 10:35 AM
RE: Kernel Panic randomly on 2 units - Exnor - 3rd Apr, 2015, 07:52 PM
RE: Kernel Panic randomly on 2 units - ghaspias - 4th Apr, 2015, 05:49 AM
RE: Kernel Panic randomly on 2 units - Exnor - 5th Apr, 2015, 07:27 AM
RE: Kernel Panic randomly on 2 units - Erol - 9th Apr, 2015, 03:03 AM
RE: Kernel Panic randomly on 2 units - Exnor - 9th Apr, 2015, 08:16 AM
RE: Kernel Panic randomly on 2 units - syco - 9th Apr, 2015, 08:24 PM
RE: Kernel Panic randomly on 2 units - Diako - 11th Apr, 2015, 09:19 PM
RE: Kernel Panic randomly on 2 units - Diako - 13th Apr, 2015, 06:24 AM
RE: Kernel Panic randomly on 2 units - Diako - 15th Apr, 2015, 04:53 AM
RE: Kernel Panic randomly on 2 units - syco - 15th Apr, 2015, 06:17 AM
RE: Kernel Panic randomly on 2 units - syco - 15th Apr, 2015, 08:06 AM
RE: Kernel Panic randomly on 2 units - Exnor - 15th Apr, 2015, 09:30 PM
RE: Kernel Panic randomly on 2 units - syco - 16th Apr, 2015, 12:11 AM
RE: Kernel Panic randomly on 2 units - Exnor - 16th Apr, 2015, 01:42 AM
RE: Kernel Panic randomly on 2 units (rPi 1 model B) - kataclank - 21st Apr, 2015, 12:25 AM
RE: Kernel Panic randomly on 2 units (rPi 1 model B) - Exnor - 21st Apr, 2015, 01:57 AM
RE: Kernel Panic randomly on 2 units (rPi 1 model B) - syco - 21st Apr, 2015, 06:51 PM
Re: RE: Kernel Panic randomly on 2 units (rPi 1 model B) - f1vefour - 22nd Apr, 2015, 05:40 AM
RE: Kernel Panic randomly on 2 units (rPi 1 model B) - Exnor - 22nd Apr, 2015, 09:26 AM

Possibly Related Threads...
Thread: Author Replies Views: Last Post
  Kernel panic - not syncing: Fatal exception koper89 1 6,101 5th Feb, 2015 03:23 AM
Last Post: IriDium

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

Current time: 4th Jun, 2025, 09:09 PM Powered By MyBB, © 2002-2025 MyBB Group.