-
Posts
4,899 -
Joined
-
Last visited
Everything posted by pernacabeluda
-
USB inicializável do Mountain Lion
pernacabeluda replied to Cassio's topic in Mountain Lion (10.8) BR
Mountain Lion. -
USB inicializável do Mountain Lion
pernacabeluda replied to Cassio's topic in Mountain Lion (10.8) BR
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 -
Follow the guide on AppleHDA patching http://Olarila.com/forum/viewtopic.php?f=18&t=2676 You probably need to adjust the pathmaps.
-
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
-
It depends on your patched AppleHDA, if it uses LayoutID 1 then DSDT is correct.
-
USB inicializável do Mountain Lion
pernacabeluda replied to Cassio's topic in Mountain Lion (10.8) BR
Então é evidente que não pode seguir o segundo link. Segue o primeiro, ou usa MBR para poder usar o Chameleon. -
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".
-
Atualização Snow para Mountain Lion em iMac original
pernacabeluda replied to spyblack's topic in Mountain Lion (10.8) BR
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. -
iATKOS ML2 no notebook HP g42-330BR
pernacabeluda replied to jed852's topic in Mountain Lion (10.8) BR
Defina "coisas". Aplicativos funcionam, drivers não. -
iATKOS ML2 no notebook HP g42-330BR
pernacabeluda replied to jed852's topic in Mountain Lion (10.8) BR
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? -
iATKOS ML2 no notebook HP g42-330BR
pernacabeluda replied to jed852's topic in Mountain Lion (10.8) BR
Sim, porque o 10.8 não tem i386, é apenas x86_64. A última versão com i386 foi o 10.7 (Lion). -
iATKOS ML2 no notebook HP g42-330BR
pernacabeluda replied to jed852's topic in Mountain Lion (10.8) BR
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. -
USB inicializável do Mountain Lion
pernacabeluda replied to Cassio's topic in Mountain Lion (10.8) BR
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. -
iATKOS ML2 no notebook HP g42-330BR
pernacabeluda replied to jed852's topic in Mountain Lion (10.8) BR
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 -
You have to pass full path dsdt=/Users/sahbin/Desktop/DSDT.aml -v
-
iATKOS ML2 no notebook HP g42-330BR
pernacabeluda replied to jed852's topic in Mountain Lion (10.8) BR
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. -
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.
