On Unbuntu 20.04, I want to configure lirc for IR blasting over serial port. But it seems that the latest linux kernel is missing the necessary "lirc_serial.ko" module (missing since Linux 4.15, at least).
I've found a number of instructions on configuring lirc with serial port, but they all seem very outdated and depends on "lirc_serial.ko" to be present.
How do I add the necessary "lirc_serial.ko" module to my system? I have found a "serial_ir.ko" module, but I don't think it is the same. Do I have to build lirc myself?