escalade / RetroELEC

Just enough OS for emulators (and some other stuff)
69 stars 20 forks source link

lirc_serial module missing #28

Closed jbollacke closed 7 years ago

jbollacke commented 7 years ago

The community edition is missing the lirc_serial module.

The module is present in LibreELEC 8.0.0.

LibreELEC:~ # modprobe lirc_serial
modprobe: FATAL: Module lirc_serial not found in directory /lib/modules/4.10.1
escalade commented 7 years ago

And this is needed for what exactly? There isn't any lirc serial module in 4.10 kernel, and it is not present in LE master.

jbollacke commented 7 years ago

Atric IR receiver

Looks like it was renamed to serial_ir: https://github.com/torvalds/linux/commit/fa5dc29c1fcc9151c3bcfd9e291a2899ae15f61

jbollacke commented 7 years ago

So it seems like this has to be fixed upstream.