-
Posts
4,899 -
Joined
-
Last visited
Everything posted by pernacabeluda
-
Help Patching Dell 1749 DSDT i3 370M
pernacabeluda replied to Inside20's topic in DSDT & Patch Requests
How did you install the kext? Did you repair its permissions? -
Instalando Mountain Lion 10.8 em um pc intel
pernacabeluda replied to smartfacexd's topic in Mountain Lion (10.8) BR
Conforme a resposta anterior, só resta o método por pen drive. -
Placa Mãe com suporte DDR3 mostrando DDR2
pernacabeluda replied to warheart's topic in Lion (10.7) BR
Olá, é normal, essa informação é apenas visual e definida pelo boot loader, que não é 100% preciso. Você pode configurar manualmente através do arquivo SMBIOS.plist, pode usar o Chameleon Wizard para facilitar. http://Olarila.com/forum/viewtopic.php?f=9&t=398 -
Help Patching Dell 1749 DSDT i3 370M
pernacabeluda replied to Inside20's topic in DSDT & Patch Requests
Try using this AppleACPIPlatform http://www.mediafire.com/?jyebmbqe16aofpe -
Help Patching Dell 1749 DSDT i3 370M
pernacabeluda replied to Inside20's topic in DSDT & Patch Requests
Maybe LPOL is not the right register. Try this Method (_LID, 0, NotSerialized) { Store (LIDS, \_SB.PCI0.LPCB.EC0.LIDW) XOr (LIDS, One, Local0) IF (Local0) // if LID is closed { Notify (SLPB, 0x80) // set system to sleep } Return (LIDS) } About VoodooHDA, did you enable Vectorize? http://Olarila.com/forum/viewtopic.php?f=18&t=454 -
Mac OS X 10.6.3 Snow Leopard bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Snow Leopard (10.6)
On Linux you can just dd the .raw file to /dev/sdX sudo dd if="Mac OS X 10.6.3 Install USB.raw" of=/dev/sdX Once it's done and mounted you can remount it as read/write sudo mount -o remount,rw,force /dev/sdX Then you'll be able to replace mach_kernel sudo mv "/media/Mac OS X Install USB/mach_kernel" "/media/Mac OS X Install USB/mach_kernel.orig" sudo cp mach_kernel "/media/Mac OS X Install USB" -
Mac OS X 10.6.3 Snow Leopard bootable USB for Intel PCs
pernacabeluda replied to pernacabeluda's topic in Snow Leopard (10.6)
It won't work on Pentium 4 with vanilla kernel, you need a legacy kernel. Replace mach_kernel in the pen drive by the one attached (using TransMac). legacy_kernel.zip -
Para resolver o crash do Finder no "Sobre Este Mac" adicione este item no arquivo de configuração da máquina virtual (arquivo .vbox) [b][/b] Fonte: http://forum.voodooprojects.org/index.php/topic,2656.0.html
-
Instalando Mountain Lion 10.8 em um pc intel
pernacabeluda replied to smartfacexd's topic in Mountain Lion (10.8) BR
O jeito que ele falou é mais fácil, mas precisa já ter o Mac OS rodando. Sendo DVD também vai ser complicado inserir uma kext, o melhor seria usar um pen drive. Pode usar a imagem na minha assinatura, é para ser gravada pelo Windows. Ou use um drive de DVD SATA. -
Instalando Mountain Lion 10.8 em um pc intel
pernacabeluda replied to smartfacexd's topic in Mountain Lion (10.8) BR
Funciona. Com IDE também pode funcionar, só precisa ver qual a controladora e botar a kext no instalador. -
Help Patching Dell 1749 DSDT i3 370M
pernacabeluda replied to Inside20's topic in DSDT & Patch Requests
Try to modify device LID0 like below and insert device SLPB Device (LID0) { Name (_HID, EisaId ("PNP0C0D")) Method (_LID, 0, NotSerialized) { [color=#FF0000] XOr (LPOL, One, Local0) IF (Local0) // if LID is closed { Notify (SLPB, 0x80) // set system to sleep } [/color] Return (LPOL) } Name (_PRW, Package (0x02) { 0x1B, 0x03 }) Method (_PSW, 1, NotSerialized) { Store (Arg0, SLID) } } Device (PWRB) { Name (_HID, EisaId ("PNP0C0C")) } [color=#FF0000]Device (SLPB) { Name (_HID, EisaId ("PNP0C0E")) }[/color] Which version of VoodooHDA are you using? Recent ones have "after sleep" problem solved. -
Pode atualizar direto para a última versão, baixe o update combo. Teclado http://Olarila.com/forum/viewtopic.php?f=2&t=31
-
DVD inicializável do Mountain Lion
pernacabeluda replied to iHackintosh_PT's topic in Mountain Lion (10.8) BR
Olá, isso não é uma distro, é o instalador original, foram adicionados apenas o boot loader e as kexts essenciais. As kexts específicas para o seu hardware você deve instalar depois de instalar o sistema, bem como o boot loader. http://Olarila.com/forum/viewtopic.php?f=2&t=1713 -
Tente iniciar com UseKernelCache=No, se funcionar o kernelcache deve estar desatualizado. Pode remover o cpus=1 do Boot.plist.
-
Em que pasta você instalou a kext de rede? Anexe seus arquivos de configuração da pasta Extra.
-
OS X 10.8 Mountain Lion bootable USB
pernacabeluda replied to Cassio's topic in Mountain Lion (10.8)
I would recommend Snow Leopard. Download 10.6.3 USB image from my signature and use TransMac to put legacy_kernel in the drive, then boot with Chameleon (press 1 at boot0 screen) and type "legacy_kernel -f -v". http://nawcom.com/osx86/files/10.6/Kernels/10.3.0/legacy_kernel/legacy_kernel.bz2 There's some recent work on legacy kernel for Lion and Mountain Lion but it's not very stable yet. http://www.insanelymac.com/forum/topic/281450-thoughts-about-mountain-lion-with-amd-yes-amd/page__st__740#entry1872558 -
Hackintosh - Posso em uma Gigabyte G41M-ES2L
pernacabeluda replied to Alixx9's topic in Lion (10.7) BR
Pode mas não é necessário. Não é driver CUDA, é de vídeo mesmo. -
Hackintosh - Posso em uma Gigabyte G41M-ES2L
pernacabeluda replied to Alixx9's topic in Lion (10.7) BR
Não precisa editar o plist das kexts, elas já estão sendo carregadas. 0x40000000 corresponde a 1024 MB, se a VRAM da placa é realmente 1 GB não tem por que mudar. Você testou o que eu sugeri ontem? -
Ativando a Aceleração da Intel HD Graphics (Arrandale)
pernacabeluda replied to Jiban's topic in Guias & Tutoriais Hackintosh
Ainda não funciona para a primeira geração dos Core i, na resposta 2 o dmazar informa que por enquanto apenas para Sandy e Ivy Bridge. Quem quiser colaborar para que funcione na primeira geração, veja a resposta 5. -
OS X 10.8 Mountain Lion bootable USB
pernacabeluda replied to Cassio's topic in Mountain Lion (10.8)
-
Hackintosh - Posso em uma Gigabyte G41M-ES2L
pernacabeluda replied to Alixx9's topic in Lion (10.7) BR
As kexts estão corretas, ambas devem estar carregadas. Tente trocar a saída da placa de vídeo, ligue o monitor na que fica mais perto da placa mãe. Se não resolver, tente usar estas kexts http://www.nvidia.com/object/macosx-295.00.05f02-driver.html -
OS X 10.8 Mountain Lion bootable USB
pernacabeluda replied to Cassio's topic in Mountain Lion (10.8)
Check your BIOS settings, enable Execute Disable Bit (NX bit) http://Olarila.com/forum/viewtopic.php?f=2&t=1804 -
Snow Leopard (10.6) e Ethernet
pernacabeluda replied to anderson0a0c's topic in Snow Leopard (10.6) BR
Tenta remover e adicionar novamente a interface de rede. Não precisa reinstalar as kexts após o update.
