[linux-dvb] hvr-1800 status?

2007-11-05 Thread cromworshipper-linuxdvb
I just picked up this card and I'm looking forward to trying it. I run Fedora 7 x86_64 2.6.23-1.10. I guess I'll try the steps as described at http://linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers and see how it goes. How close are we to getting NTSC to work? Do I need

Re: [linux-dvb] dvb-usb-vp702x-02.fw

2007-11-05 Thread Patrick Boettcher
The starbox 1 is quite limited in regards to data streaming: It has only 8 PID-filter-entries (Where in my tests I only could use 6). That makes the card quite uncomfortable to use for end-user-software like vdr or mythtv. This is mainly the reason why I skipped adding support for it.

Re: [linux-dvb] dvb_usb_vp7045 usb control message out went wrong. Solution!

2007-11-05 Thread mike n
Hi, Back in May in this mailing list there were few messages describing a problem with Twinhan Alpha USB2 DVB-T (the old device, not the new one with the same brand name which doesn't work at all in Linux, yet) device. Couple people reported (including me) that this device had problems in

Re: [linux-dvb] Still no VHF support in mt2266 ?

2007-11-05 Thread Patrick Boettcher
In my hg repository the patch is committed. Due to time limitations I could not prepare it for 2.6.24 ... sorry. Patrick. On Sat, 3 Nov 2007, Michael Baudinne wrote: Namaste, I have a Nova-TD usb stick on Debian Etch with the latest hg v4l-dvb tree compiled against the backports kernel

Re: [linux-dvb] hvr-1800 status?

2007-11-05 Thread Michael Krufky
[EMAIL PROTECTED] wrote: I just picked up this card and I'm looking forward to trying it. I run Fedora 7 x86_64 2.6.23-1.10. I guess I'll try the steps as described at http://linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers and see how it goes. How close are we to getting

Re: [linux-dvb] hvr-1800 status?

2007-11-05 Thread Steven Toth
Michael Krufky wrote: [EMAIL PROTECTED] wrote: I just picked up this card and I'm looking forward to trying it. I run Fedora 7 x86_64 2.6.23-1.10. I guess I'll try the steps as described at http://linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers and see how it goes. How

[linux-dvb] GDI Black Gold [14c7:0108]

2007-11-05 Thread Richard Runds
Hi, Have a GDI Black Gold card with subsystem 14c7:0108 and I cannot make it work. Does anyone on the list have a working config for this card and/or know how to make this card work? I'm getting so far as video1 and vbi1 is created, but I don't have any entries in /dev/dvb/. cat /dev/video1

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

2007-11-05 Thread Steven Toth
Johannes Stezenbach wrote: On Fri, Nov 02, 2007, Steven Toth wrote: The design goals for me are: 1) We stop trying to predict what the API will need in 5 years, and focus on building a very simplistic ioctl API for getting and setting generic frontend properties, it should be basic enough

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

2007-11-05 Thread Steven Toth
Markus Rechberger wrote: On 11/5/07, Steven Toth [EMAIL PROTECTED] wrote: Johannes Stezenbach wrote: On Fri, Nov 02, 2007, Steven Toth wrote: The design goals for me are: 1) We stop trying to predict what the API will need in 5 years, and focus on building a very simplistic ioctl API for

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

2007-11-05 Thread Johannes Stezenbach
On Mon, Nov 05, 2007, Steven Toth wrote: Johannes Stezenbach wrote: struct dvb_tuning_param p[3] = { { .id = MODULATION, .val = MOD_8VSB }, { .id = FREQUENCY, .val = 59125 }, { .id = 0 } }; ioctl(fd, DVB_TUNE, p); You can't

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

2007-11-05 Thread Johannes Stezenbach
On Mon, Nov 05, 2007, Johannes Stezenbach wrote: Of course you can have variable length args to ioctl(). It's just that you can't let dvb_usercopy() do the work anymore but have to call copy_from_user() yourself, but I would favor a simple, generic API anytime over one with unnecessary,

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

2007-11-05 Thread Ian Bonham
On 05/11/2007, Johannes Stezenbach [EMAIL PROTECTED] wrote: Seems like no one is interested. BTW, since every DVB-S2 demod is also a DVB-S demod, why does no one split the DVB-S parts of their driver for merging first? It would make the users happy as it would change the state from card

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

2007-11-05 Thread Marcel Siegert
On Monday 05 November 2007, Johannes Stezenbach wrote: On Mon, Nov 05, 2007, Steven Toth wrote: Johannes Stezenbach wrote: struct dvb_tuning_param p[3] = { { .id = MODULATION, .val = MOD_8VSB }, { .id = FREQUENCY, .val = 59125 }, { .id = 0 }

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

2007-11-05 Thread Steven Toth
At this stage I'm looking for a Yes, in principle we like the idea, but show me how you do feature XYZ from other devs. At which point I'll flush out more code this would probably lead to an RFC for your approval. Seems like no one is interested. yeah, apparently. (unrelated: thanks

Re: [linux-dvb] dvb-usb-vp702x-02.fw

2007-11-05 Thread Greg Suarez
Patrick, I'd like to contribute to the project, so maybe this will be a good place for me to start. Although the starbox 1 is limited by it's capabilities, at least I can contribute to the completeness of device support of the project. If you have the time and patience maybe you could help me

Re: [linux-dvb] hvr-1800 status?

2007-11-05 Thread cromworshipper-linuxdvb
On Monday 05 November 2007 07:02:27 am Steven Toth wrote: Michael Krufky wrote: [EMAIL PROTECTED] wrote: I just picked up this card and I'm looking forward to trying it. I run Fedora 7 x86_64 2.6.23-1.10. I guess I'll try the steps as described at

Re: [linux-dvb] hvr-1800 status?

2007-11-05 Thread Steven Toth
[EMAIL PROTECTED] wrote: On Monday 05 November 2007 07:02:27 am Steven Toth wrote: Michael Krufky wrote: [EMAIL PROTECTED] wrote: I just picked up this card and I'm looking forward to trying it. I run Fedora 7 x86_64 2.6.23-1.10. I guess I'll try the steps as described at

Re: [linux-dvb] hvr-1800 status?

2007-11-05 Thread Randall Stewart
Hi guys, Would this apply to the hvr-1600 also? I've got both the hvr-1800 and 1600 in two different HP media boxes running Vista. Thanks - Original Message From: Steven Toth [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: linux-dvb@linuxtv.org; Michael Krufky [EMAIL PROTECTED] Sent:

Re: [linux-dvb] hvr-1800 status?

2007-11-05 Thread Steven Toth
Randall Stewart wrote: Hi guys, Would this apply to the hvr-1600 also? I've got both the hvr-1800 and 1600 in two different HP media boxes running Vista. Hi, No. Please comment/reply in the correct place, either at the end of the email or inline if you're referencing someone's

Re: [linux-dvb] hvr-1800 status?

2007-11-05 Thread Steven Toth
Randall Stewart wrote: - Original Message From: Steven Toth [EMAIL PROTECTED] To: Randall Stewart [EMAIL PROTECTED] Cc: linux-dvb@linuxtv.org Sent: Monday, November 5, 2007 1:37:05 PM Subject: Re: [linux-dvb] hvr-1800 status? Randall Stewart wrote: Hi guys, Would this apply to

[linux-dvb] Geniatech SatBox

2007-11-05 Thread Greg Suarez
All, Does anyone gotten the SatBox from Geniatech to work? Can anyone recommend a supported USB-2 DVB-S device that can be acquired in the US? Thank you, Greg Suarez ___ linux-dvb mailing list linux-dvb@linuxtv.org

[linux-dvb] (no subject)

2007-11-05 Thread Olivier GARET
Hi, DVB-T has just arrived in our town. I made a frequency file, that you can find in attachment. It works perfectly. Hoping this is the right place to post... Best Regards Olivier /home/garet/fr-Nancy Description: Binary data ___ linux-dvb mailing