-
Posts
4,899 -
Joined
-
Last visited
Everything posted by pernacabeluda
-
VoodooHDA: saída traseira com qualidade péssima
pernacabeluda replied to Bibbe's topic in Mavericks (10.9) BR
Qual pacote você tinha instalado anteriormente? Esse comando vem com a VoodooHDA, talvez fosse uma versão antiga, incompatível com a kext atual. Tenta usar o que vem no pkg da 2.8.6, extrai usando o Pacifist. -
VoodooHDA: saída traseira com qualidade péssima
pernacabeluda replied to Bibbe's topic in Mavericks (10.9) BR
O comando do pkg 2.8.6 deve funcionar com a kext 2.8.7 http://sourceforge.net/projects/voodoohda/files/ -
Tenta atualizar a AppleHDA para a versão do Yosemite, pode usar este patcher http://Olarila.com/forum/viewtopic.php?f=9&t=4487 No lugar da HDAEnabler1 pode usar esta opção do Clover http://clover-wiki.zetam.org/Configuration/Devices#Audio-/-Inject
-
VoodooHDA: saída traseira com qualidade péssima
pernacabeluda replied to Bibbe's topic in Mavericks (10.9) BR
Posta a saída do getDump. Exemplo http://Olarila.com/forum/viewtopic.php?f=3&t=509 Os pacotes atuais incluem esse comando. -
Está usando kext-dev-mode=1 em boot-args? Não sei se a AppleHDA funciona na pasta do Clover.
-
OS X Mavericks 10.9.5 bootable USB for Intel
pernacabeluda replied to iHackintosh_PT's topic in Mavericks (10.9)
Enable NX bit in BIOS setup http://Olarila.com/forum/viewtopic.php?f=2&t=1804 -
http://clover-wiki.zetam.org/Configuration/Devices#USB
-
Com certeza o problema não é vídeo, mas sim USB Realmente sem ideias de como resolver, se já ativou os USB fixes do Clover, configurou o BIOS corretamente e tentou as possibilidades de kext para USB 3.0
-
Não precisa da kext, apenas editar o config.plist Realmente sem ideias. Posta uma foto da tela pra não ficar dúvida.
-
Se fica "still waiting for root device" o problema não é vídeo. Só é problema de vídeo se passa por "got boot device" e trava antes de entrar no ambiente gráfico. Sobre a AppleUSBXHCI, não precisa usar a patched, o Clover vai aplicar os patches on the fly, basta colocar no config.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Boot</key> <dict> <key>Arguments</key> <string>-v kext-dev-mode=1</string> </dict> <key>GUI</key> <dict> <key>Theme</key> <string>BGM</string> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>Path</key> <string>\EFI\BOOT\BOOTX64.efi</string> <key>Hidden</key> <true/> </dict> </array> </dict> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <true/> </dict> <key>KernelAndKextPatches</key> <dict> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>Disable XHCI 1.0 check</string> <key>Find</key> <data> QbzHAgDgPQABAAA= </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> QbzHAgDgPQAAAAA= </data> </dict> <dict> <key>Comment</key> <string>Enable PCI power management if there is no such code in DSDT</string> <key>Find</key> <data> dU1Ii7voAQAA </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> 601Ii7voAQAA </data> </dict> <dict> <key>Comment</key> <string>Patch MSI or pin interrupts 1</string> <key>Find</key> <data> gUkIAABAAA== </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> gUkIAAAAAA== </data> </dict> <dict> <key>Comment</key> <string>Patch MSI or pin interrupts 2</string> <key>Find</key> <data> QcdHCAAAQAA= </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> QcdHCAAAAAA= </data> </dict> <dict> <key>Comment</key> <string>Disable Intel & Fresco Logic USB3.0 controllers check</string> <key>Find</key> <data> 9oDUAAAAgHU0 </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> 9oDUAAAAgOs0 </data> </dict> <dict> <key>Comment</key> <string>Disable the sleep code leaving the controller in non-working state after wake</string> <key>Find</key> <data> xoDIAAAAAQ== </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> xoDIAAAAAA== </data> </dict> </array> </dict> </dict> </plist>
-
Tenta remover a GenericUSBXHCI e colocar estes patches para a AppleUSBXHCI no config.plist http://Olarila.com/forum/viewtopic.php?f=9&t=3388&p=47617#p47617
-
Monitor fica sem sinal durante a instalação
pernacabeluda replied to Pedro Santiago's topic in Yosemite (10.10) BR
Reparou permissões e atualizou o kernelcache depois de editar? Tem que colocar com "none", exemplo <key>Mac-94245A3940C91C80</key> <string>none</string> http://www.insanelymac.com/forum/topic/293593-g73sw-109-install/page-6#entry2021291 -
Tenta desativar o DualLink http://clover-wiki.zetam.org/Configuration/Graphics#DualLink
-
Em alguns casos é possível usar o Clover para aplicar os patches na AppleUSBXHCI 10.10.x <key>KernelAndKextPatches</key> <dict> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>Disable XHCI 1.0 check</string> <key>Find</key> <data> QbzHAgDgPQABAAA= </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> QbzHAgDgPQAAAAA= </data> </dict> <dict> <key>Comment</key> <string>Enable PCI power management if there is no such code in DSDT</string> <key>Find</key> <data> dU1Ii7voAQAA </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> 601Ii7voAQAA </data> </dict> <dict> <key>Comment</key> <string>Patch MSI or pin interrupts 1</string> <key>Find</key> <data> gUkIAABAAA== </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> gUkIAAAAAA== </data> </dict> <dict> <key>Comment</key> <string>Patch MSI or pin interrupts 2</string> <key>Find</key> <data> QcdHCAAAQAA= </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> QcdHCAAAAAA= </data> </dict> <dict> <key>Comment</key> <string>Disable Intel & Fresco Logic USB3.0 controllers check</string> <key>Find</key> <data> 9oDUAAAAgHU0 </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> 9oDUAAAAgOs0 </data> </dict> <dict> <key>Comment</key> <string>Disable the sleep code leaving the controller in non-working state after wake</string> <key>Find</key> <data> xoDIAAAAAQ== </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> xoDIAAAAAA== </data> </dict> </array> </dict> 10.9.x <key>KernelAndKextPatches</key> <dict> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>Disable XHCI 1.0 check</string> <key>Find</key> <data> Zj0AAQ== </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> Zj0AAA== </data> </dict> <dict> <key>Comment</key> <string>Enable PCI power management if there is no such code in DSDT</string> <key>Find</key> <data> dU1Ii7voAQAA </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> 601Ii7voAQAA </data> </dict> <dict> <key>Comment</key> <string>Patch MSI or pin interrupts 1</string> <key>Find</key> <data> gUkIAABAAA== </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> gUkIAAAAAA== </data> </dict> <dict> <key>Comment</key> <string>Patch MSI or pin interrupts 2</string> <key>Find</key> <data> QcdHCAAAQAA= </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> QcdHCAAAAAA= </data> </dict> <dict> <key>Comment</key> <string>Disable Intel & Fresco Logic USB3.0 controllers check</string> <key>Find</key> <data> 9oDUAAAAgHU6 </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> 9oDUAAAAgOs6 </data> </dict> <dict> <key>Comment</key> <string>Disable the sleep code leaving the controller in non-working state after wake</string> <key>Find</key> <data> xoDIAAAAAQ== </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> xoDIAAAAAA== </data> </dict> </array> </dict> Fonte: http://www.insanelymac.com/forum/files/file/150-patched-appleusbxhci/
-
Em alguma das tentativas não parou em "still waiting for root device"? O problema só pode ser o vídeo se passar por "got boot device", enquanto aparecer "still waiting" não adianta mexer nas configurações de vídeo.
-
AppleGraphicsPowerManagement (AGPM) nas nVidia Fermi
pernacabeluda replied to Cassio's topic in Guias & Tutoriais Hackintosh
Este tutorial é para nVidia. Para AMD acho que você deve usar uma chave com Vendor1002DeviceXXXX, mas nem sei se funciona. -
Que problemas? Você não mencionou nenhum problema. Você já fez a instalação e pós instalação? Isso você deve conseguir com os guias genéricos do fórum. Depois para resolver os problemas específicos do seu hardware também não deve ser difícil, pois como eu já disse o hardware é bem compatível, existem vários tópicos a respeito.
-
Monitor fica sem sinal durante a instalação
pernacabeluda replied to Pedro Santiago's topic in Yosemite (10.10) BR
Ou muda o SMBIOS, ou adiciona o Board-ID que você usa em /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleGraphicsDevicePolicy.kext/Contents/Info.plist http://Olarila.com/forum/viewtopic.php?f=3&t=69 Pode usar o Clover Configurator para o SMBIOS http://Olarila.com/forum/viewtopic.php?f=9&t=1032 -
Colocou a GenericUSBXHCI de volta? Tenta tirar a placa, mas acho que não tem relação.
-
Não estão. Você está com xHCI Mode=Smart Auto, mude para Auto. Você está com EHCI Hand-off=Disabled, mude para Enabled.
-
Verificou as configurações do BIOS? O problema não é o vídeo, é o USB.
-
Hardware bem compatível, as kexts são nativas, basta fazer ajustes. http://Olarila.com/forum/viewtopic.php?f=2&t=1713 http://Olarila.com/forum/viewtopic.php?f=30&t=3419#p27286
-
Monitor fica sem sinal durante a instalação
pernacabeluda replied to Pedro Santiago's topic in Yosemite (10.10) BR
Muda o Board-ID no menu de opções do Clover (SMBIOS), coloca Mac-FC02E91DDD3FA6A4. -
Na tela embaralhada aparece o mesmo que na foto do Roago? (unable to get device memory) Se aparece "unable to obtain ownership" ativa "USB Ownership" nas opções do Clover http://Olarila.com/forum/viewtopic.php?f=35&t=5005 Verifica as configurações do BIOS http://Olarila.com/forum/viewtopic.php?f=28&t=4084 Tenta remover a kext GenericUSBXHCI pelo UEFI shell fs0: cd EFI\CLOVER\kexts\10.10 rm -r GenericUSBXHCI.kext
-
Placa Asus P5KPL-AM só aceita Snow Leopard
pernacabeluda replied to Paulotrumpet's topic in Hardware BR
Ativa o NX bit no BIOS http://Olarila.com/forum/viewtopic.php?f=2&t=1804
