Hi, I am trying to get my ALC268 chip working and I am getting a bit confused regarding the pathmap layout, I would be very grateful if someone could please check my AppleHDA.kext for discrepencies.
I have attached what I think is needed for this.
ALC268_Info.zip ( 1.04MB )
Number of downloads: 19Thankyou for any help
QUOTE (cheops2006 @ Feb 14 2011, 10:07 AM)

On ubuntu I have to issue the following command to to activate the subwoofer each time.
hda-verb dev/snd/hwC0D0 0x6 SET_AMP 0xb000
I may be totally wrong on this, but if that's due to some amp enable signal, then perhaps you could do something like described in this link, modified with the right numbers, then if works build it into IOAudioFamily as these guys did for the ALC269.
ALC269 Amp Enabling
Ok Is it possible to have more than 1 Internal Speaker?
I managed to get audio going through the bottom speaker, so progress

The reason being It seems that my top set of speakers are on node 0x15 and my bottom Internal Speaker is on the bottom on Node 0x16 I am guessing that I have to set Audio Midi to mix or something?
How do I get both sets of speakers in the pathmap? I tried createing a BottomIntSpeaker in the layout and adding a new pathmap for it?
Any help much appreciated
Thanks
QUOTE (cheops2006 @ Feb 14 2011, 05:25 PM)

Ok Is it possible to have more than 1 Internal Speaker?
I managed to get audio going through the bottom speaker, so progress

The reason being It seems that my top set of speakers are on node 0x15 and my bottom Internal Speaker is on the bottom on Node 0x16 I am guessing that I have to set Audio Midi to mix or something?
How do I get both sets of speakers in the pathmap? I tried createing a BottomIntSpeaker in the layout and adding a new pathmap for it?
Any help much appreciated
Thanks
Did you try to create an aggregate device (in Utilities AudioMidiSetup) to include both speaker outputs - presumes you can normally select them individually?
P.S. So did those reggie_se commands work, or you got the subwoofer working some other way?
Yeah I would like to be able to create an aggregate device but both speakers are not showing up! I can only get 1 IntSpeaker to show at a time.
I managed to get audio playing through the bottom speaker without this reggie_se commands by changing the Pathmap IntSpeaker Node ID's from
21->16->3 top speakers to
22->14->2 bottom speaker
Basically I think I need both speakers to show before I can create an aggregate device? Maybe?
Thanks
Also Verbit seems to omit node 22 because of this 411111f0, Is it possible to get this reincluded?
This post has been edited by cheops2006: Feb 15 2011, 11:43 AM
QUOTE (cheops2006 @ Feb 15 2011, 12:42 PM)

Also Verbit seems to omit node 22 because of this 411111f0, Is it possible to get this reincluded?
Been long time since I've messed with pathmaps, but I guess you have to include both the outputs configs in the PathMap section of plist - ie: add rather than change - to get to show both outputs. If I remember correctly, you can have up to 4 analogue "outputs" with AppleHDA, which (unless aggregated) usually you'd select one or the other. And perhaps add the extra ones, rather than change the verbs, in ConfigData. Although they are probably already there since it worked?
You might have to nest the PathMap entries together to get both to turn off when headset detected, but I'd worry about that later! Not sure about that.
Also no idea about the verbit thing.
Thankyou for helping Humph.
Is this the setup what you mean? As I do this and when I play music I get stuttering?
21->16->3 Top Speakers
22->14->2 Bottom Single Speaker
PathMapRef.png ( 94.6K )
Number of downloads: 21
PathMap_2.png ( 142.43K )
Number of downloads: 14Thanks
Well I now have it working perfectly, Thankyou for all you help Humph.
Shame I have to use an aggregate device, why is it not possible to have 2.1 stereo?
Startup of "AU LAB" is problematic, I create a speaker setup through sunflower but it doesn't load the scrip properly I have to recreate the trak file.
Thankyou