#61
Posted 19 February 2008 - 11:57 PM
Thanks for sharing.
There is one drawback, is does not complete work under 10.5.2 Server, you cannot start the
Server services.
#62
Posted 05 March 2008 - 11:35 AM
Can anyone give me info on how to reset it to the original so i can redo everything, or give me another fix. Anyone eklse have this happen?
The Ethernet just shows up as not connected now.
TIA
#63
Posted 07 March 2008 - 03:21 AM
I added device ID 0x27dc8086 to <string> line below <key>IOPCIMatch</key> in Info.plist in /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/AppleIntel8255x.kext/Contents
You will also have to move or rename AppleIntel8254XEthernet.kext in /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/
Delete Extensions.mkext, rebuilt cache, repair permissions, reboot.
#64
Posted 08 March 2008 - 03:40 PM
does anybody know, why my intel pro/100 VE onboard of my DELL 4600i doesnt get regonized from time to time? I have 10.5.2 running ( without QE..) and now and then it comes the line during boot up, that the content of this chip us unknown
#65
Posted 12 March 2008 - 08:28 PM
INTEL_8255X_ETHERNET_DEVICE(0x1030, 0),
INTEL_8255X_ETHERNET_DEVICE(0x1031, 3),
INTEL_8255X_ETHERNET_DEVICE(0x1032, 3),
INTEL_8255X_ETHERNET_DEVICE(0x1033, 3),
INTEL_8255X_ETHERNET_DEVICE(0x1034, 3),
INTEL_8255X_ETHERNET_DEVICE(0x1038, 3),
INTEL_8255X_ETHERNET_DEVICE(0x1039, 4),
INTEL_8255X_ETHERNET_DEVICE(0x103A, 4),
INTEL_8255X_ETHERNET_DEVICE(0x103B, 4),
INTEL_8255X_ETHERNET_DEVICE(0x103C, 4),
INTEL_8255X_ETHERNET_DEVICE(0x103D, 4),
INTEL_8255X_ETHERNET_DEVICE(0x103E, 4),
INTEL_8255X_ETHERNET_DEVICE(0x1050, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1051, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1052, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1053, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1054, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1055, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1056, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1057, 5),
INTEL_8255X_ETHERNET_DEVICE(0x1059, 0),
INTEL_8255X_ETHERNET_DEVICE(0x1064, 6),
INTEL_8255X_ETHERNET_DEVICE(0x1065, 6),
INTEL_8255X_ETHERNET_DEVICE(0x1066, 6),
INTEL_8255X_ETHERNET_DEVICE(0x1067, 6),
INTEL_8255X_ETHERNET_DEVICE(0x1068, 6),
INTEL_8255X_ETHERNET_DEVICE(0x1069, 6),
INTEL_8255X_ETHERNET_DEVICE(0x106A, 6),
INTEL_8255X_ETHERNET_DEVICE(0x106B, 6),
INTEL_8255X_ETHERNET_DEVICE(0x1091, 7),
INTEL_8255X_ETHERNET_DEVICE(0x1092, 7),
INTEL_8255X_ETHERNET_DEVICE(0x1093, 7),
INTEL_8255X_ETHERNET_DEVICE(0x1094, 7),
INTEL_8255X_ETHERNET_DEVICE(0x1095, 7),
INTEL_8255X_ETHERNET_DEVICE(0x1209, 0),
INTEL_8255X_ETHERNET_DEVICE(0x1229, 0),
INTEL_8255X_ETHERNET_DEVICE(0x2449, 2),
INTEL_8255X_ETHERNET_DEVICE(0x2459, 2),
INTEL_8255X_ETHERNET_DEVICE(0x245D, 2),
INTEL_8255X_ETHERNET_DEVICE(0x27DC, 7),
If you have ICH8 or later controller, you're probably out of luck for this fix.
e.g.: 82566DC is supposed to have 82562v PHY, but the only controller mentioned in the architecture doc is 82577.
After you add your devID to IOPCIMatch string in 8255x Info.plist, you will have to REMOVE or RENAME AppleIntel8254XEthernet.kext to avoid using -f boot flag or other problems.
Remember permissions and cache.
#66
Posted 13 March 2008 - 11:31 PM
I have a new issue. I got the IONetworkingFamily and AppleIntel kexts loaded. Under system preferences/network, I see ethernet listed now. My problem is that it won't pull an address. It says that the "status of your network card can not be determined.
Under system profiler, nothign shows up indicating that the card is detected.
Any ideas?
#67
Posted 14 March 2008 - 11:03 AM
Look at System Profiler >Software >Extensions. Which networking kext's are loaded?
#68
Posted 14 March 2008 - 03:14 PM
What is device ID of your NIC?
Look at System Profiler >Software >Extensions. Which networking kext's are loaded?
My device ID is 1092
The AppleIntel8255x.kext is loaded as is IONetworkingFamily. Nothing else that I can see as a networking kext.
#69
Posted 14 March 2008 - 04:09 PM
My device ID is 1092
The AppleIntel8255x.kext is loaded as is IONetworkingFamily. Nothing else that I can see as a networking kext.
Did you remove or rename 8254XEthernet kext?
In Sys Prefs >Network >Advanced, can you set any of the NIC properties manually?
Any errors in system.log? What about after a restart?
#70
Posted 14 March 2008 - 06:01 PM
I did remove the 8254 kext. I can change settings to the ethernet manually, but no matter what settings I set, they always revert back to what they were before. Where is system.log located? (new to OS X)Did you remove or rename 8254XEthernet kext?In Sys Prefs >Network >Advanced, can you set any of the NIC properties manually?Any errors in system.log? What about after a restart?
It is working now. I changed the settings from auto to manual, then back to auto. I also added the DNS server address and it worked. Not sure which corrected it, but it is good now. Thanks all.I did remove the 8254 kext. I can change settings to the ethernet manually, but no matter what settings I set, they always revert back to what they were before. Where is system.log located? (new to OS X)
#71
Posted 25 March 2008 - 11:58 PM

So I have added 0x10928086 to line IOPCIMatch in Info.plist in /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/AppleIntel8255x.kext/Contents then I've moved AppleIntel8254XEthernet.kext, rebuilded Extensions's cache and repaired permissions, I've rebooted, but I can't get the LAN card working, here is what I get in system.log:
3/25/08 11:43:51 PM kernel Intel82557: Self test reports invalid ROM contents
3/25/08 11:43:51 PM kernel Intel82557: Self test reports internal register failure
3/25/08 11:43:51 PM kernel Intel82557: Self test reports serial subsystem failure
3/25/08 11:43:51 PM kernel Intel82557: Self test failed
3/25/08 11:43:51 PM kernel dsmos: Initializing...
3/25/08 11:43:51 PM kernel dsmos: Hook and decryption contexts set!
3/25/08 11:43:51 PM kernel dsmos: Starting...
3/25/08 11:43:51 PM kernel Intel82557: Self test reports invalid ROM contents
3/25/08 11:43:51 PM kernel Intel82557: Self test reports internal register failure
3/25/08 11:43:51 PM kernel Intel82557: Self test reports serial subsystem failure
3/25/08 11:43:51 PM kernel Intel82557: Self test failed
3/25/08 11:43:51 PM kernel Intel82557: Self test reports invalid ROM contents
3/25/08 11:43:51 PM kernel Intel82557: Self test reports internal register failure
3/25/08 11:43:51 PM kernel Intel82557: Self test reports serial subsystem failure
3/25/08 11:43:51 PM kernel Intel82557: Self test failed
So please, help me!
PS: Sorry for the English... I speak French.
Edit: Resolved, I've downloaded this package, installed it, deleted AppleIntel8255x.kext in /System/Library/Extensions/IONetworkingFamily.kext, deleted the Extensions.mkext, repaired permissions, rebooted, and prayed, it's finally working.
Thnak you
#72
Posted 26 March 2008 - 11:04 AM
#73
Posted 26 March 2008 - 02:16 PM
#74
Posted 30 March 2008 - 05:39 AM
#75
Posted 03 April 2008 - 12:27 AM
i have the same mobo as you use in your build and installed iatkos everything works exept my lan,i tried this method but when i remove AppleIntel8254XEthernet.kext and reboot it gets stuck on the apple screen,i then have to boot in safe and put the file back in the folder,i also tried to rename it and had the same results,and suggestions?Got mine working on Asus P5LP-LE with Intel82562v (Ekron) onboard NIC.
I added device ID (0x27dc8086) to line IOPCIMatch in Info.plist in /System/Library /IONetworkingFamily.kext/Contents/Plugins/AppleIntel8255x.kext/Contents
You will also have to move or rename AppleIntel8254XEthernet.kext in /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/
Delete Extensions.mkext, rebuilt cache, repair permissions, reboot.
#76
Posted 03 April 2008 - 06:09 PM
http://forum.insanel...t...st&id=23631
Do this:
1. Extract the files. Open Terminal.
2. sudo -s
3. cd /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/
4. mv AppleIntel8254XEthernet.kext 8254X.orig
5. rm -Rv AppleIntel8255x.kext
6. cd back to extracted files
7. chown -R root:wheel AppleIntel8255x.kext
8. chmod -R 755 AppleIntel8255x.kext
9. cp -R AppleIntel8255x.kext /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/
10. open Network Panel in System Preferences. The NIC should be there. If not:
11. cd /System/Library/
12. rm -Rv Extensions.mkext
13. diskutil repairPermissions /
14. reboot
That should do it....NIC should be in the Network panel when the desktop returns.
#77
Posted 06 April 2008 - 01:06 AM
#78
Posted 06 April 2008 - 10:20 PM
but i have a strange situation
after replacing the kext file i have buid in ethernet enabled but instead of my lan cand (intel pro /100 ve i have my wireless card (intel 2200 bg) witch is working fine.
anyway any help with my wire card would be appreciated.
anyway ... how can i find my device id in mac os x?
becouse i deleted windows
thanks in advance
#79
Posted 11 April 2008 - 08:29 AM
Installing IONetworkingFamily.kext with ID's from my ethernet card - 0x10398086 nothing changed...
but I'm seeing, when I'm on 800x600 of resolution (reboot computer) my LAN WORKING!!! But, when I'm changing my resolution to 1024x768 and reboot computer LAN DOESN'T WORKING!!! So, witch you can see, probably, there is allready one way - if you want, to LAN connection working:
-Change your resolution to 800x600 (on System preference -> Displays)
-Reboot your computer
-*when computer allready started, you will be on 800x600*
-Then you must change your resolution to 1024x768 (on System preference -> Displays)
-Now you can start working on your Hackint0sh
-When you ending working on computer, only you must to do, is turn back to 800x600 resolution (on System preference -> Displays) and Shout down your computer
Use this instruction any time, when you want to have LAN:
-Start your Leopard
-Change your resolution to 1024x768
-Have fun
-Turn back to 800x600
-Shout down.
That's all you have to do!
Yo!
#80
Posted 18 April 2008 - 02:17 PM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account





