← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 563727] Re: lirc_imon.ko does not get installed through dkms

 

hiya

I have what appears to be the exact same issue. I had a working
installation of lirc and lcdproc. I had applied the patch
http://launchpadlibrarian.net/38821679/lirc-0.8.6-VFD_0x0036_timing.patch.
This all broke when I upgraded the kernel.

the old version of the kernel is 2.6.32-22-generic-pae-i686,  the new
one is 2.6.32-25-generic-pae-i686.

I have copied the module into the analogus directories as suggested but
no joy. I'll try and recompile the mmodule and reapply the patch.

-- 
lirc_imon.ko does not get installed through dkms
https://bugs.launchpad.net/bugs/563727
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to lirc in ubuntu.

Status in “linux” package in Ubuntu: Triaged
Status in “lirc” package in Ubuntu: Incomplete

Bug description:
Binary package hint: lirc

Dkms does not install the lirc_imon.ko from lirc_modules_source when the kernel gets upgraded (in current lucid). The dkms output reads:

lirc_imon.ko:
Running module version sanity check.

Error! Module version 0.6 for lirc_imon.ko
is not newer than what is already found in kernel 2.6.32-21-generic (0.6).
You may override by specifying --force.

Fact is that the lirc_imon.ko provided by the default kernel does not work with the following imon controller:

15c2:ffdc SoundGraph Inc. iMON PAD Remote Controller

Manually copying the module built by DKMS solves the problem

sudo cp /var/lib/dkms/lirc/kernel-2.6.32-21-generic-i686/module/lirc_imon.ko /lib/modules/2.6.32-21-generic/updates/dkms/

It would be nice if dkms could copy this file regardless of the version available in the kernel (using the -f option?)





References