Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: tda1004x and 2.6.6 kernel



Tomáš Chaloupka [tc.chuj@volny.cz] 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 ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index