And apply this on top to get autodetected: --- saa7134-cards.c-orig Wed Nov 6 19:06:23 2002 +++ saa7134-cards.c Wed Nov 6 19:06:26 2002 @@ -320,6 +320,13 @@ subdevice: 0x1142, driver_data: SAA7134_BOARD_CINERGY400, },{ + vendor: PCI_VENDOR_ID_PHILIPS, + device: PCI_DEVICE_ID_PHILIPS_SAA7134, + subvendor: 0x153B, + subdevice: 0x1143, + driver_data: SAA7134_BOARD_CINERGY600, + },{ + /* --- boards without eeprom + subsystem ID --- */ vendor: PCI_VENDOR_ID_PHILIPS, Thomas Pundt wrote: > > Hi, > > On 05-Nov-2002 Stian Jordet wrote: > | I have e Terratec Cinergy 600 which works quite fine with the SAA7134 > | driver. I'm using the CARD=8 when I modprobe it, and it works quite > | well, I think. > | > | I have to-three small problems/questions. This card also have onboard > | radio, which (ofcourse) does not work. Will there be done some work on > | that? > > the following patch works for me; at least under 2.5.46 I can now > also listen to the radio. > > diff -ur saa7134-0.2.1.orig/saa7134-cards.c saa7134-0.2.1/saa7134-cards.c > --- saa7134-0.2.1.orig/saa7134-cards.c Thu Aug 22 11:23:06 2002 > +++ saa7134-0.2.1/saa7134-cards.c Wed Nov 6 09:02:11 2002 > @@ -288,6 +288,34 @@ > amux: LINE2, > }, > }, > + [SAA7134_BOARD_CINERGY600] = { > + name: "Terratec Cinergy 600 TV", > + audio_clock: 0x00200000, > + tuner_type: TUNER_PHILIPS_PAL, > + inputs: {{ > + name: name_tv, > + vmux: 1, > + amux: TV, > + tv: 1, > + },{ > + name: name_comp1, > + vmux: 4, > + amux: LINE1, > + },{ > + name: name_svideo, > + vmux: 8, > + amux: LINE1, > + },{ > + name: name_comp2, // CVideo over SVideo Connector > + vmux: 0, > + amux: LINE1, > + }}, > + radio: { > + name: name_radio, > + amux: LINE2, > + }, > + > + }, > }; > const int saa7134_bcount = (sizeof(saa7134_boards)/sizeof(struct > saa7134_board)); > > diff -ur saa7134-0.2.1.orig/saa7134.h saa7134-0.2.1/saa7134.h > --- saa7134-0.2.1.orig/saa7134.h Fri Oct 25 18:31:55 2002 > +++ saa7134-0.2.1/saa7134.h Wed Nov 6 09:01:13 2002 > @@ -126,6 +126,7 @@ > #define SAA7134_BOARD_TVSTATION_RDS 7 > #define SAA7134_BOARD_CINERGY400 8 > #define SAA7134_BOARD_MD5044 9 > +#define SAA7134_BOARD_CINERGY600 10 > > #define SAA7134_INPUT_MAX 8 > > > -- > Thomas Pundt -------------------------- http://www.pundt.de/ ----------------- > EMail: Thomas Pundt <thomas@xxxxxxxx> | Schlossstrasse 42, D-40477 Duesseldorf > > -- > video4linux-list mailing list > Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/video4linux-list