Re: [linux-dvb] [PATCH] allow dvb-usb firmware loading in warm state?

2008-01-22 Thread Patrick Boettcher
Hi Ivor,

how sure are you that really the new firmware was downloaded?

It is not possible to download another firmware, once a firwmare was 
downloaded. Meaning you cannot stop the firmware running already, it will 
simply continue to run. When the new firmware downloaded is only slightly 
different it may not crash, otherwise it will simply stop to work.

So your patch enables something which was meant to be not there because of 
hardware limitations.

Patrick.

On Mon, 21 Jan 2008, Ivor Hewitt wrote:

 Hi,
 I was having (still am! :) trouble with my nova-t 500 card and I wanted 
 a way to be able try a different firmware... but the current code only 
 loads in a cold state... and my mythbackend is pretty inaccessible, so 
 I made the attached change. This allows a module parameter of 
 force_load_firmware which causes the cold state logic to be used 
 when warm. Thought this might be a useful idea, it was handy for me anyway.
 
 Cheers,
 Ivor
 
 -- snip --
 
   /* DIB7070 generic */
 diff -r 7564c110491e linux/drivers/media/dvb/dvb-usb/dvb-usb-init.c
 --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-init.cSun Jan 20 
 09:13:44 2008 -0200
 +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-init.cMon Jan 21 
 11:55:20 2008 +
 @@ -25,6 +25,10 @@ static int dvb_usb_force_pid_filter_usag
   static int dvb_usb_force_pid_filter_usage;
   module_param_named(force_pid_filter_usage, 
 dvb_usb_force_pid_filter_usage, int, 0444);
   MODULE_PARM_DESC(force_pid_filter_usage, force all dvb-usb-devices to 
 use a PID filter, if any (default: 0).);
 +
 +int dvb_usb_force_firmware;
 +module_param_named(force_load_firmware, dvb_usb_force_firmware, int, 0444);
 +MODULE_PARM_DESC(force_load_firmware, force firmware loading even when 
 in warm state.);
 
   static int dvb_usb_adapter_init(struct dvb_usb_device *d)
   {
 @@ -230,7 +234,7 @@ int dvb_usb_device_init(struct usb_inter
  return -ENODEV;
  }
 
 -   if (cold) {
 +   if (cold||dvb_usb_force_firmware) {
  info(found a '%s' in cold state, will try to load a 
 firmware,desc-name);
  ret = dvb_usb_download_firmware(udev,props);
  if (!props-no_reconnect || ret != 0)
 
 
 
 
 ___
 linux-dvb mailing list
 linux-dvb@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
 


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[linux-dvb] VP-2033

2008-01-22 Thread Manu Abraham
Hi all,

Can someone test whether the VP-2033 works from this
tree: http://jusst.de/hg/mantis

Regards,
Manu


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[linux-dvb] Patches review for Nova-T-500

2008-01-22 Thread Nicolas Will
All, and maybe Patrick in particular,

There is a list of patches here:

http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500#Drivers

Some could probably be considered for inclusion into the main tree.

Some may be hacks that probably have a good reason to be, but with a
weird implementation and may need some additional work.

Could someone with experience give it a look and review what's good or
not?

Cleaning up that part, thus making it easier to make it work
consistently, will make the Nova-T-500 even more appealing to DVB-T
users.

Many thanks !

Nico



___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] winfast dtv dongle (dib0700) support

2008-01-22 Thread Michael Lamothe
Hi,

I also have the Winfast DTV Dongle (dib0700) and have had it running
for months now on the kernel in the Gutsy repo with no mods
(Currently, 2.6.22-14).  The restricted driver manager in Gutsy even
picked up the device, downloaded and installed the firmware.  Is there
any other information you can supply?

Thanks,

Michael

On 22/01/2008, Jeff Bailes [EMAIL PROTECTED] wrote:
 Hi Phil,
 I got a winfast dtv dongle a week ago and got it working with 2.6.23.
 I first checked which version I had (6f00 or 6f01) using lsusb.
 Turns out I had the 6f01 which my kernel didn't support.  So as a 
 quick
 fix I recompiled the kernel changing the all occurrences of 6f00 in
 drivers/media/dvb/dvb-usb/dvb-usb-ids.h to 6f01.
 Then I just copied the firmware to /lib/firmware and it worked.  (At
 least, I think that's all I did).
 Jeff

 On Tue, 22 Jan 2008 12:16:54 +1100
 ptay1685 [EMAIL PROTECTED] wrote:

  The  dvb wiki page about dvb-t usb devices is a bit unclear about support 
  for
  the Leadtek Winfast DTV dongle. The dib0700 section header states that Linux
  will support dib0700 devices very soon whearas the entry for the Leadtek
  DTV dongle states that there are two versions of the dongle (dib3000 and
  dib0700) but that both are supportED under Linux.
 
  I have tried both Suse 10.3 (kernel 2.6.22) and Fedora 8 (kernel 2.6.23) and
  neither pick up the device (no dvb-usb message) although a usb message is
  issued to show the device is connected. This seems to suggest that the very
  soon comment in the wiki is correct. By the way, the device works fine on
  the exact same machine under Windows, so there are no hardware issues as 
  such.
 
  Can anyone give me any idea when support might be complete for this device?
  Or if support is there in the kernel, why I might be having trouble getting
  the device to be recognised?
 
  P.S. I have a Nebula Digitv usb tuner also connected and it is detected and
  usable under all current Linux distros.
 
  Many thanks,
 
  Phil T.

 ___
 linux-dvb mailing list
 linux-dvb@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Software support for the Technotrend TT-Budget S-1500

2008-01-22 Thread Andrew Junev
Tuesday, January 22, 2008, 3:01:32 AM, you wrote:

 On Mon, 2008-01-21 at 16:12 -0700, Michael Finch wrote:
 I am curious if the reason for the lack of support for the S-1401 card
 is simply because nobody has gotten around to developing LINUX support
 for it or if there is a good reason to go with the S-1500 card
 instead. 

 A driver for the S-1401 was written about 12-18 months ago.  I haven't
 tried it for some time, and I'm not sure of the exact status - there
 were a few discussions last year on the mailing list to do with tweaks
 to the signal strength, etc. - but last time I did use it it was very
 stable and did what I wanted it to do.

I can confirm that. I have two TT S-1401 cards in my MythTV system
based on Fedora 8. It works just great right out of the box.
In fact, I started using these cards on Fedora 6 over a year ago. And
it also worked great with no additional drivers necessary.

So I'd say S-1401 has a very good support in Linux.

I didn't try S-1500 though...

P.S. Looking to try the S2-3200 with multiproto... :)

--
Best Regards,
Andrew



___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] [PATCH] allow dvb-usb firmware loading in warm state?

2008-01-22 Thread ivor
On Tue, Jan 22, 2008 at 09:17:45AM +0100, Patrick Boettcher wrote:
 Hi Ivor,
 
 how sure are you that really the new firmware was downloaded?
 
 It is not possible to download another firmware, once a firwmare was 
 downloaded. Meaning you cannot stop the firmware running already, it will 
 simply continue to run. When the new firmware downloaded is only slightly 
 different it may not crash, otherwise it will simply stop to work.
 
 So your patch enables something which was meant to be not there because of 
 hardware limitations.
 
Ahhh right, many thanks for the info.

Cheers,
Ivor.

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] HVR-4000

2008-01-22 Thread Jean Paul Gatt
Good job on the wiki so far. At last there is one place that can serve as a
showcase for all the hard work done.

I'm going to be a pain now ...

Can this too functionality be included in the wiki too ? :)


On Jan 21, 2008 7:15 PM, Ulrich Eckhardt [EMAIL PROTECTED] wrote:

 Craig Whitmore wrote:

  What we need is someone to start to write the support for multiple
 frontends
  so we can get the DVB-S and DVB-T enabled at the same time. (Steven's
  patches for multiple frontends for the HVR3000 work but they are very
 out of
  date and don't work with the latest kernels)

 Hi,

 i have modified several patches for the HVR3000, so that they can be
 used at least against the merciural build from december 2007 with a
 recent 2.6.24 kernel: http://www.uli-eckhardt.de/hvr3000/index.en.html

 Uli
 --
 Ulrich Eckhardt  http://www.uli-eckhardt.de

 Ein Blitzableiter auf dem Kirchturm ist das denkbar stärkste
 Misstrauensvotum gegen den lieben Gott. (Karl Krauss)

 ___
 linux-dvb mailing list
 linux-dvb@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb




-- 
http://www.e-kavallieri.com
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] Pinnacle PCTV 60e

2008-01-22 Thread Luke Mackenzie
Hi,

I have been speaking to 'sn9' on the #linuxtv IRC channel and he advised 
me that it might be possible to force the PCTV200e driver to recognise 
the 60e as the chipsets are the same. The 60e is a USB device but not a 
dongle.

http://www.pinnaclesys.com/PublicSite/uk/Products/Consumer+Products/PCTV+Tuners/PCTV+Digital+PVR+(DVB-S_DVB-T)/PCTV+60e.htm

http://www.linuxtv.org/v4lwiki/index.php/Pinnacle/60e


Apparently the man to speak to is Markus Rechberger (mrec). I would be 
grateful if he could let me know how I would go about achieving this or 
if it is possible? I am happy to do testing and help release a usable 
driver. I am not a Linux expert and don't know C but am reasonably 
technical (if being a php developer counts!).

Many thanks,

Luke Mackenzie.

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] HVR-4000

2008-01-22 Thread Craig Whitmore
 Good job on the wiki so far. At last there is one place that can serve as 
 a showcase for all the hard work done.
 I'm going to be a pain now ...
 Can this too functionality be included in the wiki too ? :)

When it works. I had a quick try tonight patching the HVR3000 multi frontend 
support with the HVR4000 stuff and all that came out was it crashing when 
loading the frontends...


I need to look into it more..

Thanks





___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[linux-dvb] Possible EIT corruption using lastest patch for Nova-T 500 (from dib7000p tuning problem solved)

2008-01-22 Thread Eduard Huguet
Hi,
I've just applied the patch and compiled the drivers. I haven't tested
actual tuning, since I'm not in front of my computer now, but this is awaken
and idle so MythTV is  currently simply scanning EIT data. So well, the
following messages has started appearing on my mythbackend.log:

2008-01-22 12:37:50.742 Error: offset181, pes length  current can not be
queried
2008-01-22 12:37:50.744 EITHelper: Added 2 events
2008-01-22 12:37:51.217 EITHelper: Added 7 events
2008-01-22 12:37:51.339 330 secs left to system shutdown!
2008-01-22 12:37:51.706 EITHelper: Added 3 events
2008-01-22 12:37:52.164 EITHelper: Added 4 events
2008-01-22 12:37:52.593 EITHelper: Added 2 events
2008-01-22 12:37:53.011 EITHelper: Added 1 events
2008-01-22 12:37:53.428 EITHelper: Added 1 events
2008-01-22 12:37:55.208 Error: offset181, pes length  current can not be
queried
2008-01-22 12:37:56.982 Error: offset181, pes length  current can not be
queried
2008-01-22 12:38:01.411 320 secs left to system shutdown!
2008-01-22 12:38:11.484 310 secs left to system shutdown!
2008-01-22 12:38:15.448 EITHelper: Added 1 events
2008-01-22 12:38:21.553 300 secs left to system shutdown!
2008-01-22 12:38:26.326 Error: offset181, pes length  current can not be
queried
2008-01-22 12:38:31.626 290 secs left to system shutdown!
2008-01-22 12:38:41.698 280 secs left to system shutdown!
2008-01-22 12:38:51.767 270 secs left to system shutdown!
2008-01-22 12:38:54.451 Error: offset181, pes length  current can not be
queried


The error about offset181 etc... is usually due to the card receiving
corrupt data, and usually causes MySQL table corruption that must be fixed
using myisamchk. I'm pretty sure this wasn't appearing these past days,
and today we are in a very good weather condition so I don't think it's
related a bad signal reception.

I'm going to unapply the patch and test again after repairing the database.

Best regards,
  Eduard
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Possible EIT corruption using lastest patch for Nova-T 500 (from dib7000p tuning problem solved)

2008-01-22 Thread Nicolas Will

On Tue, 2008-01-22 at 12:41 +0100, Eduard Huguet wrote:
 Hi, 
 I've just applied the patch and compiled the drivers. I haven't
 tested actual tuning, since I'm not in front of my computer now, but
 this is awaken and idle so MythTV is  currently simply scanning EIT
 data. So well, the following messages has started appearing on my
 mythbackend.log:
 
 2008-01-22 12:37:50.742 Error: offset181, pes length  current can
 not be queried
 2008-01-22 12:37:50.744 EITHelper: Added 2 events
 2008-01-22 12:37: 51.217 EITHelper: Added 7 events
 2008-01-22 12:37:51.339 330 secs left to system shutdown!
 2008-01-22 12:37:51.706 EITHelper: Added 3 events
 2008-01-22 12:37:52.164 EITHelper: Added 4 events
 2008-01-22 12:37:52.593 EITHelper: Added 2 events
 2008-01-22 12:37:53.011 EITHelper: Added 1 events
 2008-01-22 12:37:53.428 EITHelper: Added 1 events
 2008-01-22 12:37:55.208 Error: offset181, pes length  current can
 not be queried 
 2008-01-22 12:37:56.982 Error: offset181, pes length  current can
 not be queried
 2008-01-22 12:38:01.411 320 secs left to system shutdown!
 2008-01-22 12:38:11.484 310 secs left to system shutdown!
 2008-01-22 12:38: 15.448 EITHelper: Added 1 events
 2008-01-22 12:38:21.553 300 secs left to system shutdown!
 2008-01-22 12:38:26.326 Error: offset181, pes length  current can
 not be queried
 2008-01-22 12:38:31.626 290 secs left to system shutdown! 
 2008-01-22 12:38:41.698 280 secs left to system shutdown!
 2008-01-22 12:38:51.767 270 secs left to system shutdown!
 2008-01-22 12:38:54.451 Error: offset181, pes length  current can
 not be queried
 
 
 The error about offset181 etc... is usually due to the card
 receiving corrupt data, and usually causes MySQL table corruption that
 must be fixed using myisamchk. I'm pretty sure this wasn't appearing
 these past days, and today we are in a very good weather condition so
 I don't think it's related a bad signal reception. 
 
 I'm going to unapply the patch and test again after repairing the
 database.
 


I have none of these errors, and I have scanned my logs since the patch
got applied (Jan 21 20:31:39).

My DB looks clean and error-free.

For example:

2008-01-22 11:15:59.680 EITScanner: Now looking for EIT data on 
multiplex of channel 1
2008-01-22 11:16:58.558 EITScanner: Added 9 EIT Events
2008-01-22 11:17:27.204 EITScanner: Added 124 EIT Events
2008-01-22 11:19:57.640 EITScanner: Added 2 EIT Events
2008-01-22 11:19:57.645 Reschedule requested for id -1.
2008-01-22 11:19:58.489 Scheduled 69 items in 0.8 = 0.12 match + 0.73 
place
2008-01-22 11:21:10.416 EITScanner: Now looking for EIT data on 
multiplex of channel 10
2008-01-22 11:21:20.914 EITScanner: Now looking for EIT data on 
multiplex of channel 11
2008-01-22 11:22:14.621 EITScanner: Added 11 EIT Events
2008-01-22 11:22:25.830 EITScanner: Added 7 EIT Events
2008-01-22 11:23:59.271 EITScanner: Added 4 EIT Events
2008-01-22 11:23:59.276 Reschedule requested for id -1.
2008-01-22 11:24:00.100 Scheduled 69 items in 0.8 = 0.11 match + 0.71 
place
2008-01-22 11:26:11.878 EITScanner: Added 1 EIT Events
2008-01-22 11:26:12.562 EITScanner: Added 2 EIT Events
2008-01-22 11:26:21.165 EITScanner: Now looking for EIT data on 
multiplex of channel 16
2008-01-22 11:26:48.442 EITScanner: Now looking for EIT data on 
multiplex of channel 12
2008-01-22 11:27:28.193 EITScanner: Added 7 EIT Events
2008-01-22 11:27:28.201 Reschedule requested for id -1.
2008-01-22 11:27:28.993 Scheduled 69 items in 0.8 = 0.11 match + 0.68 
place
2008-01-22 11:27:53.426 EITScanner: Added 8 EIT Events
2008-01-22 11:29:44.756 match[0]: -900 'Take a Bow' vs. 'Finley the 
Fire Engine'
2008-01-22 11:31:03.319 EITScanner: Added 3 EIT Events
2008-01-22 11:31:03.324 Reschedule requested for id -1.
2008-01-22 11:31:04.138 Scheduled 69 items in 0.8 = 0.12 match + 0.69 
place
2008-01-22 11:31:06.353 EITScanner: Added 4 EIT Events
2008-01-22 11:31:31.192 EITScanner: Added 1 EIT Events
2008-01-22 11:31:31.660 EITScanner: Now looking for EIT data on 
multiplex of channel 71
2008-01-22 11:32:13.242 EITScanner: Added 1 EIT Events
2008-01-22 11:32:16.142 EITScanner: Now looking for EIT data on 
multiplex of channel 1
2008-01-22 11:33:02.801 EITScanner: Added 389 EIT Events
2008-01-22 11:33:22.705 EITScanner: Added 16 EIT Events
2008-01-22 11:35:15.163 EITScanner: Added 1 EIT Events
2008-01-22 11:35:15.164 Reschedule requested for id -1.
2008-01-22 11:35:15.981 Scheduled 69 items in 0.8 = 0.09 match + 0.73 
place
2008-01-22 11:36:42.121 EITScanner: Now looking for EIT data on 
multiplex of channel 11
2008-01-22 11:37:43.729 EITScanner: Now looking for EIT data on 
multiplex of channel 10
2008-01-22 11:38:11.125 EITScanner: Added 

Re: [linux-dvb] Possible EIT corruption using lastest patch for Nova-T 500 (from dib7000p tuning problem solved)

2008-01-22 Thread Eduard Huguet
Mmmh, disregard for now this report. I've just discovered that the errors
were in the log since some days ago, so possibly they have no relationship
with this patch.

Sorry for any inconvenience caused. Anyway, I'm going to let it some hours
running and scanning with and without the patch to see if there is any
problem with this patch and EIT.

Best regards,
  Eduard



2008/1/22, Eduard Huguet [EMAIL PROTECTED]:

 Hi,
 I've just applied the patch and compiled the drivers. I haven't tested
 actual tuning, since I'm not in front of my computer now, but this is awaken
 and idle so MythTV is  currently simply scanning EIT data. So well, the
 following messages has started appearing on my mythbackend.log:

 2008-01-22 12:37:50.742 Error: offset181, pes length  current can not be
 queried
 2008-01-22 12:37:50.744 EITHelper: Added 2 events
 2008-01-22 12:37: 51.217 EITHelper: Added 7 events
 2008-01-22 12:37:51.339 330 secs left to system shutdown!
 2008-01-22 12:37:51.706 EITHelper: Added 3 events
 2008-01-22 12:37:52.164 EITHelper: Added 4 events
 2008-01-22 12:37:52.593 EITHelper: Added 2 events
 2008-01-22 12:37:53.011 EITHelper: Added 1 events
 2008-01-22 12:37:53.428 EITHelper: Added 1 events
 2008-01-22 12:37:55.208 Error: offset181, pes length  current can not be
 queried
 2008-01-22 12:37:56.982 Error: offset181, pes length  current can not be
 queried
 2008-01-22 12:38:01.411 320 secs left to system shutdown!
 2008-01-22 12:38:11.484 310 secs left to system shutdown!
 2008-01-22 12:38: 15.448 EITHelper: Added 1 events
 2008-01-22 12:38:21.553 300 secs left to system shutdown!
 2008-01-22 12:38:26.326 Error: offset181, pes length  current can not be
 queried
 2008-01-22 12:38:31.626 290 secs left to system shutdown!
 2008-01-22 12:38:41.698 280 secs left to system shutdown!
 2008-01-22 12:38:51.767 270 secs left to system shutdown!
 2008-01-22 12:38:54.451 Error: offset181, pes length  current can not be
 queried


 The error about offset181 etc... is usually due to the card receiving
 corrupt data, and usually causes MySQL table corruption that must be fixed
 using myisamchk. I'm pretty sure this wasn't appearing these past days,
 and today we are in a very good weather condition so I don't think it's
 related a bad signal reception.

 I'm going to unapply the patch and test again after repairing the
 database.

 Best regards,
   Eduard






___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Possible EIT corruption using lastest patch for Nova-T 500 (from dib7000p tuning problem solved)

2008-01-22 Thread Eduard Huguet
Definitely it's not related to the patch. I'm seeing again the error
appearing on my log after less than 1h running. The patch was not applied
this time, so it's probably related a receiving issue on one of the
channels.

Sorry for disturbing. I'm going to reapply the patch to provide feedback for
it.

Regards,
  Eduard



2008/1/22, Eduard Huguet [EMAIL PROTECTED]:

 Mmmh, disregard for now this report. I've just discovered that the errors
 were in the log since some days ago, so possibly they have no relationship
 with this patch.

 Sorry for any inconvenience caused. Anyway, I'm going to let it some hours
 running and scanning with and without the patch to see if there is any
 problem with this patch and EIT.

 Best regards,
   Eduard



 2008/1/22, Eduard Huguet [EMAIL PROTECTED]:
 
  Hi,
  I've just applied the patch and compiled the drivers. I haven't
  tested actual tuning, since I'm not in front of my computer now, but this is
  awaken and idle so MythTV is  currently simply scanning EIT data. So well,
  the following messages has started appearing on my mythbackend.log:
 
  2008-01-22 12:37:50.742 Error: offset181, pes length  current can not
  be queried
  2008-01-22 12:37:50.744 EITHelper: Added 2 events
  2008-01-22 12:37: 51.217 EITHelper: Added 7 events
  2008-01-22 12:37:51.339 330 secs left to system shutdown!
  2008-01-22 12:37:51.706 EITHelper: Added 3 events
  2008-01-22 12:37:52.164 EITHelper: Added 4 events
  2008-01-22 12:37: 52.593 EITHelper: Added 2 events
  2008-01-22 12:37:53.011 EITHelper: Added 1 events
  2008-01-22 12:37:53.428 EITHelper: Added 1 events
  2008-01-22 12:37:55.208 Error: offset181, pes length  current can not
  be queried
  2008-01-22 12:37:56.982 Error: offset181, pes length  current can not
  be queried
  2008-01-22 12:38:01.411 320 secs left to system shutdown!
  2008-01-22 12:38:11.484 310 secs left to system shutdown!
  2008-01-22 12:38: 15.448 EITHelper: Added 1 events
  2008-01-22 12:38:21.553 300 secs left to system shutdown!
  2008-01-22 12:38:26.326 Error: offset181, pes length  current can not
  be queried
  2008-01-22 12:38:31.626 290 secs left to system shutdown!
  2008-01-22 12:38:41.698 280 secs left to system shutdown!
  2008-01-22 12:38:51.767 270 secs left to system shutdown!
  2008-01-22 12:38:54.451 Error: offset181, pes length  current can not
  be queried
 
 
  The error about offset181 etc... is usually due to the card receiving
  corrupt data, and usually causes MySQL table corruption that must be fixed
  using myisamchk. I'm pretty sure this wasn't appearing these past days,
  and today we are in a very good weather condition so I don't think it's
  related a bad signal reception.
 
  I'm going to unapply the patch and test again after repairing the
  database.
 
  Best regards,
Eduard
 
 
 
 
 
 

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Pinnacle 800i driver problems

2008-01-22 Thread Timothy E. Krantz
Greetings all,
Ok, I feel really dumb but I have having a devil of a time getting linux to
see my capture card.  I believe I am doing everything right, but then again,
I don't know.
I downloaded the file posted about a week ago stating it was a patch for the
pinnacle pci card (800i).  I extracted the tz file, opened terminal, cd
directory to the folder, did sudo make, sudo make install and restarted my
computer.  When I start mythtv back end, I get no card can be found error.
I'm sure I am really close to getting this to work.  Any help for a linux
nOOb would be greatly appreciated.
Thanks
 
Can you tell us a little more about what you are seeing.  
 
What file did you download from where?
 
What does the output from dmesg say about cx88? 
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Help with DVBT USB Tuner

2008-01-22 Thread Anubis Ra
I opened it up and managed to removed the resin from the top of the IC. The
IC is a WJCE6230.

The link to the manufacturer website is

http://www.rfe.com.cn/doce/6230.htm




On 21/01/2008, Albert Comerma [EMAIL PROTECTED] wrote:

 The first you should do; break it, void your warranty and make a nice pic
 of what's inside. Only knowing the chips it uses it's possible to make a
 driver. If you are lucky perhaps it has some screws... and in the luckiest
 case, perhaps the chips are already supported, so the driver could be easy.

 Albert

 2008/1/21, Anubis Ra [EMAIL PROTECTED]:
 
  Hi All,
 
  I just acquired a new DVBT USB tuner to which I can't find the correct
  firmware.
 
  Installing the Driver on a Windows Machine I could find the manufacturer
  WaterVision (http://www.waterv.com) and deduced that this device is a
  WV-TRF-B3.
 
  lsusb reports
 
  Bus 002 Device 010: ID 8086:9501 Intel Corp.
 
  but a an dmesg | tail returns
 
  [113263.765840] usb 2-2: new full speed USB device using uhci_hcd and
  address 10
  [113264.006780] usb 2-2: configuration #1 chosen from 1 choice
 
  I tried searching about this device hours on end but could not find
  anything related to this USB DVBT Device.
 
  Could anyone help me to identify the firmware / modules required to
  install this device?
 
  Thanks
 
 
 
  ___
  linux-dvb mailing list
  linux-dvb@linuxtv.org
  http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
 


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Help with DVBT USB Tuner

2008-01-22 Thread Albert Comerma
If I'm correct I think that this chip is not supported at all for any
current driver development, so, unless you get information from the
manufacturer and you try to build the driver, it will not be supported soon.

2008/1/22, Anubis Ra [EMAIL PROTECTED]:

 I opened it up and managed to removed the resin from the top of the IC.
 The IC is a WJCE6230.

 The link to the manufacturer website is

 http://www.rfe.com.cn/doce/6230.htm




 On 21/01/2008, Albert Comerma [EMAIL PROTECTED] wrote:
 
  The first you should do; break it, void your warranty and make a nice
  pic of what's inside. Only knowing the chips it uses it's possible to make a
  driver. If you are lucky perhaps it has some screws... and in the luckiest
  case, perhaps the chips are already supported, so the driver could be easy.
 
  Albert
 
  2008/1/21, Anubis Ra [EMAIL PROTECTED]:
  
Hi All,
  
   I just acquired a new DVBT USB tuner to which I can't find the correct
   firmware.
  
   Installing the Driver on a Windows Machine I could find the
   manufacturer WaterVision (http://www.waterv.com) and deduced that this
   device is a WV-TRF-B3.
  
   lsusb reports
  
   Bus 002 Device 010: ID 8086:9501 Intel Corp.
  
   but a an dmesg | tail returns
  
   [113263.765840] usb 2-2: new full speed USB device using uhci_hcd and
   address 10
   [113264.006780] usb 2-2: configuration #1 chosen from 1 choice
  
   I tried searching about this device hours on end but could not find
   anything related to this USB DVBT Device.
  
   Could anyone help me to identify the firmware / modules required to
   install this device?
  
   Thanks
  
  
  
   ___
   linux-dvb mailing list
   linux-dvb@linuxtv.org
   http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
  
 
 

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Pinnacle 800i driver problems

2008-01-22 Thread Muppet Man
Thank you for your response, and for some help
I am currently at work (and not by my machine).  I will post more when I get 
home and jump onto my machine.
Ed

- Original Message 
From: Timothy E. Krantz [EMAIL PROTECTED]
To: Muppet Man [EMAIL PROTECTED]; linux-dvb@linuxtv.org
Sent: Tuesday, January 22, 2008 6:42:59 AM
Subject: RE: [linux-dvb] Pinnacle 800i driver problems




 
DIV {
MARGIN:0px;}



Greetings all,
Ok, I feel really dumb but I have 
having a devil of a time getting linux to see my capture card.  I believe I 
am doing everything right, but then again, I don't know.
I downloaded the 
file posted about a week ago stating it was a patch for the pinnacle pci card 
(800i).  I extracted the tz file, opened terminal, cd directory to the 
folder, did sudo make, sudo make install and restarted my computer.  When I 
start mythtv back end, I get no card can be found error.
I'm sure I am really 
close to getting this to work.  Any help for a linux nOOb would be greatly 
appreciated.
Thanks
 

Can you tell us a little more about what you are 
seeing.  

 

What file did you download from where?

 

What does the output from dmesg say about 
cx88? 






  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] TT DVB C1500 + QAM_256

2008-01-22 Thread lists
Hi, All.

Can anybody share of success story using TT DVB C1500 + QAM 256,
please, response personally or in list.

If anybody could recommend DVB card for working with QAM 256 signal
under linux I'll appreciate that.

And Thank you, dev@ team, for working on this great project.

-- 
 Anton P. Linevich

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[linux-dvb] compiled drivers break some others - is this common for all driver-projects in linuxtv.org

2008-01-22 Thread Wolfgang Friedl
Hello

Maybe this is a strange question:
I have a Pinnacle PCTV-Stick (em2880);
its drivers (em2880 project at linuxtv.org) breaks (and
therefore disables loading) other drivers like gspca/pwc and other
webcam drivers.

As far as I investigated, this is a common problem for this driver.

As I saw e.g. for the af9015 driver the installation (compilation) seems 
quite similar:

So: are _all_ drivers from the projects (for different chipsets) of 
linuxtv.org supposed to be
modify the v4l API * so severely (or is this a speciality of the em2880 
driver? )

kind regards,

-- 

 ###
#   #
 # #
   Wolfgang
 # #
#   #Friedl

* sorry, I am not a programmer, but I think that this is the topic.


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Software support for the Technotrend TT-Budget S-1500

2008-01-22 Thread P. van Gaans
On 01/22/2008 12:12 AM, Michael Finch wrote:
 Hi All,
  
 I have noticed that there is significant support for the Technotrend 
 TT-budget S1500 PCI card, which I am excited to see. 
 I have also noticed that there is very little support for the Technotrend 
 TT-budget S1401 card. 
  
 I am curious if the reason for the lack of support for the S-1401 card is 
 simply because nobody has gotten around to developing LINUX support for it or 
 if there is a good reason to go with the S-1500 card instead. I have a client 
 with a new project that requires using one of these cards (or something 
 similar). Is the S-1500 a better choice?Thanks,Mike Finch
 [EMAIL PROTECTED]
 _
 Climb to the top of the charts! Play the word scramble challenge with star 
 power.
 http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_jan
 
 
 
 
 ___
 linux-dvb mailing list
 linux-dvb@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

I have the S-1500 and it works perfect right out of the box. Supported 
since.. quite a while I believe.

The difference between the two is the CI-connector for the optional 
budget-ci on the S-1500. I wanted to use a CAM so I got the S-1500 with 
budget-ci and extension cable. If you don't need a CI/CAM, you'll save 
some money by going for the S-1401.

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Pinnacle 800i driver problems

2008-01-22 Thread Chaogui Zhang
2008/1/22 Muppet Man [EMAIL PROTECTED]:

 Greetings all,
 Ok, I feel really dumb but I have having a devil of a time getting linux to
 see my capture card.  I believe I am doing everything right, but then again,
 I don't know.
 I downloaded the file posted about a week ago stating it was a patch for the
 pinnacle pci card (800i).  I extracted the tz file, opened terminal, cd
 directory to the folder, did sudo make, sudo make install and restarted my
 computer.  When I start mythtv back end, I get no card can be found error.
 I'm sure I am really close to getting this to work.  Any help for a linux
 nOOb would be greatly appreciated.

Given the changes the 800i driver have been through, you will be much
better off if you use the latest code available at

http://linuxtv.org/hg/v4l-dvb

As of this morning, all patches related to the 800i so far have been
merged into the master tree above, so it should work without problems.
The only time that one may consider not using the master tree is when
you know for sure that there are patches related to your device that
have not been merged.

If you still cannot get it working, post here.

Good luck!

-- 
Chaogui Zhang

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Testing HVR1800

2008-01-22 Thread Barry Quiel


Barry Quiel wrote:
 Steven Toth wrote:
 Barry Quiel wrote:
 I'm testing the HVR1800 driver (analog portion) out of 
 hg/~stoth/cx23885-video and am getting the following error in the 
 message log:

 kernel: cx25840' 4-0044: unable to open firmware v4l-cx23885-avcore-01.fw

 Which makes sense because I can't find that file anywhere on my 
 system.   It also isn't included in truck or ~stoth/cx23885-video 
 repositories.
 http://steventoth.net/linux/hvr1800/

 - Steve
 
 
 So I've been trying to test the analog part of this card and its not 
 going well.  That's not to say that the driver doesn't work, I'm sure 
 its something I trying to do.  The DVB portion is working fine.  I'm 
 trying to test using MythTV.
 
 First off the driver is creating 2 video devices in /dev.  I'm guessing 
 that one of them is the analog card with MPEG2 encoder support and the 
 other is just a the frame grabber.  When I select /dev/video1 ( I used 
 ivtv_first_minor to move off the PVR500 /dev links ) in the MythTV setup 
 it recognizes the card ( probes correctly ) and shows me what my inputs 
 are to select from.  I chose Television ( vs s-video etc ).  When I 
 attempt to watch LiveTV it just never starts.  Actually it does start, 
 and then exits back to the menu.  The frontend doesn't see a recording 
 file being generated.
 
 I can cat /dev/video1 to a file and get audio and video.  But the video 
 is super dark.  I can barely make out any shapes.  But the audio is fine.
 
 

So I spoke a bit too soon. For whatever reason it started working in 
Myth, although I still can't get a good cat /dev/video1.  BUt I can't 
change the channel.  When I try and change the channel Mythfrontend 
reports an error and the exits back to the menu.  When I go back into 
livetv it is on the same original channel and there is no audio.  If I 
exit out and go back in I get audio back, but still can;t change the 
channel.


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Testing HVR1800

2008-01-22 Thread Chaogui Zhang
On Jan 22, 2008 5:38 PM, Barry Quiel [EMAIL PROTECTED] wrote:
[snip]

 So I spoke a bit too soon. For whatever reason it started working in
 Myth, although I still can't get a good cat /dev/video1.  BUt I can't
 change the channel.  When I try and change the channel Mythfrontend
 reports an error and the exits back to the menu.  When I go back into
 livetv it is on the same original channel and there is no audio.  If I
 exit out and go back in I get audio back, but still can;t change the
 channel.


Although I don't have the HVR1800...

In my experience, it is generally easier to test a new driver if you
use simpler applications such as tvtime, azap/dvbscan. These programs
will tell you pretty quickly whether the device and its driver are
working properly or not. Once you are sure the drivers are working
properly, then move on to your favorite media center or any other
program.

Trying to test device driver with MythTV sometimes muddles the water
too much and you won't know whether it is a problem with the driver or
the application.

-- 
Chaogui Zhang

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Testing HVR1800

2008-01-22 Thread Barry Quiel


Chaogui Zhang wrote:
 On Jan 22, 2008 5:38 PM, Barry Quiel [EMAIL PROTECTED] wrote:
 [snip]
 So I spoke a bit too soon. For whatever reason it started working in
 Myth, although I still can't get a good cat /dev/video1.  BUt I can't
 change the channel.  When I try and change the channel Mythfrontend
 reports an error and the exits back to the menu.  When I go back into
 livetv it is on the same original channel and there is no audio.  If I
 exit out and go back in I get audio back, but still can;t change the
 channel.

 
 Although I don't have the HVR1800...
 
 In my experience, it is generally easier to test a new driver if you
 use simpler applications such as tvtime, azap/dvbscan. These programs
 will tell you pretty quickly whether the device and its driver are
 working properly or not. Once you are sure the drivers are working
 properly, then move on to your favorite media center or any other
 program.
 
 Trying to test device driver with MythTV sometimes muddles the water
 too much and you won't know whether it is a problem with the driver or
 the application.
 

I don't think a cat /dev/video1 can get much simpler.  But in this case 
I am getting results that would appear to be reversed.  The simpler 
testing method is giving poor results, while the more complex 
application is giving better results, although not 100%.


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] [Bulk] Re: Help with DVBT USB Tuner

2008-01-22 Thread CityK
Albert Comerma wrote:
 If I'm correct I think that this chip is not supported at all for any 
 current driver development, so, unless you get information from the 
 manufacturer and you try to build the driver, it will not be supported 
 soon.

 2008/1/22, Anubis Ra [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]:

 I opened it up and managed to removed the resin from the top of
 the IC. The IC is a WJCE6230.

 The link to the manufacturer website is

 http://www.rfe.com.cn/doce/6230.htm


 On 21/01/2008, *Albert Comerma* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:

 The first you should do; break it, void your warranty and make
 a nice pic of what's inside. Only knowing the chips it uses
 it's possible to make a driver. If you are lucky perhaps it
 has some screws... and in the luckiest case, perhaps the chips
 are already supported, so the driver could be easy.

 Albert

 2008/1/21, Anubis Ra [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]:

 Hi All,

 I just acquired a new DVBT USB tuner to which I can't find
 the correct firmware.

 Installing the Driver on a Windows Machine I could find
 the manufacturer WaterVision (http://www.waterv.com) and
 deduced that this device is a WV-TRF-B3.

 lsusb reports

 Bus 002 Device 010: ID 8086:9501 Intel Corp.

 but a an dmesg | tail returns

 [113263.765840] usb 2-2: new full speed USB device using
 uhci_hcd and address 10
 [113264.006780] usb 2-2: configuration #1 chosen from 1 choice

 I tried searching about this device hours on end but could
 not find anything related to this USB DVBT Device.

 Could anyone help me to identify the firmware / modules
 required to install this device?

 Thanks



Ugh, top posting.  Anyway, the manufacturer of the IC is: 

http://www.intel.com/design/celect/demodulators/ce6230.htm



___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Testing HVR1800

2008-01-22 Thread Chaogui Zhang
On Jan 22, 2008 1:45 PM, Barry Quiel [EMAIL PROTECTED] wrote:



 Chaogui Zhang wrote:
  On Jan 22, 2008 5:38 PM, Barry Quiel [EMAIL PROTECTED] wrote:
  [snip]
  So I spoke a bit too soon. For whatever reason it started working in
  Myth, although I still can't get a good cat /dev/video1.  BUt I can't
  change the channel.  When I try and change the channel Mythfrontend
  reports an error and the exits back to the menu.  When I go back into
  livetv it is on the same original channel and there is no audio.  If I
  exit out and go back in I get audio back, but still can;t change the
  channel.
 
 
  Although I don't have the HVR1800...
 
  In my experience, it is generally easier to test a new driver if you
  use simpler applications such as tvtime, azap/dvbscan. These programs
  will tell you pretty quickly whether the device and its driver are
  working properly or not. Once you are sure the drivers are working
  properly, then move on to your favorite media center or any other
  program.
 
  Trying to test device driver with MythTV sometimes muddles the water
  too much and you won't know whether it is a problem with the driver or
  the application.
 

 I don't think a cat /dev/video1 can get much simpler.  But in this case
 I am getting results that would appear to be reversed.  The simpler
 testing method is giving poor results, while the more complex
 application is giving better results, although not 100%.


Is the device properly initialized by the driver when you did cat
/dev/video1? Is it tuned to the right channel/frequency/source input?
cat /dev/video1 itself lacks the ability to control the device and
therefore you won't be able to test the driver's ability to change
channels, for example, without relying on another application.

-- 
Chaogui Zhang

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[linux-dvb] How can I ever succeed using DVB-T on Gentoo Linux?

2008-01-22 Thread Jesper Taxbøl
Hi guys,

I have been trying to get DVB working under Gentoo for quite some time
now. At first my goal was to receive encrypted DVB-S through a PCI
card. That adventure took me through a list of cards:

Terratec Cinergy  without a CAM module - this could recieve Free TV
Pinnacle systems card with a CAM module - This could only recieve free TV
Hauppauge-NEXUS-S card without a CAM module
Hauppauge-NOVA-S with a CAM module.

I actually made the last one work, but it could only tune for about 15
minutes and I often needed to coldstart the PC. I gave up on the DVB-S
units almost a year ago and have now moved toward DVB-T cards, hoping
that life without a CAM module is easier. Denmark recently started
DVB-T services. This adventure has now taken me through 4 different
cards.

A pinnacle stick (USB ID: eb1a:2870) that only seem to reveal a analog
tuner. So no luck with that yet.
A AGK stick (USB ID: 15a4:9020), that is recognized as an af9005
device, but it cant scan any services.
Two Hauppauge Nova-T-USB sticks (2040:7070). that could scan and tune,
but had alot of noise in the signal. I tried variuous firmwares that
finally ended up killing one of the units.
A Hauppauge NOVA-T-PCI, which sort of works but there is a lot of
noise in the signal.

I feel I am getting closer, but it is very frustrating to spend alot
of time and money getting nowhere. So i figured I would try to explain
what I have done, hoping for someone to point out some obvious
mistake.

I have tried a range of PC's using Gentoo on all of them. The one I
use now is a Core2 Duo running i686 mode. (I tried installing an
Amd64 profile, but that really made the mercurial v4l-dvb package
complain.)

I do a normal gentoo stage3 install following
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1.
On top of that i have installed vanilla-sources, so my kernel is 2.6.23.9.

Then I fetch the v4l-dvb and dvb-apps packages (as root) using:

hg clone http://linuxtv.org/hg/v4l-dvb

hg clone http://linuxtv.org/hg/dvb-apps

then i do make  make install in both of the directories and reboot.

Then I enter the v4l-dvb directory and do a make reload. This seem
to load modules, but with very mixed results.

I read dmesg to see if my device has been detected.

If this wakes up one of my devices I usually do a scan for channels using:

scan /usr/share/dvb/dvb-t/dk-All
(I usually use one device at a time, to avoid mixups)

This evening this procedure revealed a poor subset of the channels I
know is available in my signal. All very noisy.

I try to record using:

gnutv -out file test.mpg -timeout 5400 DR1

Thereafter i play it using VLC

vlc test.mpg

This reveals a noisy video stream. Sound is skipping and the image is
very distorted.

I have some ideas on where the error lies, but not the knowledge to
proceed so I have cooked up some questions:

1) What is the right kernel to use with the latest v4l-dvb checkout,
and where can I figure out which to use.

2) What is the proper firmware for DVB cards. I killed a Nova-T-USB
stick trying a bad firmware, and I suspect bad firmwares to be partly
responsible for some of my problems. How do I make sure I have the
right firmware?

3) Is the ForwardErrorCorrection algorithm not supported by the
v4l-dvb drivers. I get crisp images on Windows, but noisy on Linux?

4) What is the proper procedure for rebuilding and installing the
v4l-dvb modules.

Make menuconfig in the v4l-dvb directory gives me some options. What
should I enable. And perhaps more important what should be disabled in
the kernel menuconfig.

Should I do something after the modules are built?

What is the proper way to give modules options?

How do I clean out old modules?

I sure could use some guidance here.

I hope my explanation pops up some obvious reason for my poor results
and perhaps some answers.

Thank you in advance, and sorry for the lengthy mail.

Jesper Taxbøl

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] How can I ever succeed using DVB-T on Gentoo Linux?

2008-01-22 Thread John Drescher

 I have tried a range of PC's using Gentoo on all of them. The one I
 use now is a Core2 Duo running i686 mode. (I tried installing an
 Amd64 profile, but that really made the mercurial v4l-dvb package
 complain.)


The v4l-dbb-hg ebuild works for me on amd64. Although, there are times when
the package will not compile because this is a live ebuild of what the
developers committed to the repository.

John
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Help with DVBT USB Tuner

2008-01-22 Thread Anubis Ra
I found the Datasheet for the Intel CE6230 which is what WaterVision is
using for the USB DVBT Card. What does it entail to build a driver in linux?
Is there some form of guide for DVBT drivers I could follow  to build it?

Thanks for your help

On 22/01/2008, Albert Comerma [EMAIL PROTECTED] wrote:

 If I'm correct I think that this chip is not supported at all for any
 current driver development, so, unless you get information from the
 manufacturer and you try to build the driver, it will not be supported soon.

 2008/1/22, Anubis Ra [EMAIL PROTECTED]:
 
  I opened it up and managed to removed the resin from the top of the IC.
  The IC is a WJCE6230.
 
  The link to the manufacturer website is
 
  http://www.rfe.com.cn/doce/6230.htm
 
 
 
 
  On 21/01/2008, Albert Comerma [EMAIL PROTECTED] wrote:
  
   The first you should do; break it, void your warranty and make a nice
   pic of what's inside. Only knowing the chips it uses it's possible to 
   make a
   driver. If you are lucky perhaps it has some screws... and in the luckiest
   case, perhaps the chips are already supported, so the driver could be 
   easy.
  
   Albert
  
   2008/1/21, Anubis Ra [EMAIL PROTECTED]:
   
 Hi All,
   
I just acquired a new DVBT USB tuner to which I can't find the
correct firmware.
   
Installing the Driver on a Windows Machine I could find the
manufacturer WaterVision (http://www.waterv.com) and deduced that
this device is a WV-TRF-B3.
   
lsusb reports
   
Bus 002 Device 010: ID 8086:9501 Intel Corp.
   
but a an dmesg | tail returns
   
[113263.765840] usb 2-2: new full speed USB device using uhci_hcd
and address 10
[113264.006780] usb 2-2: configuration #1 chosen from 1 choice
   
I tried searching about this device hours on end but could not find
anything related to this USB DVBT Device.
   
Could anyone help me to identify the firmware / modules required to
install this device?
   
Thanks
   
   
   
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
   
  
  
 

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] linux-dvb Digest, Vol 36, Issue 84

2008-01-22 Thread Andrea
[EMAIL PROTECTED] wrote:
 Message: 1
 Date: Tue, 22 Jan 2008 08:27:12 +
 From: Nicolas Will [EMAIL PROTECTED]
 Subject: [linux-dvb] Patches review for Nova-T-500
 To: linux-dvb@linuxtv.org
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain
 
 All, and maybe Patrick in particular,
 
 There is a list of patches here:
 
 http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500#Drivers
 
 Some could probably be considered for inclusion into the main tree.
 
 Some may be hacks that probably have a good reason to be, but with a
 weird implementation and may need some additional work.
 
 Could someone with experience give it a look and review what's good or
 not?
 
 Cleaning up that part, thus making it easier to make it work
 consistently, will make the Nova-T-500 even more appealing to DVB-T
 users.
 
 Many thanks !
 
 Nico

Hi,

I've tried the patch for the dib3000mc
http://www.linuxtv.org/pipermail/linux-dvb/2008-January/023105.html

I've got a Hauppauge WinTV NOVA T USB2.
I can't see much of a difference. Tuning with mpalyer is maybe faster, but it 
is so fast that it is 
hard to measure.

Anyway, so far it has been working.

Andrea

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[linux-dvb] Patches review for Nova-T-500

2008-01-22 Thread Andrea
[EMAIL PROTECTED] wrote:
 Message: 1
 Date: Tue, 22 Jan 2008 08:27:12 +
 From: Nicolas Will [EMAIL PROTECTED]
 Subject: [linux-dvb] Patches review for Nova-T-500
 To: linux-dvb@linuxtv.org
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain
 
 All, and maybe Patrick in particular,
 
 There is a list of patches here:
 
 http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500#Drivers
 
 Some could probably be considered for inclusion into the main tree.
 
 Some may be hacks that probably have a good reason to be, but with a
 weird implementation and may need some additional work.
 
 Could someone with experience give it a look and review what's good or
 not?
 
 Cleaning up that part, thus making it easier to make it work
 consistently, will make the Nova-T-500 even more appealing to DVB-T
 users.
 
 Many thanks !
 
 Nico

Hi,

I've tried the patch for the dib3000mc
http://www.linuxtv.org/pipermail/linux-dvb/2008-January/023105.html

I've got a Hauppauge WinTV NOVA T USB2.
I can't see much of a difference. Tuning with mpalyer is maybe faster, but it 
is so fast that it is 
hard to measure.

Anyway, so far it has been working.

Andrea

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Testing HVR1800

2008-01-22 Thread Steven Toth
Chaogui Zhang wrote:
 On Jan 22, 2008 1:45 PM, Barry Quiel [EMAIL PROTECTED] wrote:


 Chaogui Zhang wrote:
 On Jan 22, 2008 5:38 PM, Barry Quiel [EMAIL PROTECTED] wrote:
 [snip]
 So I spoke a bit too soon. For whatever reason it started working in
 Myth, although I still can't get a good cat /dev/video1.  BUt I can't
 change the channel.  When I try and change the channel Mythfrontend
 reports an error and the exits back to the menu.  When I go back into
 livetv it is on the same original channel and there is no audio.  If I
 exit out and go back in I get audio back, but still can;t change the
 channel.

 Although I don't have the HVR1800...

 In my experience, it is generally easier to test a new driver if you
 use simpler applications such as tvtime, azap/dvbscan. These programs
 will tell you pretty quickly whether the device and its driver are
 working properly or not. Once you are sure the drivers are working
 properly, then move on to your favorite media center or any other
 program.

 Trying to test device driver with MythTV sometimes muddles the water
 too much and you won't know whether it is a problem with the driver or
 the application.

 I don't think a cat /dev/video1 can get much simpler.  But in this case
 I am getting results that would appear to be reversed.  The simpler
 testing method is giving poor results, while the more complex
 application is giving better results, although not 100%.

 
 Is the device properly initialized by the driver when you did cat
 /dev/video1? Is it tuned to the right channel/frequency/source input?
 cat /dev/video1 itself lacks the ability to control the device and
 therefore you won't be able to test the driver's ability to change
 channels, for example, without relying on another application.
 

The driver needs more work, especially for dealing with channel changes 
(and maybe other ioctls).   cat /dev/video1 works fine for me.

- Steve

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] How can I ever succeed using DVB-T on Gentoo Linux?

2008-01-22 Thread Luca Olivetti
En/na Jesper Taxbøl ha escrit:

 A AGK stick (USB ID: 15a4:9020), that is recognized as an af9005
 device, but it cant scan any services.

Yes, this is a known problem, and unfortunately I don't have a solution 
(besides, I don't have a working af9005 anymore).
However, if you manage to get a ready made channels.conf[*] it should 
work, albeit switching channel is slow (I suspect this is the reason 
that scanning fails)

[*]When my stick worked, I used vdr with an incomplete channels.conf and 
it managed to find the remaining channels.

Bye
-- 
Luca


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[linux-dvb] Fwd: How can I ever succeed using DVB-T on Gentoo Linux?

2008-01-22 Thread John Drescher
-- Forwarded message --
From: John Drescher [EMAIL PROTECTED]
Date: Jan 22, 2008 4:48 PM
Subject: Re: [linux-dvb] How can I ever succeed using DVB-T on Gentoo Linux?
To: Jesper Taxbøl [EMAIL PROTECTED]




On Jan 22, 2008 4:23 PM, Jesper Taxbøl [EMAIL PROTECTED] wrote:

 Hi John,

 I assume you mean v4l-dvb-hg.


Yes.  I am briefly using it with a kworld-115 on amd64 and all is well. I
also use this to get the latest ivtv driver for my pvr150. The nice thing
here this is kernel independent so this allows me more freedom than what the
in kernel versions do.


 Thanx for the hint, but I already tried that one without success on
 system. I once nearly got a Nova-T USB stick working(noisy) for a
 while using that. But I needed to find the source and add the USB ID
 in the driver.


It is possible to add a patch to the ebuild (in your own overlay) so you can
make this automatic. This is not a beginner step but I have done that quite
a few times with gentoo.


 By the way can you emerge the media-tv/linuxtv-dvb-firmware ebuild? It
 always fails to download, and I assume it is intended for the
 v4l-dvb-hg ebuild.


For my card I had a little trouble but it was not at the download step. My
problem was that I could tune but got no watchable signal on any channel
until I painstakingly spent hours debugging and I finally was able to
extract the firmware from my cards windows driver and then using that it
worked. After that I replaced the linuxtv-dvb-firmware and it still works. I
am confused.

John



-- 
John M. Drescher
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Fwd: How can I ever succeed using DVB-T on Gentoo Linux?

2008-01-22 Thread Jesper Taxbøl
Do you know a good reference on how to extract the firmware from
windows drivers?

Thanx :)

Jesper

2008/1/22, John Drescher [EMAIL PROTECTED]:


 -- Forwarded message --
 From: John Drescher [EMAIL PROTECTED]
 Date: Jan 22, 2008 4:48 PM
 Subject: Re: [linux-dvb] How can I ever succeed using DVB-T on Gentoo Linux?
 To: Jesper Taxbøl [EMAIL PROTECTED]





  On Jan 22, 2008 4:23 PM, Jesper Taxbøl [EMAIL PROTECTED] wrote:
  Hi John,
 
  I assume you mean v4l-dvb-hg.
 

 Yes.  I am briefly using it with a kworld-115 on amd64 and all is well. I
 also use this to get the latest ivtv driver for my pvr150. The nice thing
 here this is kernel independent so this allows me more freedom than what the
 in kernel versions do.


 
  Thanx for the hint, but I already tried that one without success on
  system. I once nearly got a Nova-T USB stick working(noisy) for a
  while using that. But I needed to find the source and add the USB ID
  in the driver.
 

 It is possible to add a patch to the ebuild (in your own overlay) so you can
 make this automatic. This is not a beginner step but I have done that quite
 a few times with gentoo.


 
  By the way can you emerge the media-tv/linuxtv-dvb-firmware ebuild? It
  always fails to download, and I assume it is intended for the
  v4l-dvb-hg ebuild.
 

 For my card I had a little trouble but it was not at the download step. My
 problem was that I could tune but got no watchable signal on any channel
 until I painstakingly spent hours debugging and I finally was able to
 extract the firmware from my cards windows driver and then using that it
 worked. After that I replaced the linuxtv-dvb-firmware and it still works. I
 am confused.

 John



 --
 John M. Drescher
 ___
 linux-dvb mailing list
 linux-dvb@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Fwd: How can I ever succeed using DVB-T on Gentoo Linux?

2008-01-22 Thread John Drescher
On Jan 22, 2008 4:52 PM, Jesper Taxbøl [EMAIL PROTECTED] wrote:

 Do you know a good reference on how to extract the firmware from
 windows drivers?


No. For me it was spending several hours looking at the hex dump of my
driver and visually comparing that to driver that firmware from linux tv was
extracted from. I found that my driver had a larger firmware but I really
did not know where to end so I rounded up to the next power of 2. I was
shocked when this worked.

John
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Pinnacle 800i driver problems

2008-01-22 Thread Muppet Man


- Original Message 
From: Chaogui Zhang [EMAIL PROTECTED]
To: Muppet Man [EMAIL PROTECTED]
Cc: linux-dvb@linuxtv.org
Sent: Tuesday, January 22, 2008 10:29:24 AM
Subject: Re: [linux-dvb] Pinnacle 800i driver problems


2008/1/22 Muppet Man [EMAIL PROTECTED]:

 Greetings all,
 Ok, I feel really dumb but I have having a devil of a time getting
 linux to
 see my capture card.  I believe I am doing everything right, but then
 again,
 I don't know.
 I downloaded the file posted about a week ago stating it was a patch
 for the
 pinnacle pci card (800i).  I extracted the tz file, opened terminal,
 cd
 directory to the folder, did sudo make, sudo make install and
 restarted my
 computer.  When I start mythtv back end, I get no card can be found
 error.
 I'm sure I am really close to getting this to work.  Any help for a
 linux
 nOOb would be greatly appreciated.

Given the changes the 800i driver have been through, you will be much
better off if you use the latest code available at

http://linuxtv.org/hg/v4l-dvb

As of this morning, all patches related to the 800i so far have been
merged into the master tree above, so it should work without problems.
The only time that one may consider not using the master tree is when
you know for sure that there are patches related to your device that
have not been merged.

If you still cannot get it working, post here.

Good luck!

-- 
Chaogui Zhang


Agian, I must say thank you for helping someone that is rather new to linux.  
Ok, here is my set-up.  I am running ultimate edition ubuntu 1.6.  I followed 
the directions on downloading the tree and installing from this website
http://www.linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers
When I run lspci -v in terminal  I get this:

[EMAIL PROTECTED]:~$ lspci -v
00:00.0 Host bridge: VIA Technologies, Inc. VT8385 [K8T800 AGP] Host Bridge 
(rev 01)
Subsystem: FIRST INTERNATIONAL Computer Inc Unknown device 9223
Flags: bus master, 66MHz, medium devsel, latency 8
Memory at e000 (32-bit, prefetchable) [size=64M]
Capabilities: access denied

00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8T890 
South] (prog-if 00 [Normal decode])
Flags: bus master, 66MHz, medium devsel, latency
 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: a000-afff
Memory behind bridge: e400-e5ff
Prefetchable memory behind bridge: d000-dfff
Capabilities: access denied

00:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
Subsystem: Creative Labs Unknown device 8069
Flags: bus master, medium devsel, latency 32, IRQ 19
I/O ports at b000 [size=32]
Capabilities: access denied

00:0a.1 Input device controller: Creative Labs SB Live! Game Port (rev
 07)
Subsystem: Creative Labs Gameport Joystick
Flags: bus master, medium devsel, latency 32
I/O ports at b400 [size=8]
Capabilities: access denied

00:0c.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio 
Decoder (rev 05)
Subsystem: Pinnacle Systems Inc. Unknown device 0051
Flags: bus master, medium devsel, latency 32, IRQ 20
Memory at e600 (32-bit, non-prefetchable) [size=16M]
Capabilities: access denied

00:0c.1 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio 
Decoder [Audio Port] (rev
 05)
Subsystem: Pinnacle Systems Inc. Unknown device 0051
Flags: bus master, medium devsel, latency 32, IRQ 5
Memory at e700 (32-bit, non-prefetchable) [size=16M]
Capabilities: access denied

00:0c.2 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio 
Decoder [MPEG Port] (rev 05)
Subsystem: Pinnacle Systems Inc. Unknown device 0051
Flags: bus master, medium devsel, latency 32, IRQ 20
Memory at e800 (32-bit, non-prefetchable) [size=16M]
Capabilities: access denied

00:0e.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller
 (rev 80) (prog-if 10 [OHCI])
Subsystem: FIRST INTERNATIONAL Computer Inc Unknown device 9223
Flags: bus master, medium devsel, latency 32, IRQ 16
Memory at e900 (32-bit, non-prefetchable) [size=2K]
I/O ports at b800 [size=128]
Capabilities: access denied

00:0f.0 IDE interface: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller 
(rev 80) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: FIRST INTERNATIONAL Computer Inc Unknown device 9223
Flags: bus master, medium devsel, latency 32, IRQ 17
I/O ports at bc00 [size=8]
I/O
 ports at c000 [size=4]
I/O ports at c400 [size=8]
I/O ports at c800 [size=4]
I/O ports at cc00 [size=16]
I/O ports at d000 [size=256]
Capabilities: access denied

00:0f.1 IDE interface: VIA Technologies, Inc. 

[linux-dvb] leadtek dtv dongle version 6F01

2008-01-22 Thread ptay1685
Thanks Jeff. Yes, mine is a 6F01 also.

Do you know if this is going to be fixed in the dvb project somehow, or is 
this just a Fedora specific issue? I dont have the knowledge/inclination to 
recompile anything, so I cannot solve this problem on my own.

Regards,

Phil T.


Message: 9
Date: Tue, 22 Jan 2008 13:55:46 +1100
From: Jeff Bailes [EMAIL PROTECTED]
Subject: Re: [linux-dvb] winfast dtv dongle (dib0700) support
To: linux-dvb@linuxtv.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII

Hi Phil,
I got a winfast dtv dongle a week ago and got it working with 2.6.23.
I first checked which version I had (6f00 or 6f01) using lsusb.
Turns out I had the 6f01 which my kernel didn't support.  So as a quick
fix I recompiled the kernel changing the all occurrences of 6f00 in
drivers/media/dvb/dvb-usb/dvb-usb-ids.h to 6f01.
Then I just copied the firmware to /lib/firmware and it worked.  (At
least, I think that's all I did).
Jeff


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Pinnacle 800i driver problems

2008-01-22 Thread Chaogui Zhang
On Jan 22, 2008 7:17 PM, Muppet Man [EMAIL PROTECTED] wrote:
 Agian, I must say thank you for helping someone that is rather new to linux.
 Ok, here is my set-up.  I am running ultimate edition ubuntu 1.6.  I
 followed the directions on downloading the tree and installing from this
 website
 http://www.linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers
 When I run lspci -v in terminal  I get this:

.

 I was having problem with the sound card being disabled, but I figured that
 out.  When I try to start myth tv back end, I log out restart my computer,
 and when I log back in, I lost my internet connection.

 I did not have any of these problems before this.

 Any help would be greatly apprecated.

What is the output if you do dmesg | grep cx88?

-- 
Chaogui Zhang

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Pinnacle PCTV 60e

2008-01-22 Thread Luke Mackenzie

Hi,

Is anyone alse able to help with this? Someone on the Ubuntu forums is 
also offering to help if we can locate the sections in the source to change:


The files having the source code are in the pctv200e folder, and they are:
pctv200e.h
pctv200e.c

Check the ones in the zip file in a previous post on this thread.
The ones in the v4l tar file are the original ones, so they need to be 
overwritten with the ones in the zip file. The location of those files 
in the v4l tar file is mentioned above.


What I don't see it clear (because I did not work in the driver since 
the beginning, and I am no expert) is what to change exactly.


I can tell it must be related to the codes that appear when you execute 
a lsusb in a Terminal.
But I cannot see those ones for the PCTV200e coded in the driver. Those 
codes should say which driver to lad when you plug the device.


I can give you more hints once we clear up how to change those.

http://ubuntuforums.org/showthread.php?p=4181391#post4181391

To recap, I would like to get the PCTV60e working with the 200e driver 
if possible.


Thanks,

Luke.

Luke Mackenzie wrote:

Hi,

I have been speaking to 'sn9' on the #linuxtv IRC channel and he 
advised me that it might be possible to force the PCTV200e driver to 
recognise the 60e as the chipsets are the same. The 60e is a USB 
device but not a dongle.


http://www.pinnaclesys.com/PublicSite/uk/Products/Consumer+Products/PCTV+Tuners/PCTV+Digital+PVR+(DVB-S_DVB-T)/PCTV+60e.htm 



http://www.linuxtv.org/v4lwiki/index.php/Pinnacle/60e


Apparently the man to speak to is Markus Rechberger (mrec). I would be 
grateful if he could let me know how I would go about achieving this 
or if it is possible? I am happy to do testing and help release a 
usable driver. I am not a Linux expert and don't know C but am 
reasonably technical (if being a php developer counts!).


Many thanks,

Luke Mackenzie.

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb