Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not handle 'AppleHIDKeyboard' driver now #2

Open
hanks opened this issue Mar 2, 2015 · 3 comments
Open

can not handle 'AppleHIDKeyboard' driver now #2

hanks opened this issue Mar 2, 2015 · 3 comments
Labels

Comments

@hanks
Copy link
Owner

hanks commented Mar 2, 2015

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.

@cirias
Copy link

cirias commented Mar 28, 2015

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

@advancedxy
Copy link
Contributor

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

@advancedxy
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants