Contribute
Register

Time Machine and Flash Player

Status
Not open for further replies.
AppleHDA working without MIC. After reading some other users with the same Audio (VIA VT1802) it is problematic woking on AppleHDA. so ... anyway ITS working.

Question:
I use Audio Layout 3, if i will change this i could make work the mic or not?

Check that your AppleHDA has layout for layout-id=3.

Question:
I see you have WIFI patches for AR9285
I read on some random sites, if i will change the device-id to my device id. AR9485
EX:
Code:
[COLOR=#333333][FONT=Consolas]        "device-id", Buffer() { 0x30, 0x00, 0x00, 0x00 },\n[/FONT][/COLOR]        "name", "pci168c,30",\n
Some users declare they make it work.
What are the probabilities none ?!

AR9485 is not supported. Compatible chipsets and the procedures for making them work are covered here: http://www.tonymacx86.com/network/104850-guide-airport-pcie-half-mini-v2.html
 
Yes , here it is.

layout3.xml.zlib

You need also a definition for LayoutID 3 in AppleHDAHardwareConfigDriver.kext/Contents/Info.plist.

You can try it and see how it changes things...
 
You need also a definition for LayoutID 3 in AppleHDAHardwareConfigDriver.kext/Contents/Info.plist.

You can try it and see how it changes things...


hmm, the same thing.

Code:
				<dict>
					<key>AFGLowPowerState</key>
					<data>
					AwAAAA==
					</data>
					<key>CodecID</key>
					<integer>285639750</integer>
					<key>ConfigData</key>
					<data>
					AkccEAJHHQACRx4TAkcfkAJXHCACVx1AAlce
					KwJXHwEClxxAApcdAAKXHqAClx+QArccYAK3
					HZACtx6LArcfAgJHDAICVwwD
					</data>
					<key>FuncGroup</key>
					<integer>1</integer>
					<key>LayoutID</key>
					<integer>3</integer>
				</dict>
 
hmm, the same thing.

Code:
				<dict>
					<key>AFGLowPowerState</key>
					<data>
					AwAAAA==
					</data>
					<key>CodecID</key>
					<integer>285639750</integer>
					<key>ConfigData</key>
					<data>
					AkccEAJHHQACRx4TAkcfkAJXHCACVx1AAlce
					KwJXHwEClxxAApcdAAKXHqAClx+QArccYAK3
					HZACtx6LArcfAgJHDAICVwwD
					</data>
					<key>FuncGroup</key>
					<integer>1</integer>
					<key>LayoutID</key>
					<integer>3</integer>
				</dict>

Is your codec 0x11068446 ??
 
11068446 via vt1802 adi 1984

yes!

Are there other layouts defined for this codec in your patched AppleHDAHardwareConfigDriver other than 1 and 3?
 
Yes I have 3 KEXT , all from working VT1802 with different CodecID.
Now i search all 3 , none have my codecID.

Confused... In post #16 you confirmed the data in post #15 corresponds to your codec.
 
Confused... In post #16 you confirmed the data in post #15 corresponds to your codec.


Me too , look here i will generate again this hole thing.


UP LEFT SIDE, is the codec_dump_dec.txt
UP RIGHT SIDE , is Linux file.
Down TERMINAL.
 

Attachments

  • Screen Shot 2014-05-30 at 16.10.48.png
    Screen Shot 2014-05-30 at 16.10.48.png
    538.7 KB · Views: 79
Status
Not open for further replies.
Back
Top