View Single Post
 
Old 09-01-2009, 03:02 AM
NIZGTR NIZGTR is offline
Puma
 
Join Date: Aug 2009
Posts: 22
after hex patching it with my dev id i get this during boot

Code:
AppleBCM5701Ethernet:        1     1659 setPowerLevels - returning early, have a 5721.  onoff=, fPciDeviceId=
Aug 31 11:53:08 localhost kernel[0]: AppleBCM5701Ethernet:        0        0 InitNVRam - found non-5701 with serial eeprom or unbuffered flash
Aug 31 11:53:08 localhost kernel[0]: AppleBCM5701Ethernet:        0        0 getAdapterInfo - init/sanity check of nvram failed
Aug 31 11:53:08 localhost kernel[0]: AppleBCM5701Ethernet:        0        0 start - getAdapterInfo failed, giving up
Aug 31 11:53:08 localhost kernel[0]: IOCommandGate::disable() called when not gated
Aug 31 11:53:08 localhost kernel[0]: Backtrace 0xffffff800052fc87 0xffffff7f80916c8c 0xffffff800052497a 0xffffff80005249a0 0xffffff80005249e7 0xffffff8000529ed0 0xffffff8000530240
Aug 31 11:53:08 localhost kernel[0]: Kernel Extensions in backtrace (with dependencies):
Aug 31 11:53:08 localhost kernel[0]: com.apple.iokit.AppleBCM5701Ethernet(2.2.4b2)@0xffffff7f80916000->0xffffff7f80929fff
Aug 31 11:53:08 localhost kernel[0]: dependency: com.apple.iokit.IONetworkingFamily(1.8)@0xffffff7f808f3000
Aug 31 11:53:08 localhost kernel[0]: dependency: com.apple.iokit.IOPCIFamily(2.6)@0xffffff7f80604000
Aug 31 11:53:08 localhost kernel[0]: IOCommandGate::disable() called when not gated
Aug 31 11:53:08 localhost kernel[0]: Backtrace 0xffffff800052fc87 0xffffff7f80916c8c 0xffffff800052497a 0xffffff80005249a0 0xffffff80005249e7 0xffffff8000529ed0 0xffffff8000530240
Aug 31 11:53:08 localhost kernel[0]: Kernel Extensions in backtrace (with dependencies):
Aug 31 11:53:08 localhost kernel[0]: com.apple.iokit.AppleBCM5701Ethernet(2.2.4b2)@0xffffff7f80916000->0xffffff7f80929fff
Aug 31 11:53:08 localhost kernel[0]: dependency: com.apple.iokit.IONetworkingFamily(1.8)@0xffffff7f808f3000
Aug 31 11:53:08 localhost kernel[0]: dependency: com.apple.iokit.IOPCIFamily(2.6)@0xffffff7f80604000
it looks like it can't access the nvram. how can i stop it from trying to access it and skip that step?
Reply With Quote