Hi, After the last "zypper up" and a reboot, my remote control does not work anymore. This is the related error message: "kernel: rc_core: IR keymap rc-tevii-nec not found" I use Leap 15.5 with a custom kernel 6.8.8-lp155.9.1-default. And yesterday, during the update, /boot/initrd-6.8.8-lp155.9.1-default has been updated. I guess, that the problem is related to this file, because nothing has changed in /lib/modules/6.8.8-lp155.9.1-default. Before the update, I used to have this line in the journal: "kernel: Registered IR keymap rc-tevii-nec" How could I get back the keymap please? TIA for any hints, -- Peter
On 20.08.2024 23:54, Peter Münster wrote:
Hi,
After the last "zypper up" and a reboot, my remote control does not work anymore. This is the related error message: "kernel: rc_core: IR keymap rc-tevii-nec not found"
I use Leap 15.5 with a custom kernel
What means "custom"? You compiled it yourself?
6.8.8-lp155.9.1-default. And yesterday, during the update, /boot/initrd-6.8.8-lp155.9.1-default has been updated. I guess, that the problem is related to this file, because nothing has changed in /lib/modules/6.8.8-lp155.9.1-default.
Before the update, I used to have this line in the journal: "kernel: Registered IR keymap rc-tevii-nec"
Show modinfo rc-tevii-nec modprobe rc-tevii-nec
How could I get back the keymap please?
TIA for any hints,
On Wed, Aug 21 2024, Andrei Borzenkov wrote:
What means "custom"? You compiled it yourself?
Only the modules. I’ve followed the instructions for "Build the media_build drivers" on the page https://github.com/tbsdtv/linux_media/wiki.
Show
modinfo rc-tevii-nec modprobe rc-tevii-nec
It’s too late. I’ve resolved the problem. This is what I’ve done: mv /lib/modules/6.8.8-lp155.9.1-default /lib/modules/save rpm -i --force kernel-default-6.8.8-lp155.9.1.x86_64.rpm rm -rf /lib/modules/6.8.8-lp155.9.1-default mv /lib/modules/save /lib/modules/6.8.8-lp155.9.1-default reboot Now it works. But I don’t know why... -- Peter
On Wed, Aug 21 2024, Andrei Borzenkov wrote:
Show
modinfo rc-tevii-nec modprobe rc-tevii-nec
It happened again. Now I can show you the output: modinfo rc-tevii-nec: filename: /lib/modules/6.8.8-lp155.9.1-default/kernel/drivers/media/rc/keymaps/rc-tevii-nec.ko description: tevii-nec remote controller keytable author: Mauro Carvalho Chehab license: GPL suserelease: openSUSE Tumbleweed srcversion: 55DD71271A2979D1A0F3A79 depends: rc-core retpoline: Y intree: Y name: rc_tevii_nec vermagic: 6.8.8-lp155.9.1-default SMP preempt mod_unload modversions modprobe rc-tevii-nec: Nothing. The output of "ir-keytable -r" is perhaps interesting too: scancode 0x002a = KEY_COFFEE (0x98) Enabled protocols: lirc nec -- Peter
participants (2)
-
Andrei Borzenkov
-
Peter Münster