Skip to content

PS/2 Keyboard Scan Codes no longer working in macOS 11+ #92

@vuxuanhungg

Description

@vuxuanhungg

Hi, I followed your guide to enable keyboard scan codes. I tried both methods, but Console.app does not show any relevant information when pressing any key.

From Rehabman's guide:

The first step is to determine if they are handled by PS2 or ACPI. With my driver, you can use 'ioio -s ApplePS2Keyboard LogScanCodes 1' to turn on the key logging to system.log. The ioio binary is available here: https://github.com/RehabMan/OS-X-ioio (please read the README for download locations). After turning on key logging, monitor system.log with Console.app to determine what PS2 codes (if any) are generated when you press your keys). If they generate PS2 codes, you can map them to backlight control by following the wiki: https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller/wiki/How-to-Use-Custom-Keyboard-Mapping.

I don't know if I miss anything for such a simple thing to work. I'm using OpenCore release version, and I've disabled all OpenCore debugging options in config.plist if that matters.

  • ioio: I grabbed it from here and put into usr/local/bin
    Screen Shot 2023-12-08 at 9 48 02 AM

  • VoodooPS2Keyboard's Info.plist:
    Screen Shot 2023-12-08 at 11 36 39 AM

  • Console:
    Screen Shot 2023-12-08 at 9 51 22 AM

system.log" seems to be static, as it does not show any keyboard event either.
Screen Shot 2023-12-08 at 11 38 55 AM

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationhelp wantedExtra attention is needed

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions