-
Notifications
You must be signed in to change notification settings - Fork 50
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
Touchpad does not work for MacbookPro 14,3 with Ubuntu 20.04 #45
Comments
Sorry for the slow reply. If the keyboard is working, then all the right drivers are loaded, so that's not the issue. Instead, I suspect there's a problem initializing the touchpad. First of all, were there any errors in the kernel log? ( Second, I recently fixed another timing issue that came to my attention, and that fix is in the repo here but not yet upstreamed (need to do that soon). So can you try building a dkms module from the latest code here and see if that fixes the issue? |
Thanks for replying. You are doing amazing work here to support Linux on Mac platform. I have an older MacBookPro that runs Ubuntu without any hiccups. But the new ones are real trouble. There were plenty of errors/warnings in kernel log. It was more like corrupted message for applespi. I can reinstall the machine with 20.04 and provide the exact messages. I will also try the latest code from the repository and update you on the status. |
@roadrunner2 I installed Ubuntu 20.04 again on my Macbook Pro and installed the latest driver from the repository. And wow, my Touchpad now works again :) Thank you! Initially the Touchpad was not working. And the dmesg errors were,
After installing the new driver the dmesg showed,
|
I have tried Ubuntu 19.10 on the MacbookPro-14,3 model. Most of it worked out of the box, including the Touchpad and WiFi. Bluetooth and sound didn't work.
With Ubuntu 20.04 release, first I tried to upgrade, which failed with some errors. Then I tried reinstalling with 20.04. After installation, the Touchpad, Bluetooth, and sound didn't work. And the machine will freeze from time to time. The keyboard and WiFi worked without problems.
I checked the kernel drivers. 'applespi', 'spi_pxa2xx_platform', and 'intel_lpss_pci' were already loaded. With Ubuntu 19.10, with 'xinput --list', I could see the Touchpad listed, but for Ubuntu 20.04 the Touchpad was not listed.
Currently, I switched back to 19.10. Is there anything I can try further to get the machine working with Ubuntu 20.04? Or to provide any detailed logs?
The text was updated successfully, but these errors were encountered: