Jump to content

Recommended Posts

Posted
hello

@mirone

legot28 wrote:


i install this from you http://www.sendspace.com/file/s236qr

and now sound is (internal speaker and headphone)

but the line input don't work , allways internal mic run when i put a external mic


i have some questions

why IOPCIClassmatch is 0x04020000&FFFE0000 and not 0x3b568086 in applehdacontroller info.plist (if i modify , not work)

why configdata is<01871c30 01871d90 01871ea1 01871f00 01971c20 01971d00 01971ea3 01971f90 01471c10 01471d00 01471e13 01471f90 02171c50 02171d40 02171e21 02171f00 01470c02 in AppleHDAHardwareConfigDriver.kext info.plist

because i can't see this 01470c02 in my verbs.txt of my dump ( i attach the result of my codecgraph)

if i delete sound not work

why is Layout 269 in layout12.xml and not layout 12 (if i modify there is no effect )

the node are the same of mine in platform.xml

thank you for your help

it very important that i understand how are the prob


recommend that you read my guide: viewtopic.php?f=18&t=2676

01470c02 the verb is to EAPD.

You may need small changes to your microphone works

make a reading guide and try.



ok now line in and ext mic is ok but i lost my sound after wake and why don't i have to use reducing noise option with internal mic


thank you

to fix the sound problem after sleep

use this kext: http://cl.ly/1I353b0I0N3h

for external mic is necessary to change the verbs: 01871ea1----> 01871e81

btn_donate_SM.gif
Posted

hello

ok now internal mic and ext mic are ok why don't i have to use reducing noise option with internal mic

and what is muteGPIO



kext to fix the sound problem after sleep solve the prob


thank you

Posted
Overclockthesun


what is your video card?

send me an untouchable DSDT.aml

along with their applehda + codec_dump

 

Here are the requested files. I keep getting slight screen tearing issues after 3-4 hours of uptime. I also have a ati 6490m card. am just playing around with bcc9's post to see if it can be recognised using clover. Until then I am using hd 3000.

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

Lenovo Ideapad 110 15ISK

i3 6006U 

Skylake Intel hd 520 graphics.

4gb ram

128 gb ssd - windows 10

128gb ssd - OSX mojave WIP

Posted

 

Here is my IOreg. In the meanwhile I will try the kext you have provided. At present I am using your 10.8.2 Applehda.kext without the SNB graphics kext. If I use the SNBgraphics kext, I lose audio and QE/CI.


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

Lenovo Ideapad 110 15ISK

i3 6006U 

Skylake Intel hd 520 graphics.

4gb ram

128 gb ssd - windows 10

128gb ssd - OSX mojave WIP

Posted

send me copy your ioreg.

Try this kext: http://www.osx86.net/view/3371-applehda.ketxt_for_idt_92hd81b1x5.html


Here is my IOreg. In the meanwhile I will try the kext you have provided. At present I am using your 10.8.2 Applehda.kext without the SNB graphics kext. If I use the SNBgraphics kext, I lose audio and QE/CI.


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

 

I tried that kext. It does not work

Lenovo Ideapad 110 15ISK

i3 6006U 

Skylake Intel hd 520 graphics.

4gb ram

128 gb ssd - windows 10

128gb ssd - OSX mojave WIP

Posted

@overclockthesun

Some time ago I wrote this guide,

Now you can try yourself :)

Grab a kext similar as your base and make the necessary adjustments.

all the best!

btn_donate_SM.gif
Posted
@overclockthesun

Some time ago I wrote this guide,

Now you can try yourself :)

Grab a kext similar as your base and make the necessary adjustments.

all the best!

 


Hi mirone, no problem, with our efforts I learnt a lot... especially the graphviz part. Please can you give me the link for your guide...I will try.


PS: I have managed to get my ATI 6490m EFI recognised in 10.8.3 following bcc9's method ... will be tweaking the hex parts in a day or two. But still no HDMI out :(


Your link would be appreciated.... thats the only problem I have...no HDMI audio or video out from laptop.

Lenovo Ideapad 110 15ISK

i3 6006U 

Skylake Intel hd 520 graphics.

4gb ram

128 gb ssd - windows 10

128gb ssd - OSX mojave WIP

Posted



Hi mirone, no problem, with our efforts I learnt a lot... especially the graphviz part. Please can you give me the link for your guide...I will try.


PS: I have managed to get my ATI 6490m EFI recognised in 10.8.3 following bcc9's method ... will be tweaking the hex parts in a day or two. But still no HDMI out :(


Your link would be appreciated.... thats the only problem I have...no HDMI audio or video out from laptop.

hello

The HDMI audio depends on other factors, such as edits to your dsdt.

another thing is if your card has a native codec for audio hdmi.

look here: http://Olarila.com/forum/viewtopic.php?f=28&t=2676

btn_donate_SM.gif
Posted

Se Alguém quiser que eu corrijo sua AppleHDA favor postar seu codec dump extraido pelo linux.

rodar esse script no terminal do Linux:

cd ~/Desktop && mkdir CodecDump && for c in /proc/asound/card*/codec#*; do f="${c/\/*card/card}"; cat "$c" > CodecDump/${f//\//-}.txt; done && zip -r CodecDump.zip CodecDump

 

I ask Ubuntu 12.10 is fine for the script thanks

I7 4770K - Z97-PRO Wifi (ac) - Intel HD4600

Posted
From the terminal: File or directory does not exist

What is wrong

Try This:

cd ~/Desktop && mkdir CodecDump && for c in /proc/asound/card*/codec#*; do f="${c/\/*card/card}"; cat "$c" > CodecDump/${f//\//-}.txt; done && zip -r CodecDump.zip CodecDump

btn_donate_SM.gif
Posted

From the terminal :

fabio@fabio-System-Product-Name:~$ cd ~/Desktop && mkdir CodecDump && for c in /proc/asound/card*/codec#*; do f="${c/\/*card/card}"; cat "$c" > CodecDump/${f//\//-}.txt; done && zip -r CodecDump.zip CodecDump

bash: cd: /home/fabio/Desktop: File o directory non esistente

fabio@fabio-System-Product-Name:~$


nothing, What can I try

I7 4770K - Z97-PRO Wifi (ac) - Intel HD4600

Posted

Try

mkdir CodecDump && for c in /proc/asound/card*/codec#*; do f="${c/\/*card/card}"; cat "$c" > CodecDump/${f//\//-}.txt; done && zip -r CodecDump.zip CodecDump

It will be created in your home folder instead of desktop.

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

hello

ok now internal mic and ext mic are ok why don't i have to use reducing noise option with internal mic

and what is muteGPIO



kext to fix the sound problem after sleep solve the prob


thank you

Posted (edited)

Try

Code:

mkdir CodecDump && for c in /proc/asound/card*/codec#*; do f="${c/\/*card/card}"; cat "$c" > CodecDump/${f//\//-}.txt; done && zip -r CodecDump.zip CodecDump


It will be created in your home folder instead of desktop.

 

thanks

Can check if it's okay

CodecDump.zip

Edited by Guest

I7 4770K - Z97-PRO Wifi (ac) - Intel HD4600

Posted
hello

The HDMI audio depends on other factors, such as edits to your dsdt.

another thing is if your card has a native codec for audio hdmi.

look here: http://Olarila.com/forum/viewtopic.php?f=28&t=2676

 

Thanks for the link Mirone. After we edited the previous node from 13 to 15 for dv6 series...my audio works just fine ...but HDMI video/audio just wont work. Any idea how I can get that to work?


Another thing that CodecverbsCheat file is missing ...link does not display ...that is one file I can't find anywhere. Can you please re-upload. Thanks for your help. :)

Lenovo Ideapad 110 15ISK

i3 6006U 

Skylake Intel hd 520 graphics.

4gb ram

128 gb ssd - windows 10

128gb ssd - OSX mojave WIP

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