Contribute
Register

Toshiba c45-asp4310fl Mavericks 10.9.4

Status
Not open for further replies.
Joined
Nov 17, 2010
Messages
60
Motherboard
Pavilion 17 e040us (10.14.6)
CPU
Intel Core i7-4710MQ
Graphics
Intel HD Graphics 4600 1536 MB
Hi everyone i have this laptop
2.39 GHz Intel Core i3
Intel HD Graphics 4000
4 GB 1600 MHz DDR3
Intel 7 Series
Ethernet AR8162
Wifi AR9565 (i know there is no way to make it work)

and according to the codec_dump.txt on linux
i have a Conexant CX20756
Vendor Id: 0x14f15114
Subsystem Id: 0x1179fa50
Revision Id: 0x100100

i tried a lot of methods to make the sound work, one with patched AppleHDA and also dsdt edit, but i think I'm doing something wrong is very late here so i better ask the experts thanks to anyone who can help, and also thanks to RehabMan to teach me before how to edit dsdt and ssdt. Thanks everybody.
 
Hi everyone i have this laptop
2.39 GHz Intel Core i3
Intel HD Graphics 4000
4 GB 1600 MHz DDR3
Intel 7 Series
Ethernet AR8162
Wifi AR9565 (i know there is no way to make it work)

and according to the codec_dump.txt on linux
i have a Conexant CX20756
Vendor Id: 0x14f15114
Subsystem Id: 0x1179fa50
Revision Id: 0x100100

i tried a lot of methods to make the sound work, one with patched AppleHDA and also dsdt edit, but i think I'm doing something wrong is very late here so i better ask the experts thanks to anyone who can help, and also thanks to RehabMan to teach me before how to edit dsdt and ssdt. Thanks everybody.

Audio: Best result with patched AppleHDA. Google 'patch AppleHDA guide'. Search for suitable AppleHDA or patch it yourself. Apply appropriate DSDT patches.

DSDT patches you need for AppleHDA: https://github.com/RehabMan/Laptop-DSDT-Patch
Apply: "Audio Layout 12" (change layout-id from 12 to the layout-id used by the patched AppleHDA)
Apply: "IRQ Fix"
 
There must be something that I'm doing wrong

i add this on the DSDT

Method (_DSM, 4, NotSerialized)
{
Store (Package (0x0c)
{
"built-in",
Buffer (One)
{
0x00
},
"layout-id",
Buffer (0x04)
{
0x03, 0x00, 0x00, 0x00
},
"PinConfigurations",
Buffer (0x00)
{
0x00
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}


i use layout 3 as it was explained i also add the DTGP
on DefinitionBlock ("./dsdt.aml", "DSDT", ......
{

Please i tried everything i must be doing something wrong i got everything working wifi *with another card, brightness control, sleep, but no the audio. Could anyone please help me. Thank You and have a nice day.
 

Attachments

  • AppleHDA-2.6.3f4 CX20756.zip
    1.4 MB · Views: 68
  • c45-asp4310fl Untouched DSDT.dsl.zip
    48.2 KB · Views: 65
There must be something that I'm doing wrong

i add this on the DSDT

Method (_DSM, 4, NotSerialized)
{
Store (Package (0x0c)
{
"built-in",
Buffer (One)
{
0x00
},
"layout-id",
Buffer (0x04)
{
0x03, 0x00, 0x00, 0x00
},
"PinConfigurations",
Buffer (0x00)
{
0x00
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}


i use layout 3 as it was explained i also add the DTGP
on DefinitionBlock ("./dsdt.aml", "DSDT", ......
{

Please i tried everything i must be doing something wrong i got everything working wifi *with another card, brightness control, sleep, but no the audio. Could anyone please help me. Thank You and have a nice day.

_DSM method is coded incorrectly (package length is incorrect).

Use instructions in post #2.
 
Status
Not open for further replies.
Back
Top