Help - Search - Members - Calendar
Full Version: Need testers for one of the components of next v2.00 Patcher
InsanelyMac Forum > InsanelyMac Lounge > The X Labs > AppleHDA
Pages: 1, 2, 3, 4, 5, 6, 7
New2OSx
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)
GingerPrince
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
NeSuKuN
[Specs in signature]
CODE
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)
seskanda
For some strange reason, now whenever i load it [0x2a3f400] came back in the first and last lines... blink.gif Anyhow, i wanted to try the HDAudio2.kext ,but it disappeared...so i want ahead and tried HDAudio3.kext. Now, all i get is:

CODE
kextload: /HDAudio.kext loaded succesfully



And that's it! If i try again it says this:

CODE
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.....
OcciJano
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
wmarsh
QUOTE (Taruga @ Dec 11 2007, 10:00 AM) *
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.
tchow
I test my Toshiba notebook only speaker working . mic can't record (nor working)
Taruga
QUOTE (seskanda @ Dec 12 2007, 11:15 PM) *
For some strange reason, now whenever i load it [0x2a3f400] came back in the first and last lines... blink.gif Anyhow, i wanted to try the HDAudio2.kext ,but it disappeared...so i want ahead and tried HDAudio3.kext. Now, all i get is:

CODE
kextload: /HDAudio.kext loaded succesfully

And that's it! If i try again it says this:

CODE
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.
SticMACâ„¢
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


QUOTE (Taruga @ Dec 13 2007, 09:37 AM) *
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.
olivier-h
Hi

First thx for your efforts Taruga!

MY mobo ASUS P5B with ADI1988A:

Kext loaded and nothing.

Bye
ToTzliar
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.
guilliamo
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 happymac.GIF
lebidou
Fujitsu-Siemens Amilo Pi 1556 / Realtek ALC 880

CODE
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:
CODE
Codec: Realtek ALC880
Address: 1
Vendor Id: 0x10ec0880
Subsystem Id: 0x8800000
Revision Id: 0x100800
aylamrin
Hallo Taruga,
I'm using a Desktop and Intel DG33FB mobo. The output is:
CODE
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.
lebidou
QUOTE (Taruga @ Dec 13 2007, 09:37 AM) *
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.


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 ?
Max1980
Hey Taruga
but why the v1 was working and the v3 is not in my case (ALC268)?
Solique
QUOTE (lebidou @ Dec 13 2007, 07:11 PM) *
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.
userx
Compaq Presairo C17NR
Audio: Conexant CX20549-12 HDA

dumpz...

:/ root# kextload /hdaudio.kext
kextload: /hdaudio.kext loaded successfully
:/ root#_

linux dump attached...

Thanks Taruga!
Sietepicos
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
Jaco2k
It seems we AD1988B users are screwed sad.gif - Taruga, you are our last hope! smile.gif Força, tuga! smile.gif
avk
QUOTE (Jaco2k @ Dec 14 2007, 03:15 PM) *
It seems we AD1988B users are screwed sad.gif - Taruga, you are our last hope! smile.gif Força, tuga! smile.gif


hot only 88b, almost everyone, who uses HP Intel-based laptops, that comes with AD1981HD
sad.gif
inferno0270
For ALC268

CODE
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)
BugsB
Hi Taruga,

wow that looks awesome wub.gif !!

So here's what your kext says about my Conexant HD Audio (in Windows & Linux: 0x14f15047):

CODE
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
mactist
Thanks Taruga for all your efforts. smile.gif

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.
BugsB
mactist, u need 2 follow Taruga's directions .. wink.gif

.. do exactly as he has written and edit your posting accordingly .. as of now it is of no value.
mactist
QUOTE (BugsBunny @ Dec 16 2007, 05:29 PM) *
mactist, u need 2 follow Taruga's directions .. wink.gif

.. do exactly as he has written and edit your posting accordingly .. as of now it is of no value.


Thanks doc wink.gif ... I did follow Taruga's directions and posted what I observed.
BugsB
how come it does not look at all as if you are loading the kext from single user mode -s, but from Mac OS GUI? Also the line kextload: from extension /System/Library/Extensions/IOPCIFamily.kext: shows pretty clearly that you must have copied the kext not to root but into the extensions folder, because if you had copied it to root there would be no way for the kext to have dependencies to anything in the Extensions folder .. wink.gif

So, just doublecheck again if you have really done every step correctly. Your message does not even look similar to the others here ..

Taruga did not write kextload -v /HDAudio.kext as you did, that already is a mistake.
mactist
QUOTE (BugsBunny @ Dec 17 2007, 12:20 AM) *
how come it does not look at all as if you are loading the kext from single user mode -s, but from Mac OS GUI? Also the line kextload: from extension /System/Library/Extensions/IOPCIFamily.kext: shows pretty clearly that you must have copied the kext not to root but into the extensions folder, because if you had copied it to root there would be no way for the kext to have dependencies to anything in the Extensions folder .. wink.gif

So, just doublecheck again if you have really done every step correctly. Your message does not even look similar to the others here ..

Taruga did not write kextload -v /HDAudio.kext as you did, that already is a mistake.


I had to write down the code and dual boot into Windows to post into this forum. sad.gif So it might look like the output is from a GUI. The kext was copied to a root folder and I have no idea where the kext got its dependencies. I did see a few similar messages before:

http://forum.insanelymac.com/index.php?s=&...st&p=536697
http://forum.insanelymac.com/index.php?s=&...st&p=535502
http://forum.insanelymac.com/index.php?s=&...st&p=535628
http://forum.insanelymac.com/index.php?s=&...st&p=535966
http://forum.insanelymac.com/index.php?s=&...st&p=536552
http://forum.insanelymac.com/index.php?s=&...st&p=536885

I did a "kextload -v" to see a detailed output. It does no harm. This is an address "0" card that I have. Do you per chance have the "HDaudio2.kext.zip"
BugsB
I used the very latest from the top postiing, HDAudio3.kext.zip. Are you sure your sigmatel is Intel High Definition based at all?
brlock
Conexant 5045 in a fujitsu-siemens si1520


kextload: /HDAudio.kext loaded successfully
HDAudio[0x297dc80]::CodecDetection-started(0x25faf80) 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 : 0x173410ad
HDAudio::Revision : 0x00100100
HDAudio[0x3833800]::CodecDetection-ended(0x1)

Bom trabalho
mactist
QUOTE (BugsBunny @ Dec 17 2007, 08:25 AM) *
I used the very latest from the top postiing, HDAudio3.kext.zip. Are you sure your sigmatel is Intel High Definition based at all?

Yes, the Sigmatel on my machine is based on the Intel HDA
BugsB
well anything I can think of is that you could try Taruga's latest version 3 booted in single user mode via -s start up. Also you could try a BIOS update ..
Vlace
That must be a first...

It simply says "Kext loaded successfully"

What am I doing wrong?

Boot with -s
Kextload /HDAudio.kext
Right?

Thanks


Windows Vista says its a Sigmatel HD audio
vendor: 8384
Dev: 7690
Subsys 102801
knucklehead
i have REALTEK ALC862 on LEOPARD and TOSHIBA A200-D14 notebook...

my HDAudio report with HDAudio3.kext.zip looks like this:
CODE
Dec 11 15:01:07 taruga kernel[0]: HDAudio[0x3c33a001]::CodecDetection-started(0x38e6180) by Taruga
  Dec 11 15:01:07 taruga kernel[0]: HDAudio::D27:F0 Irq: 22 Vid: 8086 Pid: 27d8
  Dec 11 15:01:08 taruga kernel[0]: HDAudio::Cad Address: 0
  Dec 11 15:01:08 taruga kernel[0]: HDAudio::Vid/Pid    : 0x10ec0862 0x00000000 0x00000000
  Dec 11 15:01:08 taruga kernel[0]: HDAudio::Subsystem  : 0x1179010c
  Dec 11 15:01:08 taruga kernel[0]: HDAudio::Revision   : 0x00100001
  Dec 11 15:01:08 taruga kernel[0]: HDAudio[0x3c33a00]::CodecDetection-ended(0x1)


and ubuntu linux dump:
CODE
Codec: Realtek ALC861-VD
  Address: 0
  Vendor Id: 0x10ec0862
  Subsystem Id: 0x1179010c
  Revision Id: 0x100001


anyway, i've tried Patchers from 1.17 to 1.20 and it just won't work.....
1.17 says:
CODE
AppleHDA Patcher - 2006/2007 Taruga v1.17            
  _______________________________________________________
  Codec    : Realtek ALC861-VD
  Vendor Id    : 0x10ec0862
  Subsystem Id    : 0x1179010c
  _______________________________________________________
  
  * Detected unsupported Realtek Codec


1.18 to 1.20 say:
CODE
AppleHDA Patcher - 2006/2007 by Taruga v1.18            
                                                            
  Leopard Darwin Kernel Version 9.1.0
  
  * Patching AppleHDA.kext to 0x10ec0862                Done
  * Checking AppleHDA for patch                        Done
  000172a0    cmpl    $0x10ec0862,%edx
  00018860    cmpl    $0x10ec0862,%edx
  * Checking for SPDIF Out                             Not Detected
  * Checking for SPDIF In                              Not Detected
  * Using the following nodes in pathmap
  
      Speaker  :
  
  * Copying new config to destination                    Done
  * Repairing Permissions                                Done
  
  ** Done patching - You can reboot now **


#########################################

just to mention that after default installation of Leopard i had speaker sound but no inputs and outputs, now after testing i have nothing....
now, i'm not sure what is the status with testing ALC862 card and i can hardly find any support for it.... i've red somewhere (what could be seen from codec dump) that it is actually ALC861-VD??
is there anything i can do to test it little more???

taruga, thanks for your enormous efforts, i will send a donation as soon as i manage to open paypal account :)))
Falcon351
QUOTE (Vlace @ Dec 18 2007, 08:01 AM) *
That must be a first...

It simply says "Kext loaded successfully"

What am I doing wrong?

Boot with -s
Kextload /HDAudio.kext
Right?

Thanks
Windows Vista says its a Sigmatel HD audio
vendor: 8384
Dev: 7690
Subsys 102801

I had this problem as well, but I think I've figured it out - the device ID (for the HD Audio controller) in HDAudio.kext's "Info.plist" did not match mine, so I added it. In my case (P965 + ICH8R), this was 0x284b8086. After this, the kext printed the codec info, however I have not worked out how to capture/copy it. From memory, though, I think it matches the linux dump (I'll post more if I figure it out).
_quark_
Can you confirm that v2.0 (at least first beta of v2) will not provide support for ADI HD 1988b, because this .kext can't detect it?..

Taruga: v2.00 has built in codec detection because most people don´t know what sound card model they have. If for ex. the built in detection doesn´t work, you can use the old method ... drag and drop a codec dump.
But it doesn't have to be a linux codec dump, you´ll just need a plain .txt with the following info that can be created/edit by anyone:
CODE
Address: 0
Vendor Id: 0x11d4198b
Subsystem Id: 0x104381f6
Revision Id: 0x100200


The above is an example for your codec.
So, there will be 2 ways of working with v2.00

quark: Thanx for info and your work...
Max1980
hey Taruga any hope for ALC268 with the new patcher? sad.gif
Obsydian
Using the v3 kext:

HDAudio[0x9f24c00]::CodecDetection-started(0x4caa880) by Taruga
HDAudio::D27:F0 Irq: 22 Vid: 8086 Pid: 27d8
HDAudio::Cad Address: 0
HDAudio::Vid/Pid : 0x10ec0262 0x00000000 0x00000000
HDAudio::Subsystem : 0x11790504
HDAudio::Revision : 0x00100100
HDAudio[0x9f24c00]::CodecDetection-ended(0x1)

Looks good over here. Do the extra 0x00000000 mean anything?
mac.nub
Sigmatel 9200 - Dell Inspiron 6400

CODE
HDAudio[0x3c81c00]::CodecDetection-started(0x3929900) by Taruga
HDAudio::D27:F0 Irq: 21 Vid: 8086 Pid: 27d8
HDAudio::Cad Address: 0
HDAudio::Vid/Pid : 0x83847690 0x00000000 0x00000000
HDAudio::Subsystem : 0x102801bd
HDAudio::Revision : 0x00102201
HDAudio[0x3c81c00]::CodecDetection-ended(0x1)

Linux Codec Dump:

CODE
Codec: SigmaTel STAC9200
Address: 0
Vendor Id: 0x83847690
Subsystem Id: 0x102801cd
Revision Id: 0x102201

I am using the Codec dump from: http://psykopat.free.fr/apple/AppleHDA/sig...igmatel9200.txt

Hope this helps,
~mac.nub
Symuc
Like Falcon, I needed to add my device ID of 0x284b8086 to Info.plist in order to get it to function.

CODE
HDAudio[0x2a2d200]::CodecDetection-started(0x26c2880) by Taruga
HDAudio::D27:F0 Irq: 17 Vid: 8086 Pid: 284b
HDAudio::Cad Address: 0
HDAudio::Vid/Pid    : 0x14f15045 0x00000000 0x00000000
HDAudio::Subsystem  : 0x17aa20db
HDAudio::Revision   : 0x00100100
HDAudio[0x2a2d200]::CodecDetection-ended(0x1)


Codec dump:
CODE
Codec: Conexant CX20549 (Venice)
Address: 0
Vendor Id: 0x14f15045
Subsystem Id: 0x17aa20db
Revision Id: 0x100100
musicchamber
BadAxe2 - SigmaTel STAC9274D
HDAudio[0x3e56800]::CodecDetection-started(0x3b32c00) by Taruga
HDAudio::D27:F0 Irq: 22 Vid: 8086 Pid: 27d8
HDAudio::Cad Address: 0
HDAudio::Vid/Pid : 0x00000000 0x00000000 0x00000000
HDAudio::Subsystem : 0x00000000
HDAudio::Revision : 0x00000000
HDAudio[0x3e56800]::CodecDetection-ended(0x1)

Codec Dump:
Codec: SigmaTel STAC9274D
Address: 2
Vendor Id: 0x83847621
Subsystem Id: 0x80860419
Revision Id: 0x100201
Falcon351
Thanks, Symuc, "dmesg" was what I needed. Now I can post the results:

HDAudio.kext (#3):
CODE
HDAudio[0x3cffe00]::CodecDetection-started(0x3911380) by Taruga
HDAudio::D27:F0 Irq: 22 Vid: 8086 Pid: 284b
HDAudio::Cad Address: 0
HDAudio::Vid/Pid    : 0x10ec0883 0x00000000 0x00000000
HDAudio::Subsystem  : 0x14627238
HDAudio::Revision   : 0x00100002
HDAudio[0x3cffe00]::CodecDetection-ended(0x1)


Linux codec dump:
CODE
Codec: Realtek ALC883
Address: 0
Vendor Id: 0x10ec0883
Subsystem Id: 0x14627238
Revision Id: 0x100002


Looks like we have a match!
Nuphor
Retried with kext #3, see post 18.
bijoux
Results: AD1986A

Dec 21 15:40:11 W3J kernel[0]: HDAudio[0x3f22200]::CodecDetection-started(0x3983500) by Taruga
Dec 21 15:40:11 W3J kernel[0]: HDAudio::D27:F0 Irq: 21 Vid: 8086 Pid: 27d8
Dec 21 15:40:13 W3J kernel[0]: HDAudio::Cad Address: 0
Dec 21 15:40:13 W3J kernel[0]: HDAudio::Vid/Pid : 0x11d41986 0x00000000 0x00000000
Dec 21 15:40:13 W3J kernel[0]: HDAudio::Subsystem : 0x10431302
Dec 21 15:40:13 W3J kernel[0]: HDAudio::Revision : 0x00100500
Dec 21 15:40:13 W3J kernel[0]: HDAudio[0x3f22200]::CodecDetection-ended(0x1)

Linux codec dump:

Codec: Analog Devices AD1986A
Address: 0
Vendor Id: 0x11d41986
Subsystem Id: 0x10431302
Revision Id: 0x100500


I tried ad1986 patch but its not working on my asus w3j laptop
llauqsd
i have the same laptop as bijoux and the supplied patcher for asus w3j didnt work for me. Let me know if there is any way i can help.
llauqsd
here are the outputs/inputs that are shown with the w3j patcher. same as with the ad1986a patcher you released earlier today.

Click to view attachment
Click to view attachment
lisette
Knoppix Linux codec dump:
Codec: Analog Devices AD1981
Address: 0
Vendor Id: 0x11d41981
Subsystem Id: 0x103c309f
Revision Id: 0x100200
Default PCM: rates 0x07f, bits 0x0e, types 0x1
Default Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
Default Amp-Out caps: ofs=0x3d, nsteps=0x3f, stepsize=0x05, mute=1
Node 0x02 [Audio Output] wcaps 0x30311: Stereo Digital

HDAudio.kext:
Dec 25 14:24:13 localhost kernel[0]: HDAudio[0x2999600]::CodecDetection-started(0x265dd80) by Taruga
Dec 25 14:24:13 localhost kernel[0]: HDAudio::D27:F0 Irq: 16 Vid: 8086 Pid: 27d8
Dec 25 14:24:13 localhost kernel[0]: HDAudio::Cad Address: 0
Dec 25 14:24:13 localhost kernel[0]: HDAudio::Vid/Pid : 0x11d41981 0x00000000 0x00000000
Dec 25 14:24:13 localhost kernel[0]: HDAudio::Subsystem : 0x103c309f
Dec 25 14:24:13 localhost kernel[0]: HDAudio::Revision : 0x00100200
Dec 25 14:24:13 localhost kernel[0]: HDAudio[0x2999600]::CodecDetection-ended(0x1)

LapBook: Compaq nw9440
OSX: iATKOS v1.0r2 (Leopard 10.5.1)

Happy New Year Taruga!!!

Lisette.
Antoniya001
Trying to help here but I also have a 1988B Soundmax on my P5K Premium Wifi and I am also getting the Kext loaded only reply....
But my problem is that I cannot get a linux dump since the knoppix CD also doesn't see the soundcard...
Downloading Ubuntu now and hoping that will actually work...
_quark_
I doubt that there is any sense in getting Linux dump for 1988b... There are a lot of dumps for this card in this and neighbour threads...
Antoniya001
I have found a few but came across different numbers and when v2 comes out I do need a correct dump, yes ???

I have gotten a propper dump from Ubuntu but screwed up my OSX in the process.. Didn't realise it installed Grub automaticly. I hate GRUB.. Killed my EFI... Back to flat image...

BTW : Here is the Codec dump from Codec#0 in Ubuntu...

FYI : HDAudio.kext -> Kext Loaded succesfully

Codec dump Ubuntu :

Analog Devices AD1988B
Address: 0
Vendor Id: 0x11d4198b
Subsystem Id: 0x1043829b
Revision Id: 0x100400
These 2 are different then what I've seen from others

Click to view attachment
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.