Jump to content
10 posts in this topic

Recommended Posts

Hey I dont know if im in the right section with this so... My problem is that when i have been on the computer for a while and im doing something like using the internet. And then out of nowhere it gets Kernel Panic. Watch the photos down below.

 

It would be great if someone can help me! Thanks:D

post-493404-1253639051_thumb.jpg

Link to comment
https://www.insanelymac.com/forum/topic/188257-kernel-panic-please-help/
Share on other sites

Okey, Do I need to reinstall mac os x all over or can I change the kernel and system.kext ?
No, not at all. Just install another kernels. You have a working system, so it must be relatively easy. Download a kernel corresponding to your version of OS X (10.5.5 or any newer/older) and install it. Depending on kernel distribution form - zip file with the kernel itself or installer. I would recommend AnV kernel. If it is a zip file use terminal to install it
sudo -s
cp -R /Path/To/kernel/kernel /
chmod -R 644 /kernel_name
chown -R root:wheel /kernel_name

 

Now test the new kernel by booting to it via boot flags. F8>-v kernel_name . Once you are sure the system is working OK, copy the included System.kext to /S/L/E

sudo -s
rm -Rf /System/Library/Extensions/System.kext
rm -Rf /System/Library/Extensions.mkext
cp -R /Path/To/System/kext/System.kext /System/Library/Extensions
chmod -R 644 /System/Library/Extensions/System.kext
chown -R root:wheel /System/Library/Extensions/System.kext

As usual with you, good intentions + bad advice.

 

tcmiixx:

 

There's some kind of conflict happening with the Ralink ethernet and the USB controller (or connected USB device) and changing the kernel will not make any difference.

 

You can try Slice's patched IOPCIFamily.kext and/or USB drivers (search, they are here on IM).

 

Try changing your BIOS settings for the USB controller (search, see what settings other people use)

 

While you're at it, go through all your BIOS settings.

 

Try the Chameleon 2.0 bootloader with USBBusFix=y in /Extra/com.apple.Boot.plist

 

Try unplugging all USB devices and see if the problem goes away

 

Try DSDT patching of your USB devices

 

Try other drivers for the Ralink ethernet device or try different hardware. If it's a PCI card, plug it into another PCI slot. If it's an USB device, try another USB port.

 

If it's an IRQ conflict (I don't think is is but who knows) a good old CMOS reset (see your motherboard manual) can sometimes cure it.

As usual with you, good intentions + bad advice.
I see... Better be silent then helpful :)

I've had same KP some time ago, so changing kernel did solved the problem in my case. So my advice is based on that experience.

×
×
  • Create New...