HHKBAssistant_for_mac icon indicating copy to clipboard operation
HHKBAssistant_for_mac copied to clipboard

can not handle 'AppleHIDKeyboard' driver now

Open hanks opened this issue 10 years ago • 3 comments

Now the specification of my macbook is below: OS X Yosemite version 10.10.2 MacBook Air (13-inch, Early 2014)

Use command kextstat | grep Keyboard to check the driver loaded for the keyboard. Mine is AppleHIDKeyboard.text, and not the AppleUSBTCKeyboard.kext(using the code).

And use command sudo kextunload /System/Library/Extensions/AppleHIDKeyboard.kext/ can disable internel keyboard, but use command sudo kextload /System/Library/Extensions/AppleHIDKeyboard.kext/can not enable it...the only way is to restart your mac now.

refer to: https://discussionsjapan.apple.com/thread/10142070?start=15&tstart=0 It seems only affect macbook air not macbook pro.

hanks avatar Mar 02 '15 02:03 hanks

I stuck in the same situation... By the way, after installing the HHKB official driver HHKBProMac201209.dmg, the process identityservicesd cost the 100% cpu usage. I've uninstalled it and still the same. Have you meet the problem? @hanks

cirias avatar Mar 28 '15 01:03 cirias

Any updates? I also ran into this problem...

advancedxy avatar May 14 '15 07:05 advancedxy

Hi, @hanks, I found I can disable internal keyboard on air using this tool https://pqrs.org/osx/karabiner/. It's open sourced on Github. Maybe you should check out to see how karabiner do to disable internal keyboard.

advancedxy avatar Jun 01 '15 14:06 advancedxy