Kay T Posted January 22, 2008 Share Posted January 22, 2008 Hello! As I understand with my little knowledge the lines below (taken from system.log) shows that there is something wrong with some kexts. Jan 22 12:36:02: --- last message repeated 3 times --- Jan 22 12:36:02 MacBook kernel[0]: Matching service count = 5 Jan 22 12:36:04 MacBook kernel[0]: VGA: family specific matching fails Jan 22 12:36:04 MacBook kernel[0]: display: family specific matching fails Jan 22 12:36:04 MacBook kernel[0]: ACPI_SMC_CtrlLoop::initCPUCtrlLoop - pmCPUControl (PMIOCSETPSTATETABLE) returned 0x31edb80 Jan 22 12:36:04 MacBook kernel[0]: AppleBCM5701Ethernet: 0 0 InitNVRam - found non-5701 with serial eeprom or unbuffered flash Jan 22 12:36:04 MacBook kernel[0]: AppleBCM5701Ethernet: 0 0 getAdapterInfo - init/sanity check of nvram failed Jan 22 12:36:04 MacBook kernel[0]: AppleBCM5701Ethernet: 0 0 start - getAdapterInfo failed, giving up Jan 22 12:36:04 MacBook kernel[0]: IOCommandGate::disable() called when not gated Jan 22 12:36:04 MacBook kernel[0]: Backtrace 0x41def2 0x208f26aa 0x3ea0fc 0x3ea1c9 0x4184cb 0x418502 0x415c40 Jan 22 12:36:04 MacBook kernel[0]: Kernel loadable modules in backtrace (with dependencies): Jan 22 12:36:04 MacBook kernel[0]: com.apple.iokit.AppleBCM5701Ethernet(2.2.3b1)@0x208f1000->0x20905fff Jan 22 12:36:04 MacBook kernel[0]: dependency: com.apple.iokit.IOPCIFamily(2.4)@0x1ad91000 Jan 22 12:36:04 MacBook kernel[0]: dependency: com.apple.iokit.IONetworkingFamily(1.6.0)@0x208db000 Jan 22 12:36:04 MacBook kernel[0]: IOCommandGate::disable() called when not gated Jan 22 12:36:04 MacBook kernel[0]: Backtrace 0x41def2 0x208f26aa 0x3ea0fc 0x3ea1c9 0x4184cb 0x418502 0x415c40 Jan 22 12:36:04 MacBook kernel[0]: Kernel loadable modules in backtrace (with dependencies): Jan 22 12:36:04 MacBook kernel[0]: com.apple.iokit.AppleBCM5701Ethernet(2.2.3b1)@0x208f1000->0x20905fff Jan 22 12:36:04 MacBook kernel[0]: dependency: com.apple.iokit.IOPCIFamily(2.4)@0x1ad91000 Jan 22 12:36:04 MacBook kernel[0]: dependency: com.apple.iokit.IONetworkingFamily(1.6.0)@0x208db000 Jan 22 12:36:04 MacBook kernel[0]: Apple16X50ACPI1: Identified Serial Port on ACPI Device=UAR1 The history of this was quite simple. I have installed Kalyway's 10.5.1 on my laptop. After install I booted and get kernel panic. I booted in verbose mode and from the loglines I realized, that the IONetworkFamily.kext had caused conflicts which got me to the kernel panic in the first boot. So I deleted it from /System/Library/Extensions and my system booted to the desktop. Next step I opened a backuped (before deleting) IONetworking.kext file so to write there device-vendor info. My Ethernet card's vendor id is 14e4 and device id is 165e (it's Broadcom netxtreme BCM5705). Under the IONetworking.kext I found my AppleBCM5701Ethernet.kext file inside that, in info.plist file, I inserted my device's info in the IOmatch key. So everything as explained in many tutorials. Now after reboot I see this message. System continues to boot, and it boots fine till the desktop. In the System preferences, of course, there are no ethernet connections. So, what is there is the log actually? And how to solve it? Thank you. Link to comment Share on other sites More sharing options...
martinwoodj Posted July 21, 2008 Share Posted July 21, 2008 I have the same built-in ethernet controller as you (Broadcom NetExtreme Ethernet BCM5705). I have installed Kalyway Leopard 10.5.2 with no problems except for no internet and USB not mounting external hard drives. My question to you is did you happen to get leopard to recognize your Broadcom NetExtreme Ethernet BCM5705 controller and be able to access the internet? If you did can you let me know what steps you did to fix this? I really appreciate it! Joseph Link to comment Share on other sites More sharing options...
Recommended Posts