Jump to content

Paquete de drivers atheros de iaktos 4,1i


9 posts in this topic

Recommended Posts

Esto no es mio lo he encontrado en este hilo. A mi me ha ido bien. Me he tomado la libertad de traducirlo, y ya no harian falta las etiquetas de quote. Espero no haverme equivocado.

  1. Descarga la actualizacion oficial intel 10.4.5 98 mb (http://www.apple.com/support/downloads/mac...45forintel.html) (En vez de esto te bajas el que ha posteado pmcnano)
  2. Haz una copia de seguridad de /System/Library/Extensions/IO80211Family.kext
  3. Extrae IO80211Family.kext de la actualizacion que te has bajado (usando pacifist?) (a ti ya te lo han posteado arriba)
  4. abre el finder en /System/Library/Extensions
  5. arrastra el kext en la carpeta /System/Library/Extensions
  6. mete la contraseña cuando te lo pida
  7. abre la utilidad de disco (/Application/Utilities/Disk Utility), repara permisos y talm y tal
  8. abre un terminal, cambia a root (enter sudo -s, enter your user password)

cd /System/Library/Extensions
  chmod -R 755 IO80211family.kext
  chown -R root:wheel IO80211family.kext

mira lo que hay

 

ls -l

asegurate que se parece a esto:

 

drwxr-xr-x   3 root  wheel  102 Feb  2  2006 IO80211Family.kext

mira si los permisos se han propagado a los subdirectorios:

 

cd IO80211Family.kext/contents/plugins
  ls -l

deberia parecerse a esto:

 

total 0
  drwxr-xr-x   3 root  wheel  102 Feb  2  2006 AirPortAtheros5424.kext
  drwxr-xr-x   3 root  wheel  102 Feb  2  2006 AppleAirPortBrcm4311.kext

entonoces prueba si el kext funciona:

 

kextload AirPortAtheros5424.kext

te deberia dar un mensaje de que se ha cargado correctamente

 

then you have to go to System Preferences>Network

a message should pop up telling you you have a new AirPort. from the Show: box, pick AirPort. you can set the options here, i suggest you check the Show airport status in menu bar, make sure you click apply now.

en el info.plist que esta en: /System/Library/Extensions/IO80211Family.kext/Contents/Plugins/AirportAtheros.kext/Contents/Info.plist

 

busca una sección parecida a esta:

 

<key>Atheros Wireless LAN PCI</key>

<dict>

<key>CFBundleIdentifier</key>

<string>com.apple.driver.AirPort.Atheros</string>

<key>IOClass</key>

<string>AirPort_Athr5424ab</string>

<key>IOMatchCategory</key>

<string>IODefaultMatchCategory</string>

<key>IONameMatch</key>

<array>

<string>pci106b,0086</string>

<string>pci168c,1c</string>

<string>pci168c,23</string>

<string>pci168c,24</string>

</array>

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

</dict>

 

y ahí agregas o cambias un string.

×
×
  • Create New...