hi CK,
1000x thnx for the tip... it seems to work :)
i copied "tuner.o" to "tuner1.o"
then "insmod tuner1.o"
then added: "options tuner1 type=0" to modules.conf
options i2c-core 12c_debug=1 alias char-major-89 i2c-dev options bttv card=33,1 pll=1,0 options tuner type=5 options tuner1 type=0 alias char-major-81-0 bttv alias char-major-81-1 bttv alias char-major-81-2 off alias char-major-81-3 off
and now i can use both tuners at the same time in pdp, JIPPIIII..
thanx again ! -andre
On Sunday 06 April 2003 15:06, CK wrote:
hi,
I never tried with two different tuners, just tv tuner && webcam , 2 webcams etc .... but I remember when I was still using the oss virmidi driver to route stuff back and forth I copied virmidi.o to virmidi1.o inserted both et voila I got more internal midi ports to route, might work aswell with tuner.o (untested)
cp tuner.o tuner1.o
insmod tuner.o <args to tell it to use tunertype> insmod tuner1.o <args to use the other tuner type>
that's an ugly hack /me knows, but then again it might work.
regards,
x