Cassio
Gurus-
Posts
3,745 -
Joined
-
Last visited
Everything posted by Cassio
-
Não procure pelo ID PCI, mas pelo codec de áudio. Se não sabe qual é, use o getDump da VoodooHDA pra descobrir, ou veja pelo Windows com o Aida.
-
Procure uma AppleHDA editada pro seu codec. Editar do zero é bem complicado http://www.projectosx.com/forum/index.php?showtopic=465
-
Use o IntelCPUMonitor (plugin da FakeSMC) e veja se a frequência do CPU varia de acordo com o uso http://Olarila.com/forum/viewtopic.php?f=6&t=83
-
É um problema clássico nos Dell. Apesar disso o SpeedStep funciona?
-
Qual o warning do LPC? Olhe em /var/log/kernel.log Sobre o EBIOS read error eu não sei, também só vi em CD.
-
Request DSDT for Packard Bell iXtreme m5741
Cassio replied to sotanna's topic in DSDT & Patch Requests
Remove unecessary kexts 17 0 0x78b5c000 0x4000 0x3000 com.psystar.driver.OpenHaltRestart (1.0.3) <4 3> 16 0 0x72a1a000 0x4000 0x3000 es.osx86.driver.EvOreboot (1.0.3) <4 3> 18 0 0x78ad3000 0x3000 0x2000 net.osrom.kext.Disabler (1.0.1) <10> Remove duplicated kext Jan 26 07:48:54 localhost kernel[0]: OSMetaClass: Kext org.netkas.fakesmc class FakeSMC is a duplicate;kext org.netkas.FakeSMC already has a class by that name. Jan 26 07:48:54 localhost kernel[0]: Kext org.netkas.fakesmc start failed (result 0xdc00400a). Jan 26 07:48:54 localhost kernel[0]: Kext org.netkas.fakesmc failed to load (0xdc008017). Jan 26 07:48:54 localhost kernel[0]: Failed to load kext org.netkas.fakesmc (error 0xdc008017). Read guide about DSDT patching http://Olarila.com/forum/viewtopic.php?f=19&t=634 You need patch "LPC NEHALEM" in DSDT and enable GeneratePStates/GenerateCStates in Chameleon, then you can remove NullCPUPowerManagement. About video check this http://Olarila.com/forum/viewtopic.php?f=18&t=154 -
Please help with Asrock Z68 Pro 3 DSDT Problem!
Cassio replied to aufdenschlips's topic in DSDT & Patch Requests
Did you patch AICPUPM with speedstepper? It's needed for Sandy Bridge http://Olarila.com/forum/viewtopic.php?f=19&t=634 If it still doesn't work, try adding processors in scope _PR http://Olarila.com/forum/viewtopic.php?f=19&t=881 -
Tente colocar assim: 0x00190000
-
O endereço segundo o seu screenshot é 0x19 e não zero.
-
Mostre o arquivo modificado, sem ver fica difícil saber se você fez algo errado.
-
Por que você não usa o pack disponível aqui? http://Olarila.com/forum/packs.php Ele já foi testado nesse modelo, não depende de versão do BIOS.
-
Mostre como fez. Por string ou EthernetBuiltIn funciona? Conseguiu bootar com dsdt.aml afinal? O que era?
-
Nunca vi dessa forma, mas pelo que aparece no ioreg é direto no PCI0.
-
Tem certeza de que é a versão certa? http://Olarila.com/forum/viewtopic.php?f=10&t=110 A v7 não é para Lion. Poderia incluir o boot no próprio DVD http://Olarila.com/forum/viewtopic.php?f=3&t=728
-
H55M-USB3 - i5 760 - Palit 9500 GT 1GB (DSDT request)
Cassio replied to Musical's topic in DSDT & Patch Requests
I have no idea, never seen such problem. -
H55M-USB3 - i5 760 - Palit 9500 GT 1GB (DSDT request)
Cassio replied to Musical's topic in DSDT & Patch Requests
Remove size from all buffers, there are others with wrong length. About mirror mode I have no idea. -
H55M-USB3 - i5 760 - Palit 9500 GT 1GB (DSDT request)
Cassio replied to Musical's topic in DSDT & Patch Requests
0x00030000 comes from pci-bridge@3 The buffer size for "NVDA,Parent" is wrong, should be 0x0C, just leave it blank and the compiler will count Buffer [b]()[/b] { "NVDA,Parent" }, For SpeedStep copy CST, PSS and aliases to scope _PR in DSDT. I don't know if Chameleon will load SSDT and SSDT-1 from /Extra, but you can try (then you don't need to copy the code to DSDT). -
H55M-USB3 - i5 760 - Palit 9500 GT 1GB (DSDT request)
Cassio replied to Musical's topic in DSDT & Patch Requests
Are you sure 0x00060000 is the right address? Check in ioreg http://Olarila.com/forum/viewtopic.php?f=19&t=609 Change device_type from NVDA,GeForce to NVDA,Parent http://Olarila.com/forum/viewtopic.php?f=10&t=569 For P and C states use Chameleon to generate then dump the SSDT tables perl -e 'open(CMD, "ioreg -lw0 \| grep SSDT|") or die; while(<CMD>) { chomp; if($_ =~ /\"SSDT\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP, "|xxd -r -p > ~/Desktop/SSDT.aml") or die; print PIP "$1"; } }' perl -e 'open(CMD, "ioreg -lw0 \| grep SSDT-1|") or die; while(<CMD>) { chomp; if($_ =~ /\"SSDT-1\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP, "|xxd -r -p > ~/Desktop/SSDT-1.aml") or die; print PIP "$1"; } }' -
H55M-USB3 - i5 760 - Palit 9500 GT 1GB (DSDT request)
Cassio replied to Musical's topic in DSDT & Patch Requests
You just posted the patch, which help do you need? You can also use GraphicsEnabler. For SpeedStep use GeneratePStates and GenerateCStates together with the patch from here: http://Olarila.com/forum/packs.php -
Would you share these patches?
-
Em alguns casos é necessário editar as kexts de vídeo da ATI pro áudio HDMI funcionar http://www.insanelymac.com/forum/index.php?showtopic=249642
-
Tentou botar apenas o ID do áudio HDMI no plist?
-
Did you insert it in the right place? Check the parent address in ioreg.
-
Read this http://Olarila.com/forum/viewtopic.php?f=19&t=609
-
Você tem que remover o EthernetBuiltIn e incluir o device-properties no org.chameleon.Boot.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 Graphics</key> <string>Yes</string> <key>DSDT</key> <string>/Users/rmonteiro/Desktop/Tools/1201N/Asus 1201N Installer package v4/apps-kext/4 Gb DSDT/dsdt.aml</string> [color=#FF0000] <key>EthernetBuiltIn</key> <string>Yes</string>[/color] [color=#008000] <key>device-properties</key> <string>4b00000001000000010000003f0000000100000002010c00d041030a000000000101060000180101060000007fff0400160000006200750069006c0074002d0069006e0000000500000001</string>[/color] <key>GraphicsEnabler</key> <string>Yes</string> <key>Kernel</key> <string>custom</string> <key>Legacy Logo</key> <string>Yes</string> <key>PciRoot</key> <string>0</string> <key>Timeout</key> <string>5</string> <key>npci</key> <string>0x2000</string> </dict> </plist> Antes verifique se o device-properties gerado pelo EthernetBuiltIn também tem <key>PciRoot(0x0)/Pci(0x18,0x0)/Pci(0x0,0x0)</key> Use os comandos ioreg -lw0 -p IODeviceTree -n efi -r -x | grep device-properties | sed 's/.*<//;s/>.*//;' > ~/Desktop/device-properties.hex gfxutil -s -n -i hex -o xml ~/Desktop/device-properties.hex ~/Desktop/device-properties.plist e abra o device-properties.plist com o editor de textos.
