xorxorxor Posted April 9, 2011 Share Posted April 9, 2011 I've modified the HDEF section of my DSDT.aml, so its layout-id matches the one of AppleHDA.kext. Here is what I have right now. Device (HDEF) { Name (_ADR, 0x001B0000) Method (_DSM, 4, NotSerialized) { Store (Package (0x04) { "layout-id", Buffer (0x04) { 0x0C, 0x00, 0x00, 0x00 }, "PinConfigurations", Buffer (Zero) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } ... So the layout-id is 12 obviously, but still no device detected. What should I do to get the device to be loaded? (HDAEnabler.kext doesn't work, i've tried.) Btw, I've tried VoodooHDA, but I can't get the headphone jack to work. Ugh, I'd rather have internal speaker not hooked up and headphone jack working, because I almost always use my headphone with my laptop. * UPDATE : I'm in the middle of my school semester, and I do not wish to put much more time trying all the different methods to get this dumb headphone jack to work. But since I study in libraries a lot, I really really need to get this headphone jack to work. The idea of carrying a USB dongle doesn't sit well with me, when I know there's got to be a way to get the headphone jack to work. So if anyone can help me pop out the sound from the headphone jack, I'll donate $20 via Paypal, as a sign of appreciation, to the first person who suggests a working solution. Thank you very much for reading this post. Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/ Share on other sites More sharing options...
xorxorxor Posted April 9, 2011 Author Share Posted April 9, 2011 Oops, i forgot to specify. The attachments are my linux codec_dump and dump from voodooHDA. Laptop : MSI GX660R-060US with i7 740qm OS : Mac OS X 10.6.6 Audio Device : Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06). 3b56:8086 Codec : ALC 888 codec_dump.txt dump.txt Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1668268 Share on other sites More sharing options...
idoc Posted April 16, 2011 Share Posted April 16, 2011 Use my dsdt + extra folder from oldas thread. Rollback to 10.6.2 applehda with [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url]. Download audieee from ipisosx website (need to power eapd after sleep). Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1671079 Share on other sites More sharing options...
xorxorxor Posted April 19, 2011 Author Share Posted April 19, 2011 I only see one post by olda, which is about troubleshooting HD5870... Did he post a thread on audio issues as well? And it seems like Audieee is for eee pc. Will it work on my laptop also? Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1672369 Share on other sites More sharing options...
idoc Posted April 24, 2011 Share Posted April 24, 2011 I've updated to AppleHDA 10.6.3 to try and get HDMI audio working. Patching the binary counterintuitively 8B19D411 -> 8808ec10 means no loss of sound on wakeup (8508ec10 -> 8808ec10 no sound on reboot only on wake from sleep). Anyway, here are the files AppleHDA.kext to S/L/E and ALC8xxHDA.kext to /E/E. Archive.zip Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1673943 Share on other sites More sharing options...
idoc Posted April 26, 2011 Share Posted April 26, 2011 OK. I've updated to 10.6.6, now HDMI Audio works, as long as your HDMI is detected as such and not DP. At present I only have the internal microphone working (more experimenting required) but all outputs seem to work as expected. The only caveat here is that there is no sound on wake from sleep - I use sleepwatcher to run an init script to fire of reggie_se (need chud tools from here http://mac.softpedia.com/progDownload/Appl...load-1502.html), this means using the 32-bit kernel (but apps run in 64-bit) arch=i386 in chameleon. I've attached the required files. AppleHDA.kext in S/L/E/, my dsdt - you just need the Device (HDAU) and Method (_DSM, 4, NotSerialized) from Device(VGA) but it should work in its entirety, patched ATIFramebuffer.kext /S/L/E, boot.plist with graphicsenabler off and the init script to turn on the amp on node 0x14. audio.zip Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1674881 Share on other sites More sharing options...
xorxorxor Posted April 27, 2011 Author Share Posted April 27, 2011 idoc, thank you very much for your replies. I'm in the middle of my final project, so I can't afford another installation in case things go wrong. I'll try out your methods as soon as my finals are over. Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1675377 Share on other sites More sharing options...
idoc Posted May 6, 2011 Share Posted May 6, 2011 Modified the AppleHDA further, now. All outputs correct headphone/internal speakers autodetect, create an aggregate device for quadrophonic sound. All inputs work external mic/audio line in autodetect. HDMI audio Sound assertion "kTypePinComplex != fType" failed in "/SourceCache/AppleHDA/AppleHDA-199.4.12/AppleHDA/AppleHDAWidget.cpp" at line 2013 goto Exit I think this is due to patching AD1988 instead of ALC885, but better results this way. AppleHDA.kext.zip Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1679903 Share on other sites More sharing options...
idoc Posted May 11, 2011 Share Posted May 11, 2011 Interestingly, and quite serendipitously I have all inputs working but not through the kext I posted before. This kext gives everything except internal microphone, but I accidentally forgot to rename a testing AppleHDA and installed it along side the previous AppleHDA (named AppleHDAjustintmic.kext) and it loads simultaneously with the main AppleHDA kext and picks up the internal mic! AppleHDAjustintmic.kext.zip Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1682225 Share on other sites More sharing options...
xorxorxor Posted May 13, 2011 Author Share Posted May 13, 2011 ok finals are over time to try out your kexts... thanks very much idoc, i'll keep you posted on the result! Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1683284 Share on other sites More sharing options...
xorxorxor Posted May 21, 2011 Author Share Posted May 21, 2011 tried AppleHDA, it's not working. My system cannot detect any audio device. :S Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1686773 Share on other sites More sharing options...
iLeopod Posted May 22, 2011 Share Posted May 22, 2011 The Kext has layout id 888 so you must change your layout id in DSDT: "layout-id", Buffer (0x04) { 0x78, 0x03, 0x00, 0x00 }, Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1686963 Share on other sites More sharing options...
xorxorxor Posted May 22, 2011 Author Share Posted May 22, 2011 fixed my DSDT...still no luck. Device (HDEF) { Name (_ADR, 0x001B0000) Method (_DSM, 4, NotSerialized) { Store (Package (0x04) { "layout-id", Buffer (0x04) { 0x78, 0x03, 0x00, 0x00 }, "PinConfigurations", Buffer (Zero) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1686982 Share on other sites More sharing options...
ileikcaek Posted May 22, 2011 Share Posted May 22, 2011 This works for my ALC888, no DSDT edits. see if it works for you: ALC888.zip Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1687049 Share on other sites More sharing options...
idoc Posted May 23, 2011 Share Posted May 23, 2011 Must be solvable, as I have exactly the same codec. Could you post your ioreg and kextstat. It sounds as if AppleHDA.kext isn't loading, you could try to manually load it with sudo kextload -v /S/L/E/AppleHDA.kext. Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1687531 Share on other sites More sharing options...
xorxorxor Posted May 29, 2011 Author Share Posted May 29, 2011 IOREG +-o Root <class IORegistryEntry, id 0x100000100, retain 9> +-o iMac11,3 <class IOPlatformExpertDevice, id 0x100000109, registered, matched, active, busy 0 (23711 ms), retain 42> +-o AppleACPIPlatformExpert <class AppleACPIPlatformExpert, id 0x10000010a, registered, matched, active, busy 0 (18749 ms), retain 52> | +-o IOPMrootDomain <class IOPMrootDomain, id 0x10000010e, registered, matched, active, busy 0 (27 ms), retain 55> | | +-o IORootParent <class IORootParent, id 0x10000010f, !registered, !matched, active, busy 0, retain 7> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x1000002f7, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x1000002f8, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x1000002f9, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x1000002fa, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x1000002fc, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x10000031b, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000444, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x10000044b, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x10000044d, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000461, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000462, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000465, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000466, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000467, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000470, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000481, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000483, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000484, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000489, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x10000048c, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000495, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x10000049f, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x1000004a0, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x1000004a1, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x1000004a2, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x1000004a3, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000505, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000506, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000507, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000508, !registered, !matched, active, busy 0, retain 5> | | +-o RootDomainUserClient <class RootDomainUserClient, id 0x100000509, !registered, !matched, active, busy 0, retain 5> | +-o cpus <class IOPlatformDevice, id 0x100000111, registered, matched, active, busy 0 (21 ms), retain 13> | +-o CPU0@0 <class IOACPIPlatformDevice, id 0x100000112, registered, matched, active, busy 0 (7529 ms), retain 7> | | +-o AppleACPICPU <class AppleACPICPU, id 0x10000011f, registered, matched, active, busy 0 (7495 ms), retain 8> | | +-o AppleACPICPUInterruptController <class AppleACPICPUInterruptController, id 0x100000127, registered, matched, active, busy 0 (0 ms), retain 5> | | +-o ACPI_SMC_PlatformPlugin <class ACPI_SMC_PlatformPlugin, id 0x10000039b, registered, matched, active, busy 0 (465 ms), retain 11> | | +-o AGPMEnabler <class IOPlatformPluginDevice, id 0x1000003cd, registered, matched, active, busy 0 (243 ms), retain 6> | | +-o AGPMController <class AGPMController, id 0x1000003e4, !registered, !matched, active, busy 0, retain 4> | +-o CPU1@2 <class IOACPIPlatformDevice, id 0x100000113, registered, matched, active, busy 0 (12254 ms), retain 7> | | +-o AppleACPICPU <class AppleACPICPU, id 0x100000120, registered, matched, active, busy 0 (12217 ms), retain 6> | +-o CPU2@4 <class IOACPIPlatformDevice, id 0x100000114, registered, matched, active, busy 0 (7062 ms), retain 7> | | +-o AppleACPICPU <class AppleACPICPU, id 0x100000121, registered, matched, active, busy 0 (7025 ms), retain 6> | +-o CPU3@6 <class IOACPIPlatformDevice, id 0x100000115, registered, matched, active, busy 0 (7065 ms), retain 7> | | +-o AppleACPICPU <class AppleACPICPU, id 0x100000122, registered, matched, active, busy 0 (7028 ms), retain 6> | +-o CPU4@1 <class IOACPIPlatformDevice, id 0x100000116, registered, matched, active, busy 0 (7060 ms), retain 7> | | +-o AppleACPICPU <class AppleACPICPU, id 0x100000123, registered, matched, active, busy 0 (7022 ms), retain 6> | +-o CPU5@3 <class IOACPIPlatformDevice, id 0x100000117, registered, matched, active, busy 0 (7069 ms), retain 7> | | +-o AppleACPICPU <class AppleACPICPU, id 0x100000124, registered, matched, active, busy 0 (7030 ms), retain 6> | +-o CPU6@5 <class IOACPIPlatformDevice, id 0x100000118, registered, matched, active, busy 0 (7073 ms), retain 7> | | +-o AppleACPICPU <class AppleACPICPU, id 0x100000125, registered, matched, active, busy 0 (7033 ms), retain 6> | +-o CPU7@7 <class IOACPIPlatformDevice, id 0x100000119, registered, matched, active, busy 0 (7077 ms), retain 7> | | +-o AppleACPICPU <class AppleACPICPU, id 0x100000126, registered, matched, active, busy 0 (7036 ms), retain 6> | +-o io-apic@fec00000 <class IOACPIPlatformDevice, id 0x10000011a, registered, matched, active, busy 0 (12 ms), retain 6> | | +-o AppleAPICInterruptController <class AppleAPICInterruptController, id 0x100000129, registered, matched, active, busy 0 (0 ms), retain 11> | +-o ps2controller <class IOPlatformDevice, id 0x100000128, registered, matched, active, busy 0 (6591 ms), retain 5> | | +-o ApplePS2Controller <class ApplePS2Controller, id 0x10000012b, !registered, !matched, active, busy 0 (6479 ms), retain 9> | | +-o ApplePS2KeyboardDevice <class ApplePS2KeyboardDevice, id 0x10000012e, registered, matched, active, busy 0 (285 ms), retain 7> | | | +-o ApplePS2Keyboard <class ApplePS2Keyboard, id 0x100000205, registered, matched, active, busy 0 (239 ms), retain 9> | | | +-o IOHIDSystem <class IOHIDSystem, id 0x10000028f, registered, matched, active, busy 0 (0 ms), retain 20> | | | | +-o IOHIDUserClient <class IOHIDUserClient, id 0x10000042a, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDParamUserClient <class IOHIDParamUserClient, id 0x10000042b, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000445, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000446, !registered, !matched, active, busy 0, retain 5> | | | +-o IOHIDKeyboardDevice <class IOHIDKeyboardDevice, id 0x100000290, registered, matched, active, busy 0 (208 ms), retain 6> | | | +-o IOHIDInterface <class IOHIDInterface, id 0x100000291, registered, matched, active, busy 0 (1 ms), retain 5> | | +-o ApplePS2MouseDevice <class ApplePS2MouseDevice, id 0x10000012f, registered, matched, active, busy 0 (6402 ms), retain 6> | | +-o ApplePS2SynapticsTouchPad <class ApplePS2SynapticsTouchPad, id 0x10000033f, registered, matched, active, busy 0 (96 ms), retain 9> | | +-o IOHIDPointingDevice <class IOHIDPointingDevice, id 0x100000346, registered, matched, active, busy 0 (36 ms), retain 6> | | | +-o IOHIDInterface <class IOHIDInterface, id 0x100000348, registered, matched, active, busy 0 (24 ms), retain 5> | | +-o IOHIDSystem <class IOHIDSystem, id 0x10000028f, registered, matched, active, busy 0 (0 ms), retain 20> | | +-o IOHIDUserClient <class IOHIDUserClient, id 0x10000042a, !registered, !matched, active, busy 0, retain 5> | | +-o IOHIDParamUserClient <class IOHIDParamUserClient, id 0x10000042b, !registered, !matched, active, busy 0, retain 5> | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000445, !registered, !matched, active, busy 0, retain 5> | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000446, !registered, !matched, active, busy 0, retain 5> | +-o AppleACPIEventController <class AppleACPIEventController, id 0x10000012a, !registered, !matched, active, busy 0, retain 6> | +-o bios <class IOPlatformDevice, id 0x10000012c, registered, matched, active, busy 0 (13 ms), retain 5> | | +-o AppleSMBIOS <class AppleSMBIOS, id 0x100000130, registered, matched, active, busy 0 (3 ms), retain 4> | +-o PCI0@0 <class IOACPIPlatformDevice, id 0x100000134, registered, matched, active, busy 0 (18549 ms), retain 85> | | +-o AppleACPIPCI <class AppleACPIPCI, id 0x100000209, registered, matched, active, busy 0 (18543 ms), retain 48> | | +-o P0P1@1E <class IOPCIDevice, id 0x1000001ab, registered, matched, active, busy 0 (180 ms), retain 9> | | | +-o IOPCI2PCIBridge <class IOPCI2PCIBridge, id 0x100000252, registered, matched, active, busy 0 (144 ms), retain 5> | | +-o LPCB@1F <class IOPCIDevice, id 0x1000001ac, registered, matched, active, busy 0 (17216 ms), retain 20> | | | +-o AppleLPC <class AppleLPC, id 0x10000031f, registered, matched, active, busy 0 (6 ms), retain 5> | | +-o HDEF@1B <class IOPCIDevice, id 0x1000001ad, registered, matched, active, busy 0 (31 ms), retain 7> | | +-o RP01@1C <class IOPCIDevice, id 0x1000001ae, registered, matched, active, busy 0 (281 ms), retain 10> | | | +-o IOPCI2PCIBridge <class IOPCI2PCIBridge, id 0x100000255, registered, matched, active, busy 0 (246 ms), retain 5> | | +-o RP02@1C,1 <class IOPCIDevice, id 0x1000001b0, registered, matched, active, busy 0 (282 ms), retain 10> | | | +-o IOPCI2PCIBridge <class IOPCI2PCIBridge, id 0x100000257, registered, matched, active, busy 0 (246 ms), retain 5> | | +-o RP03@1C,2 <class IOPCIDevice, id 0x1000001b2, registered, matched, active, busy 0 (6308 ms), retain 10> | | | +-o IOPCI2PCIBridge <class IOPCI2PCIBridge, id 0x10000025c, registered, matched, active, busy 0 (6272 ms), retain 7> | | | +-o PXSX@0 <class IOPCIDevice, id 0x1000001b3, registered, matched, active, busy 0 (6272 ms), retain 11> | | | +-o AirPort_AthrFusion21 <class AirPort_AthrFusion21, id 0x100000322, registered, matched, active, busy 0 (139 ms), retain 7> | | | +-o AtherosFusion21Interface <class AtherosFusion21Interface, id 0x100000339, registered, matched, active, busy 0 (138 ms), retain 10> | | | +-o IONetworkStack <class IONetworkStack, id 0x1000003b2, registered, matched, active, busy 0 (23 ms), retain 9> | | | +-o IONetworkStackUserClient <class IONetworkStackUserClient, id 0x1000003c3, !registered, !matched, active, busy 0, retain 5> | | +-o RP05@1C,4 <class IOPCIDevice, id 0x1000001b6, registered, matched, active, busy 0 (285 ms), retain 10> | | | +-o IOPCI2PCIBridge <class IOPCI2PCIBridge, id 0x100000260, registered, matched, active, busy 0 (248 ms), retain 7> | | | +-o PXSX@0 <class IOPCIDevice, id 0x1000001b7, registered, matched, active, busy 0 (248 ms), retain 7> | | +-o RP07@1C,6 <class IOPCIDevice, id 0x1000001b8, registered, matched, active, busy 0 (286 ms), retain 10> | | | +-o IOPCI2PCIBridge <class IOPCI2PCIBridge, id 0x100000264, registered, matched, active, busy 0 (248 ms), retain 5> | | +-o IO10@8 <class IOPCIDevice, id 0x1000001bc, registered, matched, active, busy 0 (38 ms), retain 7> | | +-o IO1X@8,1 <class IOPCIDevice, id 0x1000001bd, registered, matched, active, busy 0 (40 ms), retain 7> | | +-o PEG3@3 <class IOPCIDevice, id 0x1000001c9, registered, matched, active, busy 0 (13542 ms), retain 11> | | | +-o IOPCI2PCIBridge <class IOPCI2PCIBridge, id 0x100000267, registered, matched, active, busy 0 (13500 ms), retain 9> | | | +-o VGA@0 <class IOPCIDevice, id 0x1000001ca, registered, matched, active, busy 0 (13499 ms), retain 23> | | | | +-o ATI5000Controller@1 <class ATI5000Controller, id 0x10000035d, registered, matched, active, busy 0 (29 ms), retain 4> | | | | +-o ATY,Nomascus@0 <class AtiFbStub, id 0x1000003a9, registered, matched, active, busy 0 (5753 ms), retain 7> | | | | | +-o ATY_Nomascus <class ATIFramebuffer, id 0x1000003da, registered, matched, active, busy 0 (611 ms), retain 17> | | | | | +-o AMDNDRVService <class AtiAppServices, id 0x1000003dc, registered, matched, active, busy 0 (2 ms), retain 5> | | | | | +-o AGPM <class AGPM, id 0x1000003e5, registered, matched, active, busy 0 (6 ms), retain 8> | | | | | | +-o gpu-control <class IOService, id 0x1000003e6, registered, matched, active, busy 0 (4 ms), retain 6> | | | | | | +-o IOHWControl <class IOHWControl, id 0x10000043c, registered, matched, active, busy 0 (1 ms), retain 7> | | | | | +-o AppleMCCSControlModule <class AppleMCCSControlModule, id 0x1000003f6, registered, matched, active, busy 0 (4 ms), retain 5> | | | | | | +-o AppleMCCSParameterHandler <class AppleMCCSParameterHandler, id 0x1000003f8, registered, matched, active, busy 0 (2 ms), retain 4> | | | | | +-o AppleUpstreamUserClientDriver <class AppleUpstreamUserClientDriver, id 0x1000003f7, registered, matched, active, busy 0 (2 ms), retain 4> | | | | | +-o IOFramebufferI2CInterface <class IOFramebufferI2CInterface, id 0x100000430, registered, matched, active, busy 0 (2 ms), retain 5> | | | | | +-o IOFramebufferI2CInterface <class IOFramebufferI2CInterface, id 0x100000431, registered, matched, active, busy 0 (2 ms), retain 5> | | | | | +-o display0 <class IODisplayConnect, id 0x100000432, registered, matched, active, busy 0 (5 ms), retain 5> | | | | | | +-o AppleDisplay <class AppleDisplay, id 0x100000434, registered, matched, active, busy 0 (1 ms), retain 6> | | | | | +-o IOFramebufferUserClient <class IOFramebufferUserClient, id 0x10000043e, !registered, !matched, active, busy 0, retain 5> | | | | | +-o IOFramebufferSharedUserClient <class IOFramebufferSharedUserClient, id 0x1000004ba, !registered, !matched, active, busy 0, retain 5> | | | | +-o ATY,Nomascus@1 <class AtiFbStub, id 0x1000003aa, registered, matched, active, busy 0 (18 ms), retain 7> | | | | | +-o ATY_Nomascus <class ATIFramebuffer, id 0x1000003f9, registered, matched, active, busy 0 (15 ms), retain 14> | | | | | +-o AMDNDRVService <class AtiAppServices, id 0x1000003fb, registered, matched, active, busy 0 (2 ms), retain 5> | | | | | +-o AppleMCCSControlModule <class AppleMCCSControlModule, id 0x1000003fd, registered, matched, active, busy 0 (4 ms), retain 5> | | | | | | +-o AppleMCCSParameterHandler <class AppleMCCSParameterHandler, id 0x1000003ff, registered, matched, active, busy 0 (2 ms), retain 4> | | | | | +-o AppleUpstreamUserClientDriver <class AppleUpstreamUserClientDriver, id 0x1000003fe, registered, matched, active, busy 0 (1 ms), retain 4> | | | | | +-o IOFramebufferI2CInterface <class IOFramebufferI2CInterface, id 0x100000436, registered, matched, active, busy 0 (1 ms), retain 5> | | | | | +-o display0 <class IODisplayConnect, id 0x100000437, registered, matched, active, busy 0 (3 ms), retain 5> | | | | | | +-o AppleDisplay <class AppleDisplay, id 0x100000439, registered, matched, active, busy 0 (1 ms), retain 7> | | | | | +-o IOFramebufferUserClient <class IOFramebufferUserClient, id 0x100000440, !registered, !matched, active, busy 0, retain 5> | | | | +-o ATY,Nomascus@2 <class AtiFbStub, id 0x1000003ab, registered, matched, active, busy 0 (79 ms), retain 7> | | | | | +-o ATY_Nomascus <class ATIFramebuffer, id 0x100000402, registered, matched, active, busy 0 (17 ms), retain 12> | | | | | +-o AMDNDRVService <class AtiAppServices, id 0x100000404, registered, matched, active, busy 0 (4 ms), retain 5> | | | | | +-o AppleMCCSControlModule <class AppleMCCSControlModule, id 0x100000406, registered, matched, active, busy 0 (4 ms), retain 5> | | | | | | +-o AppleMCCSParameterHandler <class AppleMCCSParameterHandler, id 0x100000408, registered, matched, active, busy 0 (2 ms), retain 4> | | | | | +-o AppleUpstreamUserClientDriver <class AppleUpstreamUserClientDriver, id 0x100000407, registered, matched, active, busy 0 (2 ms), retain 4> | | | | | +-o IOFramebufferI2CInterface <class IOFramebufferI2CInterface, id 0x10000043d, registered, matched, active, busy 0 (1 ms), retain 5> | | | | | +-o IOFramebufferUserClient <class IOFramebufferUserClient, id 0x100000442, !registered, !matched, active, busy 0, retain 5> | | | | +-o ATISupport <class ATISupport, id 0x10000035e, registered, matched, active, busy 0 (2 ms), retain 4> | | | | +-o ATIRadeonX3000 <class ATIRadeonX3000, id 0x10000035f, registered, matched, active, busy 0 (222 ms), retain 17> | | | | +-o IOService <class IOService, id 0x10000040b, registered, matched, active, busy 0 (222 ms), retain 6> | | | | | +-o IOHWSensor <class IOHWSensor, id 0x100000421, registered, matched, active, busy 0 (7 ms), retain 7> | | | | +-o ATIR8002DContext <class ATIR8002DContext, id 0x10000043f, !registered, !matched, active, busy 0, retain 5> | | | | +-o ATIR8002DContext <class ATIR8002DContext, id 0x100000441, !registered, !matched, active, busy 0, retain 5> | | | | +-o ATIR8002DContext <class ATIR8002DContext, id 0x100000443, !registered, !matched, active, busy 0, retain 5> | | | | +-o ATIR800Device <class ATIR800Device, id 0x100000448, !registered, !matched, active, busy 0, retain 5> | | | | +-o ATIR800GLContext <class ATIR800GLContext, id 0x100000449, !registered, !matched, active, busy 0, retain 5> | | | | +-o ATIR800Surface <class ATIR800Surface, id 0x100000460, !registered, !matched, active, busy 0, retain 5> | | | | +-o ATIR800Surface <class ATIR800Surface, id 0x100000469, !registered, !matched, active, busy 0, retain 5> | | | | +-o ATIR800GLContext <class ATIR800GLContext, id 0x10000046a, !registered, !matched, active, busy 0, retain 5> | | | | +-o ATIR800Surface <class ATIR800Surface, id 0x100000482, !registered, !matched, active, busy 0, retain 5> | | | | +-o ATIR800Device <class ATIR800Device, id 0x100000486, !registered, !matched, active, busy 0, retain 5> | | | | +-o ATIR800GLContext <class ATIR800GLContext, id 0x100000488, !registered, !matched, active, busy 0, retain 5> | | | +-o pci1002,aa58@0,1 <class IOPCIDevice, id 0x100000212, registered, matched, active, busy 0 (246 ms), retain 7> | | +-o RP06@1C,5 <class IOPCIDevice, id 0x1000001d7, registered, matched, active, busy 0 (8936 ms), retain 10> | | | +-o IOPCI2PCIBridge <class IOPCI2PCIBridge, id 0x10000026c, registered, matched, active, busy 0 (8894 ms), retain 7> | | | +-o ethernet@0 <class IOPCIDevice, id 0x100000211, registered, matched, active, busy 0 (8893 ms), retain 10> | | | +-o com_lnx2mac_RealtekRTL81xx <class com_lnx2mac_RealtekRTL81xx, id 0x100000365, !registered, !matched, active, busy 0 (4 ms), retain 6> | | | +-o IOEthernetInterface <class IOEthernetInterface, id 0x1000003cb, registered, matched, active, busy 0 (4 ms), retain 15> | | | +-o IONetworkStack <class IONetworkStack, id 0x1000003b2, registered, matched, active, busy 0 (23 ms), retain 9> | | | +-o IONetworkStackUserClient <class IONetworkStackUserClient, id 0x1000003c3, !registered, !matched, active, busy 0, retain 5> | | +-o EHC1@1D <class IOPCIDevice, id 0x1000001d8, registered, matched, active, busy 0 (1206 ms), retain 11> | | | +-o IOService <class IOService, id 0x100000270, !registered, !matched, active, busy 0, retain 4> | | | +-o AppleUSBEHCI <class AppleUSBEHCI, id 0x100000271, registered, matched, active, busy 0 (1034 ms), retain 14> | | | +-o EHCI Root Hub Simulation@1D <class IOUSBRootHubDevice, id 0x100000273, registered, matched, active, busy 0 (132 ms), retain 10> | | | | +-o AppleUSBHub <class AppleUSBHub, id 0x10000027c, registered, matched, active, busy 0 (0 ms), retain 8> | | | | +-o IOUSBInterface@0 <class IOUSBInterface, id 0x10000027e, !registered, !matched, active, busy 0, retain 6> | | | +-o IOUSBHubDevice@1d100000 <class IOUSBHubDevice, id 0x100000297, registered, matched, active, busy 0 (17 ms), retain 14> | | | | +-o AppleUSBHub <class AppleUSBHub, id 0x1000002a1, registered, matched, active, busy 0 (0 ms), retain 12> | | | | +-o IOUSBInterface@0 <class IOUSBInterface, id 0x1000002a3, !registered, !matched, active, busy 0, retain 6> | | | +-o USB2.0 Hub@1d130000 <class IOUSBHubDevice, id 0x1000002b0, registered, matched, active, busy 0 (13 ms), retain 12> | | | | +-o AppleUSBHub <class AppleUSBHub, id 0x1000002be, registered, matched, active, busy 0 (0 ms), retain 11> | | | | +-o IOUSBInterface@0 <class IOUSBInterface, id 0x1000002c0, !registered, !matched, active, busy 0, retain 6> | | | +-o USB-PS/2 Optical Mouse@1d110000 <class IOUSBDevice, id 0x1000002d2, registered, matched, active, busy 0 (552 ms), retain 8> | | | | +-o IOUSBCompositeDriver <class IOUSBCompositeDriver, id 0x1000002da, !registered, !matched, active, busy 0, retain 4> | | | | +-o IOUSBInterface@0 <class IOUSBInterface, id 0x1000002db, registered, matched, active, busy 0 (544 ms), retain 6> | | | | +-o IOUSBHIDDriver <class IOUSBHIDDriver, id 0x100000307, registered, matched, active, busy 0 (64 ms), retain 7> | | | | +-o IOHIDInterface <class IOHIDInterface, id 0x100000310, registered, matched, active, busy 0 (17 ms), retain 6> | | | | +-o IOHIDEventDriver <class IOHIDEventDriver, id 0x100000316, registered, matched, active, busy 0 (7 ms), retain 8> | | | | +-o IOHIDPointing <class IOHIDPointing, id 0x100000317, registered, matched, active, busy 0 (3 ms), retain 7> | | | | | +-o IOHIDSystem <class IOHIDSystem, id 0x10000028f, registered, matched, active, busy 0 (0 ms), retain 21> | | | | | +-o IOHIDUserClient <class IOHIDUserClient, id 0x10000042a, !registered, !matched, active, busy 0, retain 5> | | | | | +-o IOHIDParamUserClient <class IOHIDParamUserClient, id 0x10000042b, !registered, !matched, active, busy 0, retain 5> | | | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000445, !registered, !matched, active, busy 0, retain 5> | | | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000446, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDSystem <class IOHIDSystem, id 0x10000028f, registered, matched, active, busy 0 (0 ms), retain 20> | | | | +-o IOHIDUserClient <class IOHIDUserClient, id 0x10000042a, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDParamUserClient <class IOHIDParamUserClient, id 0x10000042b, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000445, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000446, !registered, !matched, active, busy 0, retain 5> | | | +-o MSI EPF USB@1d120000 <class IOUSBDevice, id 0x1000002e1, registered, matched, active, busy 0 (832 ms), retain 10> | | | | +-o IOUSBCompositeDriver <class IOUSBCompositeDriver, id 0x1000002e3, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOUSBInterface@0 <class IOUSBInterface, id 0x1000002e4, registered, matched, active, busy 0 (526 ms), retain 7> | | | | +-o IOUSBHIDDriver <class IOUSBHIDDriver, id 0x100000301, registered, matched, active, busy 0 (230 ms), retain 7> | | | | +-o IOHIDInterface <class IOHIDInterface, id 0x10000030a, registered, matched, active, busy 0 (7 ms), retain 5> | | | +-o USB2.0 Hub@1d131000 <class IOUSBHubDevice, id 0x1000002e6, registered, matched, active, busy 0 (7 ms), retain 8> | | | | +-o AppleUSBHub <class AppleUSBHub, id 0x1000002e8, registered, matched, active, busy 0 (0 ms), retain 6> | | | | +-o IOUSBInterface@0 <class IOUSBInterface, id 0x1000002ea, !registered, !matched, active, busy 0, retain 6> | | | +-o IOUSBCompositeDevice@1d132000 <class IOUSBDevice, id 0x1000002eb, registered, matched, active, busy 0 (571 ms), retain 9> | | | +-o IOUSBCompositeDriver <class IOUSBCompositeDriver, id 0x1000002ed, !registered, !matched, active, busy 0, retain 4> | | | +-o IOUSBInterface@0 <class IOUSBInterface, id 0x1000002ee, registered, matched, active, busy 0 (527 ms), retain 6> | | | | +-o IOUSBHIDDriver <class IOUSBHIDDriver, id 0x1000002f1, registered, matched, active, busy 0 (212 ms), retain 7> | | | | +-o IOHIDInterface <class IOHIDInterface, id 0x1000002f2, registered, matched, active, busy 0 (3 ms), retain 6> | | | | +-o IOHIDEventDriver <class IOHIDEventDriver, id 0x1000002f3, registered, matched, active, busy 0 (1 ms), retain 8> | | | | +-o IOHIDKeyboard <class IOHIDKeyboard, id 0x1000002f4, registered, matched, active, busy 0 (0 ms), retain 8> | | | | | +-o IOHIDSystem <class IOHIDSystem, id 0x10000028f, registered, matched, active, busy 0 (0 ms), retain 21> | | | | | +-o IOHIDUserClient <class IOHIDUserClient, id 0x10000042a, !registered, !matched, active, busy 0, retain 5> | | | | | +-o IOHIDParamUserClient <class IOHIDParamUserClient, id 0x10000042b, !registered, !matched, active, busy 0, retain 5> | | | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000445, !registered, !matched, active, busy 0, retain 5> | | | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000446, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDSystem <class IOHIDSystem, id 0x10000028f, registered, matched, active, busy 0 (0 ms), retain 20> | | | | +-o IOHIDUserClient <class IOHIDUserClient, id 0x10000042a, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDParamUserClient <class IOHIDParamUserClient, id 0x10000042b, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000445, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000446, !registered, !matched, active, busy 0, retain 5> | | | +-o IOUSBInterface@1 <class IOUSBInterface, id 0x1000002ef, registered, matched, active, busy 0 (537 ms), retain 6> | | | +-o IOUSBHIDDriver <class IOUSBHIDDriver, id 0x100000303, registered, matched, active, busy 0 (183 ms), retain 7> | | | +-o IOHIDInterface <class IOHIDInterface, id 0x10000030c, registered, matched, active, busy 0 (17 ms), retain 6> | | | +-o IOHIDEventDriver <class IOHIDEventDriver, id 0x100000312, registered, matched, active, busy 0 (8 ms), retain 8> | | | +-o IOHIDConsumer <class IOHIDConsumer, id 0x100000313, registered, matched, active, busy 0 (5 ms), retain 8> | | | | +-o IOHIDSystem <class IOHIDSystem, id 0x10000028f, registered, matched, active, busy 0 (0 ms), retain 21> | | | | +-o IOHIDUserClient <class IOHIDUserClient, id 0x10000042a, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDParamUserClient <class IOHIDParamUserClient, id 0x10000042b, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000445, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000446, !registered, !matched, active, busy 0, retain 5> | | | +-o IOHIDSystem <class IOHIDSystem, id 0x10000028f, registered, matched, active, busy 0 (0 ms), retain 20> | | | +-o IOHIDUserClient <class IOHIDUserClient, id 0x10000042a, !registered, !matched, active, busy 0, retain 5> | | | +-o IOHIDParamUserClient <class IOHIDParamUserClient, id 0x10000042b, !registered, !matched, active, busy 0, retain 5> | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000445, !registered, !matched, active, busy 0, retain 5> | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000446, !registered, !matched, active, busy 0, retain 5> | | +-o EHC2@1A <class IOPCIDevice, id 0x1000001ee, registered, matched, active, busy 0 (13700 ms), retain 11> | | | +-o IOService <class IOService, id 0x100000274, !registered, !matched, active, busy 0, retain 4> | | | +-o AppleUSBEHCI <class AppleUSBEHCI, id 0x100000275, registered, matched, active, busy 0 (13414 ms), retain 10> | | | +-o EHCI Root Hub Simulation@1A <class IOUSBRootHubDevice, id 0x10000027a, registered, matched, active, busy 0 (21 ms), retain 10> | | | | +-o AppleUSBHub <class AppleUSBHub, id 0x100000280, registered, matched, active, busy 0 (0 ms), retain 8> | | | | +-o IOUSBInterface@0 <class IOUSBInterface, id 0x100000282, !registered, !matched, active, busy 0, retain 6> | | | +-o IOUSBHubDevice@1a100000 <class IOUSBHubDevice, id 0x100000296, registered, matched, active, busy 0 (15 ms), retain 10> | | | | +-o AppleUSBHub <class AppleUSBHub, id 0x10000029c, registered, matched, active, busy 0 (0 ms), retain 9> | | | | +-o IOUSBInterface@0 <class IOUSBInterface, id 0x10000029e, !registered, !matched, active, busy 0, retain 6> | | | +-o C-Media USB Audio Device @1a150000 <class IOUSBDevice, id 0x1000002d1, registered, matched, active, busy 0 (13378 ms), retain 11> | | | +-o IOUSBCompositeDriver <class IOUSBCompositeDriver, id 0x1000002d4, !registered, !matched, active, busy 0, retain 4> | | | +-o IOUSBInterface@0 <class IOUSBInterface, id 0x1000002d5, registered, matched, active, busy 0 (11692 ms), retain 6> | | | | +-o AppleUSBAudioDevice <class AppleUSBAudioDevice, id 0x10000032b, registered, matched, active, busy 0 (5965 ms), retain 16> | | | | +-o AppleUSBAudioEngine <class AppleUSBAudioEngine, id 0x10000032d, registered, matched, active, busy 0 (5892 ms), retain 24> | | | | +-o AppleUSBAudioStream <class AppleUSBAudioStream, id 0x100000332, registered, matched, active, busy 0 (27 ms), retain 8> | | | | +-o IOAudioLevelControl <class IOAudioLevelControl, id 0x10000034e, !registered, !matched, active, busy 0 (0 ms), retain 12> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x100000450, !registered, !matched, active, busy 0, retain 6> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x10000048d, !registered, !matched, active, busy 0, retain 6> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x100000498, !registered, !matched, active, busy 0, retain 6> | | | | +-o IOAudioToggleControl <class IOAudioToggleControl, id 0x10000034f, !registered, !matched, active, busy 0 (0 ms), retain 12> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x100000451, !registered, !matched, active, busy 0, retain 6> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x10000048e, !registered, !matched, active, busy 0, retain 6> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x100000499, !registered, !matched, active, busy 0, retain 6> | | | | +-o IOAudioLevelControl <class IOAudioLevelControl, id 0x100000350, !registered, !matched, active, busy 0 (0 ms), retain 12> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x100000452, !registered, !matched, active, busy 0, retain 6> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x10000048f, !registered, !matched, active, busy 0, retain 6> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x10000049a, !registered, !matched, active, busy 0, retain 6> | | | | +-o IOAudioToggleControl <class IOAudioToggleControl, id 0x100000351, !registered, !matched, active, busy 0 (0 ms), retain 12> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x100000453, !registered, !matched, active, busy 0, retain 6> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x100000490, !registered, !matched, active, busy 0, retain 6> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x10000049b, !registered, !matched, active, busy 0, retain 6> | | | | +-o IOAudioLevelControl <class IOAudioLevelControl, id 0x100000352, !registered, !matched, active, busy 0 (0 ms), retain 12> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x100000454, !registered, !matched, active, busy 0, retain 6> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x100000491, !registered, !matched, active, busy 0, retain 6> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x10000049c, !registered, !matched, active, busy 0, retain 6> | | | | +-o IOAudioLevelControl <class IOAudioLevelControl, id 0x100000355, !registered, !matched, active, busy 0 (0 ms), retain 12> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x100000455, !registered, !matched, active, busy 0, retain 6> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x100000492, !registered, !matched, active, busy 0, retain 6> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x10000049d, !registered, !matched, active, busy 0, retain 6> | | | | +-o IOAudioToggleControl <class IOAudioToggleControl, id 0x100000356, !registered, !matched, active, busy 0 (0 ms), retain 12> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x100000456, !registered, !matched, active, busy 0, retain 6> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x100000493, !registered, !matched, active, busy 0, retain 6> | | | | | +-o IOAudioControlUserClient <class IOAudioControlUserClient, id 0x10000049e, !registered, !matched, active, busy 0, retain 6> | | | | +-o AppleUSBAudioStream <class AppleUSBAudioStream, id 0x10000034d, registered, matched, active, busy 0 (24 ms), retain 8> | | | | +-o IOAudioEngineUserClient <class IOAudioEngineUserClient, id 0x10000044f, !registered, !matched, active, busy 0, retain 6> | | | | +-o IOAudioEngineUserClient <class IOAudioEngineUserClient, id 0x100000464, !registered, !matched, active, busy 0, retain 6> | | | | +-o IOAudioEngineUserClient <class IOAudioEngineUserClient, id 0x10000048b, !registered, !matched, active, busy 0, retain 6> | | | | +-o IOAudioEngineUserClient <class IOAudioEngineUserClient, id 0x100000497, !registered, !matched, active, busy 0, retain 6> | | | | +-o IOAudioEngineUserClient <class IOAudioEngineUserClient, id 0x10000050b, !registered, !matched, active, busy 0, retain 6> | | | +-o IOUSBInterface@1 <class IOUSBInterface, id 0x1000002d6, registered, matched, active, busy 0 (5770 ms), retain 7> | | | | +-o AppleUSBAudioStream <class AppleUSBAudioStream, id 0x10000034d, registered, matched, active, busy 0 (24 ms), retain 8> | | | +-o IOUSBInterface@2 <class IOUSBInterface, id 0x1000002d7, registered, matched, active, busy 0 (13330 ms), retain 7> | | | | +-o AppleUSBAudioStream <class AppleUSBAudioStream, id 0x100000332, registered, matched, active, busy 0 (27 ms), retain 8> | | | +-o IOUSBInterface@3 <class IOUSBInterface, id 0x1000002d8, registered, matched, active, busy 0 (539 ms), retain 6> | | | +-o IOUSBHIDDriver <class IOUSBHIDDriver, id 0x100000305, registered, matched, active, busy 0 (129 ms), retain 7> | | | +-o IOHIDInterface <class IOHIDInterface, id 0x10000030e, registered, matched, active, busy 0 (17 ms), retain 6> | | | +-o IOHIDEventDriver <class IOHIDEventDriver, id 0x100000314, registered, matched, active, busy 0 (8 ms), retain 8> | | | +-o IOHIDConsumer <class IOHIDConsumer, id 0x100000315, registered, matched, active, busy 0 (4 ms), retain 7> | | | | +-o IOHIDSystem <class IOHIDSystem, id 0x10000028f, registered, matched, active, busy 0 (0 ms), retain 21> | | | | +-o IOHIDUserClient <class IOHIDUserClient, id 0x10000042a, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDParamUserClient <class IOHIDParamUserClient, id 0x10000042b, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000445, !registered, !matched, active, busy 0, retain 5> | | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000446, !registered, !matched, active, busy 0, retain 5> | | | +-o IOHIDSystem <class IOHIDSystem, id 0x10000028f, registered, matched, active, busy 0 (0 ms), retain 20> | | | +-o IOHIDUserClient <class IOHIDUserClient, id 0x10000042a, !registered, !matched, active, busy 0, retain 5> | | | +-o IOHIDParamUserClient <class IOHIDParamUserClient, id 0x10000042b, !registered, !matched, active, busy 0, retain 5> | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000445, !registered, !matched, active, busy 0, retain 5> | | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000446, !registered, !matched, active, busy 0, retain 5> | | +-o SAT0@1F,2 <class IOPCIDevice, id 0x100000200, registered, matched, active, busy 0 (960 ms), retain 17> | | | +-o AppleIntel5SeriesAHCI <class AppleIntel5SeriesAHCI, id 0x100000278, registered, matched, active, busy 0 (263 ms), retain 13> | | | +-o PRT0@0 <class AppleIntel5SeriesAHCIPort, id 0x100000284, registered, matched, active, busy 0 (191 ms), retain 9> | | | | +-o IOAHCIDevice@0 <class IOAHCIDevice, id 0x100000286, registered, matched, active, busy 0 (191 ms), retain 7> | | | | +-o IOAHCISerialATAPI <class IOAHCISerialATAPI, id 0x100000289, registered, matched, active, busy 0 (172 ms), retain 8> | | | | +-o IOSCSIPeripheralDeviceNub <class IOSCSIPeripheralDeviceNub, id 0x10000028b, registered, matched, active, busy 0 (69 ms), retain 6> | | | | +-o IOSCSIPeripheralDeviceType05 <class IOSCSIPeripheralDeviceType05, id 0x100000292, !registered, !matched, active, busy 0 (8 ms), retain 7$ | | | | +-o IODVDServices <class IODVDServices, id 0x100000295, registered, matched, active, busy 0 (8 ms), retain 6> | | | | +-o IODVDBlockStorageDriver <class IODVDBlockStorageDriver, id 0x100000298, registered, matched, active, busy 0 (6 ms), retain 5> | | | | +-o SCSITaskUserClientIniter <class SCSITaskUserClientIniter, id 0x100000299, !registered, !matched, active, busy 0, retain 4> | | | +-o PRT1@1 <class AppleIntel5SeriesAHCIPort, id 0x100000287, registered, matched, active, busy 0 (0 ms), retain 7> | | | +-o PRT4@4 <class AppleIntel5SeriesAHCIPort, id 0x1000002a4, registered, matched, active, busy 0 (65 ms), retain 9> | | | | +-o IOAHCIDevice@0 <class IOAHCIDevice, id 0x1000002a6, registered, matched, active, busy 0 (65 ms), retain 11> | | | | +-o AppleAHCIDiskDriver <class AppleAHCIDiskDriver, id 0x1000002aa, registered, matched, active, busy 0 (54 ms), retain 6> | | | | +-o IOAHCIBlockStorageDevice <class IOAHCIBlockStorageDevice, id 0x1000002af, registered, matched, active, busy 0 (54 ms), retain 5> | | | | +-o IOBlockStorageDriver <class IOBlockStorageDriver, id 0x1000002b7, registered, matched, active, busy 0 (51 ms), retain 7> | | | | +-o WDC WD3200BEKT-22KA9T0 Media <class IOMedia, id 0x1000002b8, registered, matched, active, busy 0 (51 ms), retain 10> | | | | +-o IOMediaBSDClient <class IOMediaBSDClient, id 0x1000002bb, registered, matched, active, busy 0 (1 ms), retain 5> | | | | +-o IOFDiskPartitionScheme <class IOFDiskPartitionScheme, id 0x1000002cb, !registered, !matched, active, busy 0 (3 ms), retain 7> | | | | +-o Untitled 1@1 <class IOMedia, id 0x1000002cd, registered, matched, active, busy 0 (3 ms), retain 9> | | | | | +-o IOMediaBSDClient <class IOMediaBSDClient, id 0x1000002cf, registered, matched, active, busy 0 (1 ms), retain 6> | | | | +-o Untitled 2@2 <class IOMedia, id 0x1000002ce, registered, matched, active, busy 0 (3 ms), retain 9> | | | | +-o IOMediaBSDClient <class IOMediaBSDClient, id 0x1000002d0, registered, matched, active, busy 0 (0 ms), retain 6> | | | +-o PRT5@5 <class AppleIntel5SeriesAHCIPort, id 0x1000002a7, registered, matched, active, busy 0 (71 ms), retain 9> | | | +-o IOAHCIDevice@0 <class IOAHCIDevice, id 0x1000002a9, registered, matched, active, busy 0 (71 ms), retain 12> | | | +-o AppleAHCIDiskDriver <class AppleAHCIDiskDriver, id 0x1000002ab, registered, matched, active, busy 0 (60 ms), retain 6> | | | +-o IOAHCIBlockStorageDevice <class IOAHCIBlockStorageDevice, id 0x1000002ae, registered, matched, active, busy 0 (60 ms), retain 5> | | | +-o IOBlockStorageDriver <class IOBlockStorageDriver, id 0x1000002b5, registered, matched, active, busy 0 (58 ms), retain 7> | | | +-o WDC WD3200BEKT-22KA9T0 Media <class IOMedia, id 0x1000002b6, registered, matched, active, busy 0 (58 ms), retain 10> | | | +-o IOMediaBSDClient <class IOMediaBSDClient, id 0x1000002b9, registered, matched, active, busy 0 (0 ms), retain 5> | | | +-o IOGUIDPartitionScheme <class IOGUIDPartitionScheme, id 0x1000002c1, !registered, !matched, active, busy 0 (13 ms), retain 8> | | | +-o EFI System Partition@1 <class IOMedia, id 0x1000002c4, registered, matched, active, busy 0 (3 ms), retain 8> | | | | +-o IOMediaBSDClient <class IOMediaBSDClient, id 0x1000002c7, registered, matched, active, busy 0 (1 ms), retain 5> | | | +-o Apple@2 <class IOMedia, id 0x1000002c5, registered, matched, active, busy 0 (13 ms), retain 10> | | | | +-o IOMediaBSDClient <class IOMediaBSDClient, id 0x1000002c8, registered, matched, active, busy 0 (1 ms), retain 6> | | | +-o Untitled 3@3 <class IOMedia, id 0x1000002c6, registered, matched, active, busy 0 (4 ms), retain 8> | | | +-o IOMediaBSDClient <class IOMediaBSDClient, id 0x1000002ca, registered, matched, active, busy 0 (1 ms), retain 5> | | +-o SBUS@1F,3 <class IOPCIDevice, id 0x100000202, registered, matched, active, busy 0 (5376 ms), retain 7> | | +-o pci8086,d151@10,1 <class IOPCIDevice, id 0x10000020c, registered, matched, active, busy 0 (47 ms), retain 7> | | +-o pci8086,d150@10 <class IOPCIDevice, id 0x10000020d, registered, matched, active, busy 0 (48 ms), retain 7> | | +-o pci8086,d158@8,3 <class IOPCIDevice, id 0x10000020e, registered, matched, active, busy 0 (50 ms), retain 7> | | +-o pci8086,d157@8,2 <class IOPCIDevice, id 0x10000020f, registered, matched, active, busy 0 (51 ms), retain 7> | | +-o pci8086,d132@0 <class IOPCIDevice, id 0x100000210, registered, matched, active, busy 0 (52 ms), retain 7> | +-o DMAC <class IOACPIPlatformDevice, id 0x100000137, registered, matched, active, busy 0 (3 ms), retain 6> | +-o FWHD <class IOACPIPlatformDevice, id 0x100000138, registered, matched, active, busy 0 (5 ms), retain 6> | +-o HPET <class IOACPIPlatformDevice, id 0x100000139, registered, matched, active, busy 0 (9 ms), retain 7> | | +-o AppleHPET <class AppleHPET, id 0x100000223, !registered, !matched, active, busy 0, retain 4> | +-o IPIC <class IOACPIPlatformDevice, id 0x10000013a, registered, matched, active, busy 0 (8 ms), retain 6> | +-o MATH <class IOACPIPlatformDevice, id 0x10000013b, registered, matched, active, busy 0 (9 ms), retain 6> | +-o LDRC <class IOACPIPlatformDevice, id 0x10000013c, registered, matched, active, busy 0 (10 ms), retain 6> | +-o RTC <class IOACPIPlatformDevice, id 0x10000013d, registered, matched, active, busy 0 (63 ms), retain 8> | | +-o AppleRTC <class AppleRTC, id 0x100000229, registered, matched, active, busy 0 (49 ms), retain 6> | +-o TIMR <class IOACPIPlatformDevice, id 0x10000013e, registered, matched, active, busy 0 (12 ms), retain 6> | +-o PS2K <class IOACPIPlatformDevice, id 0x10000013f, registered, matched, active, busy 0 (13 ms), retain 6> | +-o PS2M <class IOACPIPlatformDevice, id 0x100000140, registered, matched, active, busy 0 (14 ms), retain 6> | +-o EC <class IOACPIPlatformDevice, id 0x100000141, registered, matched, active, busy 0 (22 ms), retain 16> | | +-o AppleACPIEC <class AppleACPIEC, id 0x10000022b, !registered, !matched, active, busy 0, retain 5> | +-o ADP1 <class IOACPIPlatformDevice, id 0x100000142, registered, matched, active, busy 0 (7718 ms), retain 7> | | +-o VoodooACAdapterDevice <class VoodooACAdapterDevice, id 0x10000031e, !registered, !matched, active, busy 0, retain 4> | +-o BAT1 <class IOACPIPlatformDevice, id 0x100000143, registered, matched, active, busy 0 (7709 ms), retain 7> | | +-o VoodooBatteryDevice <class VoodooBatteryDevice, id 0x10000031c, !registered, !matched, active, busy 0 (3 ms), retain 5> | | +-o VoodooBatteryPowerSource <class VoodooBatteryPowerSource, id 0x1000003c9, registered, matched, active, busy 0 (3 ms), retain 5> | +-o LID0 <class IOACPIPlatformDevice, id 0x100000144, registered, matched, active, busy 0 (26 ms), retain 8> | | +-o AppleACPILid <class AppleACPILid, id 0x10000022d, !registered, !matched, active, busy 0, retain 5> | +-o SCM0 <class IOACPIPlatformDevice, id 0x100000145, registered, matched, active, busy 0 (19 ms), retain 6> | +-o WMI1 <class IOACPIPlatformDevice, id 0x100000167, registered, matched, active, busy 0 (20 ms), retain 6> | +-o PDRC <class IOACPIPlatformDevice, id 0x10000019a, registered, matched, active, busy 0 (22 ms), retain 6> | +-o CPBG@0 <class IOACPIPlatformDevice, id 0x1000001a6, registered, matched, active, busy 0 (182 ms), retain 26> | | +-o AppleACPIPCI <class AppleACPIPCI, id 0x10000022e, registered, matched, active, busy 0 (156 ms), retain 36> | | +-o IMCH@0,1 <class IOPCIDevice, id 0x100000203, registered, matched, active, busy 0 (39 ms), retain 7> | | +-o pci8086,2cab@5,3 <class IOPCIDevice, id 0x100000231, registered, matched, active, busy 0 (41 ms), retain 7> | | +-o pci8086,2caa@5,2 <class IOPCIDevice, id 0x100000232, registered, matched, active, busy 0 (42 ms), retain 7> | | +-o pci8086,2ca9@5,1 <class IOPCIDevice, id 0x100000233, registered, matched, active, busy 0 (42 ms), retain 7> | | +-o pci8086,2ca8@5 <class IOPCIDevice, id 0x100000234, registered, matched, active, busy 0 (43 ms), retain 7> | | +-o pci8086,2ca3@4,3 <class IOPCIDevice, id 0x100000235, registered, matched, active, busy 0 (45 ms), retain 7> | | +-o pci8086,2ca2@4,2 <class IOPCIDevice, id 0x100000236, registered, matched, active, busy 0 (45 ms), retain 7> | | +-o pci8086,2ca1@4,1 <class IOPCIDevice, id 0x100000237, registered, matched, active, busy 0 (147 ms), retain 7> | | +-o pci8086,2ca0@4 <class IOPCIDevice, id 0x100000238, registered, matched, active, busy 0 (148 ms), retain 7> | | +-o pci8086,2c9c@3,4 <class IOPCIDevice, id 0x100000239, registered, matched, active, busy 0 (149 ms), retain 7> | | +-o pci8086,2c99@3,1 <class IOPCIDevice, id 0x10000023a, registered, matched, active, busy 0 (149 ms), retain 7> | | +-o pci8086,2c98@3 <class IOPCIDevice, id 0x10000023b, registered, matched, active, busy 0 (151 ms), retain 7> | | +-o pci8086,2c91@2,1 <class IOPCIDevice, id 0x10000023c, registered, matched, active, busy 0 (151 ms), retain 7> | | +-o pci8086,2c90@2 <class IOPCIDevice, id 0x10000023d, registered, matched, active, busy 0 (152 ms), retain 7> | | +-o pci8086,2c52@0 <class IOPCIDevice, id 0x10000023e, registered, matched, active, busy 0 (153 ms), retain 7> | +-o PTID <class IOACPIPlatformDevice, id 0x1000001a8, registered, matched, active, busy 0 (24 ms), retain 6> | +-o FAN0 <class IOACPIPlatformDevice, id 0x1000001a9, registered, matched, active, busy 0 (25 ms), retain 6> | +-o FAN1 <class IOACPIPlatformDevice, id 0x1000001aa, registered, matched, active, busy 0 (26 ms), retain 6> | +-o power-button <class IOACPIPlatformDevice, id 0x100000204, registered, matched, active, busy 0 (28 ms), retain 6> | | +-o AppleACPIButton <class AppleACPIButton, id 0x100000249, !registered, !matched, active, busy 0, retain 4> | +-o TZ00 <class IOACPIPlatformDevice, id 0x100000206, registered, matched, active, busy 0 (29 ms), retain 5> | +-o TZ01 <class IOACPIPlatformDevice, id 0x100000207, registered, matched, active, busy 0 (30 ms), retain 5> | +-o THRM <class IOACPIPlatformDevice, id 0x100000208, registered, matched, active, busy 0 (31 ms), retain 5> | +-o IOPCIMessagedInterruptController <class IOPCIMessagedInterruptController, id 0x10000024f, registered, matched, active, busy 0 (146 ms), retain 6> | +-o FakeSMC <class FakeSMC, id 0x100000250, registered, matched, active, busy 0 (143 ms), retain 4> | +-o SMC <class FakeSMCDevice, id 0x100000253, registered, matched, active, busy 0 (5684 ms), retain 6> | | +-o AppleSMC <class AppleSMC, id 0x100000326, registered, matched, active, busy 0 (4 ms), retain 6> | | +-o SMCWatchDogTimer <class SMCWatchDogTimer, id 0x100000328, registered, matched, active, busy 0 (2 ms), retain 5> | +-o AppleEFIRuntime <class AppleEFIRuntime, id 0x100000251, registered, matched, active, busy 0 (260 ms), retain 7> | | +-o AppleEFINVRAM <class AppleEFINVRAM, id 0x100000277, registered, matched, active, busy 0 (10 ms), retain 6> | +-o AppleRawIOAddressSpace <class AppleRawIOAddressSpace, id 0x100000324, registered, matched, active, busy 0 (1 ms), retain 4> | +-o AppleRawPhysicalMemoryAddressSpace <class AppleRawPhysicalMemoryAddressSpace, id 0x100000325, registered, matched, active, busy 0 (3 ms), retain 4> +-o IOResources <class IOResources, id 0x10000010d, registered, matched, active, busy 0 (17564 ms), retain 22> | +-o AppleIntelCPUPowerManagement <class NullCPUPowerManagement, id 0x10000011b, !registered, !matched, active, busy 0, retain 4> | +-o IOHDIXController <class IOHDIXController, id 0x10000011d, registered, matched, active, busy 0 (13 ms), retain 4> | +-o PS2Controller <class PS2Controller, id 0x10000011e, !registered, !matched, active, busy 0, retain 4> | +-o com_apple_AppleFSCompression_AppleFSCompressionTypeZlib <class com_apple_AppleFSCompression_AppleFSCompressionTypeZlib, id 0x10000028d, !registered, !ma$ | +-o com_apple_BootCache <class com_apple_BootCache, id 0x10000028e, !registered, !matched, active, busy 0, retain 4> | +-o IOHIDSystem <class IOHIDSystem, id 0x10000028f, registered, matched, active, busy 0 (0 ms), retain 20> | | +-o IOHIDUserClient <class IOHIDUserClient, id 0x10000042a, !registered, !matched, active, busy 0, retain 5> | | +-o IOHIDParamUserClient <class IOHIDParamUserClient, id 0x10000042b, !registered, !matched, active, busy 0, retain 5> | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000445, !registered, !matched, active, busy 0, retain 5> | | +-o IOHIDEventSystemUserClient <class IOHIDEventSystemUserClient, id 0x100000446, !registered, !matched, active, busy 0, retain 5> | +-o AppleSCSISubsystemGlobals <class AppleSCSISubsystemGlobals, id 0x1000003ac, registered, matched, active, busy 0 (18 ms), retain 5> | +-o AppleProfileOSHooks <class AppleProfileOSHooks, id 0x1000003ad, registered, matched, active, busy 0 (6067 ms), retain 15> | | +-o AppleProfileTimeTrigger <class AppleProfileTimeTrigger, id 0x10000040e, registered, matched, active, busy 0 (2 ms), retain 6> | | +-o AppleProfilePMITrigger <class AppleProfilePMITrigger, id 0x10000040f, registered, matched, active, busy 0 (4 ms), retain 6> | | +-o AppleOSXPerformanceMonitor <class AppleOSXPerformanceMonitor, id 0x100000410, !registered, !matched, active, busy 0 (9 ms), retain 6> | | | +-o AppleOSXPerformanceCounter <class AppleOSXPerformanceCounter, id 0x10000041b, registered, matched, active, busy 0 (6 ms), retain 6> | | | | +-o ApplePerformanceCounterManager <class ApplePerformanceCounterManager, id 0x100000411, registered, matched, active, busy 0 (106 ms), retain 8> | | | | +-o AppleProfileReadCounterAction <class AppleProfileReadCounterAction, id 0x100000422, !registered, !matched, active, busy 0, retain 5> | | | +-o AppleOSXPerformanceCounter <class AppleOSXPerformanceCounter, id 0x10000041c, registered, matched, active, busy 0 (9 ms), retain 6> | | | +-o ApplePerformanceCounterManager <class ApplePerformanceCounterManager, id 0x100000411, registered, matched, active, busy 0 (106 ms), retain 8> | | | +-o AppleProfileReadCounterAction <class AppleProfileReadCounterAction, id 0x100000422, !registered, !matched, active, busy 0, retain 5> | | +-o ApplePerformanceCounterManager <class ApplePerformanceCounterManager, id 0x100000411, registered, matched, active, busy 0 (106 ms), retain 7> | | | +-o AppleProfileReadCounterAction <class AppleProfileReadCounterAction, id 0x100000422, !registered, !matched, active, busy 0, retain 5> | | +-o AppleProfileKEventTrigger <class AppleProfileKEventTrigger, id 0x100000412, registered, matched, active, busy 0 (12 ms), retain 6> | | +-o AppleProfileManualTrigger <class AppleProfileManualTrigger, id 0x100000413, registered, matched, active, busy 0 (14 ms), retain 6> | | +-o AppleProfileCallstackAction <class AppleProfileCallstackAction, id 0x100000414, !registered, !matched, active, busy 0, retain 5> | | +-o AppleProfileKEventAction <class AppleProfileKEventAction, id 0x100000415, !registered, !matched, active, busy 0, retain 5> | | +-o AppleProfileRegisterStateAction <class AppleProfileRegisterStateAction, id 0x100000416, !registered, !matched, active, busy 0, retain 5> | | +-o AppleProfileThreadInfoAction <class AppleProfileThreadInfoAction, id 0x100000417, !registered, !matched, active, busy 0, retain 5> | | +-o AppleProfileTimestampAction <class AppleProfileTimestampAction, id 0x100000418, !registered, !matched, active, busy 0, retain 5> | +-o com_apple_driver_AudioIPCDevice <class com_apple_driver_AudioIPCDevice, id 0x1000003ae, registered, matched, active, busy 0 (5200 ms), retain 6> | | +-o com_apple_driver_AudioIPCEngine <class com_apple_driver_AudioIPCEngine, id 0x1000003b5, registered, matched, active, busy 0 (5200 ms), retain 10> | | +-o IOAudioEngineUserClient <class IOAudioEngineUserClient, id 0x10000044e, !registered, !matched, active, busy 0, retain 6> | | +-o IOAudioEngineUserClient <class IOAudioEngineUserClient, id 0x100000463, !registered, !matched, active, busy 0, retain 6> | | +-o IOAudioEngineUserClient <class IOAudioEngineUserClient, id 0x10000048a, !registered, !matched, active, busy 0, retain 6> | | +-o IOAudioEngineUserClient <class IOAudioEngineUserClient, id 0x100000496, !registered, !matched, active, busy 0, retain 6> | | +-o IOAudioEngineUserClient <class IOAudioEngineUserClient, id 0x10000050a, !registered, !matched, active, busy 0, retain 6> | +-o Dont_Steal_Mac_OS_X <class Dont_Steal_Mac_OS_X, id 0x1000003af, !registered, !matched, active, busy 0, retain 5> | +-o IOBluetoothSerialManager <class IOBluetoothSerialManager, id 0x1000003b0, registered, matched, active, busy 0 (5344 ms), retain 6> | | +-o IOBluetoothSerialClient <class IOBluetoothSerialClient, id 0x1000003c1, !registered, !matched, active, busy 0 (5016 ms), retain 5> | | | +-o IOBluetoothSerialClientSerialStreamSync <class IOBluetoothSerialClientSerialStreamSync, id 0x1000003c2, registered, matched, active, busy 0 (5016 ms$ | | | +-o IOSerialBSDClient <class IOSerialBSDClient, id 0x1000003cf, registered, matched, active, busy 0 (3 ms), retain 4> | | +-o IOBluetoothSerialClient <class IOBluetoothSerialClient, id 0x1000003c4, !registered, !matched, active, busy 0 (5299 ms), retain 5> | | +-o IOBluetoothSerialClientModemStreamSync <class IOBluetoothSerialClientModemStreamSync, id 0x1000003c5, registered, matched, active, busy 0 (5299 ms),$ | | +-o IOSerialBSDClient <class IOSerialBSDClient, id 0x1000003ea, registered, matched, active, busy 0 (2 ms), retain 4> | +-o IODisplayWrangler <class IODisplayWrangler, id 0x1000003b1, registered, matched, active, busy 0 (22 ms), retain 8> | | +-o IOAccelerationUserClient <class IOAccelerationUserClient, id 0x100000468, !registered, !matched, active, busy 0, retain 5> | | +-o IOAccelerationUserClient <class IOAccelerationUserClient, id 0x100000511, !registered, !matched, active, busy 0, retain 5> | +-o IONetworkStack <class IONetworkStack, id 0x1000003b2, registered, matched, active, busy 0 (23 ms), retain 9> | | +-o IONetworkStackUserClient <class IONetworkStackUserClient, id 0x1000003c3, !registered, !matched, active, busy 0, retain 5> | +-o IOSurfaceRoot <class IOSurfaceRoot, id 0x1000003b3, registered, matched, active, busy 0 (26 ms), retain 6> | | +-o IOSurfaceRootUserClient <class IOSurfaceRootUserClient, id 0x1000004f3, !registered, !matched, active, busy 0, retain 5> | +-o VoodooBatteryController <class VoodooBatteryController, id 0x1000003b4, !registered, !matched, active, busy 0, retain 5> +-o es_osx86_EvOreboot <class es_osx86_EvOreboot, id 0x10000010c, !registered, !matched, active, busy 0, retain 4> KEXTSTAT Index Refs Address Size Wired Name (Version) <Linked Against> 1 58 0 0 0 com.apple.kpi.bsd (10.6.0) 2 4 0 0 0 com.apple.kpi.dsep (10.6.0) 3 77 0 0 0 com.apple.kpi.iokit (10.6.0) 4 83 0 0 0 com.apple.kpi.libkern (10.6.0) 5 69 0 0 0 com.apple.kpi.mach (10.6.0) 6 27 0 0 0 com.apple.kpi.private (10.6.0) 7 44 0 0 0 com.apple.kpi.unsupported (10.6.0) 8 0 0 0 0 com.apple.kernel.6.0 (7.9.9) 9 0 0 0 0 com.apple.kernel.bsd (7.9.9) 10 3 0 0 0 com.apple.kernel.iokit (7.9.9) 11 3 0 0 0 com.apple.kernel.libkern (7.9.9) 12 3 0 0 0 com.apple.kernel.mach (7.9.9) 13 14 0x778b2000 0x4000 0x3000 com.apple.iokit.IOACPIFamily (1.3.0) <7 6 4 3> 14 19 0x77aae000 0x11000 0x10000 com.apple.iokit.IOPCIFamily (2.6) <7 5 4 3> 15 2 0x77b4f000 0x42000 0x41000 com.apple.driver.AppleACPIPlatform (1.3.5) <14 13 7 6 5 4 3> 16 0 0x71685000 0x2000 0x1000 es.osx86.driver.EvOreboot (1.0.3) <4 3> 17 0 0x776bd000 0x2000 0x1000 org.tgwbd.driver.NullCPUPowerManagement (1.0.0d2) <7 4 3> 18 0 0x77b1d000 0x1e000 0x1d000 com.apple.driver.AppleIntelCPUPowerManagement (105.13.0) <7 6 5 4 3 1> 19 8 0x77bf4000 0x18000 0x17000 com.apple.iokit.IOStorageFamily (1.6.2) <7 6 5 4 3 1> 20 0 0x77b3b000 0x11000 0x10000 com.apple.driver.DiskImages (289) <19 7 6 5 4 3 1> 21 2 0x77bc3000 0x6000 0x5000 org.voodoo.driver.PS2Controller (1.1.0) <12 11 10> 22 0 0x77d76000 0x8000 0x7000 com.apple.nke.applicationfirewall (2.1.11) <7 6 5 4 3 1> 23 2 0x77d6e000 0x3000 0x2000 com.apple.kext.AppleMatch (1.0.0d1) <4 1> 24 0 0x77d84000 0x5000 0x4000 com.apple.security.quarantine (0) <23 7 6 5 4 2 1> 25 0 0x77d94000 0x8000 0x7000 com.apple.security.sandbox (1) <23 7 6 5 4 2 1> 26 0 0x77d7e000 0x3000 0x2000 com.apple.security.TMSafetyNet (6) <7 6 5 4 2 1> 27 0 0x77d91000 0x3000 0x2000 com.apple.driver.AppleAPIC (1.4) <4 3> 28 0 0x77d8a000 0x4000 0x3000 com.apple.driver.AppleSMBIOS (1.6) <7 4 3> 29 4 0x809fe000 0x3c000 0x3b000 com.apple.iokit.IOHIDFamily (1.6.5) <7 6 5 4 3 1> 30 0 0x77bf0000 0x3000 0x2000 org.voodoo.driver.PS2Keyboard (1.1.0) <29 21 12 11 10 7 6 5 4 3 1> 31 0 0x77d9c000 0x3000 0x2000 com.apple.driver.AppleHPET (1.5) <13 7 5 4 3> 32 0 0x77be4000 0x5000 0x4000 com.apple.driver.AppleRTC (9.9) <13 5 4 3 1> 33 1 0x77dfd000 0x3000 0x2000 com.apple.iokit.IOSMBusFamily (1.1) <5 4 3> 34 0 0x80b2b000 0x6000 0x5000 com.apple.driver.AppleACPIEC (1.3.5) <33 15 13 5 4 3> 35 0 0x80b31000 0x4000 0x3000 com.apple.driver.AppleACPIButtons (1.3.5) <29 15 13 7 6 5 4 3 1> 36 0 0x80b25000 0x5000 0x4000 org.netkas.FakeSMC (3.1.0) <13 7 5 4 3> 37 1 0x809d5000 0x3000 0x2000 com.apple.driver.AppleEFIRuntime (1.4.0) <7 6 5 4 3> 38 7 0x80bc9000 0x2f000 0x2e000 com.apple.iokit.IOUSBFamily (3.8.5) <14 7 5 4 3 1> 39 0 0x80b93000 0x14000 0x13000 com.apple.driver.AppleUSBEHCI (3.7.5) <38 14 7 5 4 3 1> 40 3 0x80b7e000 0x6000 0x5000 com.apple.iokit.IOAHCIFamily (2.0.4) <5 4 3 1> 41 0 0x80ba7000 0x14000 0x13000 com.apple.driver.AppleAHCIPort (2.1.5) <40 14 5 4 3 1> 42 0 0x80bbb000 0x6000 0x5000 com.apple.driver.AppleEFINVRAM (1.4.0) <37 7 5 4 3> 43 0 0x77db5000 0x2000 0x1000 com.apple.iokit.IOUSBUserClient (3.8.5) <38 7 5 4 3 1> 44 0 0x80b6d000 0xf000 0xe000 com.apple.driver.AppleUSBHub (3.8.4) <38 5 4 3 1> 45 3 0x80d1b000 0x1a000 0x19000 com.apple.iokit.IOSCSIArchitectureModelFamily (2.6.5) <5 4 3 1> 46 0 0x80cf6000 0x9000 0x8000 com.apple.iokit.IOAHCISerialATAPI (1.2.5) <45 40 5 4 3 1> 48 0 0x80bc1000 0x6000 0x5000 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0d1) <6 4 3 2 1> 49 0 0x80d08000 0x5000 0x4000 com.apple.BootCache (31) <7 6 5 4 3 1> 50 3 0x80ce7000 0x8000 0x7000 com.apple.iokit.IOCDStorageFamily (1.6) <19 5 4 3 1> 51 2 0x80cef000 0x6000 0x5000 com.apple.iokit.IODVDStorageFamily (1.6) <50 19 5 4 3 1> 52 1 0x80d0d000 0x5000 0x4000 com.apple.iokit.IOBDStorageFamily (1.6) <51 50 19 5 4 3 1> 53 0 0x80e51000 0x18000 0x17000 com.apple.iokit.IOSCSIMultimediaCommandsDevice (2.6.5) <52 51 50 45 19 5 4 3 1> 54 0 0x80d12000 0x7000 0x6000 com.apple.iokit.SCSITaskUserClient (2.6.5) <45 19 5 4 3 1> 55 1 0x80ded000 0x4000 0x3000 com.apple.driver.AppleUSBComposite (3.7.5) <38 4 3 1> 56 0 0x80e26000 0x3000 0x2000 com.apple.driver.AppleUSBMergeNub (3.8.5) <55 38 4 3 1> 57 0 0x80e30000 0x13000 0x12000 com.apple.iokit.IOAHCIBlockStorage (1.6.3) <40 19 5 4 3 1> 58 0 0x80f1f000 0x3000 0x2000 com.apple.driver.XsanFilter (402.1) <19 5 4 3 1> 59 0 0x80f16000 0x6000 0x5000 com.apple.iokit.IOUSBHIDDriver (3.8.4) <38 29 5 4 3 1> 60 2 0x8119e000 0x60000 0x5f000 com.apple.filesystems.ntfs (3.3) <7 6 5 4 1> 61 0 0x80ffe000 0x5000 0x4000 com.superhai.driver.VoodooBattery (1.3.3) <13 5 4 3> 62 3 0x81011000 0x17000 0x16000 com.apple.iokit.IONetworkingFamily (1.10) <7 6 5 4 3 1> 63 0 0x81146000 0x21000 0x20000 com.lnx2mac.driver.RealtekRTL81xx (0.0.67) <62 14 5 4 3 1> 64 0 0x77a9e000 0x8000 0x7000 org.voodoo.driver.PS2Trackpad (1.1.0) <29 21 12 11 10 7 6 5 4 3 1> 65 0 0x77aa6000 0x3000 0x2000 com.apple.driver.AppleLPC (1.4.12) <14 5 4 3> 67 1 0x81054000 0xb000 0xa000 com.apple.driver.IOPlatformPluginFamily (4.5.0d5) <6 5 4 3> 68 2 0x810c0000 0xa000 0x9000 com.apple.driver.AppleSMC (3.1.0d3) <13 7 5 4 3> 69 0 0x810d5000 0x10000 0xf000 com.apple.driver.ACPI_SMC_PlatformPlugin (4.5.0d5) <68 67 14 13 7 6 5 4 3> 70 1 0x81071000 0x24000 0x23000 com.apple.iokit.IO80211Family (312) <62 7 5 4 3 1> 71 0 0x81476000 0xcc000 0xcb000 com.apple.driver.AirPort.Atheros21 (424.14.5) <70 62 14 7 5 4 3 1> 72 6 0x812ba000 0x2b000 0x2a000 com.apple.iokit.AppleProfileFamily (61) <14 7 6 5 4 3 1> 74 1 0x80ff0000 0x4000 0x3000 com.apple.kext.OSvKernDSPLib (1.3) <5 4> 75 3 0x810a6000 0x18000 0x17000 com.apple.iokit.IOAudioFamily (1.8.0fc1) <74 5 4 3 1> 76 0 0x8136c000 0x30000 0x2f000 com.apple.driver.AppleUSBAudio (2.7.6f4) <75 38 5 4 3> 77 9 0x81245000 0x22000 0x21000 com.apple.iokit.IOGraphicsFamily (2.2) <14 7 5 4 3> 78 2 0x818f9000 0x116000 0x115000 com.apple.kext.ATISupport (7.0.0) <77 14 13 7 5 4 3 1> 79 0 0x81409000 0x28000 0x27000 com.apple.kext.ATI5000Controller (7.0.0) <78 77 14 13 5 4 3 1> 82 0 0x81193000 0x4000 0x3000 com.apple.driver.AudioIPCDriver (1.1.6) <75 5 4 3 1> 84 2 0x81238000 0xd000 0xc000 com.apple.iokit.IONDRVSupport (2.2) <77 14 7 5 4 3> 85 0 0x81d2e000 0x20d000 0x20c000 com.apple.ATIRadeonX3000 (6.2.6) <84 77 14 7 6 5 4 3 1> 86 0 0x8104c000 0x6000 0x5000 com.apple.Dont_Steal_Mac_OS_X (7.0.0) <68 7 4 3 1> 89 1 0x81219000 0x9000 0x8000 com.apple.iokit.IOSerialFamily (10.0.3) <7 6 5 4 3 1> 90 0 0x8122e000 0x9000 0x8000 com.apple.iokit.IOBluetoothSerialManager (2.3.8f7) <89 7 5 4 3 1> 92 0 0x77715000 0xb000 0xa000 com.apple.iokit.IOSurface (74.2) <7 5 4 3 1> 93 0 0x809d8000 0x12000 0x11000 com.apple.kext.ATIFramebuffer (7.0.0) <78 77 14 13 7 5 4 3 1> 94 0 0x77792000 0x5000 0x4000 com.apple.driver.AudioAUUC (1.13) <77 75 14 13 7 5 4 3 1> 95 0 0x777b9000 0xb000 0xa000 com.apple.driver.AGPM (100.12.19) <84 77 14 5 4 3> 97 0 0x7779b000 0x4000 0x3000 com.apple.driver.AppleProfileCallstackAction (69) <72 6 5 4 3 1> 99 0 0x77787000 0x7000 0x6000 com.apple.driver.AppleMCCSControl (1.0.17) <77 14 7 5 4 3 1> 100 0 0x776c3000 0x3000 0x2000 com.apple.driver.AppleProfileKEventAction (67) <72 4 3 1> 101 0 0x77763000 0x5000 0x4000 com.apple.driver.AppleUpstreamUserClient (3.4.5) <77 14 13 7 5 4 3 1> 102 0 0x7776e000 0x3000 0x2000 com.apple.driver.AppleProfileRegisterStateAction (67) <72 4 3 1> 103 0 0x77771000 0x3000 0x2000 com.apple.driver.AppleProfileThreadInfoAction (67) <72 6 4 3 1> 104 0 0x7778e000 0x3000 0x2000 com.apple.driver.AppleProfileTimestampAction (67) <72 5 4 3 1> 105 0 0x777e2000 0x5000 0x4000 com.apple.driver.AppleHWSensor (1.9.3d0) <5 4 3> 106 0 0x777d8000 0x3000 0x2000 com.apple.driver.AppleProfileReadCounterAction (67) <72 6 4 3> 107 0 0x81028000 0xa000 0x9000 com.apple.filesystems.autofs (2.1.0) <7 6 5 4 3 1> I tried kextload command, it doesn't make any difference.. hm.. *somehow can't get the codebox to work. i'm sorry about that. Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1689970 Share on other sites More sharing options...
idoc Posted May 30, 2011 Share Posted May 30, 2011 Looks like AppleHDA.kext is still not loading (not present in kextstat and nothing attached to HDEF in ioreg). Could you use ioregexplorer and save an explorer file that way, I'd be interested in the info under the HDEF node. It is worth repairing permissions as this can stop AppleHDA.kext from loading. It would be worth trying AppleHDA 10.6.2 and my original extra folder and dsdt to see if this loads and then the binary hacked AppleHDA 10.6.6 if all goes well. Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1690635 Share on other sites More sharing options...
xorxorxor Posted June 1, 2011 Author Share Posted June 1, 2011 Thank you so much. It's been 3 months without the headphone output, hopefully it will get fixed sometime. Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1691296 Share on other sites More sharing options...
idoc Posted June 6, 2011 Share Posted June 6, 2011 I've installed AppleHDA Rollback and ALC8xxHDA with dsdt 888 and AppleHDA loads (albeit with incorrect devices in Sound Preferences), could you try this - please rebuild caches with [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url] at the same time. Let me know if AppleHDA now loads. Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1693652 Share on other sites More sharing options...
xorxorxor Posted June 10, 2011 Author Share Posted June 10, 2011 I've installed AppleHDA Rollback and ALC8xxHDA with dsdt 888 and AppleHDA loads (albeit with incorrect devices in Sound Preferences), could you try this - please rebuild caches with [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url] at the same time.Let me know if AppleHDA now loads. Used [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url] to install AppleHDA rollback, ALC8xxHDA with dsdt888. Still no luck. System profiler says Intel High Definition Audio: Audio ID: 888 tried installing AppleHDA.kext again, but it didn't work either... hm... Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1695652 Share on other sites More sharing options...
idoc Posted June 15, 2011 Share Posted June 15, 2011 Now that is strange. Could you upload your dsdt file for me to have a look at. Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1698015 Share on other sites More sharing options...
xorxorxor Posted June 18, 2011 Author Share Posted June 18, 2011 Here you go. Changed its extension to txt, since it wouldn't allow me to upload AML file. Thanks a lot. DSDT_AML.txt Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1699774 Share on other sites More sharing options...
idoc Posted June 19, 2011 Share Posted June 19, 2011 Does your DSDT compile on your machine? I get a string of errors when I try to compile it with DSDT Editor or DSDTSE and when I boot with your DSDT I similarly get no sound. Could you try my dsdt.aml file. dsdt.aml.zip Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1700413 Share on other sites More sharing options...
xorxorxor Posted June 21, 2011 Author Share Posted June 21, 2011 When I boot with your dsdt.aml, my screen goes black and I can't see anything. I had to put back my old one. Was that one supposed to be identical to my old one, but compiled differently? Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1701317 Share on other sites More sharing options...
idoc Posted June 25, 2011 Share Posted June 25, 2011 I've recompiled your dsdt with warnings removed but I don't think it will work, nonetheless, give it a go. Otherwise I recompiled kabyl's boot file with a fix for the 5870, I think it should fix the blank screen, try this with my dsdt.aml. The next tact to try would be removing the dsdt reference to alc888 and use HDAEnabler and ALC8xxHDA. Let me know what works. Archive.zip Link to comment https://www.insanelymac.com/forum/topic/254451-applehda-no-device-detected-in-system-profiler/#findComment-1703356 Share on other sites More sharing options...
Recommended Posts