New2OSx Posted December 12, 2007 Share Posted December 12, 2007 here are my results with HDAudio3.kext HDAudio[0x3c7cc00]::CodecDetection-started(0x3960480) by Taruga /HDAudio::D27:F0 Irq: 22 Vid: 8086 Pid: 27d8 :HDAudio::Cad Address: 0 HDAudio::Vid/Pid : 0x10ec0861 0x00000000 0x00000000 HDAudio::Subsystem : 0x11791205 HDAudio::Revision : 0x00100300 HDAudio[0x3c7cc00]::CodecDetection-ended(0x1) Link to comment Share on other sites More sharing options...
GingerPrince Posted December 12, 2007 Share Posted December 12, 2007 Tried it on an ASUS p5k-e with Analog Devices 1988B and it just says kext successfully loaded. any ideas why there is no output? cheers, Matt Link to comment Share on other sites More sharing options...
NeSuKuN Posted December 12, 2007 Share Posted December 12, 2007 [specs in signature] localhost:/ root# kextload -v HDAudio.kext HDAudio[0x4e84200]::CodecDetection-started(0x4ad7000) by Taruga HDAudio::D27:F0 Irq 16 Vid: 8086 Pid: 27d8 HDAudio::Cad Address: 0 HDAudio::Vid/Pid: 0x10ec0888 0x000000 0x000000 HDAudio::Subsystem: 0x18491e01 HDAudio::Revision: 0x00100001 HDAudio[0x4e84200]::CodecDetection-ended(0x1) Link to comment Share on other sites More sharing options...
seskanda Posted December 12, 2007 Share Posted December 12, 2007 For some strange reason, now whenever i load it [0x2a3f400] came back in the first and last lines... Anyhow, i wanted to try the HDAudio2.kext ,but it disappeared...so i want ahead and tried HDAudio3.kext. Now, all i get is: kextload: /HDAudio.kext loaded succesfully And that's it! If i try again it says this: kextload: extension /HDAudio.kext is already loaded Another attempt brings back the first message. I'm NO programmer, but maybe Address 1,2 has to do with the difference between Desktops and Laptops, right? I really hope all this gets sorted out by Christmas..... Link to comment Share on other sites More sharing options...
OcciJano Posted December 12, 2007 Share Posted December 12, 2007 Intel D945GTPLR SigmaTel STAC9223 page info from Intel http://www.intel.com/design/motherbd/tp/tp_available.htm HDAudio[0x3e88e00]::CodecDetection-started(0x3bec980) by Taruga HDAudio::D27:F0 Irq: 22 Vid: 8086 Pid: 27d8 HDAudio::Cad Address: 0 HDAudio::Vid/Pid : 0x00000000 HDAudio::Subsystem : 0x00000000 HDAudio::Revision : 0x00000000 HDAudio[0x3e88e00]::CodecDetection-ended(0x1) Linux Codec from http://psykopat.free.fr/apple/AppleHDA/ Codec: SigmaTel STAC9220D/9223D A2 Address: 2 Vendor Id: 0x83847681 Subsystem Id: 0x80860303 Revision Id: 0x103201 Greetings from México City Link to comment Share on other sites More sharing options...
wmarsh Posted December 13, 2007 Share Posted December 13, 2007 Hi guys, I need some testers for a component of my next patcher. (This test is very important for the release of the new patcher) Stac 9227 on Dell E520 (linux codec posted on other thread) http://forum.insanelymac.com/index.php?s=&...st&p=532235 The Linux dump starts as follows: Codec: SigmaTel STAC9227 Address: 2 Vendor Id: 0x83847618 Subsystem Id: 0x102801dd Revision Id: 0x100201 Therefore, I believe its one of those Taruga is having problems with. On mine it just says "kext loaded successfully" -- No output as at top or as posted on other threads. This is also true if I move it to /System/Library/Extensions, unload Tiger kexts (which I am currently using for sound), then kextload ./HDAudio.kext kextload -v gives: kextload: extension /HDAudio.kext appears to be loadable kextload: loading extension /HDAudio.kext kextload: /HDAudio.kext loaded successfully kextload: sending personalities to kernel: kextload: from extension /System/Library/Extensions/IOPCIFamily.kext: kextload: IOPCI2PCIBridge-Name kextload: IOPCI2PCIBridge-i386 kextload: IOPCI2PCIBridge-PCI kextload: from extension //DAudio.kext: kextload: HDAudio kextload: sending 4 personalities to the kernel kextload: matching started for /HDAudio.kext In gui, kext loads, but no output devices are found. We do all appreciate your hard work Taruga. Link to comment Share on other sites More sharing options...
tchow Posted December 13, 2007 Share Posted December 13, 2007 I test my Toshiba notebook only speaker working . mic can't record (nor working) alc861.txt Link to comment Share on other sites More sharing options...
Taruga Posted December 13, 2007 Author Share Posted December 13, 2007 For some strange reason, now whenever i load it [0x2a3f400] came back in the first and last lines... Anyhow, i wanted to try the HDAudio2.kext ,but it disappeared...so i want ahead and tried HDAudio3.kext. Now, all i get is: kextload: /HDAudio.kext loaded succesfully And that's it! If i try again it says this: kextload: extension /HDAudio.kext is already loaded Another attempt brings back the first message. I'm NO programmer, but maybe Address 1,2 has to do with the difference between Desktops and Laptops, right? I really hope all this gets sorted out by Christmas..... Taruga: Well, the HD Audio Bus can support multiple devices, Audio, Modem, HDMI, etc At the moment, it seems I can only communicate with the audio codec if it´s in address 0. I have to get access to a pc with an audio codec in a different address to improve the code or else I´ll have to make a manual option for codecs at other addresses as I need to know where they are to program the codec right. Why is this important ? For ex. for codecs that show input and output devices but don´t work at all, they need some code to modify codec parameters so they can work properly. And this is only one example. Link to comment Share on other sites More sharing options...
SticMAC™ Posted December 13, 2007 Share Posted December 13, 2007 MAYBE???????? I ran Ubuntu 7.10 64bit, and where i told you a lot of 2's came up!? (hotplug etc.) there are a lot of 4's coming up! Could it be that the search has to go as deep as 4? SticMAN Taruga: Well, the HD Audio Bus can support multiple devices, Audio, Modem, HDMI, etcAt the moment, it seems I can only communicate with the audio codec if it´s in address 0. I have to get access to a pc with an audio codec in a different address to improve the code or else I´ll have to make a manual option for codecs at other addresses as I need to know where they are to program the codec right. Why is this important ? For ex. for codecs that show input and output devices but don´t work at all, they need some code to modify codec parameters so they can work properly. And this is only one example. Link to comment Share on other sites More sharing options...
olivier-h Posted December 13, 2007 Share Posted December 13, 2007 Hi First thx for your efforts Taruga! MY mobo ASUS P5B with ADI1988A: Kext loaded and nothing. Bye Link to comment Share on other sites More sharing options...
ToTzliar Posted December 13, 2007 Share Posted December 13, 2007 (edited) Compaq v3148TU notebook:conexant hdaudio 14f1 5047 HDAudio[0x3ede00]::CodecDetection-started(0x2cec000) by Taruga /HDAudio::D27:F0 Irq: 22 Vid: 8086 Pid: 27d8 :HDAudio::Cad Address: 0 HDAudio::Vid/Pid : 0x14f15047 0x00000000 0x00000000 HDAudio::Subsystem : 0x103c30b2 HDAudio::Revision : 0x00100000 HDAudio[0x30ede00]::CodecDetection-ended(0x1) seems no problem exept 0x00000000 0x00000000, can i use yours HDAudio.kext to replace the one in /System/Library/Extensions now? ATTENTION This kext is only for reporting info, it doesn´t do anything else. Don't put it in Extensions folder. Edited December 13, 2007 by Taruga Link to comment Share on other sites More sharing options...
guilliamo Posted December 13, 2007 Share Posted December 13, 2007 HP DV9230US notebook:conexant hdaudio kextload: /HDAudio.kext loaded successfully HDAudio[0x3833800]::CodecDetection-started(0x3580700) by Taruga /HDAudio::D27:F0 Irq: 22 Vid: 8086 Pid: 27d8 localhost:/ root# HDAudio::Cad Address: 0 HDAudio::Vid/Pid : 0x14f15045 0x00000000 0x00000000 HDAudio::Subsystem : 0x103c30bb HDAudio::Revision : 0x00100100 HDAudio[0x3833800]::CodecDetection-ended(0x1) Thanks Taruga !! G Link to comment Share on other sites More sharing options...
lebidou Posted December 13, 2007 Share Posted December 13, 2007 Fujitsu-Siemens Amilo Pi 1556 / Realtek ALC 880 HDAudio[0x3C48400]::CodecDetection-started(0x397a080) by Taruga HDAudio::D27:F0 Irq: 22 Vid: 8086 PiD: 27D8 HDAudio::Cad Adress: 0 HDAudio::Vid/Pid : 0x10573055 0x10573055 0x10573055 HDAudio::Subsystem : 0x10573055 HDAudio::Revision : 0x00100700 HDAudio::[0x3c48400]::CodecDetection-ended(0x1) Linux Dump: Codec: Realtek ALC880 Address: 1 Vendor Id: 0x10ec0880 Subsystem Id: 0x8800000 Revision Id: 0x100800 Link to comment Share on other sites More sharing options...
aylamrin Posted December 13, 2007 Share Posted December 13, 2007 Hallo Taruga, I'm using a Desktop and Intel DG33FB mobo. The output is: kextload: can't contact kextd (continuing anyway) kextload: extension /HDAudio.kext/ appears to be loadable kextload: loading extension /HDAudio.kext/ kextload: /HDAudio.kext/ loaded successfully kextload: sending personalities to kernel: kextload: from extension /System/Library/Extensions/IOPCIFamily.kext: kextload: IOPCI2PCIBridge-Name kextload: IOPCI2PCIBridge-i386 kextload: IOPCI2PCIBridge-PCI kextload: from extension //DAudio.kext: kextload: HDAudio kextload: sending 4 personalities to the kernel kextload: matching started for /HDAudio.kext/ I'm also attaching the codec dump for ALC888... It is an address 2 codec. Link to comment Share on other sites More sharing options...
lebidou Posted December 13, 2007 Share Posted December 13, 2007 Taruga: Well, the HD Audio Bus can support multiple devices, Audio, Modem, HDMI, etcAt the moment, it seems I can only communicate with the audio codec if it´s in address 0. I have to get access to a pc with an audio codec in a different address to improve the code or else I´ll have to make a manual option for codecs at other addresses as I need to know where they are to program the codec right. Why is this important ? For ex. for codecs that show input and output devices but don´t work at all, they need some code to modify codec parameters so they can work properly. And this is only one example. What kind of info about the systems with different address do you need? Could it be grabbed with dumps from win or a linux distro ? Do you mean physical access or an access via ARD or so could be enough ? Link to comment Share on other sites More sharing options...
Max1980 Posted December 13, 2007 Share Posted December 13, 2007 Hey Taruga but why the v1 was working and the v3 is not in my case (ALC268)? Link to comment Share on other sites More sharing options...
Solique Posted December 13, 2007 Share Posted December 13, 2007 What kind of info about the systems with different address do you need? Could it be grabbed with dumps from win or a linux distro ? Do you mean physical access or an access via ARD or so could be enough ? I've had the same result (no output) yet the Linux codec dump shows address 0. Link to comment Share on other sites More sharing options...
userx Posted December 13, 2007 Share Posted December 13, 2007 Compaq Presairo C17NR Audio: Conexant CX20549-12 HDA dumpz... :/ root# kextload /hdaudio.kext kextload: /hdaudio.kext loaded successfully :/ root#_ linux dump attached... Thanks Taruga! Conexant_CX20549_12_HDA_Dump.txt Link to comment Share on other sites More sharing options...
Sietepicos Posted December 13, 2007 Share Posted December 13, 2007 Hi, No luck with ASUS p5K premiun Wifi with AD1988B. Kext loaded sucessfully, but no more info. Thanks Taruga for your great efforts and patience. Sietepicos Link to comment Share on other sites More sharing options...
Jaco2k Posted December 14, 2007 Share Posted December 14, 2007 It seems we AD1988B users are screwed - Taruga, you are our last hope! Força, tuga! Link to comment Share on other sites More sharing options...
avk Posted December 14, 2007 Share Posted December 14, 2007 It seems we AD1988B users are screwed - Taruga, you are our last hope! Força, tuga! hot only 88b, almost everyone, who uses HP Intel-based laptops, that comes with AD1981HD Link to comment Share on other sites More sharing options...
inferno0270 Posted December 15, 2007 Share Posted December 15, 2007 For ALC268 HDAudio[0x28e7800]::CodecDetection-started(0x269cf80) by Taruga HDAudio::D27:F0 Irq: 21 Vid: 8086 Pid: 27d8 HDAudio::Cad Address: 0 HDAudio::Vid/Pid : 0x10ec0268 0x00000000 0x00000000 HDAudio::Subsystem : 0x1025012b HDAudio::Revision : 0x00100003 HDAudio[0x28e7800]::CodecDetection-ended(0x1) Link to comment Share on other sites More sharing options...
BuXb Posted December 16, 2007 Share Posted December 16, 2007 Hi Taruga, wow that looks awesome !! So here's what your kext says about my Conexant HD Audio (in Windows & Linux: 0x14f15047): HDAudio[0x29e0c00]::CodecDetection-started(0x269cd80) by Taruga HDAudio::D27:F0 Irq: 22 Vid: 8086 Pid: 27d8 :/root# HDAudio::Cad Address: 0 HDAudio::Vid/Pid : 0x14f15047 0x00000000 0x00000000 HDAudio::Subsystem : 0x1179ff31 HDAudio::Revision : 0x00100000 HDAudio[0x00000000]::CodecDetection-ended(0x1) What do you think - does it look as if your final patcher v.2 can enable sound here? Also attached you find my Linux codec dump and the Windows Conexant Driver's inf file for comparison, in case if needed. Thanks a lot, and looking forward to donate soon, Bugs BD1HDAa.inf.zip codec_0_CONEXANT_Toshiba_BugsBunny.txt.zip Link to comment Share on other sites More sharing options...
mactist Posted December 16, 2007 Share Posted December 16, 2007 Thanks Taruga for all your efforts. I have Sigmatel 9205 on my Dell Latitude D630 (linux codec dump attached and also windows driver). And what I get from your new HDAudio3.kext is: bash-3.2# kextload -v /HDAudio.kext kextload: can't contact kextd (continuing anyway) kextload: extension /HDAudio.kext appears to be loadable kextload: loading extension /HDAudio.kext kextload: /HDAudio.kext loaded successfully kextload: sending personalities to kernel: kextload: from extension /System/Library/Extensions/IOPCIFamily.kext: kextload: IOPCI2PCIBridge-Name kextload: IOPCI2PCIBridge-i386 kextload: IOPCI2PCIBridge-PCI kextload: from extension //DAudio.kext: kextload: HDAudio kextload: sending 4 personalities to the kernel kextload: matching started for /HDAudio.kext Is there any way to make this soundcard work. I tried the HDAPatchers 1.17,1,18 also but no luck. sigmatel9205.txt 92XXM4_3.INI.txt Link to comment Share on other sites More sharing options...
BuXb Posted December 16, 2007 Share Posted December 16, 2007 mactist, u need 2 follow Taruga's directions .. .. do exactly as he has written and edit your posting accordingly .. as of now it is of no value. Link to comment Share on other sites More sharing options...
Recommended Posts