I just want to share install boardcom 57xx dell latitude D820.
Details:
1)i am using iATKOS-v7 - it is 10.5.7
2) from windows xp, netcard is Boradcom 14E4 & DEV1600 and the netcard net address can be found from windows command ipconfig /all
3)others sound:sigmatel stac 92xx hd audio, vga:nvidia quadro nvs 120m
4)during installation:not choose any VGA, but choose chamelon V2,kernel 9.7.0, network card choose Broardcom 5751(not 5787), choose sound default voodoo hd driver
5) result: keyboard and mouse are not working and network en0 is never shown up) i am using external keyboard and mouse and they working fine. Sound is working good but VGA not perfect, sometime vga not smooth.
6) Big problem is broadcom 57xx
7)change all below addresses to 66 81 FA 00 16
66 81 FA 93 16,
66 81 FA 96 16,
66 81 FA 59 16,
66 81 FA 77 16
66 81 FA 9D 16
to 66 81 FA 00 16 by flexhex from windows xp and using wordpad change info.pist to
<array>
<string>pci14e4,1600</string>
</array
8) copy it to MAC desktop
9) go to /System;/Library/Extensions/ , than remove applebcm5751.kext and replaced by new one
10) go to /System/Library/Extensions/IONetworkingFamily.kext,
then right click IONetworkingFamily.kext, shown package content, then to cotents and to plugins.
After that, remove applebcm5751.kext and replaced by new one.
11) from terminal do the followings steps
a)sudo -s
b)cd /System/Library/Extensions/
c)ln -s IONetworkingFamily.kext com.apple.iokit.IONetworkingFamily.kext
d)rm /System/Library/Extensions.kextcache (--no such file, don't know what happen)
e)rm /System/Library/Extensions.mkext
f)chown -R root:wheel /System/Library/Extensions
g)kextcache -k /System/Library/Extensions (---no such bundle file,don't know what happen)
h)shutdown -r now
After remote
a)sudo -s
b)chown -R root:wheel /System/Library/Extensions/
c)cd /System/Library/Extensions/
d)chmod -R 755 AppleBCM5751Ethernet.kext
e)reboot
12) from terminal
a)ifconfig - enter
You will have en0 MAC address of 00:00:00:00:00:00
a)sudo -s
b)ifconfig en0 up
c)ifconfig en0 ether (your lan card address which can found from step 2)
d)sudo ipconfig set en0 DHCP (-- capital DHCP)
After that, I can go to internet. Good but not perfect !!!
13) shutdown the computer and start it again.
you will get en0 MAC address of 00:00:00:00:00:00 again.
I am afraid you have run step 12 again if you want to connect to internet
14)To conclude: what a good experience play with Apple!! Thanks to all they share their experience too.
raybaba on 26 Dec 2009
Sorry to attach the file that was used in D820. So i post it again
I just want to share install boardcom 57xx dell latitude D820.
Details:
1)i am using iATKOS-v7 - it is 10.5.7
2) from windows xp, netcard is Boradcom 14E4 & DEV1600 and the netcard net address can be found from windows command ipconfig /all
3)others sound:sigmatel stac 92xx hd audio, vga:nvidia quadro nvs 120m
4)during installation:not choose any VGA, but choose chamelon V2,kernel 9.7.0, network card choose Broardcom 5751(not 5787), choose sound default voodoo hd driver
5) result: keyboard and mouse are not working and network en0 is never shown up) i am using external keyboard and mouse and they working fine. Sound is working good but VGA not perfect, sometime vga not smooth.
6) Big problem is broadcom 57xx
7)change all below addresses to 66 81 FA 00 16
66 81 FA 93 16,
66 81 FA 96 16,
66 81 FA 59 16,
66 81 FA 77 16
66 81 FA 9D 16
to 66 81 FA 00 16 by flexhex from windows xp and using wordpad change info.pist to
<array>
<string>pci14e4,1600</string>
</array
8) copy it to MAC desktop
9) go to /System;/Library/Extensions/ , than remove applebcm5751.kext and replaced by new one
10) go to /System/Library/Extensions/IONetworkingFamily.kext,
then right click IONetworkingFamily.kext, shown package content, then to cotents and to plugins.
After that, remove applebcm5751.kext and replaced by new one.
11) from terminal do the followings steps
a)sudo -s
b)cd /System/Library/Extensions/
c)ln -s IONetworkingFamily.kext com.apple.iokit.IONetworkingFamily.kext
d)rm /System/Library/Extensions.kextcache (--no such file, don't know what happen)
e)rm /System/Library/Extensions.mkext
f)chown -R root:wheel /System/Library/Extensions
g)kextcache -k /System/Library/Extensions (---no such bundle file,don't know what happen)
h)shutdown -r now
After remote
a)sudo -s
b)chown -R root:wheel /System/Library/Extensions/
c)cd /System/Library/Extensions/
d)chmod -R 755 AppleBCM5751Ethernet.kext
e)reboot
12) from terminal
a)ifconfig - enter
You will have en0 MAC address of 00:00:00:00:00:00
a)sudo -s
b)ifconfig en0 up
c)ifconfig en0 ether (your lan card address which can found from step 2)
d)sudo ipconfig set en0 DHCP (-- capital DHCP)
After that, I can go to internet. Good but not perfect !!!
13) shutdown the computer and start it again.
you will get en0 MAC address of 00:00:00:00:00:00 again.
I am afraid you have run step 12 again if you want to connect to internet
14)To conclude: what a good experience play with Apple!! Thanks to all they share their experience too.
raybaba on 26 Dec 2009