Jump to content
Mirone

AppleHDA

Recommended Posts

@overclockthesun

I made some modifications to these applehda

change its layout to 10 (0x0A) in the patch HDEF

your DSDT.

http://www.sendspace.com/file/x0jpeb

 

You mean like this?

 

Device (HDEF)
       {
           Name (_ADR, 0x001B0000)
           Method (_DSM, 4, NotSerialized)
               {
                   Store (Package (0x06)
                       {
                           "hda-gfx", 
                           Buffer (0x0A)
                           {
                               "onboard-1"
                           }, 
                           "layout-id",  
                           Buffer (0x04)
                           {
                               0x0C, 0x00, 0x00, 0x00  ----------  [color=#FF0000] [change0x0C to 0x0A right][/color]
                           }, 
                           "PinConfigurations", 
                           Buffer (Zero) {}
                       }, Local0)
                   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                   Return (Local0)
               }

Lenovo Ideapad 110 15ISK

i3 6006U 

Skylake Intel hd 520 graphics.

4gb ram

128 gb ssd - windows 10

128gb ssd - OSX mojave WIP

Link to comment
Share on other sites

@Mirone,


Hi, I tried out hte kexts and here is the result.


Applehda.kext ...works but only with Layout id changed to (0x0A). However, only internal speakers have sound and it ignores all other jacks.... no other input or outputs.


Applehda1.kext, 2 ..... no sound.


Applehda.kext3 and kext4 ...kernel panic.



Ok here is the fun part which is why I was late in replying. I get full audio with your kext in which I modified the node id to 15... But, it will only work if I use the AppleSNBGraphics.kext from here.... It was modified following Bcc9's guide by another user..... the bummer of course is that if I use that kext, I lose QE/CI on my machine.


here is the link http://www.insanelymac.com/forum/topic/282045-hd3000-full-acceleration-for-108/


http://www.insanelymac.com/forum/index.php?app=core&module=attach&section=attach&attach_id=115373

Lenovo Ideapad 110 15ISK

i3 6006U 

Skylake Intel hd 520 graphics.

4gb ram

128 gb ssd - windows 10

128gb ssd - OSX mojave WIP

Link to comment
Share on other sites

@Mirone,


Hi, I tried out hte kexts and here is the result.


Applehda.kext ...works but only with Layout id changed to (0x0A). However, only internal speakers have sound and it ignores all other jacks.... no other input or outputs.


Applehda1.kext, 2 ..... no sound.


Applehda.kext3 and kext4 ...kernel panic.



Ok here is the fun part which is why I was late in replying. I get full audio with your kext in which I modified the node id to 15... But, it will only work if I use the AppleSNBGraphics.kext from here.... It was modified following Bcc9's guide by another user..... the bummer of course is that if I use that kext, I lose QE/CI on my machine.


here is the link http://www.insanelymac.com/forum/topic/282045-hd3000-full-acceleration-for-108/


http://www.insanelymac.com/forum/index.php?app=core&module=attach&section=attach&attach_id=115373

had already heard of this kext editing.

you need to know oq changed it so that the sound works.

btn_donate_SM.gif
Link to comment
Share on other sites

@overclockthesun

please send me a copy of your ioreg and along your dsdt

kext and it is working for you have a hunch of what might be.

 

No problem, will send it soon. Its 12.30am here...so I will attach everything tomorrow. :)


Oh and, I was playing around with this stuff and ended up using multishit again. IT seems, selecting the USB rollback causes kextcache creation to break. I had to rollback usbattachedscsi.kext too. Now I can't boot in. :cry: except for safe mode. Will fix it tomorrow. Hope this works out for us. Still searching for an Atheros 9285 for probook series. You won't believe what a pain hp spare part guys here in my country are.

Lenovo Ideapad 110 15ISK

i3 6006U 

Skylake Intel hd 520 graphics.

4gb ram

128 gb ssd - windows 10

128gb ssd - OSX mojave WIP

Link to comment
Share on other sites

@overclockthesun

please send me a copy of your ioreg and along your dsdt

kext and it is working for you have a hunch of what might be.

 


@Mirone.


Hi, sorry for the late reply. Was fiddling with Clover. Here is the link for all my files.http://www.sendspace.com/file/kd0cmf


Now I am no expert at DSDT editing, so its the bare minimum I can get. I have brightness fix working but only [Fn+Shift(pause)] works to increase brightness ...no decrease :lol:


Ok, I accidentally did something so had to roll back quite a few of my kexts from original 10.8. Now, it seems the audio just worked simply by changing the nodes. I didn't need the snb.kext from the other link. Lucky me? I don't know. but till around 20 mins ago I had no audio! weird.


I would like to report however that with Clover efi.... I get complete audio only with the edited node id. Don't know why, but I had only set kext injection as yes for HDA and added the AppleSNB fix from here http://www.insanelymac.com/forum/topic/282787-clover-v2-instructions/

Also here is a screenshot of my Midi setup .... the Input just shows Default. I have no idea if input is owrking except for the internal mic .Line In = ??

1891069964_Screenshot2013-02-01at11_59_20PM.png.4a072446717963885dc52fd379f23e3e.png

Lenovo Ideapad 110 15ISK

i3 6006U 

Skylake Intel hd 520 graphics.

4gb ram

128 gb ssd - windows 10

128gb ssd - OSX mojave WIP

Link to comment
Share on other sites



@Mirone.


Hi, sorry for the late reply. Was fiddling with Clover. Here is the link for all my files.http://www.sendspace.com/file/kd0cmf


Now I am no expert at DSDT editing, so its the bare minimum I can get. I have brightness fix working but only [Fn+Shift(pause)] works to increase brightness ...no decrease :lol:


Ok, I accidentally did something so had to roll back quite a few of my kexts from original 10.8. Now, it seems the audio just worked simply by changing the nodes. I didn't need the snb.kext from the other link. Lucky me? I don't know. but till around 20 mins ago I had no audio! weird.


I would like to report however that with Clover efi.... I get complete audio only with the edited node id. Don't know why, but I had only set kext injection as yes for HDA and added the AppleSNB fix from here http://www.insanelymac.com/forum/topic/282787-clover-v2-instructions/

Also here is a screenshot of my Midi setup .... the Input just shows Default. I have no idea if input is owrking except for the internal mic .Line In = ??

[attachment=0]Screenshot 2013-02-01 at 11.59.20 PM.png[/attachment]

hello

I just fix the Applehda to the ML version 10.8.2.

Also fix your DSDT.aml.

other files not touched them.

test and let me know if it worked.

http://www.sendspace.com/file/ht1plf

btn_donate_SM.gif
Link to comment
Share on other sites

Olá Mirone, tudo bem?


Eu arrematei um Notebook usado da Toshiba no ebay, com Core i5 430m, video Nvidia GT 330 e tela de 18.4...tem uma configuraçao legalzinha para um hack! Fiz uma pré instalaçao do Lion para teste e instalou de boa..


Ele funciona com o high definition audio padrao do windows e o driver da toshiba é da conexant...será que dá para adaptar os parametros dele para o apple HDA?

 

note.JPG.622d8e6f7ac758c6aefa68e1859d2454.JPG

 

Eu estou enviado a DSDT (extrai pelo Everest) e o codec dump para voce analisar...agradeço!

TOSHIBA SATELITE P500.zip

ASUS P6X58D-E/12GB/i7-960 8MB 3.20GHz/NVIDIA GTX 650/WINDOWS 10/YOSEMITE

X87-DELL-16GB-DDR3-1600MHZ/XEON E3-1220v3 8MB/NVIDIA GTX1050/WINDOWS 10/XUBUNTU/OSX-SIERRA

Link to comment
Share on other sites

Olá Mirone, tudo bem?


Eu arrematei um Notebook usado da Toshiba no ebay, com Core i5 430m, video Nvidia GT 330 e tela de 18.4...tem uma configuraçao legalzinha para um hack! Fiz uma pré instalaçao do Lion para teste e instalou de boa..


Ele funciona com o high definition audio padrao do windows e o driver da toshiba é da conexant...será que dá para adaptar os parametros dele para o apple HDA?

 

[attachment=1]note.JPG[/attachment]

 

Eu estou enviado a DSDT (extrai pelo Everest) e o codec dump para voce analisar...agradeço!

Editei tanto seu DSDT.aml quanto a AppleHDA teste e deixe-me saber se trabalhou para você

http://www.sendspace.com/file/0q23yq

btn_donate_SM.gif
Link to comment
Share on other sites

correct two errors and warnings.

 

Ok, I installed everything. So far so good.... sound works no problem.... graphics also works with full QE/CI.... I think its because I accidentally over wrote those kexts from 10.8.0. However, previously with sound working after I modified the kext, I got "sound assertion in line 17274", and now it is "sound assertion in line 17351"


However, the result is the same. Internal mic works but I have no idea about Line In. I doubt it works.

Lenovo Ideapad 110 15ISK

i3 6006U 

Skylake Intel hd 520 graphics.

4gb ram

128 gb ssd - windows 10

128gb ssd - OSX mojave WIP

Link to comment
Share on other sites


Ok, I installed everything. So far so good.... sound works no problem.... graphics also works with full QE/CI.... I think its because I accidentally over wrote those kexts from 10.8.0. However, previously with sound working after I modified the kext, I got "sound assertion in line 17274", and now it is "sound assertion in line 17351"


However, the result is the same. Internal mic works but I have no idea about Line In. I doubt it works.

output sound ... only testing these statements sound can be

HDMi because of the sound .. but if it works do not have to bother with that.

btn_donate_SM.gif
Link to comment
Share on other sites

Ok, I installed everything. So far so good.... sound works no problem.... graphics also works with full QE/CI.... I think its because I accidentally over wrote those kexts from 10.8.0. However, previously with sound working after I modified the kext, I got "sound assertion in line 17274", and now it is "sound assertion in line 17351"


However, the result is the same. Internal mic works but I have no idea about Line In. I doubt it works.


output sound ... only testing these statements sound can be

HDMi because of the sound .. but if it works do not have to bother with that.


ok, I didnt quite understand it but I thinke you mean that output sound is what we should be checking right? Output is working completely now. HDMI I will have to check will connect to TV today and see :) At present most of the stuff seems ok. will post back after testing.


PS: Whenever I open my DSDT.aml I always get those same errors which you must have encountered. But if I open the .dSl file, its not there. Only with .aml file. Weird.

Lenovo Ideapad 110 15ISK

i3 6006U 

Skylake Intel hd 520 graphics.

4gb ram

128 gb ssd - windows 10

128gb ssd - OSX mojave WIP

Link to comment
Share on other sites

Olá Mirone.

Tentei seguir este seu tutorial:

http://Olarila.com/forum/viewtopic.php?f=3&t=2168


Infelizmente eu me enrolei na etapa da edição do Platform.xml.

Meu Mac OS X é o Lion 10.7.5.

Meu dispositivo de audio é um ALC 268.


Como você ofereceu fazer a correção da AppleHDA no primeiro post, estou mandando em anexo minha DSDT, a AppleHDA original e sem alterações do Lion 10.7.5 e o meu codec dump extraído pelo linux.


Grato desde já.


http://www.4shared.com/zip/Se4RmQFX/Edicao_AppleHDA.html

Link to comment
Share on other sites

Olá Mirone.

Tentei seguir este seu tutorial:

http://Olarila.com/forum/viewtopic.php?f=3&t=2168


Infelizmente eu me enrolei na etapa da edição do Platform.xml.

Meu Mac OS X é o Lion 10.7.5.

Meu dispositivo de audio é um ALC 268.


Como você ofereceu fazer a correção da AppleHDA no primeiro post, estou mandando em anexo minha DSDT, a AppleHDA original e sem alterações do Lion 10.7.5 e o meu codec dump extraído pelo linux.


Grato desde já.


http://www.4shared.com/zip/Se4RmQFX/Edicao_AppleHDA.html

Tenta essa e me diga se trabalhou para você seu dsdt.aml tb esta junto.

http://www.sendspace.com/file/us3lpy

btn_donate_SM.gif
Link to comment
Share on other sites

Desculpa a demora do Feedback. O audio funcionou sim, contudo as saídas (fone de ouvido e microfone) não estão funcionando. Você poderia me dizer quais foram as alterações feitas na minha DSDT?


Grato pela atenção.

Agora não estou em casa assim que chegar eu faço as alterações e testamos o Mic e o fone.

btn_donate_SM.gif
Link to comment
Share on other sites

Editei tanto seu DSDT.aml quanto a AppleHDA teste e deixe-me saber se trabalhou para você

http://www.sendspace.com/file/0q23yq

 

Olá Mirone!


funcionou sim :lol:


Ficou perfeito...pode colocar para download! Já testei músicas e o microfone dá sinal de captação de audio! Não tentei gravar nada mas parece estar funcionando...o hack ainda está em desenvolvimento, notebook é algo meio chato :D


Atualizei para o 10.7.5 mas virou uma caca... depois então voltei para o 10.7.4 e vou deixar assim por enquanto...


Agradeço mais uma vez pelo seu trabalho que ajuda muito a nós por aquí!


obrigado

ASUS P6X58D-E/12GB/i7-960 8MB 3.20GHz/NVIDIA GTX 650/WINDOWS 10/YOSEMITE

X87-DELL-16GB-DDR3-1600MHZ/XEON E3-1220v3 8MB/NVIDIA GTX1050/WINDOWS 10/XUBUNTU/OSX-SIERRA

Link to comment
Share on other sites

Novamente Mirone, desculpe me pela demora na resposta. Estou viajando e está meio complicado o uso da internet. Essa kext que você me mandou está testada e aprovada com mic e fone funcionando.


Muito obrigado mesmo, tentei muito fazer sozinho mas não consegui.

Link to comment
Share on other sites

Hi, Mirone! How are you?


First of all, thanks for the first AppleHDA you patched for me: still works like a champ through all updates. Really a winner.


I got a new laptop, and again it has ALC269 (please see txt attached, from a VoodooHDA dump). Then i tried the kext+dsdt you made for me, and obviously they didn't work (but i had to try, hehehe). So i'm on square one with this notebook, an Asus 1201n (a gorgeous netbook for hackintoshing, by the way: dual core Atom, Ion graphics that give full QE/CI, only had to replace the stock wireless by a AR9285). I need your help again, if i'm not crossing the line asking it again. :D


I attached the codec dump, as said, and my dsdt. As you will see, the hardware is a little different, since it also has HDMI, thanks to the Ion system: is it possible to achieve audio through HDMI? It would be really awesome. Here's the files: dump and dsdt.zip

 

Thank you very much in advance, Mirone!

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...