Help - Search - Members - Calendar
Full Version: Ladies and lads I would like to introduce to you a functioning ALC262 driver
InsanelyMac Forum > OSx86 Project > Hardware and Drivers > Sound
Pages: 1, 2, 3, 4, 5
bronxboyXXX
Ladies and lads I would like to introduce to you functioning ALC262 drivers with headphone, internal speakers & Mic Input support. (AKA) A Realtek High Definition Audio driver.

Update: Choose the appropriate ALC262_XXX.txt file by matching it up to the last 3 digits of your Subsystem ID, Install it using Taruga's patcher thanks_speechbubble.gif by dragging & dropping the ALC262_XXX.txt file onto the patcher, rebooting and checking to see if your mic, speakers and headphones are working. If they are you can stop here smoke.gif but if the Mic is still not working then download the appropriate 262_XXX.zip file, extract it and perform the following steps.


1st. go to /System/Library/Extensions/
2nd . Backup then delete the file called AppleAzaliaAudio.kext (if you find it) if not its okay. now do the same to the file called AppleHDA.kext.
3rd. drag and drop the contents of my zipped file into the Extensions folder.
4th. Start up terminal & type in the following commands without the numbers or "enter"
5th. sudo -s "enter"
6th. Put your password "enter"
7th. cd /System/Library/Extensions "enter"
8th. chmod -R 755 AppleHDA.kext "enter"
9th. chown -R root:wheel AppleHDA.kext "enter"
10th. chmod -R 755 ALCinject.kext "enter"
11th. chown -R root:wheel ALCinject.kext "enter"
12th. now brows to "System/Library" and delete Extensions.kextcache & Extensions.mkext. (leopard users will only need to delete Extensions.mkext.)
13th. (for leopard users only!) open disk utility and repair permissions.
14th. close terminal, reboot & enjoy.

I hope this works for you. I offer no promises of any kind so if it blows up your computer don't try to sue me (That’s what you get for running OSX on a PC).

Ps. I realize every chip is not listed such as my chip (ALC262_600). But since all the files work just fine for me I choose to use the ALC262_F00 driver because I find it to be the best sounding driver for my system.
impulsion
thanks for the pm about this!!! unfortunatly i tried this and lost all audio. there's a possibility i did something wrong! i'm gonna re install the one i had previously after i get home in about an hour and try this all over again!!! if it doesn't work i'll let you know! for some reason i've had better luck using dumps when updating kext's than actually installing them. i'm not trying to be a burden to anyone here in this forum but if all possible a dump would be appreciated! thanks again for all your hard work!
impulsion
after several attempts at trying i'm still coming up with the same issue, i lose everything after it's applied and i reboot and as soon as i reload the ALC262_F00.txt file i get everything but the mic/line in back. something just doesn't seem right. also, i couldn't locate Extensions.kextcache anywhere to delete it!!! i don't have AppleAzaliaAudio.kext in my extensions folder either
bronxboyXXX
QUOTE (impulsion @ Jan 26 2008, 03:27 AM) *
thanks for the pm about this!!! unfortunatly i tried this and lost all audio. there's a possibility i did something wrong! i'm gonna re install the one i had previously after i get home in about an hour and try this all over again!!! if it doesn't work i'll let you know! for some reason i've had better luck using dumps when updating kext's than actually installing them. i'm not trying to be a burden to anyone here in this forum but if all possible a dump would be appreciated! thanks again for all your hard work!


Try to install Taruga's alc262testing.zip driver first then try installing just the AppleHDA.kext file from my package.
or you can also try installing his patcher, my ALC262_F00.txt file and then just install my AppleHDA.kext file.

If you are getting internal speaker and headphone support from the ALC262_F00.txt dump and the Mic Input works using Taruga's ALC262test.zip
then this should work for you. If not maybe I gave you the wrong files or something. let me know how it works out. because its really not hard at all
for me to make a working driver so long as you provide me with a file that allows your Mic to work.
impulsion
see, this is the issue though, i'm not fluent with linux or using terminal, i come from a completely windows and dos based backround, so it'd very possible that i could be doing something wrong! i tried taruga's fix before and couldn't get that to work either! the txt dumps seem to work fine for me though. sorry if i sound like an rookie but when it comes to mac os or linux i am definently a rookie, but you gotta start somewhere right?
bronxboyXXX
QUOTE (impulsion @ Jan 26 2008, 07:13 AM) *
after several attempts at trying i'm still coming up with the same issue, i lose everything after it's applied and i reboot and as soon as i reload the ALC262_F00.txt file i get everything but the mic/line in back. something just doesn't seem right. also, i couldn't locate Extensions.kextcache anywhere to delete it!!! i don't have AppleAzaliaAudio.kext in my extensions folder either


Not finding the AppleAzaliaAudio.kext is normal however the Extensions.kextcache should appear in "System/Library" after every reboot.
and it must be deleted. I'm going to send you the file in my system folder now just to be sure you are getting working ones

hears a tip:
Rather than typing all that text i put up you can save time by just copying all the lines below together and pasting them into the terminal window on the line after where you enter your password & then press "enter".


cd /System/Library/Extensions
chown -R root:wheel AppleHDA.kext
chmod  -R 755 AppleHDA.kext
chown -R root:wheel ALCinject.kext
chmod  -R 755 ALCinject.kext
impulsion
bronxboyXXX
QUOTE (impulsion @ Jan 26 2008, 07:29 AM) *
see, this is the issue though, i'm not fluent with linux or using terminal, i come from a completely windows and dos based backround, so it'd very possible that i could be doing something wrong! i tried taruga's fix before and couldn't get that to work either! the txt dumps seem to work fine for me though. sorry if i sound like an rookie but when it comes to mac os or linux i am definently a rookie, but you gotta start somewhere right?


Me too.. but don't let a Mac intimidate you, its so simple. I just started working with it a few months ago and already Im making drivers for it.
Windows is more complex where as linux is more like Mac OS but with even more options than windows. In time you will come to realize that Mac Os is almost childish in the ways it restricts you but oddly enough thats the beauty of it.

This is what you need to know

sudo -s (gives you root user permissions)

rm -r / (remove a file)

ls -l (to list directories)

cd / (change directory)

mkdir / (make a directory)

cp -R / (copy a file to another location)

learn this and you will breeze thru a Mac & linux
impulsion
still having the same issue, i lose all audio and everything disappears in my sound preferences, and when i re-apply alc262_f00.txt everything but mic comes back
QUOTE (bronxboyXXX @ Jan 26 2008, 02:13 AM) *
Me too.. but don't let a Mac intimidate you, its so simple. I just started working with it a few months ago and already Im making drivers for it.Windows is more complex where as linux is more like Mac OS but with even more options than windows. In time you will come to realize that Mac Os is almost childish in the ways it restricts you but oddly enough thats the beauty of it.This is what you need to knowsudo -s (gives you root user permissions)rm -r / (remove a file)ls -l (to list directories)cd / (change directory)mkdir / (make a directory)cp -R / (copy a file to another location)learn this and you will breeze thru a Mac & linux
i heard there were some common similarities to msdos but i never really looked into it. thanks for the info!! the pic i posted is of my library and Extensions.kextcache is nowhere to be found!
bronxboyXXX
QUOTE (impulsion @ Jan 26 2008, 08:15 AM) *
still having the same issue, i lose all audio and everything disappears in my sound preferences, and when i re-apply alc262_f00.txt everything but mic comes back


aah this could be a leopard issue. people are reporting things like this all over the place.
see if you can get Taruga's driver to work. if you can't ill have to look into that.

ill look into what people are doing too get around these issues but since I'm not running leopard at the moment i can't test it myself.
impulsion
i can't get taruga's driver to work at all, as i said before, i've had bad luck trying to install kext's, and have had more success with txt dumps than anything else. if i could get a hold of one that fixes everything i'd be in great shape and would have a 80% functional hackintosh, i still haven't tested my firewire or ethernet ports yet
bronxboyXXX
QUOTE (impulsion @ Jan 26 2008, 08:26 AM) *
i can't get taruga's driver to work at all, as i said before, i've had bad luck trying to install kext's, and have had more success with txt dumps than anything else. if i could get a hold of one that fixes everything i'd be in great shape and would have a 80% functional hackintosh, i still haven't tested my firewire or ethernet ports yet


judging by the way your library is set up leopard must use different commands. After you install the kext,s try repairing permissions using
disc utilities.

hell try both ways.. first my way and then repair permissions but remove Extensions.mkext last.

ill try later to make an installer. Maybe that will help you out.
impulsion
BULLSEYE!!! repaired permissions and everything shows including mic in sound preferences now!! thanks!!! i owe you one!!! if there's anything i can do for you feel free to send me a pm!!!
bronxboyXXX
QUOTE (impulsion @ Jan 26 2008, 08:49 AM) *
BULLSEYE!!! repaired permissions and everything shows including mic in sound preferences now!! thanks!!! i owe you one!!! if there's anything i can do for you feel free to send me a pm!!!


lol just happy to hear it worked for you. My next project is the touch pad. I got it working. 2 finger scrolling, Alps, the works but I'm tweaking it so that its perfect wink.gif ill post it when I'm done.. take care and enjoy.
impulsion
hottness, then all that's needed is to figure out the mouse tearing issue and i think were golden, i'm gonna test out my firewire port shortly and see how that works out, leopard see's it but i haven't used it yet so i'll keep you posted on that, i didn't see anything in there about my ethernet port though! i'm gonna give that a crack as well
impulsion
just got my ethernet card working, i currently have a 100% fully functional sony vaio with kalyway 10.5.1
bronxboyXXX
QUOTE (impulsion @ Jan 26 2008, 10:18 AM) *
just got my ethernet card working, i currently have a 100% fully functional sony vaio with kalyway 10.5.1


cool but be warned that sometimes in-order to get wi-fi to work you must install the ethernet card first.
I just ran into this issue.
neos
Thanx bronxboyXXX got it working on my Vaio TX-57GN.

Now i have Mic and Headphones working on my Leopard. biggrin.gif

Iatkos 10.5.1 Vanilla Kernel with updates
1366x768 GMA 950 QE and CI
PCMCIA Working
Powermanagement working with Battery Indicator (4.30 hours)
ALC262 w/bronxboyXXX patch
Intel 10/100VE working

Not working yet
Intel 3945 wifi
Card Reader
Screen Brightness
Shortcut keys
bronxboyXXX
QUOTE (neos @ Jan 26 2008, 05:39 PM) *
Thanx bronxboyXXX got it working on my Vaio TX-57GN.

Now i have Mic and Headphones working on my Leopard. biggrin.gif

Iatkos 10.5.1 Vanilla Kernel with updates
1366x768 GMA 950 QE and CI
PCMCIA Working
Powermanagement working with Battery Indicator (4.30 hours)
ALC262 w/bronxboyXXX patch
Intel 10/100VE working

Not working yet
Intel 3945 wifi
Card Reader
Screen Brightness
Shortcut keys

happy to hear it workedout for you happymac.GIF
Kamil666
Thanks Mate but in my VGN-AR51M

No sound at all, very strange - because all looks like should work
maverick_pranav
here are my kexts for alc262....they work well on my vaio!
sound out works through both speakers and headphoness!
mic not working!

http://forum.insanelymac.com/index.php?sho...&pid=517740
Kamil666
maverick_pranav thanks for your drivers i must say no sound still, with bluetooth no problem as you see mic and sound is enabled and i can hear music but on your drivers i got 2 speakers none of theem work really. i wonder why, i have try i think all possible solutions there - anyway - my vaio got 2soundcards meaby there is something different with my model since it got 2 sound cards? - names are in my signature...

got any clue why i can get so obvius thing to work?
bronxboyXXX
QUOTE (maverick_pranav @ Jan 28 2008, 03:07 PM) *
here are my kexts for alc262....they work well on my vaio!sound out works through both speakers and headphoness!mic not working!http://forum.insanelymac.com/index.php?sho...&pid=517740
I looked at your file but what i need to know are your vendor and sub vendor ids? and were you ever able to get the mic to work with any driver?
QUOTE (Kamil666 @ Jan 28 2008, 02:19 PM) *
Thanks Mate but in my VGN-AR51MNo sound at all, very strange - because all looks like should work
Does any driver make your sound work?
bronxboyXXX
QUOTE (maverick_pranav @ Jan 28 2008, 03:07 PM) *
here are my kexts for alc262....they work well on my vaio!
sound out works through both speakers and headphoness!
mic not working!

http://forum.insanelymac.com/index.php?sho...&pid=517740


try this & let me know how it works out for you.
impulsion
ok, i figured out the problem!!! the alc262 kexts won't work on their own from this topic! i just reformatted and reinstalled kalyway with vanilla. i had to install the ALC262_F00.txt dump and reboot. then install the alc262 kexts from this topic, repair disk permissions and reboot. everything works beautifully again!!! give it a shot!
maverick_pranav
hi!...remember to remove appleazalia.kext...it works with that removed!...
works for me in iatkos and tiger...(only tested in those)...
also..
mic did work but lots of noise that was suppressing the sound out!..so edited and remove the support for that!.

subsystem id is :104d1500

if it still doesnt work then try to get a cedec dump your very own card as the problem would lie in the pinconfigution!..
just change that and it should luck!...
Kamil666
My Audio details:

Realtek - Ventor 10EC Device 0262 Subsystem 104D2200 Rev 1001 (hmmm in dump i dont see Subsystem that i have!)
SigmaTel Ventor 8384 Device 7664
High Definition Audio Ventor 8086 Device 284B Subsystem 9016104D Rev 03

Everest shows
Realtek ALC262
SigmaTel CXD9872AKD

Dont know why 2 sounds but i guess ALC is my main
I will try all combination of your drivers there and let you know, but if you have more help i would be happy


Meaby noob question sorry, how do i dump my Hardware specs such as Codec Dump from Ubuntu for example?
bronxboyXXX
QUOTE (maverick_pranav @ Jan 29 2008, 01:56 PM) *
hi!...remember to remove appleazalia.kext...it works with that removed!...
works for me in iatkos and tiger...(only tested in those)...
also..
mic did work but lots of noise that was suppressing the sound out!..so edited and remove the support for that!.

subsystem id is :104d1500

if it still doesnt work then try to get a cedec dump your very own card as the problem would lie in the pinconfigution!..
just change that and it should luck!...


Have you tried the ALC262_500.txt file with Taugras patcher? It's supposed to work for you since its vendor and subsystem match yours perfectly.
if not could you please give it a shot and let me know if it actually works for you.
bronxboyXXX
QUOTE (Kamil666 @ Jan 29 2008, 08:32 PM) *
My Audio details:

Realtek - Ventor 10EC Device 0262 Subsystem 104D2200 Rev 1001 (hmmm in dump i dont see Subsystem that i have!)
SigmaTel Ventor 8384 Device 7664
High Definition Audio Ventor 8086 Device 284B Subsystem 9016104D Rev 03

Everest shows
Realtek ALC262
SigmaTel CXD9872AKD

Don't know why 2 sounds but i guess ALC is my main
I will try all combination of your drivers there and let you know, but if you have more help i would be happy


You need an ALC262_200.txt codec dump. ill keep an eye out for one.

Attention everybody! If you have your own 262 codec dump please post them in this forum in the following format. "ALC", the last 3 numbers of the Vendor ID "262", an underscore "_" & the last 3 letters or numbers of your subsystem id "XXX"

example: ALC262_500.txt.
If the subsystem id has a revision number just include that too. example: ALC262_500 1b.txt.

This helps identify which codec dump you're using for improved compatibility.
Why nobody thought of this earlier is beyond me.
Kamil666
sorry for double post, meaby noob question sorry, how do i dump my Hardware specs such as Codec Dump from Ubuntu for example?

Sorry for asking and nod searching http://forum.insanelymac.com/index.php?showtopic=74937
tongue.gif tongue.gif tongue.gif:p

can i dump other hardware parts to make theem somehow ready kext for OSX?, is there any threat howto convert linux drivers for mac os?

i did dump my card, i can see digital output led (infrared) and its working, sound still not, testing on...
i wonder why i got Address: 2

sad.gif Still no sound and no mic with my dump
What i did , new LEo install took impulsion package . Patched with hdapacher with my 262_200 dump theen i did replace kext from impulsion package , crap... didnt help.
bronxboyXXX
Here are the new kext drivers I promised you all. Technically speaking these are the ones you should be using
If your Mic is not working with the ALC262_XXX.txt files and Tauga's patcher.
just find the one that matches your subsystem ID. Enjoy & let me know if they fixed your problem.

Ps. 262_F00.zip is the same as my original driver. so if you downloaded that you don't need this.
Kamil666
QUOTE (bronxboyXXX @ Jan 30 2008, 01:16 AM) *
Here are the new kext drivers I promised you all. Try them out and let me know how things work out.


thx mate i will try them bronxboyXXX
but since my dump got DigitalOut working i wonder where could be a problem, why should we replace AppleHDA.kext and ALCinject.kext - isnt Torqua Patcher making theem?
bronxboyXXX
QUOTE (Kamil666 @ Jan 30 2008, 01:25 AM) *
thx mate i will try them bronxboyXXX
but since my dump got DigitalOut working i wonder where could be a problem, why should we replace AppleHDA.kext and ALCinject.kext - isnt Torqua Patcher making theem?


i just gave them a shot and i have a driver ready for you.

whats weird is that i have headphone & support for 2 internal speakers but I must choose the one i want manually in order for sound to work plus there was no
Mic however my file may fix that 4 you.


you don't need to replace the ALCinject.kext file in this case. just AppleHDA.kext because thats the file i modified
Kamil666
bronxboyXXX - Thanks, but it seems i got bad karma or some curse over me, No sound, No Mic working (3bars sometimes blink in input, but thats just not mic), swiching between 2speakers no one works. Headphone jack olso do not work. What else could be wrong?
bronxboyXXX
QUOTE (Kamil666 @ Jan 30 2008, 02:00 AM) *
bronxboyXXX - Thanks, but it seems i got bad karma or some curse over me, No sound, No Mic working (3bars sometimes blink in input, but thats just not mic), swiching between 2speakers no one works. Headphone jack olso do not work. What else could be wrong?


just one sec.. I'm going to test something

okay I just installed it and it worked. you probably messed up on the instillation. as for the audio are you hi-lighting the first instance of internal speakers?

first delete your AppleHDA.kext file
then open up the terminal window and type in

sudo -s "enter"
your password "enter"

copy and paste this in the next 3 lines

cd /System/Library/Extensions
chown -R root:wheel AppleHDA.kext
chmod  -R 755 AppleHDA.kext

"enter"

now navigate to /System/Library/ and delete Extensions.kextcache & Extensions.mkext (if this is lepard you will only see one). now reboot if this is not leopard
if it is go into disk utility and repair permissions and then reboot.
Kamil666
QUOTE (bronxboyXXX @ Jan 30 2008, 02:04 AM) *
just one sec.. I'm going to test something

okay I just installed it and it worked. you probably messed up on the instillation. as for the audio are you hi-lighting the first instance of internal speakers?


Dong!

As you can see in my signature i got two cards inside i did test something
I turned off ALC262 in Vista and my mp3 was playing !!!!!
I turned off SigmaTel card and there was no sound !!!!

What the hell theen? I do need to use SigmaTel driver for sound theen?
Why theen 2 Sound cards in Vaio?, Meaby ALC262 is only for Digital OUT?
omg i am confused !

now how to try dump Sigmatel zzzz
bronxboyXXX
QUOTE (Kamil666 @ Jan 30 2008, 02:20 AM) *
Dong!

As you can see in my signature i got two cards inside i did test something
I turned off ALC262 in Vista and my mp3 was playing !!!!!
I turned off SigmaTel card and there was no sound !!!!

What the hell theen? I do need to use SigmaTel driver for sound theen?
Why theen 2 Sound cards in Vaio?, Meaby ALC262 is only for Digital OUT?
omg i am confused !

now how to try dump Sigmatel zzzz


could be. but its working for me so you should at the very least have the card being recognized with my driver installed.
Kamil666
QUOTE (bronxboyXXX @ Jan 30 2008, 02:39 AM) *
could be. but its working for me so you should at the very least have the card being recognized with my driver installed.


I did just dump sigmatel !!!!! And it has adress 0 - So it looks like i have 2 sound cards, Now got question, did you changed adress in 262_200dump to 0 ?, i mean kext you generated for me got adress 0 or same as my original dump file?, do you want me to post Sigmatell dump there meaby?.

Can you tell me how do you make Kext, do you use Torqua patch or something else?, what mean Detected unsupported ***** Codec?
bronxboyXXX
no all i did was add the mic gain parameters and activate its pins. In any case the one I sent you is working but its possible you will need a second driver installed as well because there is no way you can have the same driver for two different chips or chipsets.

From what i can tell using this driver is the reason you seem to have two internal speakers is because one actually is an internal speaker and the other is the digital output which in my case is not working.

(BTW) How do you get a screen shot off a Mac? i want to show you what my system looks like using this driver.


wow I'm looking at this from every angle it's just driving me more & more nuts.


PS.. its not a bad sounding driver!.... I'm rather impressed. Update: F00 still sounds better to me smile.gif

pss everything goes down in the AppleHDA.kext in a file called info.plist. there you can change the pins, mic gain and amp gain.
Kamil666
QUOTE (bronxboyXXX @ Jan 30 2008, 02:59 AM) *
no all i did was add the mic gain parameters and activate its pins. In any case the one I sent you is working but its possible you will need a second driver installed as well because there is no way you can have the same driver for two different chips or chipsets.

From what i can tell using this driver is the reason you seem to have two internal speakers is because one actually is an internal speaker and the other is the digital output which in my case is not working.

(BTW) How do you get a screen shot off a Mac? i want to show you what my system looks like using this driver.


wow I'm looking at this from every angle it's just driving me more & more nuts.


PS.. its not a bad sounding driver!.... I'm rather impressed. Update: F00 still sounds better to me smile.gif

pss everything goes down in the AppleHDA.kext in a file called info.plist. there you can change the pins, mic gain and amp gain.



ALT+SHIFT+4 and point with mouse space wich you want to screenshot smile.gif
I GOT WORKING SOUND, SPEAKERS, HEADPHONES, but no microphone only internal jack microphone all this WITH SIGMATEL - BUT MODDED SIGMATEL (by myself), do you have skype or MSN, it would be nice to talk to i am not sure how to fix mic.

I will combine and try to include sigmatel and alc262 (in my case digital output) and will put drivers in my signature smile.gif
Thanks mate for help.
bronxboyXXX
This is with the modified driver i made from the ALC262_200.txt file you gave me.
Kamil666
QUOTE (bronxboyXXX @ Jan 30 2008, 04:47 AM) *
This is with the modified driver i made from the ALC262_200.txt file you gave me.


I have it same but only Digital OUT is working smile.gif
Everything else works on Sigmatel, i did pm you about smthing can you try to help me with this?
bronxboyXXX
the following beta files are for Kamil666
Kamil666
Thx bronxboy

I will give a try in seconds
bronxboyXXX
QUOTE (maverick_pranav @ Jan 28 2008, 03:07 PM) *
here are my kexts for alc262....they work well on my vaio!
sound out works through both speakers and headphoness!
mic not working!

http://forum.insanelymac.com/index.php?sho...&pid=517740


I believe 262_XXX_beta_v0.1.zip could work for you.
bronxboyXXX
BUMP! big update to drivers & instructions. yoji.gif
starimage
I need 262_510 dump...
bronxboyXXX
QUOTE (starimage @ Feb 1 2008, 05:09 AM) *
I need 262_510 dump...
Try one of the other dumps.I'm very content with 262_f00 with my 262_600 sound card.

Got an update on my track pad progress. fixed the stuttering problem. it has something to do with the way the ALPS Glidepad Driver.pkg was put together.
basically. the problem is some of us need to remove the ApplePS2Trackpad.kext from within your ApplePS2Controller.kext because it causes our keyboards to display a memory leak. (delayed response, repeating keys). To the ones experiencing this you will notice an instant speed boost when you load this driver. This is still just a beta but it should give you a good. idea what I'm talking about. for me circular scrolling & tapping are working but i can't seem to find out how to lower the speed yet. I still have a long way to go & I want this baby to be perfect.


1'st back up
ApplePS2Controller.kext and ApplePS2Trackpad.kext located in your System/Library/Extensions folder

2nd extract my files and place them into System/Library/Extensions

3rd open the terminal window and type in

sudo -s "enter"
*your password* "enter"
cd /System/Library/Extensions "enter"
chown -R root:wheel ApplePS2Controller.kext "enter"
chmod  -R 755 ApplePS2Controller.kext "enter"
chown -R root:wheel ApplePS2Mouse.kext "enter"
chmod  -R 755 ApplePS2Mouse.kext "enter"
chown -R root:wheel ApplePS2Trackpad.kext "enter"
chmod  -R 755 ApplePS2Trackpad.kext "enter"

4th go to system/Library and delete Extensions.kextcache & Extensions.mkext
5th (leopard users) go to disk utilities repair permissions.
6th reboot twice just to be sure its working.
starimage
can not make dump from knoppix on my Samsung Q 45
262_510
Other 262*** dumps nice - but microphone did not work sad.gif
bronxboyXXX
QUOTE (starimage @ Feb 1 2008, 09:36 AM) *
can not make dump from knoppix on my Samsung Q 45
262_510
Other 262*** dumps nice - but microphone did not work sad.gif


this is the code that makes everything work on my system
the active pins are hi-lighted in red

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<!-- Patched by Taruga's AppleHDA Patcher v1.20 -->
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>AppleHDA</string>
<key>CFBundleGetInfoString</key>
<string>1.4.0a22, Copyright Apple Inc. 2005-2007</string>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleHDA</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Apple HDA Driver</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.4.0a23</string>
<key>IOKitPersonalities</key>
<dict>
<key>HDA Driver</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleHDA</string>
<key>CodecInfo</key>
<array>
<dict>
<key>AnalogOut</key>
<dict>
<key>SignalProcessing</key>
<dict>
<key>Volume</key>
<dict>
<key>SoftwareVolume</key>
<dict/>
</dict>
</dict>
</dict>
<key>CodecID</key>
<integer>283902562</integer>
<key>ForceWakeToIdle</key>
<true/>
</dict>
</array>
<key>IOClass</key>
<string>AppleHDADriver</string>
<key>IOProviderClass</key>
<string>AppleHDACodec</string>
<key>InputSampleLatency</key>
<integer>30</integer>
<!-- Realtek -->
<key>Layouts</key>
<array>
<dict>
<key>LayoutID</key>
<integer>12</integer>
<key>PathMapRef</key>
<array>
<dict>
<key>CodecID</key>
<array>
<integer>283902562</integer>
</array>
<key>Headphone</key>
<dict>
<key>AmpPostDelay</key>
<integer>150</integer>
<key>AmpPreDelay</key>
<integer>150</integer>

</dict>
<key>Inputs</key>
<array>
<string>LineIn</string>
<string>Mic</string>
<string>SPDIFIn</string>
</array>
<key>IntSpeaker</key>
<dict>
<key>AmpPostDelay</key>
<integer>150</integer>
<key>AmpPreDelay</key>
<integer>150</integer>
<key>MaximumBootBeepValue</key>
<integer>64</integer>

</dict>
<key>LineIn</key>
<dict/>
<key>LineOut</key>
<dict>
<key>AmpPostDelay</key>
<integer>150</integer>
<key>AmpPreDelay</key>
<integer>150</integer>

</dict>
<key>Mic</key>
<dict>
<key>SignalProcessing</key>
<dict>
<key>SoftwareDSP</key>
<dict>
<key>Equalization</key>
<dict>
<key>Filter0</key>
<dict>
<key>FilterType</key>
<integer>1752195443</integer>
<key>Frequency</key>
<data>
waTDQg==
</data>
<key>Gain</key>
<data>
AACAQA==
</data>
<key>Q</key>
<data>
8wQ1Pw==
</data>
<key>index</key>
<integer>0</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter1</key>
<dict>
<key>FilterType</key>
<integer>1752195443</integer>
<key>Frequency</key>
<data>
A5OOQg==
</data>
<key>Gain</key>
<data>
AABkQQ==
</data>
<key>Q</key>
<data>
qzstPw==
</data>
<key>index</key>
<integer>1</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter2</key>
<dict>
<key>FilterType</key>
<integer>1651664234</integer>
<key>Frequency</key>
<data>
AADwQg==
</data>
<key>Gain</key>
<data>
AAAEwQ==
</data>
<key>Q</key>
<data>
AICXQQ==
</data>
<key>index</key>
<integer>2</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter3</key>
<dict>
<key>FilterType</key>
<integer>1885434465</integer>
<key>Frequency</key>
<data>
K8M3Qw==
</data>
<key>Gain</key>
<data>
AADQvw==
</data>
<key>Q</key>
<data>
WPsGQQ==
</data>
<key>index</key>
<integer>3</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter4</key>
<dict>
<key>FilterType</key>
<integer>1885434465</integer>
<key>Frequency</key>
<data>
CkyWQw==
</data>
<key>Gain</key>
<data>
AACQvw==
</data>
<key>Q</key>
<data>
MzPTQA==
</data>
<key>index</key>
<integer>4</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter5</key>
<dict>
<key>FilterType</key>
<integer>1885434465</integer>
<key>Frequency</key>
<data>
M3z7Qw==
</data>
<key>Gain</key>
<data>
AADQvw==
</data>
<key>Q</key>
<data>
izanQA==
</data>
<key>index</key>
<integer>5</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter6</key>
<dict>
<key>FilterType</key>
<integer>1885434465</integer>
<key>Frequency</key>
<data>
Gb5IRA==
</data>
<key>Gain</key>
<data>
AAAIwA==
</data>
<key>Q</key>
<data>
6fbYQA==
</data>
<key>index</key>
<integer>6</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter7</key>
<dict>
<key>FilterType</key>
<integer>1885434465</integer>
<key>Frequency</key>
<data>
Xj96RA==
</data>
<key>Gain</key>
<data>
AADgvw==
</data>
<key>Q</key>
<data>
etMvQQ==
</data>
<key>index</key>
<integer>7</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter8</key>
<dict>
<key>FilterType</key>
<integer>1885434465</integer>
<key>Frequency</key>
<data>
rx+WRA==
</data>
<key>Gain</key>
<data>
AACQvw==
</data>
<key>Q</key>
<data>
+qRXQQ==
</data>
<key>index</key>
<integer>8</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter9</key>
<dict>
<key>FilterType</key>
<integer>1819304307</integer>
<key>Frequency</key>
<data>
RlSQRg==
</data>
<key>Gain</key>
<data>
AnaUvw==
</data>
<key>Q</key>
<data>
8wQ1Pw==
</data>
<key>index</key>
<integer>15</integer>
<key>runInSoftware</key>
<true/>
</dict>
</dict>
<key>GainStage</key>
<dict>
<key>LeftGain</key>
<data>
wmJKQA==
</data>
<key>RightGain</key>
<data>
wmJKQA==
</data>
</dict>
<key>NoiseCanceller</key>
<dict>
<key>NoiseProfile</key>
<data>
Lv9xwm3IWsLU
s3bCqn2IwlYK
jMIO847CznGP
wvb1kcLc85fC
/iGcwnobn8LA
mqHC5S2kwoh+
p8IjBKnCpL2q
wkCZrMKQoa7C
JH2xwhMBtMIr
PrbC+EW4wjqc
usIWq7rCuA25
whaEuMKuP7rC
VoO6wiPZucKv
mrfC4Gq1wvqO
tcI+u7bCYli2
wnHRtcIEq7TC
8l6zwuX7s8Ku
y7TCRP6zwsOM
s8K7QbPCoWi1
wouutcJkKrTC
P3W0wvp8t8Ll
xLnCqou6wgYj
usIDOLnCjJm6
wo5+vMKx5rzC
dpm9wvNnvsJ+
mbzCoHO8wsQC
vMI6w7vCSM+7
wh9uvsJ2Ar7C
DqO8wjASvsLO
vL3CpAS9wlLg
vsJkd77ClnG+
wvD/wMIYfL/C
+O7AwjkKw8Jy
osHCdXy9wuYX
wMICPMHCmQ3A
wtrWvcKXZbzC
rxq8wuAavcKi
crzCxPa7wp75
u8LUQLvCJje8
wlPxvcI+7L7C
AEjAwmUDv8Kl
EMLCytnBwm8J
xsJ6CMnCEJbM
wn5JzMKc4MzC
es3OwtQKysJi
7MrC1g/PwoLh
0MJob9LCcuvR
wsTX1MJjv9XC
btfTwmRy18Kq
TNvC9J7bwvkO
3cIW493C0mLe
wpoK38KE4t7C
9DbdwsiK4cJ7
fOTC93HnwsJx
6sJKJOzC8E3t
wpxF7sIpN+7C
QfXuwknF8MI2
Cv7C
</data>
</dict>
<key>SoftClip</key>
<dict>
<key>SoftClipDrive</key>
<data>
AACAPw==
</data>
</dict>
</dict>
</dict>
</dict>
<key>Outputs</key>
<array>
<string>Headphone</string>
<string>IntSpeaker</string>
<string>SPDIFOut</string>
</array>
<key>PathMapID</key>
<integer>1</integer>
<key>SPDIFIn</key>
<dict/>
<key>SPDIFOut</key>
<dict/>
</dict>
</array>
</dict>
</array>
<key>OutputSampleLatency</key>
<integer>30</integer>
<key>PathMaps</key>
<array>
<dict>
<key>PathMap</key>
<array>
<!-- Mic Back -->
<array>
<array>
<array>
<dict>
<key>Amp</key>
<dict>
<key>Channels</key>
<array>
<dict>
<key>Bind</key>
<integer>1</integer>
<key>Channel</key>
<integer>1</integer>
</dict>
<dict>
<key>Bind</key>
<integer>2</integer>
<key>Channel</key>
<integer>2</integer>
</dict>
</array>
<key>MuteInputAmp</key>
<true/>
<key>PublishMute</key>
<true/>
<key>PublishVolume</key>
<true/>
<key>VolumeInputAmp</key>
<true/>
</dict>
<key>NodeID</key>
<integer>9</integer>

<key>ProcessingState</key>
<true/>
</dict>
<dict>
<key>NodeID</key>
<integer>34</integer>

<key>Boost</key>
<integer>1</integer>
</dict>
<dict>
<key>NodeID</key>
<integer>24</integer>

<key>VREF</key>
<integer>80</integer>
</dict>
</array>
</array>
</array>

<!-- Line In
<array>
<array>
<array>
<dict>
<key>Amp</key>
<dict>
<key>Channels</key>
<array>
<dict>
<key>Bind</key>
<integer>1</integer>
<key>Channel</key>
<integer>1</integer>
</dict>
<dict>
<key>Bind</key>
<integer>2</integer>
<key>Channel</key>
<integer>2</integer>
</dict>
</array>
<key>MuteInputAmp</key>
<true/>
<key>PublishMute</key>
<true/>
<key>PublishVolume</key>
<true/>
<key>VolumeInputAmp</key>
<true/>
</dict>
<key>NodeID</key>
<integer>8</integer>

</dict>
<dict>
<key>NodeID</key>
<integer>35</integer>

</dict>
<dict>
<key>NodeID</key>
<integer>26</integer>

</dict>
</array>
</array>
</array>

<!-- SPEAKER -->
<array>
<array>
<array>
<dict>
<key>NodeID</key>
<integer>20</integer>

</dict>
<dict>
<key>Amp</key>
<dict>
<key>Channels</key>
<array>
<dict>
<key>Bind</key>
<integer>1</integer>
<key>Channel</key>
<integer>1</integer>
</dict>
<dict>
<key>Bind</key>
<integer>2</integer>
<key>Channel</key>
<integer>2</integer>
</dict>
</array>
<key>MuteInputAmp</key>
<true/>
<key>PublishMute</key>
<true/>
<key>PublishVolume</key>
<true/>
<key>VolumeInputAmp</key>
<false/>
</dict>
<key>NodeID</key>
<integer>12</integer>

</dict>
<dict>
<key>NodeID</key>
<integer>2</integer>

</dict>
</array>
</array>
</array>

<!-- HP -->
<array>
<array>
<array>
<dict>
<key>NodeID</key>
<integer>21</integer>

</dict>
<dict>
<key>Amp</key>
<dict>
<key>Channels</key>
<array>
<dict>
<key>Bind</key>
<integer>1</integer>
<key>Channel</key>
<integer>1</integer>
</dict>
<dict>
<key>Bind</key>
<integer>2</integer>
<key>Channel</key>
<integer>2</integer>
</dict>
</array>
<key>MuteInputAmp</key>
<true/>
<key>PublishMute</key>
<true/>
<key>PublishVolume</key>
<true/>
<key>VolumeInputAmp</key>
<false/>
</dict>
<key>NodeID</key>
<integer>12</integer>

</dict>
<dict>
<key>NodeID</key>
<integer>3</integer>

</dict>
</array>
</array>
</array>

</array>
<key>PathMapID</key>
<integer>1</integer>
</dict>
</array>
<key>SampleOffsetPad</key>
<integer>260</integer>
</dict>
<key>HDA Generic Codec Driver</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleHDA</string>
<key>IOClass</key>
<string>AppleHDACodecGeneric</string>
<key>IOHDACodecFunctionGroupType</key>
<integer>1</integer>
<key>IOProviderClass</key>
<string>IOHDACodecFunction</string>
</dict>
</dict>
<key>OSBundleLibraries</key>
<dict>
<!-- <key>com.apple.driver.DspFuncLib</key>
<string>1.0.0a1</string> -->
<key>com.apple.iokit.IOAudioFamily</key>
<string>1.1fc9</string>
<key>com.apple.iokit.IOHDAFamily</key>
<string>1.0.0d1</string>
<key>com.apple.kpi.bsd</key>
<string>8.0.0b3</string>
<key>com.apple.kpi.iokit</key>
<string>8.0.0b3</string>
<key>com.apple.kpi.libkern</key>
<string>8.0.0b3</string>
<key>com.apple.kpi.mach</key>
<string>8.0.0b3</string>
</dict>
</dict>
</plist>

its hard for me to say how your pin should be but I'm throwing this up in the hopes that somebody else can figure it out.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.