VDR User wrote: > On Sun, Mar 7, 2010 at 2:03 PM, Theodore Kilgore > <kilgota@xxxxxxxxxxxxxxxxxxxxxx> wrote: >> It seems that the problem is solved by a local re-compile of the kernel plus >> its modules, using the original distro .config settings in order to do this. >> What I suspect has happened is that there was a simultaneous minor upgrade >> of gcc at the same time, and it is possible that this interfered. I would >> further speculate that a similar problem happened with you, in your Debian >> installation. >> >> Hoping that we have finally tracked this down. > > It's a good theory. However, when I did my "update", I had compiled > the kernel, installed it, rebooted into it and then proceeded to grab > a fresh v4l tree and go from there. There wern't any package updates > or anything else involved between the kernel compile and v4l compile. > (except for the reboot into 2.6.33 of course.) You may try to check if both the kernel files and the out of tree files are compiled using the same file format, with something like: $ objdump v4l/cx23885.ko /lib/modules/`uname -r`/kernel/drivers/ata/ahci.ko -a v4l/cx23885.ko: file format elf64-x86-64 v4l/cx23885.ko /lib/modules/2.6.33/kernel/drivers/ata/ahci.ko: file format elf64-x86-64 /lib/modules/2.6.33/kernel/drivers/ata/ahci.ko (assuming that debian has ahci.ko compiled as module and at the right place - you may need to find another module there, it this one doesn't exist). Cheers, Mauro --- PS.: if you're using kernel 2.6.33, plus the latest v4l-dvb hg tree, you could alternatively use the latest git tree, as it is just 2.6.33 + drivers/media (and media staging) updates. I intend to keep v4l-dvb.git and fixes.git trees with 2.6.33 during all 2.6.34 rc cycle, in order to help people to test the drivers, if we don't have any mandatory reason to update to -rc1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html