[linux-dvb] [Q] $ bttv i2c_hw=1 card=0x5e ????

2004-06-07 Thread Sukwoo,Jang
Hello! I have GPIO problem. PCTV SAT card gpio setting of linux. .name = "Pinnacle PCTV Sat", .video_inputs = 2, .audio_inputs = 0, .svhs = 1, .tuner = -1,

[linux-dvb] Re: Autoscanning

2004-06-07 Thread Wolfram Joost
Hi, > > I would add two ioctls: > > > > - FE_START_SCAN with the lowest and highest frequency to scan as > > paramters. - FE_CONTINUE_SCAN > > > > After the FE_START_SCAN the kernel-thread monitors the fe-status and send > > an event if the fe locks or an event when the fe finished scanning. > > M

[linux-dvb] Re: V-Stream DVB-T and linux

2004-06-07 Thread Craig Procter
Hi Soyeb, unfortunately my programming skills are not on par for me to offer much help, but I believe the CX23883 is only used as a data transporter (the same as the BT chip), so it should only be a matter of selecting the input the CX23883 gets its data from. Regards, Craig -Original Messa

[linux-dvb] Re: V-Stream DVB-T and linux

2004-06-07 Thread Soyeb Aswat
Hi Craig, > Yes.. the KWorld V-Stream PCI DVB-T card uses > exactly the > same Samsung Tuner and Zarlink MT352 demodulator as > the > Avermedia A771 PCI DVB-T card - I have both cards > (but > no Linux box handy to test them as yet, > unfortunately). Since KWorld card uses a cx23883 instead of a

[linux-dvb] Re: V-Stream DVB-T and linux

2004-06-07 Thread Craig Procter
Hi Soyeb, Wolfram, Yes.. the KWorld V-Stream PCI DVB-T card uses exactly the same Samsung Tuner and Zarlink MT352 demodulator as the Avermedia A771 PCI DVB-T card - I have both cards (but no Linux box handy to test them as yet, unfortunately). Regards, Craig -Original Message- From: So

[linux-dvb] Re: Autoscanning, was [PATCH] mt352 TPS_GIVEN shifts were wrong

2004-06-07 Thread Holger Waechtler
Wolfram Joost wrote: Hi, btw: does anybody of you has an idea how we might make use of the automatic channel scan functionality of the MT352 under Linux, how we might need to extend the LinuxDVB API? I would add two ioctls: - FE_START_SCAN with the lowest and highest frequency to scan as paramter

[linux-dvb] Re: V-Stream DVB-T and linux

2004-06-07 Thread Soyeb Aswat
Hello Wolfram, > > Currently we are aware that you use the Connexant > > cx23883 as the PCI interface and a Samsung tuner > > Which tuner do they use? Is the mt352 part of the > tuner? If yes, its probably > the same tuner AVerMedia used for their 771-card... > Have a look at > http://www.sem.s

[linux-dvb] Autoscanning, was [PATCH] mt352 TPS_GIVEN shifts were wrong

2004-06-07 Thread Wolfram Joost
Hi, > btw: does anybody of you has an idea how we might make use of the > automatic channel scan functionality of the MT352 under Linux, how we > might need to extend the LinuxDVB API? I would add two ioctls: - FE_START_SCAN with the lowest and highest frequency to scan as paramters. - FE_CONTIN

[linux-dvb] Re: Small STV299 cleanup

2004-06-07 Thread Johannes Stezenbach
Hello Christian, Christian Gmeiner wrote: > If you dont change anything at the dvb-core then you can do everything. I > have with > the sysfs patch a little problem, but Greg KH - maintainer of udev/sysfs - > is helping > me out at the moment. So if he is fast enough, i could release it in the > n

[linux-dvb] [PATCH] mt352.c

2004-06-07 Thread Wolfram Joost
Hi, here is my final version. The diffs are against the current cvs-version. From my point of view they can be commited. Wolfram --- bt878.c.cvs 2004-06-07 19:51:03.0 +0200 +++ bt878.c 2004-06-07 19:54:02.0 +0200 @@ -293,7 +293,7 @@ (astat & BT878_ASCERR) ? " SCERR"

[linux-dvb] Re: Small STV299 cleanup

2004-06-07 Thread Johannes Stezenbach
Kenneth Aafløy wrote: > On Saturday 05 June 2004 03:22, Kenneth Aafløy wrote: > > Hi, > > > > patch attached, added myself to authors. Would you accept Lindent patch? or > > Should that wait for an interim release not involving other major > > restructings (like sysfs, hopefully, if someone could h

[linux-dvb] Re: Small STV299 cleanup

2004-06-07 Thread Johannes Stezenbach
Kenneth Aafløy wrote: > > patch attached, added myself to authors. Comitted to CVS. > Would you accept Lindent patch? There are some of that sort of cleanups in the kernel source which must be fed back into linuxtv.org CVS. It is Michael's responsibility to do this. Currently it is a pita to di

[linux-dvb] Dec 3000 who has a working one?

2004-06-07 Thread Netgrabber
I have a Hauppauge Dec 3000-S, I can't realy use it on linux. Are there any users who are successfully running a dec 3000?

[linux-dvb] avertv 771

2004-06-07 Thread Locke
ok, i have done some cleanups for the avertv drivers, based on the source of wolfram joost. if you are still changing some things, please post me wolfram. patches will be available soon, they will be based on the latest cvs release. i found a bug in dvb-bt8xx.c, it's not very important but it onl

[linux-dvb] dec 2000-t

2004-06-07 Thread frederik botha
i got my dec 2000-t running and working great,but i can only run it as root, can anyone tell me how to fix this and then also how do i get my remote to work? Do you Yahoo!?Friends. Fun. Try the all-new Yahoo! Messenger

[linux-dvb] Re: V-Stream DVB-T and linux

2004-06-07 Thread Wolfram Joost
Hi, > Currently we are aware that you use the Connexant > cx23883 as the PCI interface and a Samsung tuner Which tuner do they use? Is the mt352 part of the tuner? If yes, its probably the same tuner AVerMedia used for their 771-card... Have a look at http://www.sem.samsung.com/en/products/prod

[linux-dvb] Re: [PATCH] mt352 TPS_GIVEN shifts were wrong

2004-06-07 Thread Wolfram Joost
Hi, > Here's a patch against CVS for the mt352 driver. The TPS_GIVEN fields > had the wrong shifts (consistently off by 1) so it wouldn't tune for yeah, I found this bug, too ;) Wolfram

[linux-dvb] Re: avertv 771

2004-06-07 Thread Wolfram Joost
Hi, > ok, i have tested now with mythtv, it works perfectly, very special thanks :) > to Wolfram Joost, my friend Daniel and JK Jung for their work on the > drivers. i think some cleanups maybe should be done for the drivers and Currently working on the *_AUTO-parameters. Ioctls FE_GET_FRONTEND

[linux-dvb] Re: avertv 771

2004-06-07 Thread Locke
ok i put the patches underneath, i haven't got a webserver running so i can only send it by mail if nobody has problems with it. these patches are for the bttv part in the 2.6.6 kernel and work perfectly. cheers --- bttv-cards.c.bak 2004-05-25 22:28:20.0 +0200 +++ bttv-cards.c 2004-06-07

[linux-dvb] Re: [PATCH] kernel i2c driver for skystar2

2004-06-07 Thread Michael Hunold
Hello, On 06/07/04 13:18, C.Y.M. wrote: Was this an additional change? --- dvb-kernel/linux/drivers/media/dvb/ttpci/av7110.c 2004-06-07 04:10:34.0 -0700 +++ /usr/src/Linux-DVB.CVS/dvb-kernel/linux/drivers/media/dvb/ttpci/av7110.c 2004-05-27 02:27:24.0 -0700 @@ -136,7 +136,6 @@

[linux-dvb] Re: Woe with budget-ci that lacks ci

2004-06-07 Thread Andrew de Quincey
> On Mon, 7 Jun 2004, Andrew de Quincey wrote: > > > > 1) Signal. There's a set-top box attached to the same feed from the > > > > dish, no problems. > > > > 2) Tuner is physically bung. Installed Windows on the same hardware, > > > > used card-provided tuning/playback software, no problems at all

[linux-dvb] Re: [PATCH] mt352 TPS_GIVEN shifts were wrong

2004-06-07 Thread Holger Waechtler
Nathan Hand wrote: Would have helped if I'd attached the patch. manually applied to CVS. Can't test it though -- don't have a 2.6 kernel installed here... thanks for tracking this down; due to the well-working TPS autoprobing we never had this problem here. btw: does anybody of you has an idea

[linux-dvb] Re: Woe with budget-ci that lacks ci

2004-06-07 Thread David Zanetti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 7 Jun 2004, Andrew de Quincey wrote: > > > > 1) Signal. There's a set-top box attached to the same feed from the dish, > > > no problems. > > > 2) Tuner is physically bung. Installed Windows on the same hardware, used > > > card-provided tuni

[linux-dvb] Re: Woe with budget-ci that lacks ci

2004-06-07 Thread Andrew de Quincey
> > 1) Signal. There's a set-top box attached to the same feed from the dish, > > no problems. > > 2) Tuner is physically bung. Installed Windows on the same hardware, used > > card-provided tuning/playback software, no problems at all. > > > > What other info would be needed to help identify this

[linux-dvb] Re: Woe with budget-ci that lacks ci

2004-06-07 Thread Andrew de Quincey
[...] > 1) Tuning seems to drop away after a while: > > # dvbtune -f 1152000 -s 22500 -p v -m > [...] > Signal=51201, Verror=7424, SNR=51546dB, BlockErrors=0, (S|L|C|V|SY|) > Signal=51211, Verror=4864, SNR=52083dB, BlockErrors=0, (S|L|C|V|SY|) > Signal=51516, Verror=3072, SNR=52035dB, BlockErrors

[linux-dvb] V-Stream DVB-T and linux

2004-06-07 Thread Soyeb Aswat
Hello, I am contacting you as part of the LinuxTV (www.linuxtv.org) driver development groups efforts to develop open-source Linux drivers for DVB cards. Currently we support most cards that are available and we would also like to be able to support your DVB-T cards. To this end we require prog

[linux-dvb] Woe with budget-ci that lacks ci

2004-06-07 Thread David Zanetti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I recently bought a budget card, which originally I thought was just a plain budget (no CI), but turns out has the tracks for the CI interface, but no components on it. I'm yet to get a stable DVB feed out of the card, hence this post. Firstly, envi

[linux-dvb] Re: [PATCH] kernel i2c driver for skystar2

2004-06-07 Thread C.Y.M.
Was this an additional change? --- dvb-kernel/linux/drivers/media/dvb/ttpci/av7110.c 2004-06-07 04:10:34.0 -0700 +++ /usr/src/Linux-DVB.CVS/dvb-kernel/linux/drivers/media/dvb/ttpci/av7110.c 2004-05-27 02:27:24.0 -0700 @@ -136,7 +136,6 @@ av7110->dv

[linux-dvb] Re: [PATCH] kernel i2c driver for skystar2

2004-06-07 Thread Michael Hunold
Hello Vadim, On 06/07/04 09:13, Vadim Catana wrote: This patch allows the skystar2 driver to work with frontends which are converted to use kernel I2C (stv0299). Please apply. Thanks for the patch, it looks good. I applied it to the CVS, other Skystar2 users please test this and report any problem

[linux-dvb] Re: Hauppauge Nova-T End of Life (Was 3.3v DVB-T Cards)

2004-06-07 Thread Andrew de Quincey
On Tuesday 11 May 2004 21:32, Andrew de Quincey wrote: > On Monday 07 Jun 2004 02:42, Robert Schlabbach wrote: > > From: "Andrew de Quincey" <[EMAIL PROTECTED]> > > > > > As I said previously, the tda10045 based DVB-T cards definitely work > > > in the PCI slots in your picture. Additionally, the c

[linux-dvb] Re: [PATCH] mt352 TPS_GIVEN shifts were wrong

2004-06-07 Thread Nathan Hand
Would have helped if I'd attached the patch. On Mon, 2004-06-07 at 19:54 +1000, Nathan Hand wrote: > Here's a patch against CVS for the mt352 driver. The TPS_GIVEN fields > had the wrong shifts (consistently off by 1) so it wouldn't tune for > Canberra Australia. With this patch and the recent w

[linux-dvb] [PATCH] mt352 TPS_GIVEN shifts were wrong

2004-06-07 Thread Nathan Hand
Here's a patch against CVS for the mt352 driver. The TPS_GIVEN fields had the wrong shifts (consistently off by 1) so it wouldn't tune for Canberra Australia. With this patch and the recent work from Wolfgang and Locke my AverMedia DVB-T 771 finds channels with "scan". # scan /root/scan.in scanni

[linux-dvb] Re: avertv 771

2004-06-07 Thread Locke
ok, i have tested now with mythtv, it works perfectly, very special thanks to Wolfram Joost, my friend Daniel and JK Jung for their work on the drivers. i think some cleanups maybe should be done for the drivers and then the cvs should be patched. a kernel 2.6.7 release with these would be great

[linux-dvb] Re: Hauppauge Nova-T End of Life (Was 3.3v DVB-T Cards)

2004-06-07 Thread Andrew de Quincey
On Monday 07 Jun 2004 02:42, Robert Schlabbach wrote: > From: "Andrew de Quincey" <[EMAIL PROTECTED]> > > > As I said previously, the tda10045 based DVB-T cards definitely work > > in the PCI slots in your picture. Additionally, the cards _have_ the > > two chunks missing - why would TT specificall

[linux-dvb] Re: avertv 771

2004-06-07 Thread Locke
sorry for namemisspelling Wolfram, well i send a patch last week, for bttv.h: i added #define BTTV_AVERTV771 0x79 and in bttv-cards.c: i added nearly the same as you did. i also had an init code for the mt352 which resetted the chip, but tuning failed because of missing documentation. i c

[linux-dvb] [PATCH] kernel i2c driver for skystar2

2004-06-07 Thread Vadim Catana
Hi, This patch allows the skystar2 driver to work with frontends which are converted to use kernel I2C (stv0299). Please apply. Regards, Vadim Catana ? skystar2.patch Index: linux/drivers/media/dvb/b2c2/skystar2.c === RCS file: /cvs/li