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

Keyboard doesn't work on Macbook 2016-2017 #1

Closed
wizz777 opened this issue Feb 23, 2018 · 8 comments
Closed

Keyboard doesn't work on Macbook 2016-2017 #1

wizz777 opened this issue Feb 23, 2018 · 8 comments

Comments

@wizz777
Copy link

wizz777 commented Feb 23, 2018

After reboot on Linux don't work keyboard
MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)

@zhovner
Copy link
Owner

zhovner commented Feb 24, 2018

Thank you for your report. Will check this soon.

@zhovner
Copy link
Owner

zhovner commented Feb 24, 2018

Can you please connect USB keyboard and show me lspci -nn.
Photo will be enough.

@wizz777
Copy link
Author

wizz777 commented Feb 24, 2018

g3rse5lld34

@lalabuy948
Copy link

Same problem with keyboard. Model: MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)

@zhovner
Copy link
Owner

zhovner commented Feb 28, 2018

New macbook's have SPI keyboard that not supported officially in Linux.
Here the work-in-progress driver cb22/macbook12-spi-driver#49

I add this driver in testing build.
Try this one please: OneFileLinux_macbook-spi-keyboard-driver.zip

It will have small font size, ignore this issue.

@zhovner zhovner changed the title Don't work keyboard Keyboard doesn't work on Macbook 2016-2017 Feb 28, 2018
@lalabuy948
Copy link

lalabuy948 commented Feb 28, 2018 via email

@zhovner
Copy link
Owner

zhovner commented Feb 28, 2018

Okay. Now we need to figure out how to automatically check what version of macbook we have while boot. Because macbook12 2015 need different drivers set.

Script should do:

  1. Check if booting on macbook
  2. If macbook12 2015 — load one driver
  3. If macbook 2016-2017 — load another driver

@zhovner
Copy link
Owner

zhovner commented Mar 1, 2018

Done. New script /etc/init.d/macbook automatically check hardware version and loads necessary drivers. Also font size fixed.

Now you can change font size with command: fontsize 9

@zhovner zhovner closed this as completed Mar 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants