manuhank Posted February 25, 2012 Share Posted February 25, 2012 i´m making a dsdt for my ECS h67h2-m3 and pentium g620 processor. i just made a few patches correcting compilation errors (_T_x, add two "(return) zero", and a change in MUT0). the problem is that when i boot, i get a KP and it restarts automatically, so i cant watch de debug info. how can i know what wrong? (by the way, i have another osX lion working in the same pc, with easybeast) Link to comment Share on other sites More sharing options...
Cassio Posted February 25, 2012 Share Posted February 25, 2012 The corrections you made just remove compilation warnings and remarks, they actually don't make any difference. If you are not using NullCPUPM I would guess you need to patch AICPUPM http://Olarila.com/forum/viewtopic.php?f=9&t=1003 Maybe you also need to patch LPC and HPET in DSDT http://Olarila.com/forum/viewtopic.php?f=19&t=634 -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
manuhank Posted February 25, 2012 Author Share Posted February 25, 2012 thank for your answer. i patched AICPUPM from my daily use lion to my testing lion (where i'm testing the dsdt). but i'm still getting the KP. so im patching LPC and HPET with DSDT editor, but when i'm compiling i get this two errors: *Object does not exist (DTGP) *Object does not exist (ATT3) i apply the DTGP patch. but i don't find how to fix the ATT3 problem Link to comment Share on other sites More sharing options...
manuhank Posted February 25, 2012 Author Share Posted February 25, 2012 i upload the dsdt as it is right now. maybe it helps to help me 3.txt.zip Link to comment Share on other sites More sharing options...
Cassio Posted February 25, 2012 Share Posted February 25, 2012 It helps if you read the topic, you'll find the solution to both errors. The example is used on Gigabyte mobos, but it may also be needed in other mobos and laptops (adapt _CRS to return the ResourceTemplate right above). DTGP is required by many patches, so you will probably need it. Post a photo of the KP screen. -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
manuhank Posted February 25, 2012 Author Share Posted February 25, 2012 thank againg. i read that topic,that way i apply de DTGP patch, but i dont know exactly what "adapt _CRS to return the ResourceTemplate right above" means. { Scope (PCI0) { Device (HPET) { Name (_HID, EisaId ("PNP0103")) Name (CRS, ResourceTemplate () { Memory32Fixed (ReadWrite, 0xFED00000, // Address Base 0x00000400, // Address Length _Y1F) }) OperationRegion (HCNT, SystemMemory, HPTC, 0x04) Field (HCNT, DWordAcc, NoLock, Preserve) { HPTS, 2, , 5, HPTE, 1 } Method (_STA, 0, NotSerialized) { Return (0x0F) } Method (_CRS, 0, NotSerialized) { Return (ATT3) } } } } do i have to make it return to _HID? or to other thing? Link to comment Share on other sites More sharing options...
Cassio Posted February 25, 2012 Share Posted February 25, 2012 Post a photo of the KP screen, maybe it's a different problem and you are wasting time. { Scope (PCI0) { Device (HPET) { Name (_HID, EisaId ("PNP0103")) Name ([b][color=#FF0000]CRS[/color][/b], ResourceTemplate () { Memory32Fixed (ReadWrite, 0xFED00000, // Address Base 0x00000400, // Address Length _Y1F) }) OperationRegion (HCNT, SystemMemory, HPTC, 0x04) Field (HCNT, DWordAcc, NoLock, Preserve) { HPTS, 2, , 5, HPTE, 1 } Method (_STA, 0, NotSerialized) { Return (0x0F) } Method (_CRS, 0, NotSerialized) { Return ([b][color=#FF0000]CRS[/color][/b]) } } } } -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
manuhank Posted February 25, 2012 Author Share Posted February 25, 2012 you was right, it solve the problem. now the problem is that usb keyboard dont work after wake up. http://dl.dropbox.com/u/1711799/IMG_4711.JPG http://dl.dropbox.com/u/1711799/IMG_4710.JPG do i have to apply all the USB patches? i have a really newbie question: for change de DSDT is enough to replace de DSDT.aml file in /Extra or i have to do something else? thank for your time Link to comment Share on other sites More sharing options...
Cassio Posted February 25, 2012 Share Posted February 25, 2012 Try EHCI sleep. You need to adapt addresses or it won't apply 0x001D0007 -> 0x001D0000 0x001A0007 -> 0x001A0000 Also apply IRQs. Just replace DSDT.aml in /Extra. -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
manuhank Posted February 25, 2012 Author Share Posted February 25, 2012 no luck. i can wake up from keyboard, but i cant write. http://dl.dropbox.com/u/1711799/IMG_4712.JPG http://dl.dropbox.com/u/1711799/IMG_4713.JPG http://dl.dropbox.com/u/1711799/IMG_4714.JPG i applied: # Fix for "AppleUSBEHCI::CheckSleepCapability - controller will be unloaded across sleep" # into method label _DSM parent_adr 0x001D0000 remove_entry; into device name_adr 0x001D0000 insert begin Method (_DSM, 4, NotSerialized)\n {\n Store (Package (0x04)\n {\n "AAPL,clock-id",\n Buffer (0x01)\n {\n 0x01\n },\n "device_type",\n Buffer (0x05)\n {\n "EHCI"\n }\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end; into method label _DSM parent_adr 0x001A0000 remove_entry; into device name_adr 0x001A0000 insert begin Method (_DSM, 4, NotSerialized)\n {\n Store (Package (0x04)\n {\n "AAPL,clock-id",\n Buffer (0x01)\n {\n 0x02\n },\n "device_type",\n Buffer (0x05)\n {\n "EHCI"\n }\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end and IRQs Link to comment Share on other sites More sharing options...
Cassio Posted February 25, 2012 Share Posted February 25, 2012 Why those pictures? Can't you reach the desktop yet? Post errors from kernel log cat /var/log/kernel.log > ~/Desktop/kernel.txt -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
manuhank Posted February 25, 2012 Author Share Posted February 25, 2012 sorry i didn't know how to do it. heres the kernel.log and here the last boot info Feb 25 16:00:00 localhost kernel[0]: PMAP: PCID enabled Feb 25 16:00:00 localhost kernel[0]: Darwin Kernel Version 11.0.0: Sat Jun 18 12:56:35 PDT 2011; root:xnu-1699.22.73~1/RELEASE_X86_64 Feb 25 16:00:00 localhost kernel[0]: vm_page_bootstrap: 1004565 free pages and 35819 wired pages Feb 25 16:00:00 localhost kernel[0]: kext submap [0xffffff7f8072e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072e000] Feb 25 16:00:00 localhost kernel[0]: zone leak detection enabled Feb 25 16:00:00 localhost kernel[0]: standard timeslicing quantum is 10000 us Feb 25 16:00:00 localhost kernel[0]: mig_table_max_displ = 72 Feb 25 16:00:00 localhost kernel[0]: TSC Deadline Timer supported and enabled Feb 25 16:00:00 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled Feb 25 16:00:00 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled Feb 25 16:00:00 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Feb 25 16:00:00 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Feb 25 16:00:00 localhost kernel[0]: calling mpo_policy_init for Sandbox Feb 25 16:00:00 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Feb 25 16:00:00 localhost kernel[0]: calling mpo_policy_init for Quarantine Feb 25 16:00:00 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Feb 25 16:00:00 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993 Feb 25 16:00:00 localhost kernel[0]: The Regents of the University of California. All rights reserved. Feb 25 16:00:00 localhost kernel[0]: MAC Framework successfully initialized Feb 25 16:00:00 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers Feb 25 16:00:00 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Feb 25 16:00:00 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3) Feb 25 16:00:00 localhost kernel[0]: PFM64 0xf10000000, 0xf0000000 Feb 25 16:00:00 localhost kernel[0]: [ PCI configuration begin ] Feb 25 16:00:00 localhost kernel[0]: PCI configuration changed (bridge=1 device=0 cardbus=0) Feb 25 16:00:00 localhost kernel[0]: [ PCI configuration end, bridges 7 devices 11 ] Feb 25 16:00:00 localhost kernel[0]: RTC: Only single RAM bank (128 bytes) Feb 25 16:00:00 localhost kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0000 Feb 25 16:00:00 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 13:08:12 Jun 18 2011) initialization complete Feb 25 16:00:00 localhost kernel[0]: FakeSMC: opensource SMC device emulator by netkas (C) 2009 Feb 25 16:00:00 localhost kernel[0]: FakeSMC: plugins & plugins support modifications by mozodojo, usr-sse2, slice (C) 2010 Feb 25 16:00:00 localhost kernel[0]: FakeSMCDevice: 17 preconfigured keys added: Feb 25 16:00:00 localhost kernel[0]: FakeSMCDevice: successfully initialized Feb 25 16:00:00 localhost kernel[0]: [RealtekRTL81xx:init] RealtekRTL81xx.kext v0.0.90 (c)2010-2011 by Lnx2Mac (lnx2mac@gmail.com) Feb 25 16:00:00 localhost kernel[0]: mbinit: done [64 MB total pool size, (42/21) split] Feb 25 16:00:00 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused Feb 25 16:00:00 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start Feb 25 16:00:00 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start Feb 25 16:00:00 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Feb 25 16:00:00 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded Feb 25 16:00:00 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready Feb 25 16:00:00 localhost kernel[0]: [RealtekRTL81xx:init] _logLevel is now 132 (0x0084) Feb 25 16:00:00 localhost kernel[0]: [RealtekRTL81xx:init] Using updated PHY config method Feb 25 16:00:00 localhost kernel[0]: [RealtekRTL81xx:init] init completed Feb 25 16:00:00 localhost kernel[0]: [RTL81xx@0xd000:rtl8168_init_board] NIC identified as RTL8168E/8111E (mcfg=14) Feb 25 16:00:00 localhost kernel[0]: [iOBluetoothHCIController::setConfigState] calling registerService Feb 25 16:00:00 localhost kernel[0]: USBMSC Identifier (non-unique): 058F63646476 0x58f 0x6364 0x100 Feb 25 16:00:00 localhost kernel[0]: rooting via boot-uuid from /chosen: EDCA1939-4B4E-364E-BC9E-4E45905B6017 Feb 25 16:00:00 localhost kernel[0]: From path: "uuid", Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict> Feb 25 16:00:00 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SAT0@1F,2/AppleIntelPchSeriesAHCI/PRT3@3/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/SAMSUNG HD502HJ Media/IOGUIDPartitionScheme/Prueba@2 Feb 25 16:00:00 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2 Feb 25 16:00:00 localhost kernel[0]: Kernel is LP64 Feb 25 16:00:01 localhost kernel[0]: com_lnx2mac_RealtekRTL81xx: Ethernet address 10:78:d2:85:52:15 Feb 25 16:00:02 localhost kernel[0]: Controller: Intel Cougar Point (vendor ID: 8086, device ID: 1c20) Feb 25 16:00:02 localhost kernel[0]: Previous Shutdown Cause: 3 Feb 25 16:00:02 localhost kernel[0]: DSMOS has arrived Feb 25 16:00:02 localhost kernel[0]: NVDANV50HAL loaded and registered. Feb 25 16:00:02 localhost kernel[0]: TIMEOUT numcmd=1, sent=1, received=0 Feb 25 16:00:03: --- last message repeated 1 time --- Feb 25 16:00:02 localhost kernel[0]: error: codec #3 is not responding, probing aborted Feb 25 16:00:04 Mac-Pro-de-manuhank kernel[0]: macx_swapon SUCCESS Feb 25 16:00:06 Mac-Pro-de-manuhank kernel[0]: nstat_lookup_entry failed: 2 Feb 25 16:00:36: --- last message repeated 1 time --- kernel.txt.zip Link to comment Share on other sites More sharing options...
Cassio Posted February 25, 2012 Share Posted February 25, 2012 I have no idea. Edit: try this (from Gigabyte Sandy Bridge patches) into method label _DSM parent_adr 0x001D0000 remove_entry; into device name_adr 0x001D0000 insert begin Method (_DSM, 4, NotSerialized)\n {\n Store (Package ()\n {\n "AAPL,current-available",\n 0x0834,\n "AAPL,current-extra",\n 0x0A8C,\n "AAPL,current-extra-in-sleep",\n 0x0A8C,\n "AAPL,max-port-current-in-sleep",\n 0x0834,\n "AAPL,device-internal",\n 0x02,\n Buffer (0x01)\n {\n 0x00\n }\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end; into method label _DSM parent_adr 0x001A0000 remove_entry; into device name_adr 0x001A0000 insert begin Method (_DSM, 4, NotSerialized)\n {\n Store (Package ()\n {\n "AAPL,current-available",\n 0x0834,\n "AAPL,current-extra",\n 0x0A8C,\n "AAPL,current-extra-in-sleep",\n 0x0A8C,\n "AAPL,max-port-current-in-sleep",\n 0x0834,\n "AAPL,device-internal",\n 0x02,\n Buffer (0x01)\n {\n 0x00\n }\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n } end -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
manuhank Posted February 25, 2012 Author Share Posted February 25, 2012 wih tath gigabyte patch it got worse. now, when i put to sleep, it restarst itself, and keyboard still not working. Link to comment Share on other sites More sharing options...
Cassio Posted February 25, 2012 Share Posted February 25, 2012 Then I have no idea, maybe it's not a DSDT issue. Try to review BIOS settings, it helped in this case (other mobo, but who knows) http://www.insanelymac.com/forum/index.php?showtopic=271221&view=findpost&p=1779780 -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
manuhank Posted February 26, 2012 Author Share Posted February 26, 2012 here're some news: the problem is just with the usb keyboard, and it back working if i replug it. anyways i've installed 10.7.3 combo update and i get this KP http://dl.dropbox.com/u/1711799/IMG_4716.JPG here's the kernel log http://dl.dropbox.com/u/1711799/kernel.txt i've tried reinstalling in many different ways. Link to comment Share on other sites More sharing options...
Cassio Posted February 26, 2012 Share Posted February 26, 2012 When update finishes, before restarting you need to patch AICPUPM again http://Olarila.com/forum/viewtopic.php?f=9&t=1003 Or use NullCPUPM during update and remove it after you patch the new AICPUPM. -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
manuhank Posted February 26, 2012 Author Share Posted February 26, 2012 i did. but i still get de KP Link to comment Share on other sites More sharing options...
Cassio Posted February 26, 2012 Share Posted February 26, 2012 Did what? Used NullCPUPM? You need to restart after installing and before updating. -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
manuhank Posted February 26, 2012 Author Share Posted February 26, 2012 i did repatch AICPUPM. even i apply the combo update after installing, and then use multishit and the AICPUPM patch. Link to comment Share on other sites More sharing options...
Cassio Posted February 26, 2012 Share Posted February 26, 2012 What does "use multishit" mean? I guess it causes more trouble than it helps. -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
manuhank Posted February 26, 2012 Author Share Posted February 26, 2012 i use to install lion with this method http://tonycrapx86.blogspot.com/2011/10/unishit-install-mac-os-x-lion-using.html after creating a USB lion's installer with unishit and booting in the instalation partition with it, i use a multishit patcher that configure chameleon with the dsdt file and various kext and drivers. if i install without the 10.7.3 combo, all works right exept for the USB keyboard wake up problem. i havnt tried with 10.7.1 and 10.7.2, anyways. i thought it was the only method Link to comment Share on other sites More sharing options...
Cassio Posted February 26, 2012 Share Posted February 26, 2012 various kext and drivers That's your problem, IMO. You don't actually know what you installed. How to install http://Olarila.com/forum/viewtopic.php?f=17&t=134 Use NullCPUPowerManagement during install and update, only remove it after you patch AICPUPM. -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
manuhank Posted February 26, 2012 Author Share Posted February 26, 2012 finally i reached 10.7.3 using NullCPUPM and then deleting it. but the keyboard problem persist. by the way here's a list of the things i used to install: DSDT.aml64-Bit org.chameleon.Boot.plist with GraphicsEnabler=Yes, Apple Boot Screen, UseKernelCache=Yes, GenerateCStates=Yes, GeneratePStates=Yes and npci=0x2000 and darkwake=0 kernel flags, MacPro3,1 smbios.plist.FakeSMC.kext in /System/Library/Extensions.Chimera v1.6.0 r1394 AHCI_3rdParty_SATA.kextPXHCD.kext (this next is for USB 3.0, but i've tried installing with and without it, and the keyboard problems continuesi've tried both, official and Lnx2Mac's AppleRTL8169Ethernet.kext (LAN drivers) and here's my kextstats results Index Refs Address Size Wired Name (Version) <Linked Against> 1 63 0xffffff7f80743000 0x683c 0x683c com.apple.kpi.bsd (11.3.0) 2 6 0xffffff7f8072f000 0x3d0 0x3d0 com.apple.kpi.dsep (11.3.0) 3 81 0xffffff7f8074d000 0x1b9d8 0x1b9d8 com.apple.kpi.iokit (11.3.0) 4 86 0xffffff7f80739000 0x9b54 0x9b54 com.apple.kpi.libkern (11.3.0) 5 75 0xffffff7f80730000 0x88c 0x88c com.apple.kpi.mach (11.3.0) 6 29 0xffffff7f80731000 0x4938 0x4938 com.apple.kpi.private (11.3.0) 7 48 0xffffff7f80736000 0x22a0 0x22a0 com.apple.kpi.unsupported (11.3.0) 8 15 0xffffff7f8121a000 0x7000 0x7000 com.apple.iokit.IOACPIFamily (1.4) <7 6 4 3> 9 22 0xffffff7f807e8000 0x1e000 0x1e000 com.apple.iokit.IOPCIFamily (2.6.8) <7 6 5 4 3> 10 1 0xffffff7f81be5000 0x58000 0x58000 com.apple.driver.AppleACPIPlatform (1.4) <9 8 7 6 5 4 3 1> 11 1 0xffffff7f8101d000 0xc000 0xc000 com.apple.driver.AppleKeyStore (28.18) <7 6 5 4 3 1> 12 11 0xffffff7f80769000 0x25000 0x25000 com.apple.iokit.IOStorageFamily (1.7) <7 6 5 4 3 1> 13 0 0xffffff7f81293000 0x19000 0x19000 com.apple.driver.DiskImages (331.3) <12 7 6 5 4 3 1> 14 0 0xffffff7f81b0a000 0x2a000 0x2a000 com.apple.driver.AppleIntelCPUPowerManagement (167.3.0) <7 6 5 4 3 1> 15 0 0xffffff7f8074a000 0x3000 0x3000 com.apple.security.TMSafetyNet (7) <7 6 5 4 2 1> 16 2 0xffffff7f807cd000 0x4000 0x4000 com.apple.kext.AppleMatch (1.0.0d1) <4 1> 17 1 0xffffff7f807d1000 0x11000 0x11000 com.apple.security.sandbox (177.3) <16 7 6 5 4 3 2 1> 18 0 0xffffff7f807e2000 0x5000 0x5000 com.apple.security.quarantine (1.1) <17 16 7 6 5 4 2 1> 19 0 0xffffff7f81c5c000 0x8000 0x8000 com.apple.nke.applicationfirewall (3.2.30) <7 6 5 4 3 1> 20 0 0xffffff7f81b06000 0x3000 0x3000 com.apple.driver.AppleIntelCPUPowerManagementClient (167.3.0) <7 6 5 4 3 1> 21 0 0xffffff7f81bc2000 0x3000 0x3000 com.apple.driver.AppleAPIC (1.5) <4 3> 22 0 0xffffff7f81a08000 0x4000 0x4000 com.apple.driver.AppleSMBIOS (1.7) <7 4 3> 23 0 0xffffff7f81a2d000 0x7000 0x7000 com.apple.driver.AppleRTC (1.4) <8 5 4 3 1> 24 0 0xffffff7f81b3c000 0x3000 0x3000 com.apple.driver.AppleHPET (1.6) <8 7 5 4 3> 25 2 0xffffff7f81029000 0x6b000 0x6b000 com.apple.iokit.IOHIDFamily (1.7.1) <11 7 6 5 4 3 2 1> 26 0 0xffffff7f81c46000 0x4000 0x4000 com.apple.driver.AppleACPIButtons (1.4) <25 10 8 7 6 5 4 3 1> 27 0 0xffffff7f815fa000 0x7000 0x7000 org.netkas.FakeSMC (3.1.0) <8 7 5 4 3> 28 1 0xffffff7f81b9e000 0x4000 0x4000 com.apple.driver.AppleEFIRuntime (1.5.0) <7 6 5 4 3> 29 0 0xffffff7f81ba2000 0x7000 0x7000 com.apple.driver.AppleEFINVRAM (1.5.0) <28 7 5 4 3> 30 8 0xffffff7f80806000 0x4f000 0x4f000 com.apple.iokit.IOUSBFamily (4.5.8) <9 7 5 4 3 1> 31 0 0xffffff7f810eb000 0x17000 0x17000 com.apple.driver.AppleUSBEHCI (4.5.8) <30 9 7 5 4 3 1> 32 0 0xffffff7f8101a000 0x3000 0x3000 com.apple.iokit.IOUSBUserClient (4.5.8) <30 7 5 4 3 1> 33 0 0xffffff7f810d6000 0x11000 0x11000 com.apple.driver.AppleUSBHub (4.5.0) <30 5 4 3 1> 34 0 0xffffff7f80855000 0x1e000 0x1e000 com.LaCie.driver.PXHCD (1.0.7) <30 9 7 5 4 3> 35 4 0xffffff7f80fd7000 0x29000 0x29000 com.apple.iokit.IONetworkingFamily (2.0) <7 6 5 4 3 1> 36 0 0xffffff7f8169d000 0x9000 0x9000 com.apple.BootCache (33) <7 6 5 4 3 1> 37 0 0xffffff7f81b8d000 0x5000 0x5000 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0d1) <6 4 3 2 1> 38 0 0xffffff7f81b94000 0x5000 0x5000 com.apple.AppleFSCompression.AppleFSCompressionTypeDataless (1.0.0d1) <7 6 4 3 2 1> 39 3 0xffffff7f8140f000 0xa000 0xa000 com.apple.iokit.IOAHCIFamily (2.0.7) <5 4 3 1> 40 0 0xffffff7f81bc6000 0x18000 0x18000 com.apple.driver.AppleAHCIPort (2.2.0) <39 9 5 4 3 1> 41 0 0xffffff7f81256000 0x33000 0x33000 com.apple.driver.AppleRTL8169Ethernet (1.1.4a5) <35 9 5 4 3 1> 42 0 0xffffff7f8109c000 0x6000 0x6000 com.apple.driver.AppleUSBComposite (4.5.8) <30 4 3 1> 43 5 0xffffff7f80878000 0x2b000 0x2b000 com.apple.iokit.IOSCSIArchitectureModelFamily (3.0.3) <5 4 3 1> 44 0 0xffffff7f81009000 0x11000 0x11000 com.apple.iokit.IOUSBMassStorageClass (3.0.1) <43 30 12 5 4 3 1> 45 0 0xffffff7f81094000 0x8000 0x8000 com.apple.iokit.IOUSBHIDDriver (4.4.5) <30 25 5 4 3 1> 46 0 0xffffff7f80f14000 0x15000 0x15000 com.apple.iokit.IOSCSIBlockCommandsDevice (3.0.3) <43 12 5 4 3 1> 47 0 0xffffff7f811d5000 0x7000 0x7000 com.apple.iokit.SCSITaskUserClient (3.0.3) <43 12 5 4 3 1> 48 0 0xffffff7f81b9b000 0x3000 0x3000 com.apple.driver.AppleFileSystemDriver (13) <12 4 3> 49 1 0xffffff7f81308000 0x76000 0x76000 com.apple.iokit.IOBluetoothFamily (4.0.3f12) <7 5 4 3 1> 50 0 0xffffff7f8139e000 0xe000 0xe000 com.apple.driver.AppleUSBBluetoothHCIController (4.0.3f12) <49 30 7 5 4 3> 51 0 0xffffff7f81419000 0xc000 0xc000 com.apple.iokit.IOAHCISerialATAPI (2.0.1) <43 39 5 4 3 1> 52 0 0xffffff7f81425000 0x15000 0x15000 com.apple.iokit.IOAHCIBlockStorage (2.0.1) <39 12 5 4 3 1> 53 0 0xffffff7f8190d000 0x4000 0x4000 com.apple.driver.XsanFilter (403) <12 5 4 3 1> 54 3 0xffffff7f811de000 0xd000 0xd000 com.apple.iokit.IOCDStorageFamily (1.7) <12 5 4 3 1> 55 2 0xffffff7f811eb000 0xb000 0xb000 com.apple.iokit.IODVDStorageFamily (1.7) <54 12 5 4 3 1> 56 1 0xffffff7f811f6000 0xa000 0xa000 com.apple.iokit.IOBDStorageFamily (1.6) <55 54 12 5 4 3 1> 57 0 0xffffff7f81200000 0x1a000 0x1a000 com.apple.iokit.IOSCSIMultimediaCommandsDevice (3.0.3) <56 55 54 43 12 5 4 3 1> 58 10 0xffffff7f808c0000 0x38000 0x38000 com.apple.iokit.IOGraphicsFamily (2.3.2) <9 7 5 4 3> 59 4 0xffffff7f808f8000 0x12000 0x12000 com.apple.iokit.IONDRVSupport (2.3.2) <58 9 7 5 4 3> 60 1 0xffffff7f81b7b000 0x3000 0x3000 com.apple.driver.AppleGraphicsControl (3.0.16) <59 58 9 8 7 5 4 3 1> 61 0 0xffffff7f81b7e000 0xf000 0xf000 com.apple.driver.ApplePolicyControl (3.0.16) <60 59 58 9 8 7 5 4 3 1> 62 1 0xffffff7f816b7000 0x6000 0x6000 com.apple.kext.OSvKernDSPLib (1.3) <5 4> 63 2 0xffffff7f816bd000 0x2a000 0x2a000 com.apple.iokit.IOAudioFamily (1.8.6fc6) <62 5 4 3 1> 64 0 0xffffff7f816e7000 0x4000 0x4000 com.apple.driver.AudioIPCDriver (1.2.2) <63 5 4 3 1> 65 2 0xffffff7f81234000 0xc000 0xc000 com.apple.driver.AppleSMC (3.1.1d8) <8 7 5 4 3> 66 0 0xffffff7f81601000 0x5000 0x5000 com.apple.Dont_Steal_Mac_OS_X (7.0.0) <65 7 4 3 1> 67 1 0xffffff7f813bd000 0x5000 0x5000 com.apple.iokit.IOEthernetAVBController (1.0.0d5) <35 5 4 3 1> 68 0 0xffffff7f813c2000 0x9000 0x9000 com.apple.iokit.IOAVBFamily (1.0.0d22) <67 35 5 4 3 1> 69 2 0xffffff7f811c7000 0xe000 0xe000 com.apple.iokit.IOSerialFamily (10.0.5) <7 6 5 4 3 1> 70 0 0xffffff7f81390000 0xe000 0xe000 com.apple.iokit.IOBluetoothSerialManager (4.0.3f12) <69 7 5 4 3 1> 71 0 0xffffff7f811ad000 0x12000 0x12000 com.apple.iokit.IOSurface (80.0) <7 5 4 3 1> 72 0 0xffffff7f81000000 0x6000 0x6000 com.apple.iokit.IOUserEthernet (1.0.0d1) <35 6 5 4 3 1> 73 2 0xffffff7f81221000 0x13000 0x13000 com.apple.driver.IOPlatformPluginFamily (4.7.5d4) <8 7 6 5 4 3> 74 0 0xffffff7f81240000 0x11000 0x11000 com.apple.driver.ACPI_SMC_PlatformPlugin (4.7.5d4) <73 65 9 8 7 6 5 4 3> 75 1 0xffffff7f81b55000 0xc000 0xc000 com.apple.iokit.IOHDAFamily (2.1.7f9) <5 4 3 1> 76 0 0xffffff7f81b61000 0x1a000 0x1a000 com.apple.driver.AppleHDAController (2.1.7f9) <75 58 9 6 5 4 3 1> 77 2 0xffffff7f8090a000 0x2da000 0x2da000 com.apple.NVDAResman (7.1.8) <59 58 9 5 4 3 1> 78 0 0xffffff7f80be4000 0x322000 0x322000 com.apple.nvidia.nv50hal (7.1.8) <77 4 3> 79 0 0xffffff7f8150b000 0xc0000 0xc0000 com.apple.GeForce (7.1.8) <77 59 58 9 7 6 5 4 3 1> 80 0 0xffffff7f81acc000 0x3a000 0x3a000 com.apple.driver.AppleIntelSNBGraphicsFB (7.1.8) <58 9 8 7 6 5 4 3 1> 81 1 0xffffff7f81c4c000 0xd000 0xd000 com.apple.driver.Apple16X50Serial (3.0) <69 9 5 4 3> 82 0 0xffffff7f81c59000 0x2000 0x2000 com.apple.driver.Apple16X50ACPI (3.0) <81 8 4 3> 83 0 0xffffff7f81abf000 0x3000 0x3000 com.apple.driver.AppleLPC (1.5.3) <9 5 4 3> 84 0 0xffffff7f81a05000 0x3000 0x3000 com.apple.driver.AppleSMBusPCI (1.0.10d0) <9 5 4 3> 85 0 0xffffff7f81a90000 0xa000 0xa000 com.apple.driver.AppleMCCSControl (1.0.26) <58 9 7 5 4 3 1> 86 0 0xffffff7f81955000 0x5000 0x5000 com.apple.driver.AppleUpstreamUserClient (3.5.9) <58 9 8 7 5 4 3 1> 87 0 0xffffff7f816ed000 0x5000 0x5000 com.apple.driver.AudioAUUC (1.59) <63 58 9 8 7 5 4 3 1> 88 0 0xffffff7f81bb8000 0xa000 0xa000 com.apple.driver.AppleAVBAudio (1.0.0d11) <5 4 3 1> 89 0 0xffffff7f8195c000 0x9000 0x9000 com.apple.driver.AppleTyMCEDriver (1.0.2d2) <73 9 8 7 6 5 4 3 1> 90 1 0xffffff7f816a7000 0x5000 0x5000 com.apple.kext.triggers (1.0) <7 6 5 4 3 1> 91 0 0xffffff7f816ac000 0x9000 0x9000 com.apple.filesystems.autofs (3.0) <90 7 6 5 4 3 1> 92 0 0xffffff7f81b35000 0x5000 0x5000 com.apple.driver.AppleHWSensor (1.9.4d0) <5 4 3> 93 1 0xffffff7f80f06000 0xc000 0xc000 com.apple.filesystems.msdosfs (1.7.1) <7 5 4 1> Link to comment Share on other sites More sharing options...
manuhank Posted February 27, 2012 Author Share Posted February 27, 2012 i found this error, thats is probably the cause: AppleUSBCDC: start - initDevice failedbut i didnt find anythig tha helps to solving it in the bios i dont have the HPET 64 bits option (nor any HPET option) i've tried with and without usb legacy mode and nothing my system definition is macpro 3,1. could it be the problem? an other newbie question: does the AICPUPM patch brings speedstep control? or is necesary other patch? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now