-
Posts
4,899 -
Joined
-
Last visited
Everything posted by pernacabeluda
-
PATCHS CORRETOS PARA H67M D2 B3 BIOS F2
pernacabeluda replied to Shjavo's topic in DSDT & Pedidos de Patch
Essa tem em http://Olarila.com/forum/packs.php -
Snow Leopard na Intel DH55TC no final não inicializa.
pernacabeluda replied to tioted765's topic in Snow Leopard (10.6) BR
Então use outra forma de ativar os drivers, EFI string ou DSDT. Você pode extrair o string gerado pelo GraphicsEnabler e modificar a VRAM, o tópico que eu indiquei explica como fazer isso. -
Qual versão você está usando? Tem outro caso no fórum com o mesmo laptop, tentando instalar o 10.7.5 e com o mesmo problema. http://Olarila.com/forum/viewtopic.php?f=26&t=2773 Eu já instalei o 10.7 nesse laptop, mas o 10.7.5 não.
-
Snow Leopard na Intel DH55TC no final não inicializa.
pernacabeluda replied to tioted765's topic in Snow Leopard (10.6) BR
Para Fermi no Snow você precisa instalar as kexts do site da nVidia. http://www.nvidia.com/object/quadro-macosx-256.02.25f01-driver.html Depois é só ativar o GraphicsEnabler. http://Olarila.com/forum/viewtopic.php?f=2&t=40 -
Need Help Editing Acer V5-571 6869 DSDT
pernacabeluda replied to natex's topic in DSDT & Patch Requests
You have to convert (gfxutil) both hex strings to plist, merge them, then convert back to hex. If you merge hex strings the result will have duplicated header. Example: <?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>PciRoot(0x0)/Pci(0x1c,0x5)/Pci(0x0,0x0)</key> <dict> <key>built-in</key> <string>0x01</string> </dict> <key>PciRoot(0x0)/Pci(0x2,0x0)</key> <dict> <key>AAPL,ig-platform-id</key> <string>0x01660003</string> </dict> </dict> </plist> You can also inject ethernet built-in via DSDT. http://Olarila.com/forum/viewtopic.php?f=7&t=383 About power management http://Olarila.com/forum/viewtopic.php?f=18&t=1703 -
Yes, looks like Intel HD must be set as primary in BIOS. http://www.Olarila.com/forum/viewtopic.php?f=27&t=1836
-
Need Help Editing Acer V5-571 6869 DSDT
pernacabeluda replied to natex's topic in DSDT & Patch Requests
You can also inject ig-platform-id in DSDT. http://Olarila.com/forum/viewtopic.php?f=3&t=1583 -
Isso é normal no boot do instalador. Posta uma foto da tela e detalhes sobre o hardware e forma de instalação.
-
Hello, you must add the entire HDMI key. <?xml version="1.0" encoding="UTF-8"?> CFBundleDevelopmentRegion English CFBundleExecutable VoodooHDA CFBundleIdentifier org.voodoo.driver.VoodooHDA CFBundleInfoDictionaryVersion 6.0 CFBundleName VoodooHDA CFBundlePackageType KEXT CFBundleShortVersionString 2.7.4 CFBundleSignature ???? CFBundleVersion 2.7.4 IOKitPersonalities VoodooHDA CFBundleIdentifier org.voodoo.driver.VoodooHDA IOClass VoodooHDADevice IOMatchCategory VoodooHDADevice IOPCIPrimaryMatch 0x1e208086 IOProviderClass IOPCIDevice IOUserClientClass VoodooHDAUserClient InhibitCache MixerValues iGain 90 iMix 0 NodesToPatch Noise 0 Vectorize VoodooHDAEnableHalfMicVolumeFix VoodooHDAEnableHalfVolumeFix VoodooHDAEnableMuteFix VoodooHDAEnableVolumeChangeFix VoodooHDAVerboseLevel 0 [color=#FF0000]HDMI CFBundleIdentifier org.voodoo.driver.VoodooHDA IOClass VoodooHDADevice IOMatchCategory VoodooHDADevice IOPCIPrimaryMatch 0x0bee10de IOProviderClass IOPCIDevice IOUserClientClass VoodooHDAUserClient NodesToPatch VoodooHDAVerboseLevel 0 [/color] OSBundleLibraries com.apple.iokit.IOAudioFamily 1.1fc9 com.apple.iokit.IOPCIFamily 2.1 com.apple.kpi.iokit 9.0.0 com.apple.kpi.libkern 9.0.0 com.apple.kpi.mach 9.0.0 com.apple.kpi.unsupported 9.0.0
-
Need Help Editing Acer V5-571 6869 DSDT
pernacabeluda replied to natex's topic in DSDT & Patch Requests
Why use a patched DSDT if you make no relevant changes to it? Only fixing compilation warnings and errors won't help. Actually in some cases, "fixing" warnings (like replacing CreateDWordField by CreateQWordField or editing Range Minimum/Maximum/Length values) can cause more harm than good. -
Não aplique todos os patches, apenas os necessários. Melhor usar o que o Mirone editou.
-
Need Help Editing Acer V5-571 6869 DSDT
pernacabeluda replied to natex's topic in DSDT & Patch Requests
Hello, fix the syntax errors and the other ones will be gone. Scope (_SB.PCI0.PEG0.PEGP) { OperationRegion (DGPU, PCI_Config, Zero, 0x10) Field (DGPU, AnyAcc, NoLock, Preserve) { DGID, 16, GDID, 16 } Method (_DOS, 1, NotSerialized) { Store (And (Arg0, 0x03), DSEN) } Method (_DSM, 4, NotSerialized) { Store ("----- DGPU _DSM --------", Debug) If (LEqual (GPUT, 0x03)) { If (LOr (LEqual (PMDP, 0x04), LEqual (PMDP, 0x03))) { If (LEqual (Arg0, Buffer (0x10) { /* 0000 */ 0xF8, 0xD8, 0x86, 0xA4, 0xDA, 0x0B, 0x1B, 0x47, /* 0008 */ 0xA7, 0x2B, 0x60, 0x42, 0xA6, 0xB5, 0xBE, 0xE0 })) { Return (NVOP) } Store ("<<< _DSM - Perf >>>", Debug) Store (Arg0, Debug) Store (Arg1, Debug) Store (Arg2, Debug) Store (Arg3, Debug) If (CMPB (Arg0, Buffer (0x10) { /* 0000 */ 0x01, 0x2D, 0x13, 0xA3, 0xDA, 0x8C, 0xBA, 0x49, /* 0008 */ 0xA5, 0x2E, 0xBC, 0x9D, 0x46, 0xDF, 0x6B, 0x81 })) { Return (NVGS) } } } } } -
Para corrigir esse erro é só trocar "PI" por caracteres hex (0-9, A-F). Exemplo: "TPSACPI0" -> "TPSAC000" Não vai fazer diferença qual o valor pois certamente o OS X não vai procurar por esse string no _HID.
-
Instalação ML 10.8 - Notebook CCE ONIX 746PE+
pernacabeluda replied to Shjavo's topic in Mountain Lion (10.8) BR
Olá, recomendo que siga as orientações do fórum, nenhuma indica o uso de beasts. Instalação http://Olarila.com/forum/viewtopic.php?f=26&t=1618 ou http://Olarila.com/forum/viewtopic.php?f=3&t=995 Pós instalação http://Olarila.com/forum/viewtopic.php?f=2&t=1713 Para obter ajuda com DSDT anexe o arquivo send me http://Olarila.com/forum/viewtopic.php?f=19&t=1131 -
Snow Leopard na Intel DH55TC no final não inicializa.
pernacabeluda replied to tioted765's topic in Snow Leopard (10.6) BR
Use a kext NullCPUPowerManagement até fazer todos os ajustes para ter o gerenciamento de energia funcionando. http://Olarila.com/forum/viewtopic.php?f=2&t=34 Sobre as USB, faça backup das kexts IOUSBFamily e IOUSBMassStorageClass do 10.6.3 antes de atualizar. Depois de atualizar mas antes de reiniciar, recupere essas kexts (instale com Kext Wizard). -
Snow Leopard na Intel DH55TC no final não inicializa.
pernacabeluda replied to tioted765's topic in Snow Leopard (10.6) BR
Faltou atualizar o sistema, o 10.6.3 não tem suporte ao seu CPU. O HackBoot 5 tem o kernel do 10.6.5, por isso funciona fazendo boot pelo CD. -
ML em um LG N450 não chega na instalação!
pernacabeluda replied to mendietinha's topic in Mountain Lion (10.8) BR
O device PEGP já existe, acho que é assim DSDT.aml.zip -
PCI configuration begin hackintosh
pernacabeluda replied to flashzin's topic in Mountain Lion (10.8) BR
Tenta instalar o 10.6.3 da minha assinatura, não deve dar o "PCI configuration begin" e o vídeo deve funcionar acelerado apenas usando arch=i386. -
ML em um LG N450 não chega na instalação!
pernacabeluda replied to mendietinha's topic in Mountain Lion (10.8) BR
Não adianta, a ATI não vai funcionar, tenta ativar a HD 4000. O GraphicsEnabler está tentando ativar a Intel <?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>PciRoot(0x0)/Pci(0x2,0x0)</key> <dict> <key>AAPL,ig-platform-id</key> <string>0x01660003</string> </dict> </dict> </plist> Testa outros valores de ig-platform-id http://Olarila.com/forum/viewtopic.php?f=3&t=1583 -
PCI configuration begin hackintosh
pernacabeluda replied to flashzin's topic in Mountain Lion (10.8) BR
Não tem erro nenhum, todas as mensagens são normais, apenas não está iniciando o ambiente gráfico. -
Snow Leopard na Intel DH55TC no final não inicializa.
pernacabeluda replied to tioted765's topic in Snow Leopard (10.6) BR
E como você espera que alguém explique isso sem saber o que você fez? Por enquanto só quem pode explicar é você mesmo. O que eu posso dizer é que o HackBoot 5 tem o kernel que dá suporte ao seu CPU. -
ML em um LG N450 não chega na instalação!
pernacabeluda replied to mendietinha's topic in Mountain Lion (10.8) BR
Usou GraphicsEnabler=yes depois de substituir o boot? Rode o comando, se o resultado for 1 use também PciRoot=1 ioreg -l | grep -15 "AppleACPIPCI\ " | grep UID Anexe o arquivo send_me depois de usar o novo boot com GraphicsEnabler http://Olarila.com/apps/run_me.zip -
São 4 itens, apenas 1 não resolve. Para o segundo use o Chameleon Wizard, o mesmo que no item 4.
