Mailing List archive

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

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



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!


Stumped, I then tried instead downloading linuxtv-dvb-1.1.1 from lunuxtv.org. If I run make in the 'build-2.6' directory I get these errors:

/home/mythtv/archives/linuxtv-dvb-1.1.1/build-2.6/saa7146_i2c.c: In function `saa7146_i2c_adapter_prepare':
/home/mythtv/archives/linuxtv-dvb-1.1.1/build-2.6/saa7146_i2c.c:428: error: `I2C_ADAP_CLASS_TV_ANALOG' undeclared (first use in this function)
/home/mythtv/archives/linuxtv-dvb-1.1.1/build-2.6/saa7146_i2c.c:428: error: (Each undeclared identifier is reported only once
/home/mythtv/archives/linuxtv-dvb-1.1.1/build-2.6/saa7146_i2c.c:428: error: for each function it appears in.)
make[3]: *** [/home/mythtv/archives/linuxtv-dvb-1.1.1/build-2.6/saa7146_i2c.o] Error 1
make[2]: *** [_module_/home/mythtv/archives/linuxtv-dvb-1.1.1/build-2.6] Error 2
make[2]: Leaving directory `/lib/modules/2.6.8-1.521/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/mythtv/archives/linuxtv-dvb-1.1.1/build-2.6'
make: *** [all] Error 2

If anyone can help with either problem I'd be very grateful.

(Before anyone suggests it, I can't run 2.6.9 because I have to stick with FC2 (FC3 too new), and I can't run an older kernel like 2.6.5 (which works for DVB) because I need an IVTV ATRPM which I can't find for this older kernel).

Thanks,

Dave




Home | Main Index | Thread Index