You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I upgraded, I've had no keyboard or touchpad.
I've installed the spi driver from the mbp15 branch which was working fine. I rebuilt it even though it shouldn't be necessary.
Although it was working on 5.4.8 I can't downgrade* to test to see if it's something else. The BCE driver is working as I have wifi and audio so I'm assuming the issue is the spi driver. Is there any way I can debug this? What steps can I take to work out what's not working?
There's nothing in dmesg to indicate an issue but if i run lsmod | grep apple this is all I get:
hid_apple is missing, as is apple_ibridge. Modprobing those modules makes no difference so I'm guessing it's something else that's missing?
*Long story: as I don't have the packages (unfortunately aunali's server always times out through pacman so the don't get cached).The only other version I have available is 5.3.5 and I can't build the BCE driver if I boot that kernel because GCC says "incompatible gcc/plugin versions"
The text was updated successfully, but these errors were encountered:
The MBP15,*'s do not use this driver for keyboard and trackpad, but instead use the BCE and standard USB keyboard/trackpad drivers. The mbp15 branch here is only for the touchbar and ALS (there's no SPI driver in that branch).
Closing this issue, as the problem you outline is already being discussed and tracked at Dunedan/mbp-2016-linux#71.
I'm using aunali's kernel from here: https://packages.aunali1.com/archlinux/mbp/x86_64/
Since I upgraded, I've had no keyboard or touchpad.
I've installed the spi driver from the mbp15 branch which was working fine. I rebuilt it even though it shouldn't be necessary.
Although it was working on 5.4.8 I can't downgrade* to test to see if it's something else. The BCE driver is working as I have wifi and audio so I'm assuming the issue is the spi driver. Is there any way I can debug this? What steps can I take to work out what's not working?
There's nothing in dmesg to indicate an issue but if i run
lsmod | grep apple
this is all I get:hid_apple
is missing, as isapple_ibridge
. Modprobing those modules makes no difference so I'm guessing it's something else that's missing?*Long story: as I don't have the packages (unfortunately aunali's server always times out through pacman so the don't get cached).The only other version I have available is 5.3.5 and I can't build the BCE driver if I boot that kernel because GCC says "incompatible gcc/plugin versions"
The text was updated successfully, but these errors were encountered: