blah ...
copy my modyfied extension into the /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins
Change/Add device into the Info.plist ( still needed, if this not help you must patch with hexeditor my kext )
then run
sudo -s
cd /
cd /System/Library/Extensions/
ln -s IONetworkingFamily.kext com.apple.iokit.IONetworkingFamily.kext
rm /System/Library/Extensions.kextcache
rm /System/Library/Extensions.mkext
chown -R root:wheel /System/Library/Extensions
kextcache -k /System/Library/Extensions
and reboot.
Patching with Hexeditor :
-Expample, device id 169c ( bcm 5788 )
-patch on hex 37336 from "66 81 FA 59 16" to "66 81 FA 9C 16".
Thats all. I will patch the 10.4.4 drivers too, but currently try to run the 10.4.3
copy my modyfied extension into the /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins
Change/Add device into the Info.plist ( still needed, if this not help you must patch with hexeditor my kext )
then run
sudo -s
cd /
cd /System/Library/Extensions/
ln -s IONetworkingFamily.kext com.apple.iokit.IONetworkingFamily.kext
rm /System/Library/Extensions.kextcache
rm /System/Library/Extensions.mkext
chown -R root:wheel /System/Library/Extensions
kextcache -k /System/Library/Extensions
and reboot.
Patching with Hexeditor :
-Expample, device id 169c ( bcm 5788 )
-patch on hex 37336 from "66 81 FA 59 16" to "66 81 FA 9C 16".
Thats all. I will patch the 10.4.4 drivers too, but currently try to run the 10.4.3
heya i'm using the 10.4.5 patched by myzar on my Fujitsu T4010 laptop. Its using the Network Card : Broadcom Corp BCM5705MA2 NetXtreme Gigabit Ethernet
I've done the things above except for the hexediting part and it doesnt work.
can anyone help me out? like an alternative solution or could you tell me how to hexedit for my card?
thanks guys =)
