Jedric Posted February 26, 2010 Share Posted February 26, 2010 Credit to the following: For the kext from Leo http://www.insanelymac.com/forum/index.php...c=99815&hl= For the Guide/how to port AppleHDA to SL. http://www.infinitemac.com/f57/guide-how-t...da-to-sl-t3981/ How to setup 5.1 surround sound http://www.insanelymac.com/forum/lofiversi...php/t87336.html AppleHDA.kext.zip Link to comment Share on other sites More sharing options...
Stone-D Posted March 17, 2010 Share Posted March 17, 2010 I'm getting an error downloading the attachement. Is there a mirror somewhere? Link to comment Share on other sites More sharing options...
kizwan Posted March 17, 2010 Share Posted March 17, 2010 Hi guys, This looks like appropriate place to post kexts for ALC883 (Snow Leopard compatible). This kext actually legacy kext edited specifically for Acer Aspire 9420. All device working including microphone (internal & external). Works with original AppleHDA.kext in Snow Leopard. http://www.mediafire.com/?vkzyzmtzozo Guys, let posts all ALC883 for Snow Leopard over here. It will make it easier for other people. My kext may compatible with other computer that have ALC883 too. kizwan Link to comment Share on other sites More sharing options...
Stone-D Posted March 17, 2010 Share Posted March 17, 2010 Nice one, kizwan. I'll check it out in the morning on my P5K-SE mobo. Link to comment Share on other sites More sharing options...
oldnapalm Posted April 27, 2010 Share Posted April 27, 2010 Thanks kizwan. Works fine on Acer Aspire 3690. Link to comment Share on other sites More sharing options...
shaanky98 Posted April 29, 2010 Share Posted April 29, 2010 Works fine here check my signature for my specs Link to comment Share on other sites More sharing options...
Freaky Chokra Posted May 1, 2010 Share Posted May 1, 2010 (edited) Works fine here check my signature for my specs Is this the latest 10.6.3 AppleHDA.kext that is modified to give 5.1 output? Well, I have DSDT patching for Audio so that everything is recognized by the OS and gives the full output. However, It only provides output in 4.1 format. My "Center" speaker remains muted and no audio is produced through it. I am in Windows right now ... Will try this Kext, and post the results. I'm having high hopes as Shaanky's system is ASUS P5E-VM, mine is P5K-VM. The chipsets are identical ALC 883 ad0 Hopefully this works... and you shall have obliged moi. Regards Freaky Chokra Works fine here check my signature for my specs Is this the latest 10.6.3 AppleHDA.kext that is modified to give 5.1 output? Well, I have DSDT patching for Audio so that everything is recognized by the OS and gives the full output. However, It only provides output in 4.1 format. My "Center" speaker remains muted and no audio is produced through it. I am in Windows right now ... Will try this Kext, and post the results. I'm having high hopes as Shaanky's system is ASUS P5E-VM, mine is P5K-VM. The chipsets are identical ALC 883 ad0 Hopefully this works... and you shall have obliged moi. Regards Freaky Chokra Edited May 11, 2010 by Freaky Chokra Link to comment Share on other sites More sharing options...
imhotepp Posted May 10, 2010 Share Posted May 10, 2010 Hi, Freaky Chokra, did you get your audio working on 10.6.3? I have the same sound card, my installation is new, but I have already installed the 10.6.3 update and the sound card is not working, I have tried many solutions in these forums and still no joy Link to comment Share on other sites More sharing options...
kizwan Posted May 10, 2010 Share Posted May 10, 2010 Hi, Freaky Chokra, did you get your audio working on 10.6.3? I have the same sound card, my installation is new, but I have already installed the 10.6.3 update and the sound card is not working, I have tried many solutions in these forums and still no joy In case you don't know, device IDs for supported sound card in 10.6.3 is hard-coded in the AppleHDA binary file (AppleHDA.kext/Contents/MacOs/AppleHDA). Even with legacy kext, the sound will not working/detected in 10.6.3 because of it. To fix this issue, you will need to edit the binary file to replace the existing IDs with yours. Search for 8508ec10 & change it with yours. E.g. if ALC889 change to 8908ec10 (change all of the 8508ec10 in the binary file with yours). You can download 10.6.3's AppleHDA.kext file from the first post at this thread (click the link below & go to post #1) or if you want to do it yourself, please follow this step by step:- http://www.insanelymac.com/forum/index.php...p;#entry1441569 kizwan Link to comment Share on other sites More sharing options...
imhotepp Posted May 10, 2010 Share Posted May 10, 2010 Hi Kizwan THanks for the response, I apologize I am still new to OSX architecture, I assumed from your post you meant AppleHDA.kext file from the first post of *this* thread? I downloaded that, copied it to /System/Library/Extensions, replacing the one existing in there and ran the Kext Utility. But there is still no sound device detected. I am getting the errors below logged in the kernel log during bootup. kernel[0]: Sound assertion "0 == pathMap_aDriverInstance" failed in "/SourceCache/AppleHDA/AppleHDA-174.1.1/AppleHDA/AppleHDADriver.cpp" at line 1459 goto Exit kernel[0]: Sound assertion "0 != createAudioEngines ( fPathMap_aDriverInstance )" failed in "/SourceCache/AppleHDA/AppleHDA-174.1.1/AppleHDA/AppleHDADriver.cpp" at line 172 goto Exit kernel[0]: Sound assertion "0 == pathMap_aDriverInstance" failed in "/SourceCache/AppleHDA/AppleHDA-174.1.1/AppleHDA/AppleHDADriver.cpp" at line 1459 goto Exit kernel[0]: Sound assertion "0 != createAudioEngines ( fPathMap_aDriverInstance )" failed in "/SourceCache/AppleHDA/AppleHDA-174.1.1/AppleHDA/AppleHDADriver.cpp" at line 172 goto Exit Link to comment Share on other sites More sharing options...
kizwan Posted May 10, 2010 Share Posted May 10, 2010 Hi Kizwan THanks for the response, I apologize I am still new to OSX architecture, I assumed from your post you meant AppleHDA.kext file from the first post of *this* thread? .............................................. What I meant for "You can download 10.6.3's AppleHDA.kext file from the first post of below thread..." was, the file is available at the first post at another thread. The link to another thread is after the sentences. The file is not in *this* thread. My mistake. I already corrected the sentences. Link to comment Share on other sites More sharing options...
Freaky Chokra Posted May 11, 2010 Share Posted May 11, 2010 Hi, Freaky Chokra, did you get your audio working on 10.6.3? I have the same sound card, my installation is new, but I have already installed the 10.6.3 update and the sound card is not working, I have tried many solutions in these forums and still no joy Hi imhotepp. Here is the readily patched Kext for ALC 883. The Vanilla AppleHDA.kext ver 1.8.4fc3 which as the patched ID. Just use Kext Helper b7 to install it. Click on the above link to go to post where the patched kext is located. Or open this link: http://www.insanelymac.com/forum/index.php...t&p=1439309 Regards, Freaky Chokra Link to comment Share on other sites More sharing options...
imhotepp Posted May 13, 2010 Share Posted May 13, 2010 Hi imhotepp. Here is the readily patched Kext for ALC 883. The Vanilla AppleHDA.kext ver 1.8.4fc3 which as the patched ID. Just use Kext Helper b7 to install it. Click on the above link to go to post where the patched kext is located. Or open this link: http://www.insanelymac.com/forum/index.php...t&p=1439309 Regards, Freaky Chokra THanks for that, I downloaded the Kext and installed it, however I am still not getting sound and the same errors logged kernel[0]: HDAEnabler: Copyright (c) 2008 by Kabyl kernel[0]: HDAEnabler: 05/05/2008 Added SP-Audio support by Taruga kernel[0]: HDAEnabler: 03/07/2009 Compiled for 32/64-bit by Taruga kernel[0]: Sound assertion "0 == pciVendorProductID" failed in "/SourceCache/AppleHDA/AppleHDA-184.4.3/AppleHDAController/AppleHDAController.cpp" at line 3226 goto Exit ........... Earlier in the boot process, there is this error, could it be related to the problem? localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool)Not loading kext com.apple.driver.AppleHDAController - not found and kextd not available in early boot. Now I see this in the System Profiler, but No output/input device is detected in the systems settings Device ID: 0x10438277 Audio ID: 883 Available Devices: Line Out: Connection: 1/8-Inch Jack External Microphone: Connection: 1/8-Inch Jack External Microphone: Connection: 1/8-Inch Jack Headphone: Connection: 1/8-Inch Jack S/P-DIF Out: Connection: RCA Link to comment Share on other sites More sharing options...
Freaky Chokra Posted May 14, 2010 Share Posted May 14, 2010 THanks for that, I downloaded the Kext and installed it, however I am still not getting sound and the same errors logged kernel[0]: HDAEnabler: Copyright (c) 2008 by Kabyl kernel[0]: HDAEnabler: 05/05/2008 Added SP-Audio support by Taruga kernel[0]: HDAEnabler: 03/07/2009 Compiled for 32/64-bit by Taruga kernel[0]: Sound assertion "0 == pciVendorProductID" failed in "/SourceCache/AppleHDA/AppleHDA-184.4.3/AppleHDAController/AppleHDAController.cpp" at line 3226 goto Exit ........... Earlier in the boot process, there is this error, could it be related to the problem? localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool)Not loading kext com.apple.driver.AppleHDAController - not found and kextd not available in early boot. Now I see this in the System Profiler, but No output/input device is detected in the systems settings Device ID: 0x10438277 Audio ID: 883 Available Devices: Line Out: Connection: 1/8-Inch Jack External Microphone: Connection: 1/8-Inch Jack External Microphone: Connection: 1/8-Inch Jack Headphone: Connection: 1/8-Inch Jack S/P-DIF Out: Connection: RCA Hi imhotepp. It seems, you have a modded or patched HDAEnabler.kext lying around in either /System/LIbrary/Extensions/ or /Extra/Extensions/ Remove that or move that to a folder, say /Disabled/, and do a -f -v boot and check for the messages and report. That should fix your ALC 883 audio problem. Or if you are were using anything "non-vanilla" to get the audio wprking, remove or move that kext too. Coz with this Kext, we don't need anything else, anywhere. Regards, Freaky Chokra Link to comment Share on other sites More sharing options...
imhotepp Posted May 14, 2010 Share Posted May 14, 2010 Hi I removed HDAEnabler.kext from /Extra/Extensions but there is still no audio device detected, and in System profiler it now says there is no builtin audio device. Here is the full log of the kernel from my last bootup May 14 21:15:59 localhost kernel[0]: npvhash=4095 May 14 21:15:59 localhost kernel[0]: PAE enabled May 14 21:15:59 localhost kernel[0]: 64 bit mode enabled May 14 21:15:59 localhost kernel[0]: Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386 May 14 21:15:59 localhost kernel[0]: vm_page_bootstrap: 1484775 free pages and 88089 wired pages May 14 21:15:59 localhost kernel[0]: standard timeslicing quantum is 10000 us May 14 21:15:59 localhost kernel[0]: mig_table_max_displ = 73 May 14 21:15:59 localhost kernel[0]: NullCPUPowerManagement::init: properties=0xa5b0c00 May 14 21:15:59 localhost kernel[0]: NullCPUPowerManagement::start May 14 21:15:59 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled May 14 21:15:59 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled May 14 21:15:59 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=2 Enabled May 14 21:15:59 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled May 14 21:15:59 localhost kernel[0]: calling mpo_policy_init for Quarantine May 14 21:15:59 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) May 14 21:15:59 localhost kernel[0]: calling mpo_policy_init for Sandbox May 14 21:15:59 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) May 14 21:15:59 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet May 14 21:15:59 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) May 14 21:15:59 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993 May 14 21:15:59 localhost kernel[0]: The Regents of the University of California. All rights reserved. May 14 21:15:59 localhost kernel[0]: MAC Framework successfully initialized May 14 21:15:59 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers May 14 21:15:59 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 May 14 21:15:59 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3) May 14 21:15:59 localhost kernel[0]: netkas presents fakesmc, a kext which emulates smc device May 14 21:15:59 localhost kernel[0]: Not loading kext com.apple.driver.AppleHDAController - not found and kextd not available in early boot.RTC: Only single RAM bank (128 bytes) May 14 21:15:59 localhost kernel[0]: mbinit: done (64 MB memory set for mbuf pool) May 14 21:15:59 localhost kernel[0]: JMicronATA: JMB368 (CMD 0xd800, CTR 0xd480, IRQ 16, BM 0xd408) May 14 21:15:59 localhost kernel[0]: From path: "uuid", May 14 21:15:59 localhost kernel[0]: Waiting for boot volume with UUID B68D3AFB-30E3-3553-AED6-B5EFEA070D06 May 14 21:15:59 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict> May 14 21:15:59 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded May 14 21:15:59 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/CHN1@1/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/ST9160314AS Media/IOGUIDPartitionScheme/OSX@2 May 14 21:15:59 localhost kernel[0]: BSD root: disk2s2, major 14, minor 9 May 14 21:15:59 localhost kernel[0]: ATAPI Device checked May 14 21:15:59 localhost kernel[0]: USBMSC Identifier (non-unique): 20021111153705700 0xbda 0x111 0x1122 May 14 21:15:59 localhost kernel[0]: JMicronATA: JMB368 (CMD 0xdc00, CTR 0xd880, IRQ 16, BM 0xd400) May 14 21:15:59 localhost kernel[0]: Warning - com.microsoft.driver.MicrosoftKeyboardUSB declares no kernel dependencies; using com.apple.kernel.6.0. May 14 21:16:00 localhost kernel[0]: systemShutdown false May 14 21:16:04 MacBook-Pro kernel[0]: AppleYukon2: Marvell Yukon Gigabit Adapter 88E8056 Singleport Copper SA May 14 21:16:04 MacBook-Pro kernel[0]: AppleYukon2: RxRingSize <= 1024, TxRingSize 256, RX_MAX_LE 1024, TX_MAX_LE 768, ST_MAX_LE 3328yukon: Ethernet address 00:1f:c6:da:0f:0b May 14 21:16:06 MacBook-Pro kernel[0]: Ethernet [AppleYukon2]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,6c08,0de1,0200,41e1,4000] May 14 21:16:09 MacBook-Pro kernel[0]: Waiting for DSMOS... May 14 21:16:10 MacBook-Pro kernel[0]: Apple16X50ACPI1: Identified Serial Port on ACPI Device=UAR1 May 14 21:16:10 MacBook-Pro kernel[0]: Apple16X50UARTSync1: Detected 16550AF/C/CF FIFO=16 MaxBaud=115200 May 14 21:16:10 MacBook-Pro kernel[0]: Warning - com.microsoft.driver.MicrosoftMouseUSB declares no kernel dependencies; using com.apple.kernel.6.0. May 14 21:16:10 MacBook-Pro kernel[0]: Previous Shutdown Cause: 3 May 14 21:16:11 MacBook-Pro kernel[0]: NVDANV50HAL loaded and registered. May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: init : begin May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: probe : probe May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: probe : ROM shadow enable May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: probe : patch PRAMIN May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: False ROM signature: 0x0100 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: probe : patch PROM May 14 21:16:11 MacBook-Pro kernel[0]: DSMOS has arrivedNVEnabler: dcb table at offset 0xb9b2 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: dcb numentries 16 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 0: 02000300 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 1: 01000302 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 2: 02011312 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 3: 04022320 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: numentries = 16 num_outputs = 4 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: 2 not grouped May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: 3 not grouped May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: Channel 1: 03 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: Channel 2: 0c May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Model found: Unknown nVidia card May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG VRAM: 512 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,compatible May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,device_type May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,compatible May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,name May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,device_type May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,name May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property device_type May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler::probe fails May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: init : begin May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: probe : probe May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: probe : ROM shadow enable May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: probe : patch PRAMIN May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: False ROM signature: 0x0100 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: probe : patch PROM May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: dcb table at offset 0xb9b2 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: dcb numentries 16 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 0: 02000300 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 1: 01000302 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 2: 02011312 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 3: 04022320 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: numentries = 16 num_outputs = 4 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: 2 not grouped May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: 3 not grouped May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: Channel 1: 03 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: Channel 2: 0c May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Model found: Unknown nVidia card May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG VRAM: 512 May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,compatible May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,device_type May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,compatible May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,name May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,device_type May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,name May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property device_type May 14 21:16:11 MacBook-Pro kernel[0]: NVEnabler::probe fails May 14 21:16:16 MacBook-Pro kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: init : begin May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: probe : probe May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: probe : ROM shadow enable May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: probe : patch PRAMIN May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: False ROM signature: 0x0100 May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: probe : patch PROM May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: dcb table at offset 0xb9b2 May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: dcb numentries 16 May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 0: 02000300 May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 1: 01000302 May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 2: 02011312 May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 3: 04022320 May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: numentries = 16 num_outputs = 4 May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: 2 not grouped May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: 3 not grouped May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: Channel 1: 03 May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: Channel 2: 0c May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: DEBUG Model found: Unknown nVidia card May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: DEBUG VRAM: 512 May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,compatible May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,device_type May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,compatible May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,name May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,device_type May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,name May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property device_type May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler::probe fails May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: init : begin May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: probe : probe May 14 21:16:16 MacBook-Pro kernel[0]: NVEnabler: probe : ROM shadow enable May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: probe : patch PRAMIN May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: False ROM signature: 0x0100 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: probe : patch PROM May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: dcb table at offset 0xb9b2 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: dcb numentries 16 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 0: 02000300 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 1: 01000302 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 2: 02011312 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 3: 04022320 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: numentries = 16 num_outputs = 4 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: 2 not grouped May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: 3 not grouped May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: Channel 1: 03 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: Channel 2: 0c May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Model found: Unknown nVidia card May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG VRAM: 512 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,compatible May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,device_type May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,compatible May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,name May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,device_type May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,name May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property device_type May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler::probe fails May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: init : begin May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: probe : probe May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: probe : ROM shadow enable May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: probe : patch PRAMIN May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: False ROM signature: 0x0100 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: probe : patch PROM May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: dcb table at offset 0xb9b2 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: dcb numentries 16 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 0: 02000300 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 1: 01000302 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 2: 02011312 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: Raw DCB entry 3: 04022320 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: numentries = 16 num_outputs = 4 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: 2 not grouped May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: 3 not grouped May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: Channel 1: 03 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: Channel 2: 0c May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Model found: Unknown nVidia card May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG VRAM: 512 May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,compatible May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,device_type May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,compatible May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,name May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @1,device_type May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property @0,name May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler: DEBUG Setting property device_type May 14 21:16:17 MacBook-Pro kernel[0]: NVEnabler::probe fails May 14 21:16:29 MacBook-Pro kernel[0]: NTFS driver 3.2 [Flags: R/W]. May 14 21:16:29 MacBook-Pro kernel[0]: NTFS volume name , version 3.1. May 14 21:16:43 MacBook-Pro kernel[0]: BootCache: hit rate below threshold (3645 hits on 7291 lookups) Link to comment Share on other sites More sharing options...
imhotepp Posted May 14, 2010 Share Posted May 14, 2010 Here is the list of Kexts I currently have $ ls -lh /Extra/Extensions total 0 drwxr-xr-x 3 root wheel 102B 7 May 20:10 AHCIPortInjector.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 ATAPortInjector.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 AppleRTC.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 IOAHCIBlockStorageInjector.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 IONetworkingFamily.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 JMicronATA.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 LegacyJMB36xSATA.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 NVDANV50Hal.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 NVDAResman.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 NVEnabler 0.1.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 NVdarwin.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 Natit.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 NullCPUPowerManagement.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 OpenHaltRestart.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 PlatformUUID.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 fakesmc.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 skge.kext $ ls -lh /System/Library/Extensions/ total 0 drwxr-xr-x 3 root wheel 102B 22 Aug 2007 ACard6280ATA.kext drwxr-xr-x 3 root wheel 102B 22 Aug 2007 ACard62xxM.kext drwxr-xr-x 3 root wheel 102B 22 Aug 2007 ACard67162.kext drwxr-xr-x 3 root wheel 102B 22 Aug 2007 ACard671xSCSI.kext drwxr-xr-x 3 root wheel 102B 22 Aug 2007 ACard6885M.kext drwxr-xr-x 3 root wheel 102B 22 Aug 2007 ACard68xxM.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 ALF.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATI1300Controller.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATI1600Controller.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATI1900Controller.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATI2400Controller.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATI2600Controller.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATI3800Controller.kext drwxr-xr-x 3 root wheel 102B 23 Mar 22:33 ATI4500Controller.kext drwxr-xr-x 3 root wheel 102B 23 Mar 22:33 ATI4600Controller.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATI4800Controller.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATIFramebuffer.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATIRadeonX1000.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATIRadeonX1000GA.plugin drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATIRadeonX1000GLDriver.bundle drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATIRadeonX1000VADriver.bundle drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATIRadeonX2000.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATIRadeonX2000GA.plugin drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATIRadeonX2000GLDriver.bundle drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATIRadeonX2000VADriver.bundle drwxr-xr-x 3 root wheel 102B 3 Aug 2009 ATISupport.kext drwxr-xr-x 3 root wheel 102B 4 May 2009 ATTOCelerityFC.kext drwxr-xr-x 3 root wheel 102B 4 May 2009 ATTOCelerityFC8.kext drwxr-xr-x 3 root wheel 102B 4 May 2009 ATTOExpressPCI4.kext drwxr-xr-x 3 root wheel 102B 4 May 2009 ATTOExpressSASHBA.kext drwxr-xr-x 3 root wheel 102B 4 May 2009 ATTOExpressSASHBA2.kext drwxr-xr-x 3 root wheel 102B 4 May 2009 ATTOExpressSASRAID.kext drwxr-xr-x 3 root wheel 102B 30 Apr 2009 Accusys6xxxx.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 Apple16X50Serial.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleACPIPlatform.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleAHCIPort.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleAPIC.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleBMC.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleBacklight.kext drwxr-xr-x 3 root wheel 102B 26 Feb 20:18 AppleBluetoothMultitouch.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleEFIRuntime.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleFSCompressionTypeZlib.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleFWAudio.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleFileSystemDriver.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleGraphicsControl.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleGraphicsPowerManagement.kext drwxr-xr-x 3 root wheel 102B 13 May 21:22 AppleHDA.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleHIDKeyboard.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleHIDMouse.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleHPET.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleHWSensor.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleIRController.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleIntelCPUPowerManagement.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleIntelCPUPowerManagementClient.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 AppleIntelGMA950.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 AppleIntelGMA950GA.plugin drwxr-xr-x 3 root wheel 102B 3 Aug 2009 AppleIntelGMA950GLDriver.bundle drwxr-xr-x 3 root wheel 102B 3 Aug 2009 AppleIntelGMA950VADriver.bundle drwxr-xr-x 3 root wheel 102B 3 Aug 2009 AppleIntelGMAX3100.kext drwxr-xr-x 5 root wheel 170B 8 May 23:42 AppleIntelGMAX3100FB.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 AppleIntelGMAX3100GA.plugin drwxr-xr-x 3 root wheel 102B 3 Aug 2009 AppleIntelGMAX3100GLDriver.bundle drwxr-xr-x 3 root wheel 102B 3 Aug 2009 AppleIntelGMAX3100VADriver.bundle drwxr-xr-x 5 root wheel 170B 8 May 23:42 AppleIntelIntegratedFramebuffer.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleKeyswitch.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleLPC.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleLSIFusionMPT.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleMCEDriver.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleMIDIFWDriver.plugin drwxr-xr-x 3 root wheel 102B 2 Jul 2009 AppleMIDIIACDriver.plugin drwxr-xr-x 3 root wheel 102B 2 Jul 2009 AppleMIDIRTPDriver.plugin drwxr-xr-x 3 root wheel 102B 2 Jul 2009 AppleMIDIUSBDriver.plugin drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleMatch.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleMikeyHIDDriver.kext drwxr-xr-x 3 root wheel 102B 13 Jul 2009 AppleMobileDevice.kext drwxr-xr-x 3 root wheel 102B 26 Feb 20:04 AppleMultitouchDriver.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleOnboardDisplay.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 ApplePlatformEnabler.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleProfileFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleRAID.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleRAIDCard.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleRTC.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleSEP.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleSMBIOS.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleSMBusController.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleSMBusPCI.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleSMC.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleSMCLMU.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleSmartBatteryManager.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleStorageDrivers.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleTyMCEDriver.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleUSBAudio.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleUSBDisplays.kext drwxr-xr-x 3 root wheel 102B 13 Jul 2009 AppleUSBEthernetHost.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleUSBMultitouch.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleUSBTopCase.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleUpstreamUserClient.kext drwxr-xr-x 3 root wheel 102B 29 Jul 2009 AppleVADriver.bundle drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AppleXsanFilter.kext drwxr-xr-x@ 3 root wheel 102B 27 Feb 16:20 AppleYukon2Injector.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 Apple_iSight.kext drwxr-xr-x 3 root wheel 102B 30 Apr 2009 ArcMSR.kext drwxr-xr-x 5 root wheel 170B 26 Feb 20:07 AudioAUUC.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 AudioIPCDriver.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 BootCache.kext drwxr-xr-x 3 root wheel 102B 30 Apr 2009 CalDigitHDProDrv.kext drwxr-xr-x 3 root wheel 102B 25 Jun 2009 CellPhoneHelper.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 DSACL.ppp drwxr-xr-x 3 root wheel 102B 1 Aug 2009 DSAuth.ppp drwxr-xr-x 3 root wheel 102B 19 May 2009 DVFamily.bundle drwxr-xr-x 4 root wheel 136B 1 Aug 2009 Dont Steal Mac OS X.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 EAP-KRB.ppp drwxr-xr-x 3 root wheel 102B 26 Jun 2009 EAP-RSA.ppp drwxr-xr-x 3 root wheel 102B 1 Aug 2009 EAP-TLS.ppp drwxr-xr-x 3 root wheel 102B 3 Aug 2009 GeForce.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 GeForce7xxxGLDriver.bundle drwxr-xr-x 3 root wheel 102B 3 Aug 2009 GeForceGA.plugin drwxr-xr-x 3 root wheel 102B 23 Mar 22:32 GeForceGLDriver.bundle drwxr-xr-x 3 root wheel 102B 3 Aug 2009 GeForceVADriver.bundle drwxr-xr-x 3 root wheel 102B 30 Apr 2009 HighPointIOP.kext drwxr-xr-x 3 root wheel 102B 30 Apr 2009 HighPointRR.kext drwxr-xr-x 3 root wheel 102B 16 Jul 2009 ICAFWKodakProDriver.kext drwxr-xr-x 3 root wheel 102B 2 Aug 2009 IO80211Family.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOACPIFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOAHCIFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOATAFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOAudioFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOBDStorageFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOBluetoothFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOBluetoothHIDDriver.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOCDStorageFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IODVDStorageFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOFireWireAVC.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOFireWireFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOFireWireIP.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOFireWireSBP2.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOFireWireSerialBusProtocolTransport.kext drwxr-xr-x 5 root wheel 170B 8 May 23:42 IOGraphicsFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOHDIXController.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOHIDFamily.kext drwxr-xr-x 5 root wheel 170B 8 May 23:42 IONDRVSupport.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IONetworkingFamily.kext drwxr-xr-x 5 root wheel 170B 1 Aug 2009 IOPCIFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOPlatformPluginFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOSCSIArchitectureModelFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOSCSIParallelFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOSMBusFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOSerialFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOStorageFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOStreamFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOSurface.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOUSBFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOUSBMassStorageClass.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 IOVideoFamily.kext drwxr-xr-x 3 root wheel 102B 18 May 2009 ImmersionForceFeedback.kext drwxr-xr-x@ 3 root wheel 102B 22 Aug 2007 JMicronATA.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 L2TP.ppp drwxr-xr-x 3 root wheel 102B 18 May 2009 LogitechForceFeedback.kext drwxr-xr-x 3 root wheel 102B 11 Jun 2008 MicrosoftKeyboard.kext drwxr-xr-x 3 root wheel 102B 24 Jan 20:00 MicrosoftMouse.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 NVDANV40Hal.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 NVDANV50Hal.kext drwxr-xr-x 3 root wheel 102B 3 Aug 2009 NVDAResman.kext drwxr-xr-x@ 3 root wheel 102B 27 Feb 08:50 NVEnabler.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 NVSMU.kext drwxr-xr-x@ 3 root wheel 102B 27 Feb 08:26 NullCPUPowerManagement.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 OSvKernDSPLib.kext drwxr-xr-x@ 3 root wheel 102B 27 Feb 08:28 OpenHaltRestart.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 PPP.kext drwxr-xr-x 3 root wheel 102B 18 May 2009 PPPSerial.ppp drwxr-xr-x 3 root wheel 102B 1 Aug 2009 PPPoE.ppp drwxr-xr-x 3 root wheel 102B 1 Aug 2009 PPTP.ppp drwxr-xr-x@ 3 root wheel 102B 27 Feb 08:28 PlatformUUID.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 Quarantine.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 Radius.ppp drwxr-xr-x 3 root wheel 102B 1 Aug 2009 SM56KUSBAudioFamily.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 SMARTLib.plugin drwxr-xr-x 3 root wheel 102B 1 Aug 2009 SMCMotionSensor.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 Sandbox.kext drwxr-xr-x 3 root wheel 102B 27 Jul 2009 SoftRAID.kext drwxr-xr-x 5 root wheel 170B 8 May 23:42 System.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 TMSafetyNet.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 autofs.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 cd9660.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 cddafs.kext drwxr-xr-x@ 3 root wheel 102B 27 Feb 08:23 fakesmc.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 iPodDriver.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 iTunesPhoneDriver.kext drwxr-xr-x 3 root wheel 102B 9 May 11:18 lspcidrv.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 mcxalr.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 msdosfs.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 ntfs.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 smbfs.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 udf.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 ufs.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 webcontentfilter.kext drwxr-xr-x 3 root wheel 102B 1 Aug 2009 webdav_fs.kext Link to comment Share on other sites More sharing options...
Freaky Chokra Posted May 18, 2010 Share Posted May 18, 2010 (edited) Here is the list of Kexts I currently have $ ls -lh /Extra/Extensions total 0 drwxr-xr-x 3 root wheel 102B 7 May 20:10 AHCIPortInjector.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 ATAPortInjector.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 AppleRTC.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 IOAHCIBlockStorageInjector.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 IONetworkingFamily.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 JMicronATA.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 LegacyJMB36xSATA.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 NVDANV50Hal.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 NVDAResman.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 NVEnabler 0.1.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 NVdarwin.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 Natit.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 NullCPUPowerManagement.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 OpenHaltRestart.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 PlatformUUID.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 fakesmc.kext drwxr-xr-x 3 root wheel 102B 7 May 20:10 skge.kext . . . . drwxr-xr-x 3 root wheel 102B 22 Aug 2007 ACard6280ATA.kext drwxr-xr-x 3 root wheel 102B 22 Aug 2007 ACard62xxM.kext drwxr-xr-x 3 root wheel 102B 22 Aug 2007 ACard67162.kext Okay......... Well, I think your older AppleHDA.kext is still being loaded or from the mkext, it's stripped version is yet being loaded during boot up. I suggest, you log in using ROOT or System Administrator account. Move the original AppleHDA.kext from /S/L/E/ to how I usually move it to /Snow/Disabled/Orig_Xtns/ Same way you can too! I t helps when experimenting! Then, copy the kext you downloaded from the Link I provided above, to /Desktop/ Then change permissions. Then copy back to /S/L/E/ Then, I suggest you reboot using -f -v. And revert with results. It is working for everybody out there. If you wish to be more cautious then you can also rebuild the kexts using the code as below: chmod -Rf 755 /Volumes/Snow/System/Library/Extensions chmod -Rf 755 /Volumes/Snow/Extra chown -Rf 0:0 /Volumes/Snow/System/Library/Extensions chown -Rf 0:0 /Volumes/Snow/Extra chown -Rf root:wheel /Volumes/Snow/System/Library/Extensions chown -Rf root:wheel /Volumes/Snow/Extra kextcache -v 1 -t -m /Volumes/Snow/System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions kextcache -v 1 -t -m /Volumes/Snow/Extra/Extensions.mkext /Extra/Extensions In case you are booting in 64 bit mode then use this command for rebuilding mkexts: chown -Rf 0:0 /Volumes/Snow/System/Library/Extensions chown -Rf 0:0 /Volumes/Snow/Extra chown -Rf root:wheel /Volumes/Snow/System/Library/Extensions chown -Rf root:wheel /Volumes/Snow/Extra chmod -Rf 755 /Volumes/Snow/System/Library/Extensions chmod -Rf 755 /Volumes/Snow/Extra chown -Rf root:wheel /Volumes/Snow/System/Library/Extensions/ chmod -Rf 755 /Volumes/Snow/System/Library/Extensions/ kextcache -v 1 -a i386 -a x86_64 -m /Volumes/Snow/System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /Volumes/Snow/System/Library/Extensions/ chown -R root:wheel /Volumes/Snow/Extra/Extensions/ chmod -R 755 /Volumes/Snow/Extra/Extensions/ kextcache -v 1 -a i386 -a x86_64 -m /Volumes/Snow/Extra/Extensions.mkext /Volumes/Snow/Extra/Extensions/ Here you change "Snow" to the name of your Snow Leopard boot volume. This will solve the problem. Regards, Freaky Chokra Edited May 18, 2010 by Freaky Chokra Link to comment Share on other sites More sharing options...
toolbox1234 Posted May 19, 2010 Share Posted May 19, 2010 Do the kext files in this thread work with a system with only 2 speakers? I am looking for a driver that will work in 10.6.3 with a Gigabyte GA-965P-DS3 mobo which has ALC883. Thanks. Link to comment Share on other sites More sharing options...
Freaky Chokra Posted May 19, 2010 Share Posted May 19, 2010 Do the kext files in this thread work with a system with only 2 speakers? I am looking for a driver that will work in 10.6.3 with a Gigabyte GA-965P-DS3 mobo which has ALC883. Thanks. Dear toolbox1234. Yes the patched Vanilla AppleHDA.kext does work with 2 speaker outputs too. Njoi! Regards, Freaky Chokra Link to comment Share on other sites More sharing options...
toolbox1234 Posted May 19, 2010 Share Posted May 19, 2010 Dear toolbox1234. Yes the patched Vanilla AppleHDA.kext does work with 2 speaker outputs too. Njoi! Regards, Freaky Chokra In that case, I need to give it another try. I DL'd your kext and installed it on my 10.6.2 setup. After using pfix to fix file permission and restart, I don't have audio output device anymore. Currently, I am using the 3 Legacy kexts setup wtihout problems. Link to comment Share on other sites More sharing options...
Recommended Posts