Hello,
i have a fujitsu celsius H270 notebook with macOS Sierra installed.
Now i have problems with the sound. There is a alc262 sound chip inside.
I use the latest AppleALC.kext V1.2.1 (https://github.com/vit9696/AppleALC/releases) with Clover.
Now my problem:
When I inject with clover => Device => Audio => 11 (Layout ID) i have sound on the notebook speaker but no sound on headphone output.
If i inject with Device => Audio => 12 (Layout ID) i have sound on headphone output but no sound on notebook speaker.
Maybe there is something wrong with the PinConfig (AppleALC.kext -> Contents -> PlugIns -> PinConfigs.kext -> Contents -> AppleALC.kext -> PinConfigs.kext -> Info.plist) :
<dict>
<key>AFGLowPowerState</key>
<data>AwAAAA==</data>
<key>Codec</key>
<string>MacPeet - ALC262</string>
<key>CodecID</key>
<integer>283902562</integer>
<key>ConfigData</key>
<data>IUccECFHHUAhRx4BIUcfASHnHCAh5x1gIeceRSHnHwAhhxwwIYcdkCGHHqEhhx+RIZccQCGXHZAhlx6hIZcfkiGnHFAhpx0wIacegSGnHwEhtxxgIbcdQCG3HiEhtx8C</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>11</integer>
</dict>
<dict>
<key>AFGLowPowerState</key>
<data>AwAAAA==</data>
<key>Codec</key>
<string>Goldfish64 - ALC262 for HP Compaq dc7700 SFF</string>
<key>CodecID</key>
<integer>283902562</integer>
<key>ConfigData</key>
<data>AbccEAG3HUABtx4BAbcfAQFXHCABVx0QAVceIQFXHwIBZxwwAWcdAQFnHhMBZx+QAZccQAGXHTABlx6BAZcfAQGnHFABpx0QAacegQGnHwI=</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>12</integer>
</dict>
The difference is here the ConfigData section. How is it composed or where does it come from?
Can someone help me?
Witjojo