Jump to content
nmz1

alc269 does not work

Recommended Posts

:ugeek: Hello everybody, I'm here with the same issue the audio device doesn't work with Mavericks !0.9, I've tried many kexts and still no sound..


this is my computer http://www.siragon.com/ve/product_info.php?cPath=23&products_id=221


Works:

Video Intel HD 3000

Ethernet

Camera


Doesn't Work

Wifi

Audio ALC269


I need a big Help with this.....Please :D

DSDT.zip

Link to comment
Share on other sites

should I modify my DSDT? with this? or just apply AppleHDA file?


Method (_DSM, 4, NotSerialized)

{

Store (Package (0x0c)

{

"built-in",

Buffer (One)

{

0x00

},

"layout-id",

Buffer (0x04)

{

0x0C, 0x00, 0x00, 0x00

},

"PinConfigurations",

Buffer (0x00)

{

0x00

}

}, Local0)

DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))

Return (Local0)

}

Link to comment
Share on other sites

I am sorry, you shouldn't have replaced 0C with 01, my bad. 0C was correct for the kext Mirone provided, please retry it.

--

If it still doesn't work: from your codec dump some posts ago, you have an ALC271X. It has the same codec as ALC269 that's why Mirone sent you that kext, but anyway give this a try: http://www.insanelymac.com/forum/files/file/194-realtek-alc271x-applehda-audio/

The kext posted there requires your layout-id in DSDT to be changed to 1C.

--

Just to be sure, you have to take original AppleHDA.kext out of /System/Library/Extensions and then install the patched one.

Mavericks 10.9.2 Retail

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

Link to comment
Share on other sites

I am sorry, you shouldn't have replaced 0C with 01, my bad. 0C was correct for the kext Mirone provided, please retry it.

--

If it still doesn't work: from your codec dump some posts ago, you have an ALC271X. It has the same codec as ALC269 that's why Mirone sent you that kext, but anyway give this a try: http://www.insanelymac.com/forum/files/file/194-realtek-alc271x-applehda-audio/

The kext posted there requires your layout-id in DSDT to be changed to 1C.

--

Just to be sure, you have to take original AppleHDA.kext out of /System/Library/Extensions and then install the patched one.

 

271x is a step further. i got the sound working with up/down button volume control.

issues:

Recording on internal mic not working but I see it under system pref

Sounds is a little low (is there a way I can boost it?)


attached is my new DSDT


Thanks again!!!!

DSDT.new3.aml.zip

Link to comment
Share on other sites


271x is a step further. i got the sound working with up/down button volume control.

issues:

Recording on internal mic not working but I see it under system pref

Sounds is a little low (is there a way I can boost it?)


attached is my new DSDT


Thanks again!!!!

 

can someone help please!!!

Link to comment
Share on other sites

 

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?

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...