mediamanrit / RasLIRC

Library of resources for deploying LIRC on a Raspberry Pi
GNU General Public License v3.0
3 stars 0 forks source link

Not working with latest bulseye release #1

Open ballle98 opened 2 years ago

ballle98 commented 2 years ago

Trying to follow your instructions on bullseye and running into issues

[12:04:08] root@openhabian:~# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 11 (bullseye)
Release:        11
Codename:       bullseye
  1. Minor - service is now "lircd" not "lirc" so need to use "systemctl restart lircd"
  2. in boot/config.txt "dtoverlay=lirc-rpi" is not correct
[12:09:42] root@openhabian:~# dtoverlay -h lirc-rpi
Name:   lirc-rpi

Info:   This overlay has been deprecated and removed - see gpio-ir

Usage:  <Deprecated>

Looking at comments in https://github.com/raspberrypi/linux/issues/3721 to see if I can resolve the issue

ballle98 commented 2 years ago

Followed instructions here and was able to get it working - https://github.com/raspberrypi/linux/issues/2993#issuecomment-497420228

mediamanrit commented 1 year ago

Hi @ballle98 . Apologies for the delay. I'm working on this now and I'm stuggling to make it work, even following those directions. I'm getting these errors when running irsend:

hardware does not support sending
Error running command: Input/output error

Also getting this in the lirc-tx log, though these may be ignorable.

Dec 21 10:22:48 lirc-officetv3 lircd[1082]: lircd-0.10.1[1082]: Info: Cannot configure the rc device for /dev/lirc-tx
Dec 21 10:22:48 lirc-officetv3 lircd-0.10.1[1082]: Info: Cannot configure the rc device for /dev/lirc-tx

Working on it though!