Jump to content

pernacabeluda

Gurus
  • Posts

    4,899
  • Joined

  • Last visited

Everything posted by pernacabeluda

  1. Não faço idéia. O ID não muda sozinho, alguma coisa você fez.
  2. Não vejo em que isso iria ajudar. O melhor no seu caso é usar o Clover em UEFI http://Olarila.com/forum/viewtopic.php?f=3&t=2831
  3. Try checking USB and DTGP fixes in DSDT mask menu. You can also try USBBusFix=yes in Chameleon. Did you test other USB ports?
  4. You will do that after installing. To install and first boot, add cpus=1 to boot args in options menu. -v cpus=1 npci=0x2000 WithKexts
  5. Add cpus=1 to boot args in options menu. To work without cpus=1 you need to patch kernel http://www.osx86.net/view/3798-lapic_kernel_patcher_v0.4.html With newer Clover you can use <key>KernelAndKextPatches</key> <dict> <key>KernelLapic</key> <true/> </dict>
  6. I don't see "system uptime in nanoseconds" there. Try checking USBFixOwnership in options menu.
  7. Follow the guide on AppleHDA patching http://Olarila.com/forum/viewtopic.php?f=18&t=2676 You probably need to adjust the pathmaps.
  8. Post a picture of the screen, it's a KP, it will stay there forever.
  9. For those who use device-id injection by DSDT, in various cases it's necessary to inject other properties for it to work in 10.9 (name, IOName and compatible). For example, in ESB SATA AHCI Controller patch (orange icons and DVD player) Method (_DSM, 4, NotSerialized) { Store (Package (0x08) { "device-id", Buffer (0x04) { 0x81, 0x26, 0x00, 0x00 }, "compatible", Buffer (0x0D) { "pci8086,2681" }, "IOName", Buffer (0x0D) { "pci8086,2681" }, "name", Buffer (0x0D) { "pci8086,2681" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } Other cases: LPC http://Olarila.com/forum/viewtopic.php?f=30&t=3431#p27262 Atheros 9285 http://Olarila.com/forum/viewtopic.php?f=30&t=3419#p27286
  10. It depends on your patched AppleHDA, if it uses LayoutID 1 then DSDT is correct.
  11. Então é evidente que não pode seguir o segundo link. Segue o primeiro, ou usa MBR para poder usar o Chameleon.
  12. Why don't you put DSDT.aml in / with another name to make it simple? DSDT=/test.aml I guess the folder name in terminal is always in english, even if the OS is in another language. Mine is in portuguese, finder shows "Usuários" but the actual name in terminal is "Users".
  13. Obviamente este passo não é opcional no seu caso, fazendo não vai dar o erro Se estiver usando 10.8.4 baixe este arquivo (o do tópico é para 10.8 GM) http://www.insanelymac.com/forum/files/file/87-mountain-lion-mbr-patch/ Ele vai atualizar.
  14. Defina "coisas". Aplicativos funcionam, drivers não.
  15. Olha o que eu escrevi logo atrás, "sem solução no ML", ou seja, driver i386 não funciona em x86_64, kext e kernel tem que ter a mesma arquitetura. Capiche?
  16. Sim, porque o 10.8 não tem i386, é apenas x86_64. A última versão com i386 foi o 10.7 (Lion).
  17. Não precisaria voltar ao 10.5, o 10.7 ainda tem arch i386, pode ser que funcione. Mas realmente o melhor é usar um adaptador USB compatível, ou trocar a interna.
  18. Se o BIOS for UEFI http://Olarila.com/forum/viewtopic.php?f=3&t=2831 Se não for http://Olarila.com/forum/viewtopic.php?f=2&t=38 Detalhe, alguns laptops com UEFI não fazem boot no modo legacy (UEFI disabled) se o HD estiver em GPT, tem que usar MBR.
  19. Pode ser que você tivesse usando uma DSDT que injetava o valor 2A, é um patch bastante usado para 928X. Você tem que descobrir o ID verdadeiro da sua, veja pelo Windows. A kext chega a ser carregada?
  20. Wireless, que eu saiba, sem solução no ML. Só tem drivers para 10.5 (32 bit) e 10.8 é 64 bit apenas. http://www.mediatek.com/_en/07_downloads/01_windows.php?sn=502
  21. You have to pass full path dsdt=/Users/sahbin/Desktop/DSDT.aml -v
  22. Acho que o mais próximo da solução que eu vi por enquanto foi isto http://forum.voodooprojects.org/index.php/topic,2754.0.html O cara até conseguiu, mas fez para um caso específico. Você teria que fazer o mesmo, encontrar os valores, colocar no código fonte e compilar.
  23. Olá, tem suporte IO80211Family.kext/Contents/PlugIns/AirPortAtheros40.kext <key>IONameMatch</key> <array> <string>pci168c,30</string> <string>pci168c,2a</string> <string>pci106b,0086</string> <string>pci168c,1c</string> <string>pci168c,23</string> <string>pci168c,24</string> </array> Se o original é 30 não precisa injetar 2a por DSDT.
×
×
  • Create New...