Comment 10 for bug 138247

Revision history for this message
Bruma (matjaz.brumec) wrote :

I tried new patch:
apt-get source -d lirc
tar xzvf lirc_0.8.2.orig.tar.gz
cd lirc-0.8.2/
zcat ../lirc_0.8.2-0ubuntu5.diff.gz | patch -p1
cat ../lirc-ubuntu5-ubuntu6.debdiff | patch -p1
dpkg-buildpackage -rfakeroot -uc -us -sa -d

and then install it with
DEBIAN_FRONTEND=gnome sudo dpkg -i lirc_0.8.2-0ubuntu6_i386.deb

New configuration is now in the list and creates proper configuration hardware.conf. But now I'm missing lirc_serial_igor module. I notice that lirc_serial modul is part of linux-ubuntu-modules-2.6.22-11-generic.

Mario, what do you think, should package linux-ubuntu-modules-2.6.22-11-generic also be fixed?