Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modprobe: FATAL: Module lirc_rpi not found in directory /lib/modules/5.4.51-v7l+ #3857

Closed
Dolphinzzx opened this issue Sep 18, 2020 · 4 comments

Comments

@Dolphinzzx
Copy link

Describe the bug
When i install lirc, then input command: sudo modprobe lirc_rpi
It will apprear following erro.
modprobe: FATAL: Module lirc_rpi not found in directory /lib/modules/5.4.51-v7l+
As shown below.
image

@pelwell
Copy link
Contributor

pelwell commented Sep 18, 2020

lirc_rpi is no longer supported - use gpio_ir instead.

@glawson6
Copy link

Is there a resolution here? I installed with sudo apt-get install lirc
<- Was that not correct?

@pelwell
Copy link
Contributor

pelwell commented Jul 19, 2021

lirc is the user-space code, lirc_rpi was the old kernel module, gpio_ir is the kernel driver. There is a guide to using lirc with gpio_ir here: https://devkimchi.com/2020/08/12/turning-raspberry-pi-into-remote-controller/

@pelwell pelwell closed this as completed Jul 19, 2021
@Tomilius
Copy link

Tomilius commented Dec 21, 2022

Actually now there is no gpio_ir, instead there are gpio-ir-recv and gpio-ir-tx.
Dont know which one to use, but i guess it's gpio-ir-recv
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants