Jump to content

PS2 keyboard


magarcan
 Share

9 posts in this topic

Recommended Posts

I'm using Sierra 10.12.6 on my laptop.

 

The fact is that I am having problems with voodoops2controller.kext (last version).  Some times it works and other times that it does not. I haven't been able to find out why sometimes it works and other times it doesn't.

Needless to say I installed it following the instructions of https://github.com/RehabMan/OS-X-Voodoo ... to-Install

 

Until I'm able to solve it I can't move forward and even though I've searched the Internet I haven't found anyone with similar problems.

 

 

PD: I've uploaded my EFI folder just in caseyou find it useful. 

EFI.zip

Link to comment
Share on other sites

Quote

Discussion of commercial spin-offs of the OSx86 scene is allowed if it’s to understand their existence, but no discussion of how to use them, nor any support for these commercial spin-offs are allowed as they are not in the spirit of the OSx86 scene. Example of commercial spin-off: tonymacx86.

 

  • Like 1
Link to comment
Share on other sites

4 hours ago, styrian said:

That's the one I'm using.

 

My laptop specs:

ACER PREDATOR G3-572
i7-7700HQ
Intel HD 630
NVIDIA GTX 1060
Qualcom Atheros QCA61x4A
Intel 100 Series/C230 SATA AHCI
Standard PS / 2 keyboard (ACPI\VEN_MSFT&DEV_0001)
Synaptics HID Device (HID\VEN_SYNA&DEV_7DB5&Col04)
HID I2C Device (ACPI\VEN_SYNA&DEV_7DB5)
Realtek High Definition Audio Device (INTELAUDIO\FUNC_01&VEN_10EC&DEV_0255&SUBSYS_1025118A&REV_1000\4&168E264&0&0001)

Edited by magarcan
Link to comment
Share on other sites

Edit you clover config to inject the kexts not detect    


 

<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Detect</string>

change to 

    

<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Inject</string>

 

Link to comment
Share on other sites

16 minutes ago, bronxteck said:

Edit you clover config to inject the kexts not detect    


 


<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Detect</string>

change to 

    


<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Inject</string>

 

Tried that. Nothing has changed.

Link to comment
Share on other sites

After have been playing for a while I've found that the problem is related with AppleHDA. After removing it, keyboard works well.

 

As I've removed AppleHDA I've tried with VoodooHDA but I've had tons of problems. Everybody surest use AppleHDA instead.

 

Any idea?

Link to comment
Share on other sites

 Share

×
×
  • Create New...