Re: [linux-dvb] A-link DTU no tuning

2007-11-07 Thread Dag Nygren
Following up myself a bit: Just bought myself such a USB DVB tuner and it installs fine in Linus 2.6.23.1, but when trying to use scandvb with it I only get tuning failed!!! No errors in the logs though. It just doesn't tune. I found this mail:

Re: [linux-dvb] A-link DTU no tuning

2007-11-07 Thread Dag Nygren
Still more info on this issue: Downloaded and compiled the newest CVS (Mercurial). The driver is built in a different way, but it still doesn't work with this stick. Adding the magical : zl10353_single_write(fe, 0x5A, 0x0c); after zl10353_single_write(fe, 0x6D, 0x7E); in

[linux-dvb] Record endlessly, split based on EPG, maybe transcoding

2007-11-07 Thread Ernst B.
Hi, I have the following scenario. I'm using a Skystar 2 DVB-S card on Debian. I want to record one station endlessly/forever. I need a script that records all of time, AND splits files based on EPG (just don't want to have one huge file). I hope you understand what I mean. I want files like:

[linux-dvb] Problem with dvb_ttpci

2007-11-07 Thread VDR User
With recent copies of fresh v4l I started getting the following error upon trying to load drivers for my nexus-s: dvb_ttpci: Unknown symbol ttpci_eeprom_parse_mac After searching on google I found that this problem existed once before and here is a patch that reflects the fix i found: diff -ruN

[linux-dvb] Is SkyStar2 Rev 2.7V supported?

2007-11-07 Thread Alexander Rieger
Hello, I just was about to add a TechniSat SkyStar 2 Rev 2.7V to my VDR-Server which already has a Hauppauge Nexus 2.1 and a Nova-S. Unfortunately the driver doesn't seem to recoginze the SkyStar correctly and therefore no /dev/dvb/adapterX/... is created for this card. The drivers I use are

Re: [linux-dvb] A-link DTU no tuning

2007-11-07 Thread Antti Palosaari
heis, Can you say what are used modules or device usb-id? Demodulator seems to be zl10353, but what are tuner and usb-bridge (probably tuner qt1010? and usb-bridge gl861 or m9206?). regards Antti Dag Nygren wrote: Still more info on this issue: Downloaded and compiled the newest CVS

Re: [linux-dvb] A-link DTU no tuning

2007-11-07 Thread Dag Nygren
heis, Can you say what are used modules or device usb-id? Demodulator seems to be zl10353, but what are tuner and usb-bridge (probably tuner qt1010? and usb-bridge gl861 or m9206?). Terve! The drivers involved are: usb-bridge gl861 Tuner: qt1010 Best Dag

Re: [linux-dvb] hvr4000 patch for your multiproto tree

2007-11-07 Thread Gregoire Favre
Hello, where is this patch to be found ? I would really like to be abble to finaly test DVB-S2 with VDR :-) -- Grégoire FAVRE http://gregoire.favre.googlepages.com http://www.gnupg.org http://picasaweb.google.com/Gregoire.Favre ___

Re: [linux-dvb] DVB-S2 API vs. HVR4000: When?

2007-11-07 Thread frankio
Manu Abraham wrote: Francesco Schiavarelli wrote: Johannes Stezenbach wrote: On Sat, Nov 03, 2007, Manu Abraham wrote: If you see H.2 and H.3, the difference is between CCM and VCM (Note: that both are cases of multiple TS's) H.2 (CCM) is applicable for DVB-T muxes. Here

Re: [linux-dvb] VideoMate S350, need community advice

2007-11-07 Thread Anton P. Linevich
Greeting, Matthias! Tue, Nov 06, 2007 at 05:48:57PM +0100, zzam wrote: Well, last line saying that my card is hopeless under linux? Or I need dig more?! Best you first provide good pictures (both sides of the card) and a list of contained ICs. (I suggest to add it to the linuxtv.org

Re: [linux-dvb] DVB-S2 API vs. HVR4000: When?

2007-11-07 Thread Manu Abraham
frankio wrote: Manu Abraham wrote: Francesco Schiavarelli wrote: Johannes Stezenbach wrote: On Sat, Nov 03, 2007, Manu Abraham wrote: If you see H.2 and H.3, the difference is between CCM and VCM (Note: that both are cases of multiple TS's) H.2 (CCM) is applicable for DVB-T

Re: [linux-dvb] DVB-S2 API vs. HVR4000: When?

2007-11-07 Thread Manu Abraham
Manu Abraham wrote: frankio wrote: Manu Abraham wrote: Francesco Schiavarelli wrote: Johannes Stezenbach wrote: On Sat, Nov 03, 2007, Manu Abraham wrote: If you see H.2 and H.3, the difference is between CCM and VCM (Note: that both are cases of multiple TS's) H.2 (CCM) is

[linux-dvb] Need help with Nova-S-Plus

2007-11-07 Thread Christian Haul
Hi all, for a while, I haven't used my Hauppauge Nova-S-Plus which used to work fine. Now, it doesn't :-( Whenever I try to tune it, it fails: # scan -vvv /usr/share/doc/dvb-utils/examples/scan/dvb-s/Astra-19.2E scanning /usr/share/doc/dvb-utils/examples/scan/dvb-s/Astra-19.2E using

Re: [linux-dvb] Problem with dvb_ttpci

2007-11-07 Thread Trent Piepho
On Wed, 7 Nov 2007, VDR User wrote: With recent copies of fresh v4l I started getting the following error upon trying to load drivers for my nexus-s: dvb_ttpci: Unknown symbol ttpci_eeprom_parse_mac After searching on google I found that this problem existed once before and here is a patch

[linux-dvb] dvb-s encryption - how to capture a stream

2007-11-07 Thread Patrick Bulteel
Hi, I have a dvb-s card with a CAM and my subscription card. I get the message in syslog that shows the CAM is detected and initialized. However... I'm not sure how to get the encrypted video. Since it's a DVB-S card I thought szap would work, but although I get something, I can't view it,

Re: [linux-dvb] Strage SkyStar HD modprobe

2007-11-07 Thread Reinhard Nissl
Hi, Manu Abraham schrieb: Can someone verify whether the STB6100 has component values as in this image ? http://abraham.manu.googlepages.com/snapshot9.png in the problematic case ? If one is seeing ANALOG CARRIER from what i can see, this is due to a large Noise Floor, the large noise

[linux-dvb] DVB tuning in JNI does not work

2007-11-07 Thread Ben Bucksch
I'm trying to write a DVB recording application in Java. I chose JNI and a small native C/C++ function for tuning. However, I can't get tuning to work - I get no tuning lock and nothing on dvr either. As a test, I also copied the szap code verbatim into my file and just called zap_to() instead of

[linux-dvb] TT Cynergy 1200 DVB-C Device 1176

2007-11-07 Thread Thomas Kaiser
Hi I read this thread http://www.linuxtv.org/pipermail/linux-dvb/2007-February/015663.html but I can not figure out if this card is now supported by linux-dvb? Thomas -- http://www.kaiser-linux.li ___ linux-dvb mailing list linux-dvb@linuxtv.org

Re: [linux-dvb] DVB tuning in JNI does not work (solved)

2007-11-07 Thread Ben Bucksch
Duh. 2 days of hunting, and I find the problem right after I post - typical. I used the wrong order of magnitude for the frequencies (incl. LNB) and symbol rate. And that although I in the beginning tried to make extra sure they are correct, remembering that it was a major problem a few years

[linux-dvb] Problems with DVB-S using Hauppauge HVR-3000

2007-11-07 Thread Mark Guz
Hi all, I've been fighting this card for weeks now. I have this card running with CentOS5 and the 2.6.24-rc1 kernel. I have a UNIVERSAL LNB Sat dish pointed at Astra28.2E The problem is that I can't scan for channels on the lo-band only on the hi-band. I'm using the latest hg clone of the

[linux-dvb] DVICO NANO Australia

2007-11-07 Thread Collier Family
I have a DVICO NANO but I am having the same troubles others had in June. It appears it is not being recognised as being cold. I have followed the instructions at http://fremnet.net/article/228/dvico-fusionhdtv-dual-digital-4-under-linux and all went well except the frontend not set. dmesg

Re: [linux-dvb] DVICO NANO Australia

2007-11-07 Thread Michael Krufky
Michael Krufky wrote: Collier Family wrote: I have a DVICO NANO but I am having the same troubles others had in June. It appears it is not being recognised as being cold. I have followed the instructions at http://fremnet.net/article/228/dvico-fusionhdtv-dual-digital-4-under-linux and

Re: [linux-dvb] Problem with dvb_ttpci

2007-11-07 Thread alexw
On Wednesday 07 November 2007 22:19:54 Trent Piepho wrote: On Wed, 7 Nov 2007, VDR User wrote: With recent copies of fresh v4l I started getting the following error upon trying to load drivers for my nexus-s: dvb_ttpci: Unknown symbol ttpci_eeprom_parse_mac After searching on google I

Re: [linux-dvb] DVICO NANO Australia

2007-11-07 Thread Michael Krufky
Collier Family wrote: I have a DVICO NANO but I am having the same troubles others had in June. It appears it is not being recognised as being cold. I have followed the instructions at http://fremnet.net/article/228/dvico-fusionhdtv-dual-digital-4-under-linux and all went well except

Re: [linux-dvb] DVICO NANO Australia

2007-11-07 Thread Collier Family
Thanks for the fast response - yes it does work in windows. - Original Message - From: Michael Krufky [EMAIL PROTECTED] To: Collier Family [EMAIL PROTECTED] Cc: linux-dvb@linuxtv.org Sent: Thursday, November 08, 2007 2:58 PM Subject: Re: [linux-dvb] DVICO NANO Australia Michael

[linux-dvb] Help. VIDIOC_S_FMT

2007-11-07 Thread kevin liu
Dear everyone: I wonder why v4l2 driver cancel all the urbs in VIDIOC_S_FMT and then reinit all the urbs to submit. VIDIOC_S_FMT only negotiate frame format with application like mplayer and has nothing to do with our v4l2 driver. And in my driver I follow the way most drivers have

Re: [linux-dvb] TT Cynergy 1200 DVB-C Device 1176

2007-11-07 Thread Oliver Endriss
Thomas Kaiser wrote: Hi I read this thread http://www.linuxtv.org/pipermail/linux-dvb/2007-February/015663.html but I can not figure out if this card is now supported by linux-dvb? Should be supported by the budget-av driver. Oliver --