View Single Post
 
Old 03-11-2012, 03:21 AM
silicman silicman is offline
Cheetah
 
Join Date: Sep 2011
Posts: 1
Just want to say thank, adlan, love you!!!!

Your driver work for my Ethernet card, the Broadcom 5752, which on the old guy DELL 490 with some minor fix.

I did 2 minor fix on your kext to support Broadcom 5752:

1. infor.plist. I replace <string>pci14e4,167A</string> with <string>pci14e4,1600</string>
2. BCM5722D. I hex this file, looking for "7A 16" then replace all with "00 16". (flip word anyway).

Finally, I put them inside IONetworking kext which replace the original one. Reinstall this kext. Re-build cache. Re boot. Viola!!!

No kernal panic, MAC address just there, DHCP ok, even though I haven't plug in network yet.


Which OS I run huh? iAtKos L2 (Lion 10.7.2).

Thank you so much, adlan.
Reply With Quote