* atkbd input regression
@ 2023-08-07 5:19 José Ramón Muñoz Pekkarinen
2023-08-07 7:53 ` Linux regression tracking (Thorsten Leemhuis)
2023-08-08 1:41 ` Bagas Sanjaya
0 siblings, 2 replies; 8+ messages in thread
From: José Ramón Muñoz Pekkarinen @ 2023-08-07 5:19 UTC (permalink / raw)
To: linux-input; +Cc: dmitry.torokhov, gregkh
Sorry again, now in plaintext mode.
Hi,
I'd like to seek help or advise in a possible
regression that I detected on my system(a
Thinkpad L14 Gen 1) that concerns the atkbd
module. My OS is a gentoo, with self built
kernels, and a plasma desktop environment
using wayland. Up to the kernel 5.16.x my
builtin keyboard worked(and works still)
fine both in tty and the plasma session, but
from that kernel on, the keyboard works only
in tty, and no longer in the plasma session.
The input config section of my 5.16.17 kernel:
#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=m
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_INPUT_MATRIXKMAP is not set
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=m
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
# CONFIG_KEYBOARD_APPLESPI is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1050 is not set
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_DLINK_DIR685 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_GPIO is not set
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_MATRIX is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_CYPRESS_SF is not set
And the same for 6.4.7:
#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=m
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_INPUT_MATRIXKMAP is not set
CONFIG_INPUT_VIVALDIFMAP=y
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=m
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
# CONFIG_KEYBOARD_APPLESPI is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1050 is not set
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_DLINK_DIR685 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_GPIO is not set
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_MATRIX is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_PINEPHONE is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_CYPRESS_SF is not set
If I run evtest, the keyboard is detected, and I can
retrieve its events. From my kernel 6.4, this is an
example of it's output.
# evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0: AT Translated Set 2 keyboard
/dev/input/event1: Power Button
/dev/input/event10: SEM HCT Keyboard Consumer Control
/dev/input/event11: SEM HCT Keyboard System Control
/dev/input/event12: Logitech USB Optical Mouse
/dev/input/event2: Lid Switch
/dev/input/event3: Sleep Button
/dev/input/event4: Power Button
/dev/input/event5: Video Bus
/dev/input/event6: ThinkPad Extra Buttons
/dev/input/event7: SynPS/2 Synaptics TouchPad
/dev/input/event8: TPPS/2 Elan TrackPoint
/dev/input/event9: SEM HCT Keyboard
Select the device event number [0-12]: 0
Input driver version is 1.0.1
Input device ID: bus 0x11 vendor 0x1 product 0x1 version 0xab54
Input device name: "AT Translated Set 2 keyboard"
Supported events:
Event type 0 (EV_SYN)
Event type 1 (EV_KEY)
Event code 1 (KEY_ESC)
Event code 2 (KEY_1)
Event code 3 (KEY_2)
Event code 4 (KEY_3)
Event code 5 (KEY_4)
Event code 6 (KEY_5)
Event code 7 (KEY_6)
Event code 8 (KEY_7)
Event code 9 (KEY_8)
Event code 10 (KEY_9)
Event code 11 (KEY_0)
Event code 12 (KEY_MINUS)
Event code 13 (KEY_EQUAL)
Event code 14 (KEY_BACKSPACE)
Event code 15 (KEY_TAB)
Event code 16 (KEY_Q)
Event code 17 (KEY_W)
Event code 18 (KEY_E)
Event code 19 (KEY_R)
Event code 20 (KEY_T)
Event code 21 (KEY_Y)
Event code 22 (KEY_U)
Event code 23 (KEY_I)
Event code 24 (KEY_O)
Event code 25 (KEY_P)
Event code 26 (KEY_LEFTBRACE)
Event code 27 (KEY_RIGHTBRACE)
Event code 28 (KEY_ENTER)
Event code 29 (KEY_LEFTCTRL)
Event code 30 (KEY_A)
Event code 31 (KEY_S)
Event code 32 (KEY_D)
Event code 33 (KEY_F)
Event code 34 (KEY_G)
Event code 35 (KEY_H)
Event code 36 (KEY_J)
Event code 37 (KEY_K)
Event code 38 (KEY_L)
Event code 39 (KEY_SEMICOLON)
Event code 40 (KEY_APOSTROPHE)
Event code 41 (KEY_GRAVE)
Event code 42 (KEY_LEFTSHIFT)
Event code 43 (KEY_BACKSLASH)
Event code 44 (KEY_Z)
Event code 45 (KEY_X)
Event code 46 (KEY_C)
Event code 47 (KEY_V)
Event code 48 (KEY_B)
Event code 49 (KEY_N)
Event code 50 (KEY_M)
Event code 51 (KEY_COMMA)
Event code 52 (KEY_DOT)
Event code 53 (KEY_SLASH)
Event code 54 (KEY_RIGHTSHIFT)
Event code 55 (KEY_KPASTERISK)
Event code 56 (KEY_LEFTALT)
Event code 57 (KEY_SPACE)
Event code 58 (KEY_CAPSLOCK)
Event code 59 (KEY_F1)
Event code 60 (KEY_F2)
Event code 61 (KEY_F3)
Event code 62 (KEY_F4)
Event code 63 (KEY_F5)
Event code 64 (KEY_F6)
Event code 65 (KEY_F7)
Event code 66 (KEY_F8)
Event code 67 (KEY_F9)
Event code 68 (KEY_F10)
Event code 69 (KEY_NUMLOCK)
Event code 70 (KEY_SCROLLLOCK)
Event code 71 (KEY_KP7)
Event code 72 (KEY_KP8)
Event code 73 (KEY_KP9)
Event code 74 (KEY_KPMINUS)
Event code 75 (KEY_KP4)
Event code 76 (KEY_KP5)
Event code 77 (KEY_KP6)
Event code 78 (KEY_KPPLUS)
Event code 79 (KEY_KP1)
Event code 80 (KEY_KP2)
Event code 81 (KEY_KP3)
Event code 82 (KEY_KP0)
Event code 83 (KEY_KPDOT)
Event code 85 (KEY_ZENKAKUHANKAKU)
Event code 86 (KEY_102ND)
Event code 87 (KEY_F11)
Event code 88 (KEY_F12)
Event code 89 (KEY_RO)
Event code 90 (KEY_KATAKANA)
Event code 91 (KEY_HIRAGANA)
Event code 92 (KEY_HENKAN)
Event code 93 (KEY_KATAKANAHIRAGANA)
Event code 94 (KEY_MUHENKAN)
Event code 95 (KEY_KPJPCOMMA)
Event code 96 (KEY_KPENTER)
Event code 97 (KEY_RIGHTCTRL)
Event code 98 (KEY_KPSLASH)
Event code 99 (KEY_SYSRQ)
Event code 100 (KEY_RIGHTALT)
Event code 102 (KEY_HOME)
Event code 103 (KEY_UP)
Event code 104 (KEY_PAGEUP)
Event code 105 (KEY_LEFT)
Event code 106 (KEY_RIGHT)
Event code 107 (KEY_END)
Event code 108 (KEY_DOWN)
Event code 109 (KEY_PAGEDOWN)
Event code 110 (KEY_INSERT)
Event code 111 (KEY_DELETE)
Event code 112 (KEY_MACRO)
Event code 113 (KEY_MUTE)
Event code 114 (KEY_VOLUMEDOWN)
Event code 115 (KEY_VOLUMEUP)
Event code 116 (KEY_POWER)
Event code 117 (KEY_KPEQUAL)
Event code 118 (KEY_KPPLUSMINUS)
Event code 119 (KEY_PAUSE)
Event code 121 (KEY_KPCOMMA)
Event code 122 (KEY_HANGUEL)
Event code 123 (KEY_HANJA)
Event code 124 (KEY_YEN)
Event code 125 (KEY_LEFTMETA)
Event code 126 (KEY_RIGHTMETA)
Event code 127 (KEY_COMPOSE)
Event code 128 (KEY_STOP)
Event code 140 (KEY_CALC)
Event code 142 (KEY_SLEEP)
Event code 143 (KEY_WAKEUP)
Event code 155 (KEY_MAIL)
Event code 156 (KEY_BOOKMARKS)
Event code 157 (KEY_COMPUTER)
Event code 158 (KEY_BACK)
Event code 159 (KEY_FORWARD)
Event code 163 (KEY_NEXTSONG)
Event code 164 (KEY_PLAYPAUSE)
Event code 165 (KEY_PREVIOUSSONG)
Event code 166 (KEY_STOPCD)
Event code 172 (KEY_HOMEPAGE)
Event code 173 (KEY_REFRESH)
Event code 183 (KEY_F13)
Event code 184 (KEY_F14)
Event code 185 (KEY_F15)
Event code 217 (KEY_SEARCH)
Event code 226 (KEY_MEDIA)
Event type 4 (EV_MSC)
Event code 4 (MSC_SCAN)
Event type 17 (EV_LED)
Event code 0 (LED_NUML) state 0
Event code 1 (LED_CAPSL) state 0
Event code 2 (LED_SCROLLL) state 0
Key repeat handling:
Repeat type 20 (EV_REP)
Repeat code 0 (REP_DELAY)
Value 250
Repeat code 1 (REP_PERIOD)
Value 33
Properties:
Testing ... (interrupt to exit)
Event: time 1691384520.078772, type 4 (EV_MSC), code 4 (MSC_SCAN), value 10
Event: time 1691384520.078772, type 1 (EV_KEY), code 16 (KEY_Q), value 1
Event: time 1691384520.078772, -------------- SYN_REPORT ------------
Event: time 1691384520.157298, type 4 (EV_MSC), code 4 (MSC_SCAN), value 10
Event: time 1691384520.157298, type 1 (EV_KEY), code 16 (KEY_Q), value 0
Event: time 1691384520.157298, -------------- SYN_REPORT ------------
Event: time 1691384520.849991, type 4 (EV_MSC), code 4 (MSC_SCAN), value 11
Event: time 1691384520.849991, type 1 (EV_KEY), code 17 (KEY_W), value 1
Event: time 1691384520.849991, -------------- SYN_REPORT ------------
Event: time 1691384520.919630, type 4 (EV_MSC), code 4 (MSC_SCAN), value 11
Event: time 1691384520.919630, type 1 (EV_KEY), code 17 (KEY_W), value 0
Event: time 1691384520.919630, -------------- SYN_REPORT ------------
Event: time 1691384521.311986, type 4 (EV_MSC), code 4 (MSC_SCAN), value 12
Event: time 1691384521.311986, type 1 (EV_KEY), code 18 (KEY_E), value 1
Event: time 1691384521.311986, -------------- SYN_REPORT ------------
Event: time 1691384521.417578, type 4 (EV_MSC), code 4 (MSC_SCAN), value 12
Event: time 1691384521.417578, type 1 (EV_KEY), code 18 (KEY_E), value 0
Event: time 1691384521.417578, -------------- SYN_REPORT ------------
Event: time 1691384521.639505, type 4 (EV_MSC), code 4 (MSC_SCAN), value 13
Event: time 1691384521.639505, type 1 (EV_KEY), code 19 (KEY_R), value 1
Event: time 1691384521.639505, -------------- SYN_REPORT ------------
Event: time 1691384521.709170, type 4 (EV_MSC), code 4 (MSC_SCAN), value 13
Event: time 1691384521.709170, type 1 (EV_KEY), code 19 (KEY_R), value 0
Event: time 1691384521.709170, -------------- SYN_REPORT ------------
Event: time 1691384521.879657, type 4 (EV_MSC), code 4 (MSC_SCAN), value 14
Event: time 1691384521.879657, type 1 (EV_KEY), code 20 (KEY_T), value 1
Event: time 1691384521.879657, -------------- SYN_REPORT ------------
Event: time 1691384521.958384, type 4 (EV_MSC), code 4 (MSC_SCAN), value 14
Event: time 1691384521.958384, type 1 (EV_KEY), code 20 (KEY_T), value 0
Event: time 1691384521.958384, -------------- SYN_REPORT ------------
Event: time 1691384522.188556, type 4 (EV_MSC), code 4 (MSC_SCAN), value 15
Event: time 1691384522.188556, type 1 (EV_KEY), code 21 (KEY_Y), value 1
I have reported this time ago in libinput, and they
replied it might be a kernel problem, since booting
my kernel 5.16 makes it work correctly again anytime.
Could anyone please shed some light on this little
problem?
Best regards.
José Pekkarinen
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: atkbd input regression
2023-08-07 5:19 atkbd input regression José Ramón Muñoz Pekkarinen
@ 2023-08-07 7:53 ` Linux regression tracking (Thorsten Leemhuis)
2023-08-08 5:53 ` José Ramón Muñoz Pekkarinen
2023-08-08 1:41 ` Bagas Sanjaya
1 sibling, 1 reply; 8+ messages in thread
From: Linux regression tracking (Thorsten Leemhuis) @ 2023-08-07 7:53 UTC (permalink / raw)
To: José Ramón Muñoz Pekkarinen, linux-input
Cc: dmitry.torokhov, gregkh, Linux kernel regressions list
[CCing the regression list, as it should be in the loop for regressions:
https://docs.kernel.org/admin-guide/reporting-regressions.html]
Hi, Thorsten here, the Linux kernel's regression tracker.
On 07.08.23 07:19, José Ramón Muñoz Pekkarinen wrote:
> Sorry again, now in plaintext mode.
>
> Hi,
>
> I'd like to seek help or advise in a possible
> regression that I detected on my system(a
> Thinkpad L14 Gen 1) that concerns the atkbd
> module. My OS is a gentoo, with self built
> kernels, and a plasma desktop environment
> using wayland. Up to the kernel 5.16.x my
> builtin keyboard worked(and works still)
> fine both in tty and the plasma session, but
> from that kernel on, the keyboard works only
> in tty, and no longer in the plasma session.
Could you try bisecting this? A few howtos on the net describe what to
do. Be sure to use the configuration for your working 5.16 kernel for
any builds of newer versions (ideally put it <somewhere> and run "cp
<somewhere> .config; make oldconfig" every time before building a newer
kernel.
Ciao, Thorsten
> The input config section of my 5.16.17 kernel:
>
> #
> # Input device support
> #
> CONFIG_INPUT=y
> CONFIG_INPUT_LEDS=m
> # CONFIG_INPUT_FF_MEMLESS is not set
> # CONFIG_INPUT_SPARSEKMAP is not set
> # CONFIG_INPUT_MATRIXKMAP is not set
>
> #
> # Userland interfaces
> #
> CONFIG_INPUT_MOUSEDEV=m
> # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
> CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
> CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
> CONFIG_INPUT_JOYDEV=m
> CONFIG_INPUT_EVDEV=m
> # CONFIG_INPUT_EVBUG is not set
>
> #
> # Input Device Drivers
> #
> CONFIG_INPUT_KEYBOARD=y
> # CONFIG_KEYBOARD_ADP5588 is not set
> # CONFIG_KEYBOARD_ADP5589 is not set
> # CONFIG_KEYBOARD_APPLESPI is not set
> CONFIG_KEYBOARD_ATKBD=y
> # CONFIG_KEYBOARD_QT1050 is not set
> # CONFIG_KEYBOARD_QT1070 is not set
> # CONFIG_KEYBOARD_QT2160 is not set
> # CONFIG_KEYBOARD_DLINK_DIR685 is not set
> # CONFIG_KEYBOARD_LKKBD is not set
> # CONFIG_KEYBOARD_GPIO is not set
> # CONFIG_KEYBOARD_GPIO_POLLED is not set
> # CONFIG_KEYBOARD_TCA6416 is not set
> # CONFIG_KEYBOARD_TCA8418 is not set
> # CONFIG_KEYBOARD_MATRIX is not set
> # CONFIG_KEYBOARD_LM8323 is not set
> # CONFIG_KEYBOARD_LM8333 is not set
> # CONFIG_KEYBOARD_MAX7359 is not set
> # CONFIG_KEYBOARD_MCS is not set
> # CONFIG_KEYBOARD_MPR121 is not set
> # CONFIG_KEYBOARD_NEWTON is not set
> # CONFIG_KEYBOARD_OPENCORES is not set
> # CONFIG_KEYBOARD_SAMSUNG is not set
> # CONFIG_KEYBOARD_STOWAWAY is not set
> # CONFIG_KEYBOARD_SUNKBD is not set
> # CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
> # CONFIG_KEYBOARD_XTKBD is not set
> # CONFIG_KEYBOARD_CYPRESS_SF is not set
>
> And the same for 6.4.7:
>
> #
> # Input device support
> #
> CONFIG_INPUT=y
> CONFIG_INPUT_LEDS=m
> # CONFIG_INPUT_FF_MEMLESS is not set
> # CONFIG_INPUT_SPARSEKMAP is not set
> # CONFIG_INPUT_MATRIXKMAP is not set
> CONFIG_INPUT_VIVALDIFMAP=y
>
> #
> # Userland interfaces
> #
> CONFIG_INPUT_MOUSEDEV=m
> # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
> CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
> CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
> CONFIG_INPUT_JOYDEV=m
> CONFIG_INPUT_EVDEV=m
> # CONFIG_INPUT_EVBUG is not set
>
> #
> # Input Device Drivers
> #
> CONFIG_INPUT_KEYBOARD=y
> # CONFIG_KEYBOARD_ADP5588 is not set
> # CONFIG_KEYBOARD_ADP5589 is not set
> # CONFIG_KEYBOARD_APPLESPI is not set
> CONFIG_KEYBOARD_ATKBD=y
> # CONFIG_KEYBOARD_QT1050 is not set
> # CONFIG_KEYBOARD_QT1070 is not set
> # CONFIG_KEYBOARD_QT2160 is not set
> # CONFIG_KEYBOARD_DLINK_DIR685 is not set
> # CONFIG_KEYBOARD_LKKBD is not set
> # CONFIG_KEYBOARD_GPIO is not set
> # CONFIG_KEYBOARD_GPIO_POLLED is not set
> # CONFIG_KEYBOARD_TCA6416 is not set
> # CONFIG_KEYBOARD_TCA8418 is not set
> # CONFIG_KEYBOARD_MATRIX is not set
> # CONFIG_KEYBOARD_LM8323 is not set
> # CONFIG_KEYBOARD_LM8333 is not set
> # CONFIG_KEYBOARD_MAX7359 is not set
> # CONFIG_KEYBOARD_MCS is not set
> # CONFIG_KEYBOARD_MPR121 is not set
> # CONFIG_KEYBOARD_NEWTON is not set
> # CONFIG_KEYBOARD_OPENCORES is not set
> # CONFIG_KEYBOARD_PINEPHONE is not set
> # CONFIG_KEYBOARD_SAMSUNG is not set
> # CONFIG_KEYBOARD_STOWAWAY is not set
> # CONFIG_KEYBOARD_SUNKBD is not set
> # CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
> # CONFIG_KEYBOARD_XTKBD is not set
> # CONFIG_KEYBOARD_CYPRESS_SF is not set
>
> If I run evtest, the keyboard is detected, and I can
> retrieve its events. From my kernel 6.4, this is an
> example of it's output.
>
> # evtest
> No device specified, trying to scan all of /dev/input/event*
> Available devices:
> /dev/input/event0: AT Translated Set 2 keyboard
> /dev/input/event1: Power Button
> /dev/input/event10: SEM HCT Keyboard Consumer Control
> /dev/input/event11: SEM HCT Keyboard System Control
> /dev/input/event12: Logitech USB Optical Mouse
> /dev/input/event2: Lid Switch
> /dev/input/event3: Sleep Button
> /dev/input/event4: Power Button
> /dev/input/event5: Video Bus
> /dev/input/event6: ThinkPad Extra Buttons
> /dev/input/event7: SynPS/2 Synaptics TouchPad
> /dev/input/event8: TPPS/2 Elan TrackPoint
> /dev/input/event9: SEM HCT Keyboard
> Select the device event number [0-12]: 0
> Input driver version is 1.0.1
> Input device ID: bus 0x11 vendor 0x1 product 0x1 version 0xab54
> Input device name: "AT Translated Set 2 keyboard"
> Supported events:
> Event type 0 (EV_SYN)
> Event type 1 (EV_KEY)
> Event code 1 (KEY_ESC)
> Event code 2 (KEY_1)
> Event code 3 (KEY_2)
> Event code 4 (KEY_3)
> Event code 5 (KEY_4)
> Event code 6 (KEY_5)
> Event code 7 (KEY_6)
> Event code 8 (KEY_7)
> Event code 9 (KEY_8)
> Event code 10 (KEY_9)
> Event code 11 (KEY_0)
> Event code 12 (KEY_MINUS)
> Event code 13 (KEY_EQUAL)
> Event code 14 (KEY_BACKSPACE)
> Event code 15 (KEY_TAB)
> Event code 16 (KEY_Q)
> Event code 17 (KEY_W)
> Event code 18 (KEY_E)
> Event code 19 (KEY_R)
> Event code 20 (KEY_T)
> Event code 21 (KEY_Y)
> Event code 22 (KEY_U)
> Event code 23 (KEY_I)
> Event code 24 (KEY_O)
> Event code 25 (KEY_P)
> Event code 26 (KEY_LEFTBRACE)
> Event code 27 (KEY_RIGHTBRACE)
> Event code 28 (KEY_ENTER)
> Event code 29 (KEY_LEFTCTRL)
> Event code 30 (KEY_A)
> Event code 31 (KEY_S)
> Event code 32 (KEY_D)
> Event code 33 (KEY_F)
> Event code 34 (KEY_G)
> Event code 35 (KEY_H)
> Event code 36 (KEY_J)
> Event code 37 (KEY_K)
> Event code 38 (KEY_L)
> Event code 39 (KEY_SEMICOLON)
> Event code 40 (KEY_APOSTROPHE)
> Event code 41 (KEY_GRAVE)
> Event code 42 (KEY_LEFTSHIFT)
> Event code 43 (KEY_BACKSLASH)
> Event code 44 (KEY_Z)
> Event code 45 (KEY_X)
> Event code 46 (KEY_C)
> Event code 47 (KEY_V)
> Event code 48 (KEY_B)
> Event code 49 (KEY_N)
> Event code 50 (KEY_M)
> Event code 51 (KEY_COMMA)
> Event code 52 (KEY_DOT)
> Event code 53 (KEY_SLASH)
> Event code 54 (KEY_RIGHTSHIFT)
> Event code 55 (KEY_KPASTERISK)
> Event code 56 (KEY_LEFTALT)
> Event code 57 (KEY_SPACE)
> Event code 58 (KEY_CAPSLOCK)
> Event code 59 (KEY_F1)
> Event code 60 (KEY_F2)
> Event code 61 (KEY_F3)
> Event code 62 (KEY_F4)
> Event code 63 (KEY_F5)
> Event code 64 (KEY_F6)
> Event code 65 (KEY_F7)
> Event code 66 (KEY_F8)
> Event code 67 (KEY_F9)
> Event code 68 (KEY_F10)
> Event code 69 (KEY_NUMLOCK)
> Event code 70 (KEY_SCROLLLOCK)
> Event code 71 (KEY_KP7)
> Event code 72 (KEY_KP8)
> Event code 73 (KEY_KP9)
> Event code 74 (KEY_KPMINUS)
> Event code 75 (KEY_KP4)
> Event code 76 (KEY_KP5)
> Event code 77 (KEY_KP6)
> Event code 78 (KEY_KPPLUS)
> Event code 79 (KEY_KP1)
> Event code 80 (KEY_KP2)
> Event code 81 (KEY_KP3)
> Event code 82 (KEY_KP0)
> Event code 83 (KEY_KPDOT)
> Event code 85 (KEY_ZENKAKUHANKAKU)
> Event code 86 (KEY_102ND)
> Event code 87 (KEY_F11)
> Event code 88 (KEY_F12)
> Event code 89 (KEY_RO)
> Event code 90 (KEY_KATAKANA)
> Event code 91 (KEY_HIRAGANA)
> Event code 92 (KEY_HENKAN)
> Event code 93 (KEY_KATAKANAHIRAGANA)
> Event code 94 (KEY_MUHENKAN)
> Event code 95 (KEY_KPJPCOMMA)
> Event code 96 (KEY_KPENTER)
> Event code 97 (KEY_RIGHTCTRL)
> Event code 98 (KEY_KPSLASH)
> Event code 99 (KEY_SYSRQ)
> Event code 100 (KEY_RIGHTALT)
> Event code 102 (KEY_HOME)
> Event code 103 (KEY_UP)
> Event code 104 (KEY_PAGEUP)
> Event code 105 (KEY_LEFT)
> Event code 106 (KEY_RIGHT)
> Event code 107 (KEY_END)
> Event code 108 (KEY_DOWN)
> Event code 109 (KEY_PAGEDOWN)
> Event code 110 (KEY_INSERT)
> Event code 111 (KEY_DELETE)
> Event code 112 (KEY_MACRO)
> Event code 113 (KEY_MUTE)
> Event code 114 (KEY_VOLUMEDOWN)
> Event code 115 (KEY_VOLUMEUP)
> Event code 116 (KEY_POWER)
> Event code 117 (KEY_KPEQUAL)
> Event code 118 (KEY_KPPLUSMINUS)
> Event code 119 (KEY_PAUSE)
> Event code 121 (KEY_KPCOMMA)
> Event code 122 (KEY_HANGUEL)
> Event code 123 (KEY_HANJA)
> Event code 124 (KEY_YEN)
> Event code 125 (KEY_LEFTMETA)
> Event code 126 (KEY_RIGHTMETA)
> Event code 127 (KEY_COMPOSE)
> Event code 128 (KEY_STOP)
> Event code 140 (KEY_CALC)
> Event code 142 (KEY_SLEEP)
> Event code 143 (KEY_WAKEUP)
> Event code 155 (KEY_MAIL)
> Event code 156 (KEY_BOOKMARKS)
> Event code 157 (KEY_COMPUTER)
> Event code 158 (KEY_BACK)
> Event code 159 (KEY_FORWARD)
> Event code 163 (KEY_NEXTSONG)
> Event code 164 (KEY_PLAYPAUSE)
> Event code 165 (KEY_PREVIOUSSONG)
> Event code 166 (KEY_STOPCD)
> Event code 172 (KEY_HOMEPAGE)
> Event code 173 (KEY_REFRESH)
> Event code 183 (KEY_F13)
> Event code 184 (KEY_F14)
> Event code 185 (KEY_F15)
> Event code 217 (KEY_SEARCH)
> Event code 226 (KEY_MEDIA)
> Event type 4 (EV_MSC)
> Event code 4 (MSC_SCAN)
> Event type 17 (EV_LED)
> Event code 0 (LED_NUML) state 0
> Event code 1 (LED_CAPSL) state 0
> Event code 2 (LED_SCROLLL) state 0
> Key repeat handling:
> Repeat type 20 (EV_REP)
> Repeat code 0 (REP_DELAY)
> Value 250
> Repeat code 1 (REP_PERIOD)
> Value 33
> Properties:
> Testing ... (interrupt to exit)
> Event: time 1691384520.078772, type 4 (EV_MSC), code 4 (MSC_SCAN), value 10
> Event: time 1691384520.078772, type 1 (EV_KEY), code 16 (KEY_Q), value 1
> Event: time 1691384520.078772, -------------- SYN_REPORT ------------
> Event: time 1691384520.157298, type 4 (EV_MSC), code 4 (MSC_SCAN), value 10
> Event: time 1691384520.157298, type 1 (EV_KEY), code 16 (KEY_Q), value 0
> Event: time 1691384520.157298, -------------- SYN_REPORT ------------
> Event: time 1691384520.849991, type 4 (EV_MSC), code 4 (MSC_SCAN), value 11
> Event: time 1691384520.849991, type 1 (EV_KEY), code 17 (KEY_W), value 1
> Event: time 1691384520.849991, -------------- SYN_REPORT ------------
> Event: time 1691384520.919630, type 4 (EV_MSC), code 4 (MSC_SCAN), value 11
> Event: time 1691384520.919630, type 1 (EV_KEY), code 17 (KEY_W), value 0
> Event: time 1691384520.919630, -------------- SYN_REPORT ------------
> Event: time 1691384521.311986, type 4 (EV_MSC), code 4 (MSC_SCAN), value 12
> Event: time 1691384521.311986, type 1 (EV_KEY), code 18 (KEY_E), value 1
> Event: time 1691384521.311986, -------------- SYN_REPORT ------------
> Event: time 1691384521.417578, type 4 (EV_MSC), code 4 (MSC_SCAN), value 12
> Event: time 1691384521.417578, type 1 (EV_KEY), code 18 (KEY_E), value 0
> Event: time 1691384521.417578, -------------- SYN_REPORT ------------
> Event: time 1691384521.639505, type 4 (EV_MSC), code 4 (MSC_SCAN), value 13
> Event: time 1691384521.639505, type 1 (EV_KEY), code 19 (KEY_R), value 1
> Event: time 1691384521.639505, -------------- SYN_REPORT ------------
> Event: time 1691384521.709170, type 4 (EV_MSC), code 4 (MSC_SCAN), value 13
> Event: time 1691384521.709170, type 1 (EV_KEY), code 19 (KEY_R), value 0
> Event: time 1691384521.709170, -------------- SYN_REPORT ------------
> Event: time 1691384521.879657, type 4 (EV_MSC), code 4 (MSC_SCAN), value 14
> Event: time 1691384521.879657, type 1 (EV_KEY), code 20 (KEY_T), value 1
> Event: time 1691384521.879657, -------------- SYN_REPORT ------------
> Event: time 1691384521.958384, type 4 (EV_MSC), code 4 (MSC_SCAN), value 14
> Event: time 1691384521.958384, type 1 (EV_KEY), code 20 (KEY_T), value 0
> Event: time 1691384521.958384, -------------- SYN_REPORT ------------
> Event: time 1691384522.188556, type 4 (EV_MSC), code 4 (MSC_SCAN), value 15
> Event: time 1691384522.188556, type 1 (EV_KEY), code 21 (KEY_Y), value 1
>
> I have reported this time ago in libinput, and they
> replied it might be a kernel problem, since booting
> my kernel 5.16 makes it work correctly again anytime.
>
> Could anyone please shed some light on this little
> problem?
>
> Best regards.
>
> José Pekkarinen
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: atkbd input regression
2023-08-07 5:19 atkbd input regression José Ramón Muñoz Pekkarinen
2023-08-07 7:53 ` Linux regression tracking (Thorsten Leemhuis)
@ 2023-08-08 1:41 ` Bagas Sanjaya
[not found] ` <CANWZPgKAtbNRUy0pyL7Zf-S-zLeMkJZ7fSWpFO8__YG0_e2Zgw@mail.gmail.com>
1 sibling, 1 reply; 8+ messages in thread
From: Bagas Sanjaya @ 2023-08-08 1:41 UTC (permalink / raw)
To: José Ramón Muñoz Pekkarinen, linux-input,
Raul Rangel
Cc: dmitry.torokhov, gregkh, Linux Regressions
[-- Attachment #1: Type: text/plain, Size: 13592 bytes --]
On Mon, Aug 07, 2023 at 08:19:00AM +0300, José Ramón Muñoz Pekkarinen wrote:
> Sorry again, now in plaintext mode.
>
> Hi,
>
> I'd like to seek help or advise in a possible
> regression that I detected on my system(a
> Thinkpad L14 Gen 1) that concerns the atkbd
> module. My OS is a gentoo, with self built
> kernels, and a plasma desktop environment
> using wayland. Up to the kernel 5.16.x my
> builtin keyboard worked(and works still)
> fine both in tty and the plasma session, but
> from that kernel on, the keyboard works only
> in tty, and no longer in the plasma session.
>
> The input config section of my 5.16.17 kernel:
>
> #
> # Input device support
> #
> CONFIG_INPUT=y
> CONFIG_INPUT_LEDS=m
> # CONFIG_INPUT_FF_MEMLESS is not set
> # CONFIG_INPUT_SPARSEKMAP is not set
> # CONFIG_INPUT_MATRIXKMAP is not set
>
> #
> # Userland interfaces
> #
> CONFIG_INPUT_MOUSEDEV=m
> # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
> CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
> CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
> CONFIG_INPUT_JOYDEV=m
> CONFIG_INPUT_EVDEV=m
> # CONFIG_INPUT_EVBUG is not set
>
> #
> # Input Device Drivers
> #
> CONFIG_INPUT_KEYBOARD=y
> # CONFIG_KEYBOARD_ADP5588 is not set
> # CONFIG_KEYBOARD_ADP5589 is not set
> # CONFIG_KEYBOARD_APPLESPI is not set
> CONFIG_KEYBOARD_ATKBD=y
> # CONFIG_KEYBOARD_QT1050 is not set
> # CONFIG_KEYBOARD_QT1070 is not set
> # CONFIG_KEYBOARD_QT2160 is not set
> # CONFIG_KEYBOARD_DLINK_DIR685 is not set
> # CONFIG_KEYBOARD_LKKBD is not set
> # CONFIG_KEYBOARD_GPIO is not set
> # CONFIG_KEYBOARD_GPIO_POLLED is not set
> # CONFIG_KEYBOARD_TCA6416 is not set
> # CONFIG_KEYBOARD_TCA8418 is not set
> # CONFIG_KEYBOARD_MATRIX is not set
> # CONFIG_KEYBOARD_LM8323 is not set
> # CONFIG_KEYBOARD_LM8333 is not set
> # CONFIG_KEYBOARD_MAX7359 is not set
> # CONFIG_KEYBOARD_MCS is not set
> # CONFIG_KEYBOARD_MPR121 is not set
> # CONFIG_KEYBOARD_NEWTON is not set
> # CONFIG_KEYBOARD_OPENCORES is not set
> # CONFIG_KEYBOARD_SAMSUNG is not set
> # CONFIG_KEYBOARD_STOWAWAY is not set
> # CONFIG_KEYBOARD_SUNKBD is not set
> # CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
> # CONFIG_KEYBOARD_XTKBD is not set
> # CONFIG_KEYBOARD_CYPRESS_SF is not set
>
> And the same for 6.4.7:
>
> #
> # Input device support
> #
> CONFIG_INPUT=y
> CONFIG_INPUT_LEDS=m
> # CONFIG_INPUT_FF_MEMLESS is not set
> # CONFIG_INPUT_SPARSEKMAP is not set
> # CONFIG_INPUT_MATRIXKMAP is not set
> CONFIG_INPUT_VIVALDIFMAP=y
>
> #
> # Userland interfaces
> #
> CONFIG_INPUT_MOUSEDEV=m
> # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
> CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
> CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
> CONFIG_INPUT_JOYDEV=m
> CONFIG_INPUT_EVDEV=m
> # CONFIG_INPUT_EVBUG is not set
>
> #
> # Input Device Drivers
> #
> CONFIG_INPUT_KEYBOARD=y
> # CONFIG_KEYBOARD_ADP5588 is not set
> # CONFIG_KEYBOARD_ADP5589 is not set
> # CONFIG_KEYBOARD_APPLESPI is not set
> CONFIG_KEYBOARD_ATKBD=y
> # CONFIG_KEYBOARD_QT1050 is not set
> # CONFIG_KEYBOARD_QT1070 is not set
> # CONFIG_KEYBOARD_QT2160 is not set
> # CONFIG_KEYBOARD_DLINK_DIR685 is not set
> # CONFIG_KEYBOARD_LKKBD is not set
> # CONFIG_KEYBOARD_GPIO is not set
> # CONFIG_KEYBOARD_GPIO_POLLED is not set
> # CONFIG_KEYBOARD_TCA6416 is not set
> # CONFIG_KEYBOARD_TCA8418 is not set
> # CONFIG_KEYBOARD_MATRIX is not set
> # CONFIG_KEYBOARD_LM8323 is not set
> # CONFIG_KEYBOARD_LM8333 is not set
> # CONFIG_KEYBOARD_MAX7359 is not set
> # CONFIG_KEYBOARD_MCS is not set
> # CONFIG_KEYBOARD_MPR121 is not set
> # CONFIG_KEYBOARD_NEWTON is not set
> # CONFIG_KEYBOARD_OPENCORES is not set
> # CONFIG_KEYBOARD_PINEPHONE is not set
> # CONFIG_KEYBOARD_SAMSUNG is not set
> # CONFIG_KEYBOARD_STOWAWAY is not set
> # CONFIG_KEYBOARD_SUNKBD is not set
> # CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
> # CONFIG_KEYBOARD_XTKBD is not set
> # CONFIG_KEYBOARD_CYPRESS_SF is not set
>
> If I run evtest, the keyboard is detected, and I can
> retrieve its events. From my kernel 6.4, this is an
> example of it's output.
>
> # evtest
> No device specified, trying to scan all of /dev/input/event*
> Available devices:
> /dev/input/event0: AT Translated Set 2 keyboard
> /dev/input/event1: Power Button
> /dev/input/event10: SEM HCT Keyboard Consumer Control
> /dev/input/event11: SEM HCT Keyboard System Control
> /dev/input/event12: Logitech USB Optical Mouse
> /dev/input/event2: Lid Switch
> /dev/input/event3: Sleep Button
> /dev/input/event4: Power Button
> /dev/input/event5: Video Bus
> /dev/input/event6: ThinkPad Extra Buttons
> /dev/input/event7: SynPS/2 Synaptics TouchPad
> /dev/input/event8: TPPS/2 Elan TrackPoint
> /dev/input/event9: SEM HCT Keyboard
> Select the device event number [0-12]: 0
> Input driver version is 1.0.1
> Input device ID: bus 0x11 vendor 0x1 product 0x1 version 0xab54
> Input device name: "AT Translated Set 2 keyboard"
> Supported events:
> Event type 0 (EV_SYN)
> Event type 1 (EV_KEY)
> Event code 1 (KEY_ESC)
> Event code 2 (KEY_1)
> Event code 3 (KEY_2)
> Event code 4 (KEY_3)
> Event code 5 (KEY_4)
> Event code 6 (KEY_5)
> Event code 7 (KEY_6)
> Event code 8 (KEY_7)
> Event code 9 (KEY_8)
> Event code 10 (KEY_9)
> Event code 11 (KEY_0)
> Event code 12 (KEY_MINUS)
> Event code 13 (KEY_EQUAL)
> Event code 14 (KEY_BACKSPACE)
> Event code 15 (KEY_TAB)
> Event code 16 (KEY_Q)
> Event code 17 (KEY_W)
> Event code 18 (KEY_E)
> Event code 19 (KEY_R)
> Event code 20 (KEY_T)
> Event code 21 (KEY_Y)
> Event code 22 (KEY_U)
> Event code 23 (KEY_I)
> Event code 24 (KEY_O)
> Event code 25 (KEY_P)
> Event code 26 (KEY_LEFTBRACE)
> Event code 27 (KEY_RIGHTBRACE)
> Event code 28 (KEY_ENTER)
> Event code 29 (KEY_LEFTCTRL)
> Event code 30 (KEY_A)
> Event code 31 (KEY_S)
> Event code 32 (KEY_D)
> Event code 33 (KEY_F)
> Event code 34 (KEY_G)
> Event code 35 (KEY_H)
> Event code 36 (KEY_J)
> Event code 37 (KEY_K)
> Event code 38 (KEY_L)
> Event code 39 (KEY_SEMICOLON)
> Event code 40 (KEY_APOSTROPHE)
> Event code 41 (KEY_GRAVE)
> Event code 42 (KEY_LEFTSHIFT)
> Event code 43 (KEY_BACKSLASH)
> Event code 44 (KEY_Z)
> Event code 45 (KEY_X)
> Event code 46 (KEY_C)
> Event code 47 (KEY_V)
> Event code 48 (KEY_B)
> Event code 49 (KEY_N)
> Event code 50 (KEY_M)
> Event code 51 (KEY_COMMA)
> Event code 52 (KEY_DOT)
> Event code 53 (KEY_SLASH)
> Event code 54 (KEY_RIGHTSHIFT)
> Event code 55 (KEY_KPASTERISK)
> Event code 56 (KEY_LEFTALT)
> Event code 57 (KEY_SPACE)
> Event code 58 (KEY_CAPSLOCK)
> Event code 59 (KEY_F1)
> Event code 60 (KEY_F2)
> Event code 61 (KEY_F3)
> Event code 62 (KEY_F4)
> Event code 63 (KEY_F5)
> Event code 64 (KEY_F6)
> Event code 65 (KEY_F7)
> Event code 66 (KEY_F8)
> Event code 67 (KEY_F9)
> Event code 68 (KEY_F10)
> Event code 69 (KEY_NUMLOCK)
> Event code 70 (KEY_SCROLLLOCK)
> Event code 71 (KEY_KP7)
> Event code 72 (KEY_KP8)
> Event code 73 (KEY_KP9)
> Event code 74 (KEY_KPMINUS)
> Event code 75 (KEY_KP4)
> Event code 76 (KEY_KP5)
> Event code 77 (KEY_KP6)
> Event code 78 (KEY_KPPLUS)
> Event code 79 (KEY_KP1)
> Event code 80 (KEY_KP2)
> Event code 81 (KEY_KP3)
> Event code 82 (KEY_KP0)
> Event code 83 (KEY_KPDOT)
> Event code 85 (KEY_ZENKAKUHANKAKU)
> Event code 86 (KEY_102ND)
> Event code 87 (KEY_F11)
> Event code 88 (KEY_F12)
> Event code 89 (KEY_RO)
> Event code 90 (KEY_KATAKANA)
> Event code 91 (KEY_HIRAGANA)
> Event code 92 (KEY_HENKAN)
> Event code 93 (KEY_KATAKANAHIRAGANA)
> Event code 94 (KEY_MUHENKAN)
> Event code 95 (KEY_KPJPCOMMA)
> Event code 96 (KEY_KPENTER)
> Event code 97 (KEY_RIGHTCTRL)
> Event code 98 (KEY_KPSLASH)
> Event code 99 (KEY_SYSRQ)
> Event code 100 (KEY_RIGHTALT)
> Event code 102 (KEY_HOME)
> Event code 103 (KEY_UP)
> Event code 104 (KEY_PAGEUP)
> Event code 105 (KEY_LEFT)
> Event code 106 (KEY_RIGHT)
> Event code 107 (KEY_END)
> Event code 108 (KEY_DOWN)
> Event code 109 (KEY_PAGEDOWN)
> Event code 110 (KEY_INSERT)
> Event code 111 (KEY_DELETE)
> Event code 112 (KEY_MACRO)
> Event code 113 (KEY_MUTE)
> Event code 114 (KEY_VOLUMEDOWN)
> Event code 115 (KEY_VOLUMEUP)
> Event code 116 (KEY_POWER)
> Event code 117 (KEY_KPEQUAL)
> Event code 118 (KEY_KPPLUSMINUS)
> Event code 119 (KEY_PAUSE)
> Event code 121 (KEY_KPCOMMA)
> Event code 122 (KEY_HANGUEL)
> Event code 123 (KEY_HANJA)
> Event code 124 (KEY_YEN)
> Event code 125 (KEY_LEFTMETA)
> Event code 126 (KEY_RIGHTMETA)
> Event code 127 (KEY_COMPOSE)
> Event code 128 (KEY_STOP)
> Event code 140 (KEY_CALC)
> Event code 142 (KEY_SLEEP)
> Event code 143 (KEY_WAKEUP)
> Event code 155 (KEY_MAIL)
> Event code 156 (KEY_BOOKMARKS)
> Event code 157 (KEY_COMPUTER)
> Event code 158 (KEY_BACK)
> Event code 159 (KEY_FORWARD)
> Event code 163 (KEY_NEXTSONG)
> Event code 164 (KEY_PLAYPAUSE)
> Event code 165 (KEY_PREVIOUSSONG)
> Event code 166 (KEY_STOPCD)
> Event code 172 (KEY_HOMEPAGE)
> Event code 173 (KEY_REFRESH)
> Event code 183 (KEY_F13)
> Event code 184 (KEY_F14)
> Event code 185 (KEY_F15)
> Event code 217 (KEY_SEARCH)
> Event code 226 (KEY_MEDIA)
> Event type 4 (EV_MSC)
> Event code 4 (MSC_SCAN)
> Event type 17 (EV_LED)
> Event code 0 (LED_NUML) state 0
> Event code 1 (LED_CAPSL) state 0
> Event code 2 (LED_SCROLLL) state 0
> Key repeat handling:
> Repeat type 20 (EV_REP)
> Repeat code 0 (REP_DELAY)
> Value 250
> Repeat code 1 (REP_PERIOD)
> Value 33
> Properties:
> Testing ... (interrupt to exit)
> Event: time 1691384520.078772, type 4 (EV_MSC), code 4 (MSC_SCAN), value 10
> Event: time 1691384520.078772, type 1 (EV_KEY), code 16 (KEY_Q), value 1
> Event: time 1691384520.078772, -------------- SYN_REPORT ------------
> Event: time 1691384520.157298, type 4 (EV_MSC), code 4 (MSC_SCAN), value 10
> Event: time 1691384520.157298, type 1 (EV_KEY), code 16 (KEY_Q), value 0
> Event: time 1691384520.157298, -------------- SYN_REPORT ------------
> Event: time 1691384520.849991, type 4 (EV_MSC), code 4 (MSC_SCAN), value 11
> Event: time 1691384520.849991, type 1 (EV_KEY), code 17 (KEY_W), value 1
> Event: time 1691384520.849991, -------------- SYN_REPORT ------------
> Event: time 1691384520.919630, type 4 (EV_MSC), code 4 (MSC_SCAN), value 11
> Event: time 1691384520.919630, type 1 (EV_KEY), code 17 (KEY_W), value 0
> Event: time 1691384520.919630, -------------- SYN_REPORT ------------
> Event: time 1691384521.311986, type 4 (EV_MSC), code 4 (MSC_SCAN), value 12
> Event: time 1691384521.311986, type 1 (EV_KEY), code 18 (KEY_E), value 1
> Event: time 1691384521.311986, -------------- SYN_REPORT ------------
> Event: time 1691384521.417578, type 4 (EV_MSC), code 4 (MSC_SCAN), value 12
> Event: time 1691384521.417578, type 1 (EV_KEY), code 18 (KEY_E), value 0
> Event: time 1691384521.417578, -------------- SYN_REPORT ------------
> Event: time 1691384521.639505, type 4 (EV_MSC), code 4 (MSC_SCAN), value 13
> Event: time 1691384521.639505, type 1 (EV_KEY), code 19 (KEY_R), value 1
> Event: time 1691384521.639505, -------------- SYN_REPORT ------------
> Event: time 1691384521.709170, type 4 (EV_MSC), code 4 (MSC_SCAN), value 13
> Event: time 1691384521.709170, type 1 (EV_KEY), code 19 (KEY_R), value 0
> Event: time 1691384521.709170, -------------- SYN_REPORT ------------
> Event: time 1691384521.879657, type 4 (EV_MSC), code 4 (MSC_SCAN), value 14
> Event: time 1691384521.879657, type 1 (EV_KEY), code 20 (KEY_T), value 1
> Event: time 1691384521.879657, -------------- SYN_REPORT ------------
> Event: time 1691384521.958384, type 4 (EV_MSC), code 4 (MSC_SCAN), value 14
> Event: time 1691384521.958384, type 1 (EV_KEY), code 20 (KEY_T), value 0
> Event: time 1691384521.958384, -------------- SYN_REPORT ------------
> Event: time 1691384522.188556, type 4 (EV_MSC), code 4 (MSC_SCAN), value 15
> Event: time 1691384522.188556, type 1 (EV_KEY), code 21 (KEY_Y), value 1
>
> I have reported this time ago in libinput, and they
> replied it might be a kernel problem, since booting
> my kernel 5.16 makes it work correctly again anytime.
>
> Could anyone please shed some light on this little
> problem?
You also missed dmesg output (from both v5.16.y and v6.4.y).
Thorsten also asked you to bisect. Since you're on Gentoo, there is
a wiki article on this [1]. To narrow the bisection range, let me ask this
question: Does v6.1 kernel have this regression? What about v5.17? In any case,
the kernel documentation also have howto on building custom kernel with trimmed
config [2].
Anyway, I'm adding this regression to be tracked by regzbot:
#regzbot ^introduced: v5.16..v6.4
#regzbot title: Thinkpad L14 Gen 1 keyboard not working on Plasma session
Thanks.
[1]: https://wiki.gentoo.org/wiki/Kernel_git-bisect
[2]: https://www.kernel.org/doc/html/latest/admin-guide/quickly-build-trimmed-linux.html
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: atkbd input regression
2023-08-07 7:53 ` Linux regression tracking (Thorsten Leemhuis)
@ 2023-08-08 5:53 ` José Ramón Muñoz Pekkarinen
0 siblings, 0 replies; 8+ messages in thread
From: José Ramón Muñoz Pekkarinen @ 2023-08-08 5:53 UTC (permalink / raw)
To: Linux regressions mailing list; +Cc: linux-input, dmitry.torokhov, gregkh
On Mon, 7 Aug 2023 at 10:53, Linux regression tracking (Thorsten
Leemhuis) <regressions@leemhuis.info> wrote:
>
> [CCing the regression list, as it should be in the loop for regressions:
> https://docs.kernel.org/admin-guide/reporting-regressions.html]
>
> Hi, Thorsten here, the Linux kernel's regression tracker.
>
> On 07.08.23 07:19, José Ramón Muñoz Pekkarinen wrote:
> > Sorry again, now in plaintext mode.
> >
> > Hi,
> >
> > I'd like to seek help or advise in a possible
> > regression that I detected on my system(a
> > Thinkpad L14 Gen 1) that concerns the atkbd
> > module. My OS is a gentoo, with self built
> > kernels, and a plasma desktop environment
> > using wayland. Up to the kernel 5.16.x my
> > builtin keyboard worked(and works still)
> > fine both in tty and the plasma session, but
> > from that kernel on, the keyboard works only
> > in tty, and no longer in the plasma session.
>
> Could you try bisecting this? A few howtos on the net describe what to
> do. Be sure to use the configuration for your working 5.16 kernel for
> any builds of newer versions (ideally put it <somewhere> and run "cp
> <somewhere> .config; make oldconfig" every time before building a newer
> kernel.
I'm afraid I run into unexpected results, since rebuilding the
same version of the kernel that works resulted in a non working
keyboard for my kernel 5.16 also, and I needed to recover the
former build from some backup. This make me think the problem
could be somewhere else.
Thanks!
José
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: atkbd input regression
[not found] ` <CANWZPgLcHa2x-Rdy6Hma39p-6E6_5UGUamjPZkKYqz_q0yKJ2g@mail.gmail.com>
@ 2023-08-27 15:59 ` José Ramón Muñoz Pekkarinen
2023-08-28 8:53 ` José Ramón Muñoz Pekkarinen
0 siblings, 1 reply; 8+ messages in thread
From: José Ramón Muñoz Pekkarinen @ 2023-08-27 15:59 UTC (permalink / raw)
To: Raul Rangel; +Cc: linux-input, dmitry.torokhov, gregkh, Linux Regressions
On Sun, 27 Aug 2023 at 07:20, José Ramón Muñoz Pekkarinen
<koalinux@gmail.com> wrote:
>
> On Tue, 8 Aug 2023 at 18:01, Raul Rangel <rrangel@chromium.org> wrote:
> > From your 6.4 logs, it looks like your keyboard is enumerating correctly:
> > > i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU]
> > > at 0x60,0x64 irq 1,12
> > > serio: i8042 KBD port at 0x60,0x64 irq 1
> > > serio: i8042 AUX port at 0x60,0x64 irq 12
> > > input: AT Translated Set 2 keyboard as
> > > /devices/platform/i8042/serio0/input/input0
> >
> > You also said that evtest works correctly. I would try diffing your
> > plasma logs between kernel versions to see if that sheds any light.
> >
> > Raul
>
> Excuse the long wait, I've been investigating with the kde community
> and reading the code of libinput, systemd and the like, and I managed to
> find a difference that I'm not quite sure it is relevant to narrow the issue.
> While the keyboard is populated in the udev database as this:
>
> $ udevadm info -e
> P: /devices/platform/i8042/serio0/input/input0
> M: input0
> R: 0
> U: input
> E: DEVPATH=/devices/platform/i8042/serio0/input/input0
> E: SUBSYSTEM=input
> E: PRODUCT=11/1/1/ab54
> E: NAME="AT Translated Set 2 keyboard"
> E: PHYS="isa0060/serio0/input0"
> E: PROP=0
> E: EV=120013
> E: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
> E: MSC=10
> E: LED=7
> E: MODALIAS=input:b0011v0001p0001eAB54-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
>
> There is no longer a corresponding entry under /run/udev/data,
> the following is the output of the ls -la /run/udev/data on 6.4.12:
>
> total 116
> -rw-r--r--. 1 root root 129 Aug 27 08:53 +backlight:amdgpu_bl1
> -rw-r--r--. 1 root root 737 Aug 27 08:54 +input:input10
> -rw-r--r--. 1 root root 715 Aug 27 08:54 +input:input11
> -rw-r--r--. 1 root root 715 Aug 27 08:54 +input:input12
> -rw-r--r--. 1 root root 776 Aug 27 08:54 +input:input13
> -rw-r--r--. 1 root root 166 Aug 27 08:54 +leds:input10::capslock
> -rw-r--r--. 1 root root 166 Aug 27 08:54 +leds:input10::numlock
> -rw-r--r--. 1 root root 166 Aug 27 08:54 +leds:input10::scrolllock
> -rw-r--r--. 1 root root 107 Aug 27 08:54 +usb:2-2.1:1.0
> -rw-r--r--. 1 root root 107 Aug 27 08:54 +usb:2-2.1:1.1
> -rw-r--r--. 1 root root 88 Aug 27 08:54 +usb:2-2.3:1.0
> -rw-r--r--. 1 root root 171 Aug 27 08:54 +usb:2-2:1.0
> -rw-r--r--. 1 root root 148 Aug 27 08:53 +usb:3-0:1.0
> -rw-r--r--. 1 root root 56 Aug 27 09:07 +usb:4-2:1.0
> -rw-r--r--. 1 root root 56 Aug 27 09:07 +usb:4-2:1.1
> -rw-r--r--. 1 root root 56 Aug 27 09:07 +usb:4-2:1.2
> -rw-r--r--. 1 root root 148 Aug 27 08:53 +usb:5-0:1.0
> drwxr-xr-x. 2 root root 1360 Aug 27 09:07 .
> drwxr-xr-x. 5 root root 100 Aug 27 09:07 ..
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c10:229
> -rw-r--r--. 1 root root 36 Aug 27 08:54 c116:1
> -rw-r--r--. 1 root root 36 Aug 27 08:54 c116:33
> -rw-r--r--. 1 root root 815 Aug 27 08:54 c13:34
> -rw-r--r--. 1 root root 856 Aug 27 08:54 c13:73
> -rw-r--r--. 1 root root 831 Aug 27 08:54 c13:74
> -rw-r--r--. 1 root root 831 Aug 27 08:54 c13:75
> -rw-r--r--. 1 root root 881 Aug 27 08:54 c13:76
> -rw-r--r--. 1 root root 663 Aug 27 08:54 c189:129
> -rw-r--r--. 1 root root 681 Aug 27 08:54 c189:130
> -rw-r--r--. 1 root root 721 Aug 27 08:54 c189:131
> -rw-r--r--. 1 root root 783 Aug 27 09:07 c189:387
> -rw-r--r--. 1 root root 0 Aug 27 08:54 c247:0
> -rw-r--r--. 1 root root 0 Aug 27 08:54 c247:1
> -rw-r--r--. 1 root root 0 Aug 27 08:54 c247:2
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:10
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:11
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:12
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:130
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:131
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:132
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:133
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:134
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:135
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:136
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:137
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:138
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:139
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:140
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:2
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:3
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:4
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:5
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:6
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:66
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:67
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:68
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:69
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:7
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:70
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:71
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:72
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:73
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:74
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:75
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:76
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:8
> -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:9
> -rw-r--r--. 1 root root 991 Aug 27 09:07 n3
>
> And the same on the working 5.16 kernel:
>
> total 1156
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0003:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:01
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:02
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:03
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:04
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:05
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:06
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:07
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:08
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:09
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:0a
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:0b
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:0c
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:0d
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:0e
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:0f
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0010:00
> -rw-r--r--. 1 root root 59 Aug 27 09:54 +acpi:AMDI0030:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LEN0071:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LEN0100:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LEN0130:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LEN0268:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LEN0411:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXPOWER:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXPOWER:01
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXPOWER:02
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXPOWER:03
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXPOWER:04
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXPWRBN:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXSYBUS:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXSYBUS:01
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXSYSTM:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXVIDEO:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0000:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0100:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0103:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0200:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0800:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0A08:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0B00:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C01:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:01
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:02
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:03
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:04
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:05
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:06
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:07
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:08
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:09
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:0a
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:0b
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:0c
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C04:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C09:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0A:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0C:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0D:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0E:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:01
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:02
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:03
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:04
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:05
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:06
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:07
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C14:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C14:01
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C14:02
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C14:03
> -rw-r--r--. 1 root root 54 Aug 27 09:54 +acpi:SMB0001:00
> -rw-r--r--. 1 root root 70 Aug 27 09:54 +acpi:STM0125:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:USBC000:00
> -rw-r--r--. 1 root root 128 Aug 27 09:54 +backlight:amdgpu_bl0
> -rw-r--r--. 1 root root 140 Aug 27 09:54 +dmi:id
> -rw-r--r--. 1 root root 156 Aug 27 09:54 +drm:card0-DP-1
> -rw-r--r--. 1 root root 156 Aug 27 09:54 +drm:card0-DP-2
> -rw-r--r--. 1 root root 156 Aug 27 09:54 +drm:card0-HDMI-A-1
> -rw-r--r--. 1 root root 156 Aug 27 09:54 +drm:card0-eDP-1
> -rw-r--r--. 1 root root 230 Aug 27 09:54 +input:input0
> -rw-r--r--. 1 root root 237 Aug 27 09:54 +input:input10
> -rw-r--r--. 1 root root 151 Aug 27 09:54 +input:input3
> -rw-r--r--. 1 root root 154 Aug 27 09:54 +input:input4
> -rw-r--r--. 1 root root 151 Aug 27 09:54 +input:input5
> -rw-r--r--. 1 root root 154 Aug 27 09:54 +input:input6
> -rw-r--r--. 1 root root 154 Aug 27 09:54 +input:input7
> -rw-r--r--. 1 root root 213 Aug 27 09:54 +input:input8
> -rw-r--r--. 1 root root 192 Aug 27 09:54 +input:input9
> -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:input0::capslock
> -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:input0::numlock
> -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:input0::scrolllock
> -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:platform::micmute
> -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:platform::mute
> -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:tpacpi::kbd_backlight
> -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:tpacpi::lid_logo_dot
> -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:tpacpi::power
> -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:tpacpi::standby
> -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:tpacpi::thinkvantage
> -rw-r--r--. 1 root root 209 Aug 27 09:54 +pci:0000:00:00.0
> -rw-r--r--. 1 root root 215 Aug 27 09:54 +pci:0000:00:00.2
> -rw-r--r--. 1 root root 211 Aug 27 09:54 +pci:0000:00:01.0
> -rw-r--r--. 1 root root 211 Aug 27 09:54 +pci:0000:00:02.0
> -rw-r--r--. 1 root root 258 Aug 27 09:54 +pci:0000:00:02.1
> -rw-r--r--. 1 root root 258 Aug 27 09:54 +pci:0000:00:02.2
> -rw-r--r--. 1 root root 258 Aug 27 09:54 +pci:0000:00:02.4
> -rw-r--r--. 1 root root 211 Aug 27 09:54 +pci:0000:00:08.0
> -rw-r--r--. 1 root root 266 Aug 27 09:54 +pci:0000:00:08.1
> -rw-r--r--. 1 root root 211 Aug 27 09:54 +pci:0000:00:14.0
> -rw-r--r--. 1 root root 195 Aug 27 09:54 +pci:0000:00:14.3
> -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.0
> -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.1
> -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.2
> -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.3
> -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.4
> -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.5
> -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.6
> -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.7
> -rw-r--r--. 1 root root 278 Aug 27 09:54 +pci:0000:01:00.0
> -rw-r--r--. 1 root root 256 Aug 27 09:54 +pci:0000:02:00.0
> -rw-r--r--. 1 root root 256 Aug 27 09:54 +pci:0000:02:00.1
> -rw-r--r--. 1 root root 256 Aug 27 09:54 +pci:0000:02:00.2
> -rw-r--r--. 1 root root 258 Aug 27 09:54 +pci:0000:02:00.3
> -rw-r--r--. 1 root root 263 Aug 27 09:54 +pci:0000:02:00.4
> -rw-r--r--. 1 root root 176 Aug 27 09:54 +pci:0000:04:00.0
> -rw-r--r--. 1 root root 266 Aug 27 09:54 +pci:0000:06:00.0
> -rw-r--r--. 1 root root 262 Aug 27 09:54 +pci:0000:06:00.2
> -rw-r--r--. 1 root root 260 Aug 27 09:54 +pci:0000:06:00.3
> -rw-r--r--. 1 root root 260 Aug 27 09:54 +pci:0000:06:00.4
> -rw-r--r--. 1 root root 240 Aug 27 09:54 +pci:0000:06:00.5
> -rw-r--r--. 1 root root 59 Aug 27 09:54 +platform:AMDI0030:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +platform:LEN0100:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +platform:LEN0130:00
> -rw-r--r--. 1 root root 62 Aug 27 09:54 +platform:LEN0268:00
> -rw-r--r--. 1 root root 70 Aug 27 09:54 +platform:STM0125:00
> -rw-r--r--. 1 root root 205 Aug 27 09:54 +usb:1-0:1.0
> -rw-r--r--. 1 root root 190 Aug 27 09:54 +usb:2-0:1.0
> -rw-r--r--. 1 root root 148 Aug 27 09:54 +usb:3-0:1.0
> -rw-r--r--. 1 root root 190 Aug 27 09:54 +usb:4-0:1.0
> -rw-r--r--. 1 root root 148 Aug 27 09:54 +usb:5-0:1.0
> drwxr-xr-x. 2 root root 7200 Aug 27 09:54 .
> drwxr-xr-x. 8 root root 180 Aug 27 09:54 ..
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:0
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:1
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:10
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:11
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:12
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:13
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:14
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:15
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:2
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:3
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:4
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:5
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:6
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:7
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:8
> -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:9
> -rw-r--r--. 1 root root 129 Aug 27 09:54 b254:0
> -rw-r--r--. 1 root root 136 Aug 27 09:54 b254:1
> -rw-r--r--. 1 root root 129 Aug 27 09:54 b254:2
> -rw-r--r--. 1 root root 575 Aug 27 09:54 b259:0
> -rw-r--r--. 1 root root 1069 Aug 27 09:54 b259:1
> -rw-r--r--. 1 root root 1137 Aug 27 09:54 b259:2
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:125
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:126
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:127
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:130
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:144
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:183
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:184
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c10:224
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:227
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:228
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:229
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:231
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:232
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:234
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:236
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:237
> -rw-r--r--. 1 root root 49 Aug 27 09:54 c10:242
> -rw-r--r--. 1 root root 201 Aug 27 09:54 c13:32
> -rw-r--r--. 1 root root 225 Aug 27 09:54 c13:33
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c13:63
> -rw-r--r--. 1 root root 298 Aug 27 09:54 c13:64
> -rw-r--r--. 1 root root 177 Aug 27 09:54 c13:65
> -rw-r--r--. 1 root root 180 Aug 27 09:54 c13:66
> -rw-r--r--. 1 root root 177 Aug 27 09:54 c13:67
> -rw-r--r--. 1 root root 180 Aug 27 09:54 c13:68
> -rw-r--r--. 1 root root 179 Aug 27 09:54 c13:69
> -rw-r--r--. 1 root root 862 Aug 27 09:54 c13:70
> -rw-r--r--. 1 root root 422 Aug 27 09:54 c13:71
> -rw-r--r--. 1 root root 282 Aug 27 09:54 c13:72
> -rw-r--r--. 1 root root 1026 Aug 27 09:54 c189:0
> -rw-r--r--. 1 root root 1026 Aug 27 09:54 c189:128
> -rw-r--r--. 1 root root 1026 Aug 27 09:54 c189:256
> -rw-r--r--. 1 root root 1026 Aug 27 09:54 c189:384
> -rw-r--r--. 1 root root 1026 Aug 27 09:54 c189:512
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c1:11
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c1:3
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c1:5
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c1:7
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c1:8
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c1:9
> -rw-r--r--. 1 root root 212 Aug 27 09:54 c226:0
> -rw-r--r--. 1 root root 111 Aug 27 09:54 c226:128
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c237:0
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c238:0
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c238:1
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c238:2
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c240:0
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c244:0
> -rw-r--r--. 1 root root 278 Aug 27 09:54 c245:0
> -rw-r--r--. 1 root root 28 Aug 27 09:54 c250:0
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c251:0
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c253:65536
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c254:0
> -rw-r--r--. 1 root root 127 Aug 27 09:54 c29:0
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:0
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:1
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:10
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:11
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:12
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:13
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:14
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:15
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:16
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:17
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:18
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:19
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:2
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:20
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:21
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:22
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:23
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:24
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:25
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:26
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:27
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:28
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:29
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:3
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:30
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:31
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:32
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:33
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:34
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:35
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:36
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:37
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:38
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:39
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:4
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:40
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:41
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:42
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:43
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:44
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:45
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:46
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:47
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:48
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:49
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:5
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:50
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:51
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:52
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:53
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:54
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:55
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:56
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:57
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:58
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:59
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:6
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:60
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:61
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:62
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:63
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:64
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:65
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:66
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:67
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:68
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:69
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:7
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:70
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:71
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:72
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:73
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:74
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:75
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:76
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:77
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:78
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:79
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:8
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:80
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:81
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:82
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:83
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:84
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:85
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:86
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:87
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:88
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:89
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:9
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:90
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:91
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:92
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:93
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:94
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:95
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c5:0
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c5:1
> -rw-r--r--. 1 root root 35 Aug 27 09:54 c5:2
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:0
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:1
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:10
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:11
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:12
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:128
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:129
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:130
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:131
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:132
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:133
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:134
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:135
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:136
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:137
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:138
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:139
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:140
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:2
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:3
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:4
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:5
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:6
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:64
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:65
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:66
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:67
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:68
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:69
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:7
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:70
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:71
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:72
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:73
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:74
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:75
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:76
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:8
> -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:9
> -rw-r--r--. 1 root root 52 Aug 27 09:54 n1
> -rw-r--r--. 1 root root 648 Aug 27 09:54 n2
>
> To what I read, having it in the db either populated
> by the file under /run/udev/data, or populated from sysfs
> should be enough, but for some reason, it seems systemd
> and libudev expects the file under this folder.
>
> Thanks!
>
> José.
Re-adding the mailing lists.
José.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: atkbd input regression
2023-08-27 15:59 ` José Ramón Muñoz Pekkarinen
@ 2023-08-28 8:53 ` José Ramón Muñoz Pekkarinen
2023-08-30 11:06 ` Linux regression tracking (Thorsten Leemhuis)
0 siblings, 1 reply; 8+ messages in thread
From: José Ramón Muñoz Pekkarinen @ 2023-08-28 8:53 UTC (permalink / raw)
To: linux-input; +Cc: dmitry.torokhov, gregkh, Linux Regressions
On Sun, 27 Aug 2023 at 18:59, José Ramón Muñoz Pekkarinen
<koalinux@gmail.com> wrote:
> >
> > Excuse the long wait, I've been investigating with the kde community
> > and reading the code of libinput, systemd and the like, and I managed to
> > find a difference that I'm not quite sure it is relevant to narrow the issue.
> > While the keyboard is populated in the udev database as this:
> >
> > $ udevadm info -e
> > P: /devices/platform/i8042/serio0/input/input0
> > M: input0
> > R: 0
> > U: input
> > E: DEVPATH=/devices/platform/i8042/serio0/input/input0
> > E: SUBSYSTEM=input
> > E: PRODUCT=11/1/1/ab54
> > E: NAME="AT Translated Set 2 keyboard"
> > E: PHYS="isa0060/serio0/input0"
> > E: PROP=0
> > E: EV=120013
> > E: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
> > E: MSC=10
> > E: LED=7
> > E: MODALIAS=input:b0011v0001p0001eAB54-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
> >
> > There is no longer a corresponding entry under /run/udev/data,
> > the following is the output of the ls -la /run/udev/data on 6.4.12:
> >
> > total 116
> > -rw-r--r--. 1 root root 129 Aug 27 08:53 +backlight:amdgpu_bl1
> > -rw-r--r--. 1 root root 737 Aug 27 08:54 +input:input10
> > -rw-r--r--. 1 root root 715 Aug 27 08:54 +input:input11
> > -rw-r--r--. 1 root root 715 Aug 27 08:54 +input:input12
> > -rw-r--r--. 1 root root 776 Aug 27 08:54 +input:input13
> > -rw-r--r--. 1 root root 166 Aug 27 08:54 +leds:input10::capslock
> > -rw-r--r--. 1 root root 166 Aug 27 08:54 +leds:input10::numlock
> > -rw-r--r--. 1 root root 166 Aug 27 08:54 +leds:input10::scrolllock
> > -rw-r--r--. 1 root root 107 Aug 27 08:54 +usb:2-2.1:1.0
> > -rw-r--r--. 1 root root 107 Aug 27 08:54 +usb:2-2.1:1.1
> > -rw-r--r--. 1 root root 88 Aug 27 08:54 +usb:2-2.3:1.0
> > -rw-r--r--. 1 root root 171 Aug 27 08:54 +usb:2-2:1.0
> > -rw-r--r--. 1 root root 148 Aug 27 08:53 +usb:3-0:1.0
> > -rw-r--r--. 1 root root 56 Aug 27 09:07 +usb:4-2:1.0
> > -rw-r--r--. 1 root root 56 Aug 27 09:07 +usb:4-2:1.1
> > -rw-r--r--. 1 root root 56 Aug 27 09:07 +usb:4-2:1.2
> > -rw-r--r--. 1 root root 148 Aug 27 08:53 +usb:5-0:1.0
> > drwxr-xr-x. 2 root root 1360 Aug 27 09:07 .
> > drwxr-xr-x. 5 root root 100 Aug 27 09:07 ..
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c10:229
> > -rw-r--r--. 1 root root 36 Aug 27 08:54 c116:1
> > -rw-r--r--. 1 root root 36 Aug 27 08:54 c116:33
> > -rw-r--r--. 1 root root 815 Aug 27 08:54 c13:34
> > -rw-r--r--. 1 root root 856 Aug 27 08:54 c13:73
> > -rw-r--r--. 1 root root 831 Aug 27 08:54 c13:74
> > -rw-r--r--. 1 root root 831 Aug 27 08:54 c13:75
> > -rw-r--r--. 1 root root 881 Aug 27 08:54 c13:76
> > -rw-r--r--. 1 root root 663 Aug 27 08:54 c189:129
> > -rw-r--r--. 1 root root 681 Aug 27 08:54 c189:130
> > -rw-r--r--. 1 root root 721 Aug 27 08:54 c189:131
> > -rw-r--r--. 1 root root 783 Aug 27 09:07 c189:387
> > -rw-r--r--. 1 root root 0 Aug 27 08:54 c247:0
> > -rw-r--r--. 1 root root 0 Aug 27 08:54 c247:1
> > -rw-r--r--. 1 root root 0 Aug 27 08:54 c247:2
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:10
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:11
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:12
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:130
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:131
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:132
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:133
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:134
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:135
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:136
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:137
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:138
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:139
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:140
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:2
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:3
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:4
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:5
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:6
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:66
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:67
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:68
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:69
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:7
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:70
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:71
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:72
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:73
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:74
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:75
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:76
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:8
> > -rw-r--r--. 1 root root 0 Aug 27 08:53 c7:9
> > -rw-r--r--. 1 root root 991 Aug 27 09:07 n3
> >
> > And the same on the working 5.16 kernel:
> >
> > total 1156
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0003:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:01
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:02
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:03
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:04
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:05
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:06
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:07
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:08
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:09
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:0a
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:0b
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:0c
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:0d
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:0e
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0007:0f
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:ACPI0010:00
> > -rw-r--r--. 1 root root 59 Aug 27 09:54 +acpi:AMDI0030:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LEN0071:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LEN0100:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LEN0130:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LEN0268:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LEN0411:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXPOWER:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXPOWER:01
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXPOWER:02
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXPOWER:03
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXPOWER:04
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXPWRBN:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXSYBUS:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXSYBUS:01
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXSYSTM:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:LNXVIDEO:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0000:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0100:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0103:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0200:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0800:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0A08:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0B00:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C01:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:01
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:02
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:03
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:04
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:05
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:06
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:07
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:08
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:09
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:0a
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:0b
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C02:0c
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C04:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C09:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0A:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0C:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0D:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0E:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:01
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:02
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:03
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:04
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:05
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:06
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C0F:07
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C14:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C14:01
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C14:02
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:PNP0C14:03
> > -rw-r--r--. 1 root root 54 Aug 27 09:54 +acpi:SMB0001:00
> > -rw-r--r--. 1 root root 70 Aug 27 09:54 +acpi:STM0125:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +acpi:USBC000:00
> > -rw-r--r--. 1 root root 128 Aug 27 09:54 +backlight:amdgpu_bl0
> > -rw-r--r--. 1 root root 140 Aug 27 09:54 +dmi:id
> > -rw-r--r--. 1 root root 156 Aug 27 09:54 +drm:card0-DP-1
> > -rw-r--r--. 1 root root 156 Aug 27 09:54 +drm:card0-DP-2
> > -rw-r--r--. 1 root root 156 Aug 27 09:54 +drm:card0-HDMI-A-1
> > -rw-r--r--. 1 root root 156 Aug 27 09:54 +drm:card0-eDP-1
> > -rw-r--r--. 1 root root 230 Aug 27 09:54 +input:input0
> > -rw-r--r--. 1 root root 237 Aug 27 09:54 +input:input10
> > -rw-r--r--. 1 root root 151 Aug 27 09:54 +input:input3
> > -rw-r--r--. 1 root root 154 Aug 27 09:54 +input:input4
> > -rw-r--r--. 1 root root 151 Aug 27 09:54 +input:input5
> > -rw-r--r--. 1 root root 154 Aug 27 09:54 +input:input6
> > -rw-r--r--. 1 root root 154 Aug 27 09:54 +input:input7
> > -rw-r--r--. 1 root root 213 Aug 27 09:54 +input:input8
> > -rw-r--r--. 1 root root 192 Aug 27 09:54 +input:input9
> > -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:input0::capslock
> > -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:input0::numlock
> > -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:input0::scrolllock
> > -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:platform::micmute
> > -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:platform::mute
> > -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:tpacpi::kbd_backlight
> > -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:tpacpi::lid_logo_dot
> > -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:tpacpi::power
> > -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:tpacpi::standby
> > -rw-r--r--. 1 root root 141 Aug 27 09:54 +leds:tpacpi::thinkvantage
> > -rw-r--r--. 1 root root 209 Aug 27 09:54 +pci:0000:00:00.0
> > -rw-r--r--. 1 root root 215 Aug 27 09:54 +pci:0000:00:00.2
> > -rw-r--r--. 1 root root 211 Aug 27 09:54 +pci:0000:00:01.0
> > -rw-r--r--. 1 root root 211 Aug 27 09:54 +pci:0000:00:02.0
> > -rw-r--r--. 1 root root 258 Aug 27 09:54 +pci:0000:00:02.1
> > -rw-r--r--. 1 root root 258 Aug 27 09:54 +pci:0000:00:02.2
> > -rw-r--r--. 1 root root 258 Aug 27 09:54 +pci:0000:00:02.4
> > -rw-r--r--. 1 root root 211 Aug 27 09:54 +pci:0000:00:08.0
> > -rw-r--r--. 1 root root 266 Aug 27 09:54 +pci:0000:00:08.1
> > -rw-r--r--. 1 root root 211 Aug 27 09:54 +pci:0000:00:14.0
> > -rw-r--r--. 1 root root 195 Aug 27 09:54 +pci:0000:00:14.3
> > -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.0
> > -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.1
> > -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.2
> > -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.3
> > -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.4
> > -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.5
> > -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.6
> > -rw-r--r--. 1 root root 210 Aug 27 09:54 +pci:0000:00:18.7
> > -rw-r--r--. 1 root root 278 Aug 27 09:54 +pci:0000:01:00.0
> > -rw-r--r--. 1 root root 256 Aug 27 09:54 +pci:0000:02:00.0
> > -rw-r--r--. 1 root root 256 Aug 27 09:54 +pci:0000:02:00.1
> > -rw-r--r--. 1 root root 256 Aug 27 09:54 +pci:0000:02:00.2
> > -rw-r--r--. 1 root root 258 Aug 27 09:54 +pci:0000:02:00.3
> > -rw-r--r--. 1 root root 263 Aug 27 09:54 +pci:0000:02:00.4
> > -rw-r--r--. 1 root root 176 Aug 27 09:54 +pci:0000:04:00.0
> > -rw-r--r--. 1 root root 266 Aug 27 09:54 +pci:0000:06:00.0
> > -rw-r--r--. 1 root root 262 Aug 27 09:54 +pci:0000:06:00.2
> > -rw-r--r--. 1 root root 260 Aug 27 09:54 +pci:0000:06:00.3
> > -rw-r--r--. 1 root root 260 Aug 27 09:54 +pci:0000:06:00.4
> > -rw-r--r--. 1 root root 240 Aug 27 09:54 +pci:0000:06:00.5
> > -rw-r--r--. 1 root root 59 Aug 27 09:54 +platform:AMDI0030:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +platform:LEN0100:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +platform:LEN0130:00
> > -rw-r--r--. 1 root root 62 Aug 27 09:54 +platform:LEN0268:00
> > -rw-r--r--. 1 root root 70 Aug 27 09:54 +platform:STM0125:00
> > -rw-r--r--. 1 root root 205 Aug 27 09:54 +usb:1-0:1.0
> > -rw-r--r--. 1 root root 190 Aug 27 09:54 +usb:2-0:1.0
> > -rw-r--r--. 1 root root 148 Aug 27 09:54 +usb:3-0:1.0
> > -rw-r--r--. 1 root root 190 Aug 27 09:54 +usb:4-0:1.0
> > -rw-r--r--. 1 root root 148 Aug 27 09:54 +usb:5-0:1.0
> > drwxr-xr-x. 2 root root 7200 Aug 27 09:54 .
> > drwxr-xr-x. 8 root root 180 Aug 27 09:54 ..
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:0
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:1
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:10
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:11
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:12
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:13
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:14
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:15
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:2
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:3
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:4
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:5
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:6
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:7
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:8
> > -rw-r--r--. 1 root root 33 Aug 27 09:54 b1:9
> > -rw-r--r--. 1 root root 129 Aug 27 09:54 b254:0
> > -rw-r--r--. 1 root root 136 Aug 27 09:54 b254:1
> > -rw-r--r--. 1 root root 129 Aug 27 09:54 b254:2
> > -rw-r--r--. 1 root root 575 Aug 27 09:54 b259:0
> > -rw-r--r--. 1 root root 1069 Aug 27 09:54 b259:1
> > -rw-r--r--. 1 root root 1137 Aug 27 09:54 b259:2
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:125
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:126
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:127
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:130
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:144
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:183
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:184
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c10:224
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:227
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:228
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:229
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:231
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:232
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:234
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:236
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c10:237
> > -rw-r--r--. 1 root root 49 Aug 27 09:54 c10:242
> > -rw-r--r--. 1 root root 201 Aug 27 09:54 c13:32
> > -rw-r--r--. 1 root root 225 Aug 27 09:54 c13:33
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c13:63
> > -rw-r--r--. 1 root root 298 Aug 27 09:54 c13:64
> > -rw-r--r--. 1 root root 177 Aug 27 09:54 c13:65
> > -rw-r--r--. 1 root root 180 Aug 27 09:54 c13:66
> > -rw-r--r--. 1 root root 177 Aug 27 09:54 c13:67
> > -rw-r--r--. 1 root root 180 Aug 27 09:54 c13:68
> > -rw-r--r--. 1 root root 179 Aug 27 09:54 c13:69
> > -rw-r--r--. 1 root root 862 Aug 27 09:54 c13:70
> > -rw-r--r--. 1 root root 422 Aug 27 09:54 c13:71
> > -rw-r--r--. 1 root root 282 Aug 27 09:54 c13:72
> > -rw-r--r--. 1 root root 1026 Aug 27 09:54 c189:0
> > -rw-r--r--. 1 root root 1026 Aug 27 09:54 c189:128
> > -rw-r--r--. 1 root root 1026 Aug 27 09:54 c189:256
> > -rw-r--r--. 1 root root 1026 Aug 27 09:54 c189:384
> > -rw-r--r--. 1 root root 1026 Aug 27 09:54 c189:512
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c1:11
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c1:3
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c1:5
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c1:7
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c1:8
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c1:9
> > -rw-r--r--. 1 root root 212 Aug 27 09:54 c226:0
> > -rw-r--r--. 1 root root 111 Aug 27 09:54 c226:128
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c237:0
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c238:0
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c238:1
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c238:2
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c240:0
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c244:0
> > -rw-r--r--. 1 root root 278 Aug 27 09:54 c245:0
> > -rw-r--r--. 1 root root 28 Aug 27 09:54 c250:0
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c251:0
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c253:65536
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c254:0
> > -rw-r--r--. 1 root root 127 Aug 27 09:54 c29:0
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:0
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:1
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:10
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:11
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:12
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:13
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:14
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:15
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:16
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:17
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:18
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:19
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:2
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:20
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:21
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:22
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:23
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:24
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:25
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:26
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:27
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:28
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:29
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:3
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:30
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:31
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:32
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:33
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:34
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:35
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:36
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:37
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:38
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:39
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:4
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:40
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:41
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:42
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:43
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:44
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:45
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:46
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:47
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:48
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:49
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:5
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:50
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:51
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:52
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:53
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:54
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:55
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:56
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:57
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:58
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:59
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:6
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:60
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:61
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:62
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:63
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:64
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:65
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:66
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:67
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:68
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:69
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:7
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:70
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:71
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:72
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:73
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:74
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:75
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:76
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:77
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:78
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:79
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:8
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:80
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:81
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:82
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:83
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:84
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:85
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:86
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:87
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:88
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:89
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:9
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:90
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:91
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:92
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:93
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:94
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c4:95
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c5:0
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c5:1
> > -rw-r--r--. 1 root root 35 Aug 27 09:54 c5:2
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:0
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:1
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:10
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:11
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:12
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:128
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:129
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:130
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:131
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:132
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:133
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:134
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:135
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:136
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:137
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:138
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:139
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:140
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:2
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:3
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:4
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:5
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:6
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:64
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:65
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:66
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:67
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:68
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:69
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:7
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:70
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:71
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:72
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:73
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:74
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:75
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:76
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:8
> > -rw-r--r--. 1 root root 0 Aug 27 09:54 c7:9
> > -rw-r--r--. 1 root root 52 Aug 27 09:54 n1
> > -rw-r--r--. 1 root root 648 Aug 27 09:54 n2
> >
> > To what I read, having it in the db either populated
> > by the file under /run/udev/data, or populated from sysfs
> > should be enough, but for some reason, it seems systemd
> > and libudev expects the file under this folder.
> >
> > Thanks!
> >
> > José.
>
> Re-adding the mailing lists.
>
> José.
I found that according to some early output on udev, the problem
maybe that Gentoo is triggering the device discovery before the
kernel is having multiple uevent files available. Retriggering the
device discovery on a later stage makes the discovery of the
devices work correctly and I can use the devices as in former
kernels. The command to do so is:
# udevadm trigger --type=devices --action=add
Is this something that can be improved from kernel end or should
I just look for some solution on Gentoo side to delay that trigger and
be done with it?
Thanks!
José.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: atkbd input regression
2023-08-28 8:53 ` José Ramón Muñoz Pekkarinen
@ 2023-08-30 11:06 ` Linux regression tracking (Thorsten Leemhuis)
2023-08-30 14:25 ` José Ramón Muñoz Pekkarinen
0 siblings, 1 reply; 8+ messages in thread
From: Linux regression tracking (Thorsten Leemhuis) @ 2023-08-30 11:06 UTC (permalink / raw)
To: José Ramón Muñoz Pekkarinen, linux-input
Cc: dmitry.torokhov, gregkh, Linux Regressions
On 28.08.23 10:53, José Ramón Muñoz Pekkarinen wrote:
> On Sun, 27 Aug 2023 at 18:59, José Ramón Muñoz Pekkarinen
> <koalinux@gmail.com> wrote:
>>>
>>> Excuse the long wait, I've been investigating with the kde community
>>> and reading the code of libinput, systemd and the like, and I managed to
>>> find a difference that I'm not quite sure it is relevant to narrow the issue.
>>> While the keyboard is populated in the udev database as this:
>>>
>>> $ udevadm info -e
>>> P: /devices/platform/i8042/serio0/input/input0
>>> M: input0
>>> R: 0
>>> U: input
>>> E: DEVPATH=/devices/platform/i8042/serio0/input/input0
>>> E: SUBSYSTEM=input
>>> E: PRODUCT=11/1/1/ab54
>>> E: NAME="AT Translated Set 2 keyboard"
>>> E: PHYS="isa0060/serio0/input0"
>>> E: PROP=0
>>> E: EV=120013
>>> E: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
>>> E: MSC=10
>>> E: LED=7
>>> E: MODALIAS=input:b0011v0001p0001eAB54-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
>>>
>>> There is no longer a corresponding entry under /run/udev/data,
>>> the following is the output of the ls -la /run/udev/data on 6.4.12:
>>>
>>> total 116
>>> [...]
>>>
>>> To what I read, having it in the db either populated
>>> by the file under /run/udev/data, or populated from sysfs
>>> should be enough, but for some reason, it seems systemd
>>> and libudev expects the file under this folder.
>
> I found that according to some early output on udev, the problem
> maybe that Gentoo is triggering the device discovery before the
> kernel is having multiple uevent files available. Retriggering the
> device discovery on a later stage makes the discovery of the
> devices work correctly and I can use the devices as in former
> kernels. The command to do so is:
>
> # udevadm trigger --type=devices --action=add
>
> Is this something that can be improved from kernel end or should
> I just look for some solution on Gentoo side to delay that trigger and
> be done with it?
So strictly speaking all this sounds a lot like this is caused by kernel
regression that thus should be fixed in the kernel once this was
bisected (which iirc hasn't happened yet).
OTOH this afaics (please correct me if I'm wrong!) is the first such
report, so the problem is likely pretty specific or might only occur on
your system. In that case just looking for some solution for your system
might be fine.
Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
--
Everything you wanna know about Linux kernel regression tracking:
https://linux-regtracking.leemhuis.info/about/#tldr
If I did something stupid, please tell me, as explained on that page.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: atkbd input regression
2023-08-30 11:06 ` Linux regression tracking (Thorsten Leemhuis)
@ 2023-08-30 14:25 ` José Ramón Muñoz Pekkarinen
0 siblings, 0 replies; 8+ messages in thread
From: José Ramón Muñoz Pekkarinen @ 2023-08-30 14:25 UTC (permalink / raw)
To: Linux regressions mailing list; +Cc: linux-input, dmitry.torokhov, gregkh
On Wed, 30 Aug 2023 at 14:06, Linux regression tracking (Thorsten
Leemhuis) <regressions@leemhuis.info> wrote:
> So strictly speaking all this sounds a lot like this is caused by kernel
> regression that thus should be fixed in the kernel once this was
> bisected (which iirc hasn't happened yet).
I'm afraid it may be a distro specific problem, if I'm not so mistaken
from the time Gentoo switched its default udev from eudev to systemd
udev, which also explain why I can't rebuild the good kernel nowadays,
test, and have the expected good results, because the new initramfs
will receive a copy of the new systemd udev, and not the former eudev,
and it acts as all my broken kernels in time.
There is still room to be a kernel issue, since rethinking the issue, the
kernel on early boot does what is expected, it configures the device and
with udev makes it work for the ttys, the problem comes when the wayland
seat comes available, where plasma or wayland needs to advertise the
kernel of the new seat, and the kernel then needs to generate the correct
event to makes udev populate the new information and tags that are
missing when the device doesn't work. This can be either a missing
implementation on Gentoo side because of using systemd udev without
the rest of systemd, or a kernel issue if the kernel is receiving the
information of the new seat and not generating an uevent to udev
to populate the new info. So in short, I may need to revisit this in the
following days.
> OTOH this afaics (please correct me if I'm wrong!) is the first such
> report, so the problem is likely pretty specific or might only occur on
> your system. In that case just looking for some solution for your system
> might be fine.
There is similar cases in the Gentoo forum that eventually gave up
on Gentoo[1] and made a switch to Fedora to be done with this. I just prefer
to look for a solution to the problem and fix it for everybody. So bear
with it while I dig into the code path that is propagating the seat info to
the kernel and udev.
[1] https://forums.gentoo.org/viewtopic-t-1161962-highlight-serial+keyboard.html
Thanks!
José.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-08-30 18:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-07 5:19 atkbd input regression José Ramón Muñoz Pekkarinen
2023-08-07 7:53 ` Linux regression tracking (Thorsten Leemhuis)
2023-08-08 5:53 ` José Ramón Muñoz Pekkarinen
2023-08-08 1:41 ` Bagas Sanjaya
[not found] ` <CANWZPgKAtbNRUy0pyL7Zf-S-zLeMkJZ7fSWpFO8__YG0_e2Zgw@mail.gmail.com>
[not found] ` <CAHQZ30AhngEgVR-Hcjcze2HyZOG=4fbfp_S2=Or7JUJUUxm4mQ@mail.gmail.com>
[not found] ` <CANWZPgLcHa2x-Rdy6Hma39p-6E6_5UGUamjPZkKYqz_q0yKJ2g@mail.gmail.com>
2023-08-27 15:59 ` José Ramón Muñoz Pekkarinen
2023-08-28 8:53 ` José Ramón Muñoz Pekkarinen
2023-08-30 11:06 ` Linux regression tracking (Thorsten Leemhuis)
2023-08-30 14:25 ` José Ramón Muñoz Pekkarinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).