Mailing List archive

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

[linux-dvb] Re: Nova-T with FC2 2.6.8-1



On Fri, 2004-11-12 at 03:57 +0000, test@cambro.net wrote:
> Hi,
> 
> I'm a Linux beginner, using FC2 and trying to get an old-version Nova-T to work. This is the details of the card reported by lspci:
> 
> 02:0b.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
> 
> It's the tda1004 module I think causing problems. I've downloaded my kernel source (2.6.8-1.521) from ATPRMS and made the one-line change recommended here:
> 
> http://www.linuxtv.org/mailinglists/linux-dvb/2004/02-2004/msg00450.html
> 
> To recompile I run 'make menuconfig', add in the tda1004 driver & firmware location, and run 'make'. Everything fine so far. However, I then run 'make modules' and I get these errors:
> 
> root@backend1 linux-2.6.8-1.521]# make modules
> make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
>   Building modules, stage 2.
>   MODPOST
> *** Warning: "sys_read" [drivers/media/dvb/frontends/tda1004x.ko] undefined!
> *** Warning: "sys_lseek" [drivers/media/dvb/frontends/tda1004x.ko] undefined!
> *** Warning: "sys_open" [drivers/media/dvb/frontends/tda1004x.ko] undefined!

Might be the same problem as described here;

http://www.linuxtv.org/mailinglists/linux-dvb/2004/02-2004/msg00450.html

Re-add EXPORT_SYMBOL(sys_open) etc to fs/open.c, or go with kernel 2.6.9
or higher.

-- 
Torgeir Veimo <torgeir@pobox.com>





Home | Main Index | Thread Index