lajjers Posted February 11, 2008 Share Posted February 11, 2008 Hi, I have install iAktos 1.0i and every thing is working besides internet. I have Marvell Yukon 88E8055, i have tried to read all forum posts about this driver but cant find the right solution. Can someone pls tell me how to fix this problem, I have tried this one many times : sudo nano /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist <key>IOPCISecondaryMatch</key> <string>0x10c11734</string> chmod -R 755 /System/Library/Extensions chown -R root:wheel /System/Library/Extensions kextcache -k /System/Library/Extensions sync reboot Didnt work... If i go to the "about this mac" window and look at my Exceptions i cant find the AppleYukon2 there. Greatfull for all help i can get. Link to comment Share on other sites More sharing options...
Slice Posted February 11, 2008 Share Posted February 11, 2008 Try in terminal sudo kextload -t /System/Library/Extension/IONetworkFamily.kext and read an answer Why IOPCISecondaryMatch? I have <key>Yukon-88E8056</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.iokit.AppleYukon</string> <key>DescriptorPollTimer</key> <integer>250</integer> <key>IOClass</key> <string>yukonosx</string> <key>IOPCIPrimaryMatch</key> <string>0x436411AB</string> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>Model</key> <string>Yukon Gigabit Adapter 88E8056</string> <key>RxRingSize</key> <integer>256</integer> <key>TxRingSize</key> <integer>256</integer> <key>Vendor</key> <string>Marvell</string> </dict> Link to comment Share on other sites More sharing options...
lajjers Posted February 11, 2008 Author Share Posted February 11, 2008 Dont know what you mean? if i write sudo kextload -t /System/Library/Extension/IONetworkFamily.kext in terminal this came up: kextload: extension /System/Library/Extension/IONetworkFamily.kext apperas to be loadable kextload: extension /System/Library/Extension/IONetworkFamily.kext is already loaded What should i do with the code? Link to comment Share on other sites More sharing options...
Recommended Posts