I'm facing the exact same problem as described by Leonardo in this bug report. This is on 'unstable' with stock kernel and headers: linux-image-2.6.12-1-686 linux-headers-2.6.12-1-686
The steps used to build/install cloop: # m-a prepare # m-a auto-install cloop The package name does have `uname -r` within it but the module ends up in /lib/modules/2.6.12, not /lib/modules/2.6.12-1-686. # ls /usr/src/*.deb /usr/src/cloop-module-2.6.12-1-686_2.02.1+eb.4+2.6.12-6_i386.deb # dpkg --contents /usr/src/cloop*.deb | grep cloop.ko -rw-r--r-- root/root 15365 2005-09-21 15:07:30 ./lib/modules/2.6.12/extra/cloop.ko Package: cloop-src Version: 2.02.1+eb.4 I also built some other modules - nvidia, etc. using m-a the same way and they all install in /lib/modules/2.6.12-1-686. The problem seems to be specific to cloop-src. Regards, -Navdeep

