Contribute
Register

Lenovo Yoga 2 13" Yosemite

Status
Not open for further replies.
Ok sorry now works!!!
sorry but I made a lot of confusion but now everything ok
You're really kind
 
Now I miss only one thing and I'll have a hackintosh running at 100%.
I ask you just one last help


when I press F6 gives me 2 scancode:
e04e = 90 increases the brightness
e03e = 80 disables the trackpad (OK)
Practically when I press the trackpad is disability and increases the brightness simultaneously.


With which command from Custom PS2 can disable any of the features?

tnkx a lot
 
Now I miss only one thing and I'll have a hackintosh running at 100%.
I ask you just one last help


when I press F6 gives me 2 scancode:
e04e = 90 increases the brightness
e03e = 80 disables the trackpad (OK)
Practically when I press the trackpad is disability and increases the brightness simultaneously.


With which command from Custom PS2 can disable any of the features?

tnkx a lot

e04e is brightness up for Acer laptops.

You can disable the mapping with ACPI. For example.. an SSDT such as:
Code:
DefinitionBlock ("SSDT-KBD.aml", "SSDT", 1, "hack", "kbd", 0x00003000)
{
    External(_SB.PCI0.LPCB.PS2K, DeviceObj)
    Scope (_SB.PCI0.LPCB.PS2K)
    {
        Name(RMCF, Package()
        {
            "Keyboard", Package()
            {
                "Custom ADB Map", Package()
                {
                    Package(){},
                    "e04e=80", // disable Acer brightness mappping
                },
            },
        })
    }
}
//EOF
 
I created a dsdt with your patch, it renamed the file in SSDT-1 and copied to the EFI \ CLOVER \ ACPI \ patched and works perfectly
now I have to swap two keys
the \ key with < are reversed
with voodoops2 debugging is
\ 29 = 32
<2c = 6
add to swap the string <string>29=2c/<string>
<string>2c=29/<string>
it's correct?
 
I created a dsdt with your patch, it renamed the file in SSDT-1 and copied to the EFI \ CLOVER \ ACPI \ patched and works perfectly
now I have to swap two keys
the \ key with < are reversed
with voodoops2 debugging is
\ 29 = 32
<2c = 6
add to swap the string <string>29=2c/<string>
<string>2c=29/<string>
it's correct?

If the keys are reversed (including when using modifiers such as Shift), then that solution can work. But you should add the reversal strings to the SSDT. There is no XML there...

If you want only those characters reversed (eg. not when using modifiers such as Shift), then use a keylayout instead. Custom keylayouts can be created with Ukelele.
 
Hey, i Just installed osx on My Lenovo 2 13 and i cant get audio to work. Can u describe Me how u did it or send Me ur kext files and config dsdt
 
Hello,
I have a problem when I connect the laptop to HDMI.
In Mirror works fine but if I try to set the warning as extended or unplug the HDMI cable, the screen looks as in image
I look forward to your support
 

Attachments

  • IMG_20170224_165037.jpg
    IMG_20170224_165037.jpg
    4.1 MB · Views: 91
  • EFI.rar
    21.1 MB · Views: 82
Hello,
I have a problem when I connect the laptop to HDMI.
In Mirror works fine but if I try to set the warning as extended or unplug the HDMI cable, the screen looks as in image
I look forward to your support

Enable CSM/legacy boot in BIOS.
 
Status
Not open for further replies.
Back
Top