yoburtu Posted August 10, 2009 Share Posted August 10, 2009 Hola, estoy intentando configurar la tarjeta ethernet Marvell Yukon de un portátil Sony Vaio VGN-SZ2XP con iATKOS V.7 y actualizado a 10.5.8. Esto ya lo he hecho en otras ocasiones y SIEMPRE ME HA FUNCIONADO, pero esta vez no me detecta la ethernet. Suelo seguir estas instrucciones: http://www.insanelymac.com/forum/index.php?showtopic=72284 La identificación de mi ethernet, según el lspci de OSx86 Tools, es la siguiente: 07:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller [11ab:4351] (rev 15) Este es mi Info.plist actual de /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist: <key>Yukon-88E8036</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.iokit.AppleYukon2</string> <key>EnableLowPwr</key> <integer>1</integer> <key>IOClass</key> <string>yukon2osx</string> <key>IOPCIPrimaryMatch</key> <string>0x435111ab</string> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>MACNumber</key> <integer>1</integer> <key>Model</key> <string>Yukon Gigabit Adapter 88E8036 Singleport Copper SA</string> <key>NetworkNumber</key> <integer>1</integer> <key>RxDeadman</key> <integer>60</integer> <key>RxRingGrowOnPause</key> <integer>10</integer> <key>RxRingSize</key> <integer>0</integer> <key>RxRingSize_100MBit</key> <integer>128</integer> <key>RxRingSize_10MBit</key> <integer>64</integer> <key>RxRingSize_GigaBit</key> <integer>256</integer> <key>TxRingSize</key> <integer>256</integer> <key>Vendor</key> <string>Marvell</string> </dict> He cambiado la descripción de "Yukon-88E8053" por "Yukon-88E8036", ya que no existía 8053, y además, he probado a dejar 8053 y tampoco ha funcionado. No se si es que no se está cargando bien el kext, ¿debería verlo con "kextstat"?. Pues no lo veo. Saludos. Link to comment https://www.insanelymac.com/forum/topic/179074-marvell-yukon-ethernet-en-vaio-vgn-sz2xp-con-1058/ Share on other sites More sharing options...
yoburtu Posted August 10, 2009 Author Share Posted August 10, 2009 He conseguido que funcione realizando esto: $ sudo kextload /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext pero no logro que se cargue esta extensión en el arranque: He intentado hacer lo siguiente, pero nada: $ sudo rm -r /System/Library/Extensions.mkext $ sudo kextcache -k /System/Library/Extensions Saludos. Link to comment https://www.insanelymac.com/forum/topic/179074-marvell-yukon-ethernet-en-vaio-vgn-sz2xp-con-1058/#findComment-1221755 Share on other sites More sharing options...
Recommended Posts