Jump to content
4 posts in this topic

Recommended Posts

Bonjour,

 

Je posséde un notebook HP Compaq nx6110 avec la configuration suivante:

 

Centrino Dothan 1,73Ghz

512 RAM DDR333

Carte Mère Chipset Intel i915

HDD 40 Go

Carte Graphique i915GMS

Carte réseau Broadcom 440x

Carte WiFi Intel Pro Wireless 2200BG

Carte son ADI SoundMax AC'97

 

 

J'ai installé OSx 10.4.7 JAS, Mon Hackintosch fonctionne impécable,carte réseau reconnue comme built-in, carte son ok, Firewire, USB 2.0, i915GMS, bref tout sauf mon WiFi !

 

j'ai vu ici http://code.google.com/p/iwidarwin/ que la carte wifi fonctionnait parfaitement avec les pilotes linux sous OSx 10.4.7 j'ai téléchargé les pilotes cependant je n'arrive pas encore à la faire tourner ;) j'ai recherché sur le forum mais pas de solution

Alors si quelqu'un pouvait me montrer comment faire ça serait sympa :) (je débute sous OS X)

Merci

Si t'as deja le kext fais ca:

 

1.extract the zip to your desktop (not into a folder, literally to your desktop) this means there should be a file on your desktop called XXXX.kext

2. open Terminal, (/applications/utilities/terminal.app)

3. type sudo -s in terminal then your admin password following this, now you should be root.

4. type sudo mv /users/(YOUR USERNAME)/desktop/XXXX.kext /system/library/extensions

at this point the file XXXX.kext should have dissapeared from the desktop,

5. type sudo chmod -R 755 /System/Library/Extensions/XXXX.kext

6. type sudo chown -R root:wheel /System/Library/Extensions/XXXX.kext

7. now, CLOSE TERMINAL

then go to /system/library and look for

Extensions.mkext, and also look for extensions.kextcache,

 

TRASH BOTH OF THESE (dont worry theyll come back on nxt boot.)

 

8. reboot and hope it works,

Et bien sur XXXX est le nom te ton kext.

 

Sinon un petit tour dans le wiki ne te fera pas de mal (pourquoi je suis aussi gentil avec les fénéants)

Et Hop a+

Edited by alexcooltranquille
×
×
  • Create New...