Jump to content

alc269 does not work


Recommended Posts

Posted

 

Thank you so MUCH!!!!!!! The mic is working now. but I lost the up/down volume control. it's no longer workings. what should I look for?


Thanks again!!! i have tried everything out there and I couldn't figure it out. what was the issue if you don't mind?

Posted

Hello :)


Mavericks 10.9.1 on toshiba laptop here.


I used this code to patch my dsdt

 

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), 
, 15, 
PMES, 1
}

Method (_DSM, 4, NotSerialized)
{
Store (Package (0x16)
{
"AAPL,slot-name", 
Buffer (0x09)
{
"built-in"
}, 

"codec-id", 
Buffer (0x04)
{
0x69, 0x02, 0xEC, 0x10
}, 

"built-in", 
Buffer (One)
{
0x00
}, 

"name", 
Buffer (0x0F)
{
"Realtek ALC269"
}, 

"model", 
Buffer (0x10)
{
"Realtek ALC271X"
}, 

"device-type", 
Buffer (0x25)
{
"High Definition Audio Controller"
}, 

"layout-id", 
Buffer (0x04)
{
0x1C, 0x00, 0x00, 0x00
}, 

"device_type", 
Buffer (0x06)
{
"Sound"
}, 

"subsystem-vendor-id", 
Buffer (0x04)
{
0x86, 0x80, 0x00, 0x00
}, 

"hda-gfx", 
Buffer (0x0A)
{
"onboard-2"
}, 

"PinConfigurations", 
Buffer (Zero) {}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}

Method (_PRW, 0, NotSerialized)
{
Return (Package (0x02)
{
0x0D, 
0x05
})
}
}

 

and this kexts taken from osx86


http://www.osx86.net/files/file/34-applehda-alc269-for-mavericks/


Internal speakers works but not headphones and mic


even if audio work I got lot of errors about AppleHDAController, logs attached.


(there are lot of other errors but for now I just to want to make audio works)


So.. about the layout-id.. where can I change it? In the dsdt? If I understood right, IORegistryExplorer take the layout-id from the DSDT right?


And if I change the layout-id, what id I've to put? Compared with what?


Hope that somebody could help me to make audio totally works


Attachments:


IOReg: http://www.sendspace.com/file/dbbbe4

Report.htm: report file from AIDA64 with all my laptop specs:

Report.htm.zip

Boot log:

log.log.zip

DSDT:

DSDT.aml.zip

 

(I've tried to use Mirone DSDT in this post about 10.9


http://Olarila.com/forum/viewtopic.php?f=18&t=2734&start=20#p34263


but it doesn't work at all. I take only some parts of HDEF section of the DSDT attached there)

Posted

layout-id is applied to HDEF device inside _DSM method, in the DSDT. Check for the DSDT patches section: http://Olarila.com/forum/patches.php

You have to choose your layout-id according to the patched AppleHDA, this is the only thing to watch out. It varies on the taste of who made the patch. It could be 28 (1C), 12 (0C), 4, 1... Or even other numbers...


The kexts provided by Mirone always include a readme file telling you which layout-id to use.

Mavericks 10.9.2 Retail

When you ask for support, remember to tell the bootloader you use :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...