Contribute
Register

help for dsdt

Status
Not open for further replies.
Joined
Jan 13, 2017
Messages
267
Motherboard
Gigabyte Designare Z390
CPU
i9 9900K
Graphics
RX580
Mac
  1. iMac
  2. Mac Pro
Classic Mac
  1. Apple
Mobile Phone
  1. iOS
I try to fix one CX20585 on laptop Toshiba L755-1nk , but I can not get to work internal mic. I patched via AppleHDA Patcher v1.5, but they give me layout 3, actualy should be layout 12, but again not worked. So I found one AppleHDA.kext with worked external mic jack, but again internal mic not show in Sound/input.

I fund some DSDT patch but is write like that and I can not composite. please some one to make it fit without error in MaciASL

Device (HDEF)

{

Name (_ADR, 0x001B0000)

OperationRegion (HDAR, PCI_Config, 0x4C, 0x10)

Field (HDAR, WordAcc, NoLock, Preserve)

{

DCKA, 1,

Offset (0x01),

DCKM, 1,

, 6,

DCKS, 1,

Offset (0x08),

Offset (0x09),

PMEE, 1,

, 6,

PMES, 1

}

Method (_DSM, 4, NotSerialized)

{

Store (Package (0x0A)

{

"built-in",

Buffer (One)

{

0x01

},

"codec-id",

Buffer (0x04)

{

0x56, 0x3B, 0xEC, 0x10

},

"layout-id",

Buffer (0x04)

{

0x0C, 0x00, 0x00, 0x00

},

"device-type",

Buffer (0x11)

{

"Conexant CX20585"

},

"PinConfigurations",

Buffer (0x28)

{

/* 0000 */ 0xF0, 0x40, 0x21, 0x04, 0x10, 0x01, 0xA3, 0x99,

/* 0008 */ 0x20, 0x50, 0xA1, 0x04, 0x30, 0x01, 0x01, 0x70,

/* 0010 */ 0x40, 0x01, 0x01, 0x70, 0x50, 0x01, 0x01, 0x70,

/* 0018 */ 0x60, 0x01, 0x13, 0x99, 0x70, 0x01, 0x01, 0x70,

/* 0020 */ 0x80, 0x01, 0x01, 0x70, 0x90, 0x01, 0x01, 0x70

}

conexant 20585 use the kext with dsdt.aml applique this patch
 
I try to fix one CX20585 on laptop Toshiba L755-1nk , but I can not get to work internal mic. I patched via AppleHDA Patcher v1.5, but they give me layout 3, actualy should be layout 12, but again not worked. So I found one AppleHDA.kext with worked external mic jack, but again internal mic not show in Sound/input.

I fund some DSDT patch but is write like that and I can not composite. please some one to make it fit without error in MaciASL

Device (HDEF)

{

Name (_ADR, 0x001B0000)

OperationRegion (HDAR, PCI_Config, 0x4C, 0x10)

Field (HDAR, WordAcc, NoLock, Preserve)

{

DCKA, 1,

Offset (0x01),

DCKM, 1,

, 6,

DCKS, 1,

Offset (0x08),

Offset (0x09),

PMEE, 1,

, 6,

PMES, 1

}

Method (_DSM, 4, NotSerialized)

{

Store (Package (0x0A)

{

"built-in",

Buffer (One)

{

0x01

},

"codec-id",

Buffer (0x04)

{

0x56, 0x3B, 0xEC, 0x10

},

"layout-id",

Buffer (0x04)

{

0x0C, 0x00, 0x00, 0x00

},

"device-type",

Buffer (0x11)

{

"Conexant CX20585"

},

"PinConfigurations",

Buffer (0x28)

{

/* 0000 */ 0xF0, 0x40, 0x21, 0x04, 0x10, 0x01, 0xA3, 0x99,

/* 0008 */ 0x20, 0x50, 0xA1, 0x04, 0x30, 0x01, 0x01, 0x70,

/* 0010 */ 0x40, 0x01, 0x01, 0x70, 0x50, 0x01, 0x01, 0x70,

/* 0018 */ 0x60, 0x01, 0x13, 0x99, 0x70, 0x01, 0x01, 0x70,

/* 0020 */ 0x80, 0x01, 0x01, 0x70, 0x90, 0x01, 0x01, 0x70

}

conexant 20585 use the kext with dsdt.aml applique this patch

Not a desktop. Moved to laptop support.


ACPI patching guide is linked from the FAQ.
http://www.tonymacx86.com/el-capita...faq-read-first-laptop-frequent-questions.html
 
Status
Not open for further replies.
Back
Top