Beiträge von mt-fr

    I removed bootflag and use inject 16 and

    PciRoot(0x0)/Pci(0x1f,0x3) = layout-id 10000000 in properties ,

    but I haven't sounds and microphone ! MacPeet

    internal speaker no ( doesn't in system list )

    Hedephone no ( doesn't in system list )

    Microphone no ( doesn't in system list )


    MR MacPeet , MR anonymous_writer made kext for manage all of PCI device can you editing it and add audio id .(


    SunrisePointHInjector.kext pluglns in it for pci device ) ( i'm using v of it with out layout-id and alc-layout-id , because it replace id of clover config)

    MacPeet hi . thank you .now HP and laptop only working and HP and laptop microphone doesn't working and in setting microphone name doesn't changed when I connected HP ( type only on Built-in and doesn't change to HP port) .

    I tried with id 16 and ssdt file changed to


    "layout-id",

    Buffer (0x04)

    {

    0x10, 0x00, 0x00, 0x00

    },




    my EFI Folder + IOR... file :

    Dateien

    • ID16.zip

      (707,27 kB, 156 Mal heruntergeladen, zuletzt: )
    • CLOVER.zip

      (8,47 MB, 141 Mal heruntergeladen, zuletzt: )

    Hi . Noir0SX  anonymous_writer

    al6042

    I test all of the Id for apple alc and 14 Id in boot agreement used and worked ! Very nice 👌 . But laptop microphone doesn't worked ( line in -headphone microphone working ).

    How can I fix microphone problem ?

    I have microphones in system list but doesn't working ☹️ .

    In voodoohda worked 😑 .

    mt-fr i followed this guide for patching AppleHDA.

    I have tested HDMI but the external monitor doesn't show up

    Hi . Thank you . Send massage in PV for developing this project .

    For using HDMI we are working for fixing it .

    For now removed DGPU SSDT and use HDMI without problem .

    for long time using battery check Activity Monitor app which app use power in background .....

    yes. touchpad now working 100000000% !!! with all of Mac OS gestures.

    fan working good you can't see it because for working fan need 40C . but now your cpu Temp is 30 to 40C !!!

    HD630 + 2GB ram is powerful for Mac OS you doesn't need Nvidia .

    I see sleeping work but you most use it !!! because when you use it gtx go to be turn on and use power .

    I don't test HDMI . need debug .

    but how do you install appleHDA ???

    now we are workin on FN keys .

    I don't now why booting long need debug ...

    ----------------------------------------------------------------------------------

    How do I know that my discrete graphic card is completely off ? My battery is still draining so fast.

    Furthermore, sleep is not working correctly

    I checked your IMg . your GTX is off . because I can see 2W using by cpu .

    I see sleeping work but you most use it !!! because when you use it gtx go to be turn on and use power .

    for long time using battery check Activity Monitor app which app use power in background .....

    Hi . I used kext and I made this hacks SSDT files but only media fn keys working . please check my file . thank you

    SSDT-ALSC.aml

    SSDT-ATK-KABY.aml

    SSDT-RALS.aml

    ------------------------------------------------------------------------------------------


    I'm using your latest Mojave clover, but battery wen out in 1.5-2 hours

    Otherwise, i apply appleHDA and seems like it's working great

    Is you Nvidia GPU fully working? Have you tested it?

    when do you use last clover file with out sleeping (when you are select sleep and wake up laptop form it GTX on and hack for turn off it doesn't work )- cpu is using 2W because in last v of clover file I fixed GTX off mode . now GTX is off for this laptop work 5 or 6 hours . check this item for cpu with intel cpu app.

    No . we can't use 1050M in Mac OS for this I turn off it !!! just use power with out working !!! ( I didn't under volt !!)

    but how do you install appleHDA kext and use it ???

    thank you

    we are fixed battery life for 5 or 6 hours !!! and FN keys but brightness + sleeping + airplane mode + ... keys doesn't work only audio FN keys work ... need working more and more

    **** keyboard backlight doesn't working because this laptop has aura keyboard and we haven't patch for control it !!!! ****


    anonymous_writer

    Can you help to fix FN keys + aura keyboard light ???

    I will try with only window 10 patch. anonymous_writer


    I only use voodooi2c kext in /CLOVER/kexts/Other .

    I can't understand this , what most I do now ?



    It is important that you completely remove the posted patch from your system. >>> # Allows I2C controllers and devices to be discovered by OS X

    +

    https://github.com/alexandred/…er/Windows/Windows_10.txt

    Please post again all DSDT.aml patches you have used to get the trackpad working. I try to create based on this patches a new SSDT-HACK.aml.

    this file :

    DSDT.aml


    -----------------

    I made with

    origin DSDT.aml and I patch it with

    # Patch to fix ELAN1200 _DSM method to make it work with VoodooI2C

    into method label _DSM parent_label TPD0 remove_entry;

    into device label TPD0 insert

    begin

    \n

    Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method ELAN1200 \n

    {\n

    If (LEqual (Arg0, HIDG))\n

    {\n

    Return (HIDD (Arg0, Arg1, Arg2, Arg3, HID2))\n

    }\n

    \n

    If (LEqual (Arg0, TP7G))\n

    {\n

    Return (TP7D (Arg0, Arg1, Arg2, Arg3, SBFB, SBFG))\n

    }\n

    \n

    Return (Buffer (One)\n

    {\n

    0x00 \n

    })\n

    }\n

    end;


    +

    # Windows 10 DSDT Patch for VoodooI2C

    # Allows I2C controllers and devices to be discovered by OS X.

    # Based off patches written by RehabMan

    into_all method code_regex If\s+\([\\]?_OSI\s+\(\"Windows\s2015\"\)\) replace_matched begin If(LOr(_OSI("Darwin"),_OSI("Windows 2015"))) end;