Hello everybody.
I've installed lirc and lirc-modules-source on lenny
I followed the instructions in the readme.debian file.
But sadly, lirc-modules don't compile against kernel 2.6.26-2-686!
I did a fuul update today before trying to install lirc and have kernel 2.6.26+17+lenny1 installed.
Here is what i tried on the command line:
Code:
cd /usr/src
tar -xjf lirc-modules.tar.bz2
dpkg-reconfigure lirc-modules-source
m-a update
m-a prepare
m-a a-i lirc
I've configured lirc-modules-source to just build the i2c package, which is the one i need.
m-a a-i lirc fails after this message
Code:
Entering directory '/usr/src/linux-headers-2.6.26-2-686'
ERROR: Kernel configuration is invalid.
include/linux/autoconf.h or include/config/auto.conf are missing
Run 'make oldconfig && make prepare' on kernel src to fix it.
But both files do exist. The make oldconfig stuff doesn't help either.
I've also tried to
before invoking m-a. Didn't help nothing as well.
Any hint is appreciated!