Bernd Bartmann wrote: > > while trying to load the tda1004x module I'm getting this error message: > > FATAL: Error inserting tda1004x > (/lib/modules/2.6.1-1.65bb/kernel/drivers/media/dvb/frontends/tda1004x.ko): > Unknown symbol in module, or unknown parameter (see dmesg) > > In /var/log/messages I get: > tda1004x: Unknown symbol sys_close > > This is on a recompiled kernel on Fedora Core 2 Test 1. The only change > against the original kernel was to activate to tda1004x module.
Works with kernel.org kernels. The home-grown firmware loader code in the various frontend drivers is problematic and should be replaced by request_firmware(). This has been discussed briefly on the list, but no one implemented it yet. (The #define __KERNEL_SYSCALLS__ hack caused a complaint on lkml recently.) Johannes -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
