Tomáš Chaloupka [EMAIL PROTECTED] wrote:

> FATAL: Error inserting tda1004x
> (/lib/modules/2.6.6/kernel/drivers/media/dvb/frontends/tda1004x.ko):
> Unknown symbol in module, or unknown parameter (see dmesg)
> 
> And dmesg says just this:
> tda1004x: Unknown symbol errno

I've had that message before in this modules.

Adding a one-liner:
        static int errno;

Into tda1004x.c (the location doesn't really matter) seemed to do the trick
(but it IS a hack).

Not sure why it happens though.  I'd say it'd be something to do with the
stdio.h that's included in the source, and a missing library that otherwise
defines this variable.




-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to