Jump to content

oldnapalm

Supervisors
  • Posts

    1,191
  • Joined

  • Last visited

Everything posted by oldnapalm

  1. Try to enable it in Windows and reboot into Mac OS.
  2. There's a problem with the attached image. Can you give more info about the error?
  3. Many HP laptops need the Taptun modded kernel http://Olarila.com/forum/viewtopic.php?f=17&t=264&hilit=taptun#p2310
  4. Faça o que ele pede, renomeie com.apple.Boot.plist para org.chameleon.Boot.plist Para fazer boot pelo HD tem que atualizar o sistema.
  5. Maybe this DVD you are using has a patched kext for the wireless card in its base system, but it installs the original one. Try to copy IO80211Family.kext from DVD do HD (repair permissions). Also check if /System/Library/SystemConfiguration/Apple80211Monitor.bundle is present in the DVD, and wich SMboardproduct it uses in SMBIOS (or is used in the boot CD).
  6. Is it a N router? I've read about problems connecting to N routers with Atheros 9285.
  7. Follow instructions in first post (use PlistEdit Pro), but instead of taking values from "legacy" you will take them from AppleHDA plug-ins. CommonPeripheralDSP, PathMaps, LayoutID and PathMapRef come from AppleHDA.kext/Contents/PlugIns/AppleHDAPlatformDriver.kext/Contents/Info.plist The dict from HDAConfigDefault comes from AppleHDA.kext/Contents/PlugIns/AppleHDAController.kext/Contents/Info.plist Copy data from ALCinject.kext (entriesToAdd) to HDEF in DSDT Method (_DSM, 4, NotSerialized) { Store (Package (0x06) { "built-in", Buffer (One) { 0x00 }, "layout-id", Buffer (0x04) { 0x0C, 0x00, 0x00, 0x00 }, "PinConfigurations", Buffer (Zero) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) }
  8. What do you mean? You can choose your language in http://Olarila.com/forum/ucp.php?i=165 (Meu idioma) The selection was also available in the registration form.
  9. Just open your dsdt.aml with DSDT Editor, search for "WLAN", replace Unicode ("*") by Buffer () {0x2A, 0x00, 0x00, 0x00}, compile and save. Or use this into method label _DSM parent_label WLAN remove_entry; into device label WLAN insert begin Method (_DSM, 4, NotSerialized)\n {\n Store (Package (0x0C)\n {\n "AAPL,slot-name", \n Buffer (0x08)\n {\n "AirPort"\n }, \n "device-id", \n Buffer (0x04)\n {\n 0x2A, 0x00, 0x00, 0x00\n }, \n "device_type", \n Buffer (0x08)\n {\n "AirPort"\n }, \n "model", \n Buffer (0x34)\n {\n "Atheros 9285 8802.11 b/g/n Wireless Network Adapter"\n }, \n "subsystem-id", \n Buffer (0x04)\n {\n 0x8F, 0x00, 0x00, 0x00\n }, \n "subsystem-vendor-id", \n Buffer (0x04)\n {\n 0x6B, 0x10, 0x00, 0x00\n }\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end
  10. This topic mentions 0x002b168c in the title http://osx86.co/f36/atheros-ar9285-0x002b168c-fix-for-snow-leopard-t6662/ The patch is almost the same you are using, but it has Buffer () {0x2A, 0x00, 0x00, 0x00} for device-id, instead of Unicode ("*") like you are using. Maybe faking the 2a ID makes 2b cards work better, you can try that.
  11. Siga este tópico, tem tudo detalhado http://Olarila.com/forum/viewtopic.php?f=3&t=2
  12. The Auto-Patcher was maintained by Madon, it was his decision to take it off-line. However the patches (no longer updated) are available here http://Olarila.com/forum/viewtopic.php?f=22&t=385 You can apply the patches using DSDT Editor http://Olarila.com/forum/viewtopic.php?f=19&t=62 Both apps share the same parsing and patching libraries, they are just different GUIs.
  13. Did you erase the partition before installing? Other people had this problem, but after a new install it just worked. You can try booting with -s (single user) mount -uw / touch /var/db/.AppleSetupDone exit
  14. Tenta uma versão anterior do HackBoot, que tenha kernel anterior ao 10.8.0.
  15. Você conferiu o md5 do arquivo? Use o md5summer. Tente abrir e gravar com o TransMac.
  16. Qual a mensagem afinal? Em que momento ela aparece? Cite as etapas da instalação que você passa antes de dar o erro.
  17. It looks fine, maybe your card just doesn't work with this patch. You can try a modified kext like this http://www.insanelymac.com/forum/index.php?s=&showtopic=250252&view=findpost&p=1667299 Read other posts in that topic, there are some issues related to Apple80211Monitor.bundle and SMboardproduct.
  18. Now the Atheros patch is correct, it should work. Maybe there's something else wrong. Try to start over, remove dsdt.aml from / or /Extra, reboot and apply the patches again. Apply also the other "generic" patches (IRQs and RTC). You don't need the LPC patch, but you may need other patches from Notebook Core i Sandy Bridge folder. If it still doesn't work I would try other SMBIOS values, even if it doesn't match your chipset and CPU, just to eliminate the possibility.
  19. Edit: your file is wrong, the _DSM is inside RP02, it must be inside WLAN device. Maybe you used the old patch that was wrong? Remove _DSM from RP02 into method label _DSM parent_adr 0x001C0001 remove_entry Then apply the new patch.
  20. I think it's not necessary, just in ConfigData.
  21. The patches look fine. You don't need the LPC patch (I didn't notice your System Info screenshot, the original ID is 0x1c49) but that should not be the problem. Patches that you can always use are IRQs and RTC http://Olarila.com/Patches/IRQs.txt http://Olarila.com/Patches/RTC.txt Most of these patches can be used in your case http://Olarila.com/Patches/Notebook%20Core%20i%20Sandy%20Bridge/ About the problem when you apply the Atheros patch, try using a different SMboardproduct in smbios.plist, I had a similar problem when I didn't have this key in SMBIOS, and there are reports of problems with some values, so I think it's worth a try http://www.insanelymac.com/forum/index.php?showtopic=265219
  22. Attach the patched file and I'll take a look. Warnings are not problem.
  23. Use the patch in this post http://Olarila.com/forum/viewtopic.php?f=17&t=391&p=3625#p3614 Try to understand what the patch does, it's pretty simple.
  24. Look at the first line, it defines where the code is inserted into device [color=#FF0000]name_adr 0x00 parent_adr 0x001C0001[/color] insert into device [color=#FF0000]label WLAN[/color] insert Apply the patch, attach the resulting file and I will take a look.
  25. DSDT Auto-Patcher is no longer available, but you can get the patches and apply using DSDT Editor http://Olarila.com/forum/viewtopic.php?f=22&t=385
×
×
  • Create New...