bristol
Sep 14 2007, 08:00 PM
Hello Taruga!
Have mobo Asus P5LD2 SE .. and so far had sound (Line Out) when installed AzaliaAudio.pkg ... so but wanted more outputs and input and tryed AD1986a.txt with AppleHDA Patch 1.16 and now I have some noise in my headphones, in audio preferences there is shown that I have Line Out and Digital Out, but volume slider is not working... and no sound...
In mobo manual says, that I have ADI1986A 6-ch Audio CODEC, Jack Sensing and Enumeration, S/PDIF out interface... So must be the right codec .. so maybe someone got it work?
Is there any way that I can uninstall or backroll AD1986a.txt with AppleHDA Patch 1.16 ?
Taruga
Sep 14 2007, 09:38 PM
QUOTE(bristol @ Sep 14 2007, 09:00 PM)

Hello Taruga!
Have mobo Asus P5LD2 SE .. and so far had sound (Line Out) when installed AzaliaAudio.pkg ... so but wanted more outputs and input and tryed AD1986a.txt with AppleHDA Patch 1.16 and now I have some noise in my headphones, in audio preferences there is shown that I have Line Out and Digital Out, but volume slider is not working... and no sound...
In mobo manual says, that I have ADI1986A 6-ch Audio CODEC, Jack Sensing and Enumeration, S/PDIF out interface... So must be the right codec .. so maybe someone got it work?
Is there any way that I can uninstall or backroll AD1986a.txt with AppleHDA Patch 1.16 ?
I think the best result so far was with AppleHDA Patcher v1.13, give it a try
ps. Thereīs is no rollback, unless you delete AppleHDA.kext from extensions folder and then re-install the Azalia one
bristol
Sep 14 2007, 09:56 PM
Thank You for so fast replay!
I allready did same, as You wrote - deleted AppleHDA.kext and reinstalled AzaliaAudio .. I have Line Out back, but will try with 1.13...
Another question - so if I will find some linux driver for 1986a, can I drop it in patcher?
Dont know if this will somebody help, but found AD1986A Functional Block Diagram and other info at Analog Devices home page:
http://www.analog.com/en/prod/0,2877,AD1986A,00.htmlAnd found SoundMax ADI AD1986A Linux driver here:
http://files.aq.ru/index.php?link=158580&folderid=158293Here is the latest version of that Linux driver (called Alsa Project):
http://www.alsa-project.org/main/index.php/Download
u1m2
Sep 14 2007, 09:58 PM
10.4.9 ALC882 works perfectly with v1.16, input+output works, thanks to you I can show off to my friends with the speech recognition.
Taruga
Sep 14 2007, 10:04 PM
QUOTE(bristol @ Sep 14 2007, 10:56 PM)

Thank You for so fast replay!
I allready did same, as You wrote - deleted AppleHDA.kext and reinstalled AzaliaAudio .. I have Line Out back, but will try with 1.13...
Another question - so if I will find some linux driver for 1986a, can I drop it in patcher?
No, you canīt ! It wonīt do anything
bristol
Sep 14 2007, 10:29 PM
Noticed, that in linux codec dump ad1986a.txt file are code:
Codec: Analog Devices AD1986A
Address: 0
Vendor Id: 0x11d41986
Subsystem Id: 0x10431443
Revision Id: 0x100500
But My WindowsXP in properties of subsystem and revision shows:
subsys 1043818F
rev 1005\4&9DE81E8&0&0001
So there is some difference, was trying to edit AD1986a.txt and then droping to patch 1.13...but no luck... probably i need to edit more of AD1986A.txt to match my mobs onboard sound...
pcdocstar
Sep 15 2007, 05:21 AM
Hi, guys!

I have a stupid question:I have very huge collection of drivers for WinXP (just drivers *.ini, not *.exe's lol)Windows can find 99% of drivers for P3 and up computers lolIs it possible to help you to make drivers for mac, if i will give it to you?

pcdocstarBy the way I have Intel 82801CA/CAM AC'97 Audio Controllerven_8086&DEV_2485&subsys_8138104D&rev_02I also interested in STAC9752But for some reason i can install 10.4.1 on my laptop

If you need any characteristics of hardware, I can try to help youI fix alot of computers every day
reeiit
Sep 15 2007, 05:43 AM
Hello, Taruga
alc861 beta not worked for me.
as i see in info.plist in alcinject.kext, there isn't support for VEN 10EC
i have toshiba a100-237 with alc861 (stereo, built in, mic in, line out)
here's my dump
i'll be happy if mic in worked for me.
thanks, sorry for my english
Taruga
Sep 15 2007, 06:02 AM
QUOTE(reeiit @ Sep 15 2007, 06:43 AM)

Hello, Taruga
alc861 beta not worked for me.
as i see in info.plist in alcinject.kext, there isn't support for VEN 10EC
i have toshiba a100-237 with alc861 (stereo, built in, mic in, line out)
here's my dump
i'll be happy if mic in worked for me.
thanks, sorry for my english
Itīs not supposed to be any VEN 10EC in ALCinject.kext !!!
Did you see any sound output or input devices in osx ?
If not... then maybe you didnīt fix the right permissions and kext was not loaded
reeiit
Sep 15 2007, 01:17 PM
QUOTE(Taruga @ Sep 15 2007, 06:02 AM)

Itīs not supposed to be any VEN 10EC in ALCinject.kext !!!
Did you see any sound output or input devices in osx ?
If not... then maybe you didnīt fix the right permissions and kext was not loaded
there is not any output/input device.
i install alcinject.kext and applehda.kext, remove appleazalia.kext, kextcache, mcache. Repaired permissions. But still nothing in output/input device
here my ioreg
Thanks
Taruga
Sep 15 2007, 05:40 PM
QUOTE(reeiit @ Sep 15 2007, 02:17 PM)

there is not any output/input device.
i install alcinject.kext and applehda.kext, remove appleazalia.kext, kextcache, mcache. Repaired permissions. But still nothing in output/input device
here my ioreg
Thanks

Use ioreg with the comand:
CODE
ioreg -lw0 > /ioregdump.txt
Then send me the ioregdump.txt file
It seems that the permissions might not be correct, and kext were not loaded or something else...
Try this:
CODE
cd /System/Library/Extensions/
chown -R root:wheel ALCinject.kext
chown -R root:wheel AppleHDA.kext
chmod -R 755 ALCinject.kext
chmod -R 755 AppleHDA.kext
cd ..
rm -f Extensions.mkext
rm -f Extensions.kextcache
reboot
reeiit
Sep 15 2007, 10:34 PM
Hello, Taruga.
doing this:
cd /System/Library/Extensions/
chown -R root:wheel ALCinject.kext
chown -R root:wheel AppleHDA.kext
chmod -R 755 ALCinject.kext
chmod -R 755 AppleHDA.kext
cd ..
rm -f Extensions.mkext
rm -f Extensions.kextcache
reboot
But still nothing in output/input device.
While booting in verbose it shows:
Alcinject: Starting
Alcinject: Setting built-in <data not shown>
Alcinject: Setting layout-id <data not shown>
Alcinject: Setting Pinconfigurations <data not shown>
Seems like kext is loading, but still nothing in output/input device.
Taruga
Sep 15 2007, 11:39 PM
QUOTE(reeiit @ Sep 15 2007, 11:34 PM)

Hello, Taruga.
doing this:
cd /System/Library/Extensions/
chown -R root:wheel ALCinject.kext
chown -R root:wheel AppleHDA.kext
chmod -R 755 ALCinject.kext
chmod -R 755 AppleHDA.kext
cd ..
rm -f Extensions.mkext
rm -f Extensions.kextcache
reboot
But still nothing in output/input device.
While booting in verbose it shows:
Alcinject: Starting
Alcinject: Setting built-in <data not shown>
Alcinject: Setting layout-id <data not shown>
Alcinject: Setting Pinconfigurations <data not shown>
Seems like kext is loading, but still nothing in output/input device.

Try this one:
reeiit
Sep 16 2007, 12:13 AM
thanks, removed appleazalia, install applehda, alcinject, chmod, chown, rm -rf, repair permissions, but still nothing in output|input device.
Wenle Z.
Sep 16 2007, 02:09 AM
what's the different between the regular realtek 882.txt and the ALC882_0x1043e601.txt ???
tesla0939
Sep 16 2007, 06:35 AM
QUOTE(Taruga @ Sep 14 2007, 09:34 AM)

Not at the moment, Iīm still trying to fix that issue
Hi Taruga,
Are you availabe now? Could you teach how to enable the sound from the speaker? When I used your beta4 driver, it only enable Mic. For the headphone, there is no voice. Is the headphone the same as speaker?
Thanks,
Tesla
cloudrainstar
Sep 16 2007, 06:11 PM
QUOTE(Taruga @ Sep 7 2007, 01:19 PM)

Try the new alc262test3 to check if both mic's are working
Updated to 10.4.10, everything on my ALC262 that worked before still works, but the built-in dual channel mics still don't work... Any chance you can get that working for me?
I've also included my ioreg file. Thanks for helping!
ayrus02
Sep 17 2007, 04:33 AM
Hi Taruga,
Any development on ALC262 especially for BenQ T31 case?
btw just for information, when I use linux on my laptop the alsa/oss sound driver is also not working, and I have to manually patch the alsa driver using file from these bug tracker:
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2455(you may need to login to read the bug tracker)
after I applied the patch the sound working perfectly
Thanks so much Taruga
MorphewS
Sep 17 2007, 07:24 AM
What codec work PERFECTLY, with mic and 5.1? I will buy a new MB.
gotoh
Sep 17 2007, 08:55 AM
QUOTE(Taruga @ Sep 3 2007, 09:47 AM)

Can you send me some screenshots of both audio outputs and inputs ?
If itīs coded to 0x10ec0862 it will not work with a binary patched for 0x10ec0861. Try this, lets see if it works...ps - Most notebooks are really crazy regarding sound, they donīt follow some standards. So, good luck
Taruga, I've just tested your kext on laptop A200 (see here for dumps :
http://forum.insanelymac.com/index.php?sho...59&st=2151# ) and I have a weird behaviour. I know it was not specifically made for my chipset but here is the result :
integrated speakers DO work, and are detected, but volume setting is broken. (greyed in sys pref, but internal speakers are still detected)
mic in do work too, and volume can be adjusted.
headphones (line out) don't work at all
speakers also give little glitches from time to time (sounds like "tip") randomly.
anyway, here is an IOREG dump if you want to have a look at it.
Kiko
Sep 17 2007, 09:10 AM
wb Taruga
gotoh
Sep 17 2007, 09:12 AM
a few screenshots if it can be of any help...
gio on the mic
Sep 17 2007, 11:55 AM
sorry to bother again, taruga.
and sorry if i'm pretty slow with answers.
i posted the linux dump for my ALC861 on post #2181 and then i didn't see any answer to my post #2273.
please tell me what info you need besides the linux codec dump to try working on my audio chipset...
ioreg dump?
other stuff?
ciao.
The Raton
Sep 17 2007, 12:39 PM
allright, I have to report a full succes on my fjs e series with alc262! Now I have sound in my speakers and on headphones! Thanks Taruga, u dis a great job:)
LostBit
Sep 17 2007, 02:04 PM
QUOTE(maslokm @ Sep 9 2007, 10:47 PM)

Hello Taruga, I have HP notebook with AD1981. I have sound card visible, but the mute led is still on and there is no sound - i think that this is a problem with hp notebooks (i tried 1.13 and newer patchers). Please help HP users, you are our last hope. This is my codec dump (HP NX7400,ey508es).
Hi Taruga,
I have HP notebook (nx6310) with AD1981 too, and i have sound card visible but there is no
sound. My notebook haven't mute led, but i think that is the same problem.
Can you help we? Thanks!
roccotocco
Sep 17 2007, 02:27 PM
On my Laptop Toshiba tecra a8 the audio it's now recognized correctly ALC262
but only sound on internal speaker.
If i select headphone no sound i hear
I have tried alc262.zip (1,2,3 and archive)
osx86 10.4.9 kernel 8.9.1
Sspot
Sep 17 2007, 04:35 PM
Please i have a intel 915GAV acl 860
What is the kext to working audio in and out in my system
Plase
My system is 10.4.9 kernel 8.9.1
superjames2040
Sep 17 2007, 08:17 PM
Hi taruga:
Help me please!! I hava a realtek highdefinition alc262, I tried with your patcheer and it said that my driver is not yet supported, then I tried with the drivers testing with the three but I couldnīt load succesfully the ALCInject.kext, I tried in terminal:
sudo kextload /System/Library/Extensions/ALCInject.kext
and the terminal sends me a messege telling that it could not be loaded succesfully because the kext is not authentic, can you help me out? I tried everything even changin the AppleAzalia.kext with my vendor & device ID, but didnīt work either, this are the specifications of my sound card
Codec: Realtek ALC262
Vendor Id: 10ec
Device Id: 0262
Subsystem Id: 104D1600
Revision Id: 1001
This is the device information in properties from windows:
HDAUDIO\FUNC_01&VEN_10EC&DEV_0262&SUBSYS_104D1600&REV_1001
Hope you can help me, I would really apreciate, you have already did a lot for audio drivers on mac osx86, if you have some time and can help me, maybe if you could help me with the ALCInject.kext install, thanks a lot, bye.
nirmalya
Sep 17 2007, 09:55 PM
QUOTE(Taruga @ Sep 3 2007, 02:14 AM)

For those testing with my patcher or kextīs that have output devices, but sound doesnīt come out try this:
Run the attached file HALLab, select your output device and push the 'Info' button.
Play some mp3 in iTunes for ex. and check if while switching play and pause in iTunes, the 'Running Somewhere' in HALLab changes from 'yes' while playing to 'No' when you push the pause button in iTunes. Also, take both HALLab screenshots like I did to compare info.
Archive13.zip (beta test for alc861, Asus F3JC for ex)
Archive.zip (beta test for alc262)
Both .kextīs are for testing with this method, they will not give sound on most cases.
If HALLab doensnīt run on your system, try HALLab2
Thanks
Hallo Taruga,
I'm using Sigmatel 9227 on a 10.4.10. Now I tried the latest files (vipersporthp). I also tried the HALLab2(since HALLab won't run). While I'm running that, I'm *always* getting Yes in "Running Somewhere" field, i.e. regardless of the fact that I Play or Pause iTunes. (please see attachments)
BugsB
Sep 17 2007, 10:33 PM
hey Taruga. Looks as if you got invited to oink

. I asked a bunch of people of whom I knew they were members but obvously could not be of any help.
Looking at the graph, do you think it is worthwhile if you looked any deeper into the "non supported Conexant"

. Just wondering.
Cheers,
Bugs
Taruga
Sep 18 2007, 06:26 AM
QUOTE(superjames2040 @ Sep 17 2007, 09:17 PM)

Hi taruga: Help me please!! I hava a realtek highdefinition alc262, I tried with your patcheer and it said that my driver is not yet supported, then I tried with the drivers testing with the three but I couldnīt load succesfully the ALCInject.kext, I tried in terminal:sudo kextload /System/Library/Extensions/ALCInject.kextand the terminal sends me a messege telling that it could not be loaded succesfully because the kext is not authentic, can you help me out? I tried everything even changin the AppleAzalia.kext with my vendor & device ID, but didnīt work either, this are the specifications of my sound cardCodec: Realtek ALC262Vendor Id: 10ecDevice Id: 0262Subsystem Id: 104D1600Revision Id: 1001This is the device information in properties from windows:HDAUDIO\FUNC_01&VEN_10EC&DEV_0262&SUBSYS_104D1600&REV_1001Hope you can help me, I would really apreciate, you have already did a lot for audio drivers on mac osx86, if you have some time and can help me, maybe if you could help me with the ALCInject.kext install, thanks a lot, bye.
After copying kextīs you should do:
CODE
cd /System/Library/Extensions/chown -R root:wheel ALCinject.kextchown -R root:wheel AppleHDA.kextchmod -R 755 ALCinject.kextchmod -R 755 AppleHDA.kextcd ..rm -f Extensions.mkext rm -f Extensions.kextcachereboot
QUOTE(BugsBunny @ Sep 17 2007, 11:33 PM)

hey Taruga. Looks as if you got invited to oink

. I asked a bunch of people of whom I knew they were members but obvously could not be of any help.Looking at the graph, do you think it is worthwhile if you looked any deeper into the "non supported Conexant"

. Just wondering.Cheers,Bugs
I can make some testing stuff for it, but donīt now if it will work. Never tested conexant codecs, unless we try weīll nevel know :
reeiit
Sep 18 2007, 01:56 PM
Hi Taruga.
What i can made for you to help in driver development?
I have alc861 and bets driver not shows any output/input device. So i can't use HalLab.
i've post ioregdump in previous post, what else i can made?
thanks.
BugsB
Sep 18 2007, 02:59 PM
QUOTE(Taruga @ Sep 18 2007, 08:26 AM)

I can make some testing stuff for it, but donīt now if it will work. Never tested conexant codecs, unless we try weīll nevel know :

great let's do some testing

. After some "testing" with a bunch of kexts and triple plist editing, random kernel panics at startup finally seem to be gone, so testing-wise I am in a good mood

.
At this point, do you need anything more from me apart from the Linux codec dump I posted the other day?
clockworx
Sep 18 2007, 03:22 PM
Sorry if I missed it with all the various chipset fixes flying around in the last few days, but is there a test release for the ALC862/ALC861-VD that I can try out and submit feedback?
superjames2040
Sep 18 2007, 04:33 PM
Thanks Taruga, your answer was really helpfull, I did what you told me to in the terminal, and it supposed to recognize everything, mic in, headphones out and internal speakers, but I get no sound neither the speakers nor the headphones

, I tried with the three testing of ALC262, and none of them works

, do you have any idea how can I fix it? In mean time Iīm using the AppleAzalia.kext edited with my device & vendor id, but I only get the sound on my speakers, with this it didnīt recognize the headphone out nor the mic in, but at least I have sound.
Thanks a lot again, I hope you could tell me some sollution for this, good job, you are the best, good bye.
fede77
Sep 18 2007, 05:28 PM
I got ALC862 working with AppleAzeliaAudio.kext
no mic... so I will buy and USB mic.
ASUS P5L-MX
Flawless Oddity
Sep 18 2007, 06:06 PM
I was able to get audio out of my ALC-883, and I have a Gigabyte GA-945GZM-S2 motherboard. Everything works fine except my headphone jack isnt working, mic does.
I have JaS 10.4.8 upgraded to JaS 10.4.9 Combo, and then upgraded to 10.4.10(not sure who made it, I believe Kool-something).
In XP the jack works fine, for a while I thought I may have connected the front jacks to the mobo wrong, but I didn't.
I used ALC883Audio.mpkg that got my audio working, only thing now is just the headphone jack. Any suggestions?
clockworx
Sep 18 2007, 07:59 PM
QUOTE(fede77 @ Sep 18 2007, 05:28 PM)

I got ALC862 working with AppleAzeliaAudio.kext
no mic... so I will buy and USB mic.
ASUS P5L-MX
I have my audio working via AppleAzalia, but it's on a laptop and the sound doesn't route to the headphones when they are plugged in. That's why I was hoping for a patched AppleHDA version instead.
maslokm
Sep 18 2007, 10:33 PM
QUOTE
QUOTE
(maslokm @ Sep 9 2007, 10:47 PM)

Hello Taruga, I have HP notebook with AD1981. I have sound card visible, but the mute led is still on and there is no sound - i think that this is a problem with hp notebooks (i tried 1.13 and newer patchers). Please help HP users, you are our last hope. This is my codec dump (HP NX7400,ey508es).
Hi Taruga,
I have HP notebook (nx6310) with AD1981 too, and i have sound card visible but there is no
sound. My notebook haven't mute led, but i think that is the same problem.
Can you help we? Thanks!
Taruga no hope for HP users with AD1981? Please help us.
jonyb7
Sep 19 2007, 12:32 AM
QUOTE(maslokm @ Sep 19 2007, 12:33 AM)

Hi Taruga,
I have HP notebook (nx6310) with AD1981 too, and i have sound card visible but there is no
sound. My notebook haven't mute led, but i think that is the same problem.
Can you help we? Thanks!
Taruga no hope for HP users with AD1981? Please help us.
i have same problem with my Nx7300, Taruga wie need help !!
antic
Sep 19 2007, 01:35 AM
QUOTE(bristol @ Sep 14 2007, 09:00 PM)

Hello Taruga!
Have mobo Asus P5LD2 SE .. and so far had sound (Line Out) when installed AzaliaAudio.pkg ... so but wanted more outputs and input and tryed AD1986a.txt with AppleHDA Patch 1.16 and now I have some noise in my headphones, in audio preferences there is shown that I have Line Out and Digital Out, but volume slider is not working... and no sound...
In mobo manual says, that I have ADI1986A 6-ch Audio CODEC, Jack Sensing and Enumeration, S/PDIF out interface... So must be the right codec .. so maybe someone got it work?
Is there any way that I can uninstall or backroll AD1986a.txt with AppleHDA Patch 1.16 ?
Are you sure that your audio is via ADI1986A. I thought all the P5LD2 models used ALC882 codecs
metronet
Sep 19 2007, 03:20 AM
Hi Taruga, I have a P5K Deluxe (FW 0503).
Any chance of getting my ADI AD1988B 8-channel audio to work?
Currently I only have 2ch output, any chance on getting supports from your driver project?
MorphewS
Sep 19 2007, 03:44 AM
What codec work PERFECTLY, with mic and 5.1? I will buy a new MB.
Plis help me
I need a fully osx sound, to use Skype, thx.
Lukeboba
Sep 19 2007, 08:26 AM
Hi everyone,
fed up with my Vista system, I decided to try to make my notebook become a hackbook. And thanks to all the guides and the information available on this forum I got a nearly full working 4.10 sytem within a few days
The only component which drives me crazy is my sound device. Intel HDA with Realtek 268 chipset. Although beeing recognized as output device (High Definition Audio), neither the speakers nor the headphone port sound at all. An input device is not beeing recognized.
I looked for and tried out different solutions but as it seems, no definitve solution has been found so far for the alc268 chipset. Anyway, since the last time someone posted a "help-request" for the 268 has been a while ago, I am wondering if people just gave up or found a solution by themselves.
Is there anybody out there with a working alc268?
Luke
cagoenbillgates
Sep 19 2007, 02:26 PM
same problem here with nx7300, all working (network, wlan, sleep) but no audio. With azalia I get "HD Audio Output" but no sound from speakers or headphones
jonyb7
Sep 19 2007, 05:39 PM
QUOTE(cagoenbillgates @ Sep 19 2007, 04:26 PM)

same problem here with nx7300, all working (network, wlan, sleep) but no audio. With azalia I get "HD Audio Output" but no sound from speakers or headphones
what osx verison do oyu have?
cagoenbillgates
Sep 19 2007, 07:38 PM
10.4.10
it's a pity... But i'm happy for the rest of components working, including apple software updates.
I managed one time to get led out of no-dound state and be able to rise and low volume, but no sound came from speakers, audio out or even the mic port
jonyb7
Sep 19 2007, 09:12 PM
QUOTE(cagoenbillgates @ Sep 19 2007, 09:38 PM)

10.4.10
it's a pity... But i'm happy for the rest of components working, including apple software updates.
I managed one time to get led out of no-dound state and be able to rise and low volume, but no sound came from speakers, audio out or even the mic port

do you have to fix network after instalation, or everything working out of box (lan, wlan, dual core) with 10.4.10?
nirmalya
Sep 19 2007, 09:31 PM
QUOTE(nirmalya @ Sep 18 2007, 03:25 AM)

Hallo Taruga,
I'm using Sigmatel 9227 on a 10.4.10. Now I tried the latest files (vipersporthp). I also tried the HALLab2(since HALLab won't run). While I'm running that, I'm *always* getting Yes in "Running Somewhere" field, i.e. regardless of the fact that I Play or Pause iTunes. (please see attachments)
Hallo Taruga,
Could you have time to go through my post? (# 2380). If you'd like me to do some testing on STAC 9227, please let me know. I'd be more than happy to be useful!!!
consolation
Sep 19 2007, 11:14 PM
QUOTE(antic @ Sep 19 2007, 01:35 PM)

Are you sure that your audio is via ADI1986A. I thought all the P5LD2 models used ALC882 codecs
All -VM do, -SE come in two flavours 1986A and 882. So if you don't want mATX and your region got the 1986A P5LD2 version, you really are hanging out for a fix, hint... hint...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.