Axel Gruber writes: > Hi all > > I setup a Machine wich habe 2 Card�s in: > > DVB-S > WINTV > > The WINTV work well now... (i can watch with the Viewer in KDE) > > Now i have installed the DVB-S CARD wich i want to use with VDR. > > When i make make insmod i get this error Message: > > insmod dvb.o init_chan=2 pids_off=0; \ > ) > Using /lib/modules/2.4.10-4GB/kernel/drivers/i2c/i2c-core.o > insmod: a module named i2c-core already exists > Using /lib/modules/2.4.10-4GB/kernel/drivers/media/video/videodev.o > insmod: a module named videodev already exists > insmod: a module named tuner already exists > sync > > > What can i do ?
i2c-core and videodev are identical, just install it only once. The tuner module which comes with the DVB driver was designed to work with normal analog and DVB tuners. I never got feedback if this really works. Ralph -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
