Manjaro 5.17.5-1 Keyboard stopped working
#3
I had this too. The solution was to rebuild the kernel module manually.
These are the steps that I made:

1. Clone kernel sources from https://github.com/megous/linux

2. copy kernel config
zcat /proc/config.gz > .config
then edit .config and replace line
# CONFIG_KEYBOARD_PINEPHONE is not set
with
CONFIG_KEYBOARD_PINEPHONE=m

3. run
make modules_prepare

4. edit include/generated/utsrelease.h to make sure it matches 'uname r' exactly. I had to add dash 1.

5. make the module and copy to correct location
make M=drivers/input/keyboard

xz drivers/input/keyboard/pinephone-keyboard.ko
sudo cp -f drivers/input/keyboard/pinephone-keyboard.ko.xz /usr/lib/modules/5.17.5-1-MANJARO-ARM/kernel/drivers/input/keyboard


6. run depmod and load the module, rerun mkinitcpio
depmod
modprobe pinephone-keyboard
mkinitcpio -P

There is a bug report for this at Manjaro:
https://gitlab.manjaro.org/manjaro-arm/p.../issues/17

After this you will likely have a mapping problem with the special characters under the numbers. See https://xnux.eu/log/#066
  Reply


Messages In This Thread
RE: Manjaro 5.17.5-1 Keyboard stopped working - by robocone - 05-07-2022, 04:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Back/World camera working after suspend DrYak 2 878 11-14-2023, 09:44 AM
Last Post: DrYak
  Arch SXMO Stopped Booting After A Megi Linux Update. mburns 0 465 11-07-2023, 09:52 AM
Last Post: mburns
  Manjaro Plasma unstable branch glitch mburns 2 1,065 06-21-2023, 08:03 AM
Last Post: mburns
  Manjaro as shipped & camera? hambonius 1 899 06-20-2023, 02:26 PM
Last Post: fxc
  Manjaro Phosh - Tiny Blue Indicator Light - Blinking ArchiMark 2 937 06-11-2023, 04:12 PM
Last Post: ArchiMark
  Is Manjaro Plasma stable for anyone? projectcato 120 53,639 04-18-2023, 08:26 PM
Last Post: mburns
  Netfilter not working on latest manjaro kernel robocone 1 1,190 12-29-2022, 09:11 PM
Last Post: robocone
  Battery meter slowly reducing under keyboard charger robocone 1 1,369 12-26-2022, 09:37 AM
Last Post: robocone
  root password for manjaro Pine pro explorer edition HK order? Piotr 1 1,457 12-02-2022, 02:45 PM
Last Post: fxc
  PinePhone Pro Manjaro Plasma Mobile Beta 13 & No Audio with Phone Calls X0X0X0X0X0 0 1,098 11-02-2022, 02:09 PM
Last Post: X0X0X0X0X0

Forum Jump:


Users browsing this thread: 2 Guest(s)