[linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-11 Thread Sebastian Ferraro
Hi,

I have a Zaapa LR545TA DVB-T USB device, which is not currently supported. I 
think it is a rebranding of a Lifeview device 
(http://www.lifeview.com.tw/html/products/external_tv/tv_walker_dvbt_hybrid_lite.htm).
  I include the output of lsusb -v below. The vendor ID is 0x10fd (Anubis 
Electronics), but the product ID (0x1545) is not listed in dvb-usb.ids.h. I 
include the output of lsusb -v below.

I am willing to test new patches. I am using Gentoo Linux, kernel 2.6.21, with  
the v4l-dvb sources obtained via mercurial.

Best regards,
Sebastian

Relevant section of lsusb -v:
Bus 001 Device 007: ID 10fd:1545 Anubis Electronics, Ltd
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize064
  idVendor   0x10fd Anubis Electronics, Ltd
  idProduct  0x1545
  bcdDevice0.01
  iManufacturer  16 Trident
  iProduct   32 Hybrid DVB-T Stick
  iSerial64 2
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   78
bNumInterfaces  1
bConfigurationValue 1
iConfiguration 48 0
bmAttributes 0x80
MaxPower  500mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0
  bInterfaceProtocol255
  iInterface  0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x  1x 0 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   0
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   1
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0
  bInterfaceProtocol255
  iInterface  0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x1400  3x 0 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   0
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   2
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass  0
  bInterfaceProtocol255
  iInterface  0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x1400  3x 0 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   0
Device Qualifier (for other device speed):
  bLength10
  bDescriptorType 6
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize064
  bNumConfigurations  1

 


Re: [linux-dvb] dvb-c CI, but no picture?

2007-06-11 Thread David Härdeman
On Thu, June 7, 2007 12:35, Simon Baxter wrote:
  David Härdeman wrote:
 What is the output from gnutv when you execute it like above?

 (If I record a stream using gnutv to a file without having working
 encryption, I get a file which is properly recognised by xine as a MPEG
 stream but which just produces a black window).

 I get a file:

 gnutv -channels channels.conf -out stdout ONE  outfile.mpg
 [EMAIL PROTECTED] ~]# file outfile.mpg
 outfile.mpg: data
...
 [EMAIL PROTECTED] ~]# mplayer -identify outfile.mpg | less
 Can't open joystick device /dev/input/js0: No such file or directory
 Can't init input joystick
 mplayer: could not connect to socket
 mplayer: No such file or directory
 Failed to open LIRC support.
 You will not be able to use your remote control.
 Compiled with runtime CPU detection.
...
 Playing outfile.mpg.
 TS file format detected.
 DEMUX OPEN, AUDIO_ID: -1, VIDEO_ID: -1, SUBTITLE_ID: -2,
 PROBING UP TO 200, PROG: 0
 ID_VIDEO_ID=5011
 ID_VIDEO_ID=5011

Yes, I think that's the expected output if everything but the decryption
stage is working. And unfortunately I'm all out of ideas on what is
missing for your setup to work (as I've said, it works for me without any
extra steps).

Do you know if you need to do something in the CAM menu (e.g. enter a
parental pin or something) to activate the CAM?

-- 
David Härdeman


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


Re: [linux-dvb] dvb-c CI, but no picture?

2007-06-11 Thread Simon Baxter
  I get a file:
 
  gnutv -channels channels.conf -out stdout ONE  outfile.mpg
  [EMAIL PROTECTED] ~]# file outfile.mpg
  outfile.mpg: data
 ...
  [EMAIL PROTECTED] ~]# mplayer -identify outfile.mpg | less
  Can't open joystick device /dev/input/js0: No such file or directory
  Can't init input joystick
  mplayer: could not connect to socket
  mplayer: No such file or directory
  Failed to open LIRC support.
  You will not be able to use your remote control.
  Compiled with runtime CPU detection.
 ...
  Playing outfile.mpg.
  TS file format detected.
  DEMUX OPEN, AUDIO_ID: -1, VIDEO_ID: -1, SUBTITLE_ID: -2,
  PROBING UP TO 200, PROG: 0
  ID_VIDEO_ID=5011
  ID_VIDEO_ID=5011

 Yes, I think that's the expected output if everything but the decryption
 stage is working. And unfortunately I'm all out of ideas on what is
 missing for your setup to work (as I've said, it works for me without any
 extra steps).

 Do you know if you need to do something in the CAM menu (e.g. enter a
 parental pin or something) to activate the CAM?

I didn't under Windows with the TechnoTrend DBA drivers - and the CAM menu's
exactly the same

Marco Schluessler is helping me with some CAM debugs from
VDR.hopefully!!


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


Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-06-11 Thread Pere Blay

It is unlikely you can use other device's firmware.
See http://www.linuxtv.org/wiki/index.php/M920x_firmware on how to
retrieve new firmware.


thanks! i'll have to borrow a bit of time from some friend's WXP box, i have
no windows at home (everything running linux) and then it will take a
while... the firmware used in the test was a dummy one,... if there was no
firmware or if an empty file was used, then i got a message telling me that
the firmware wasn't present,...

on the other hand, whatever firmware i put in there (from whatever device)
it
is just loaded but nothing else happens...



Please include output from lsusb -v after firmware has been loaded.
Once you have gotten m920x driver to load properly, you need to get
some dumps so that we can identify which tuner you have. They are also
important when adding support for mt2060 tuner to m920x. It might work
out of the box if you have qt1010.

Please post you changes as diffs. You can get one with command
hg diff or with diff -uNr original_dir modified_dir .


thanks for the hint, i guess the modification makes the device recognized
and
tries to guess which are the frontends

find attached the output of  hg diff (my first silly mistake: i did not
keep
a clean copy of the code to compare with the modified one)


... more on firmware soon!!
Cheers,
Pere Blay
diff -r b7bcb8bd0d79 linux/drivers/media/dvb/dvb-usb/m920x.c
--- a/linux/drivers/media/dvb/dvb-usb/m920x.c	Wed May 09 00:33:52 2007 +0300
+++ b/linux/drivers/media/dvb/dvb-usb/m920x.c	Mon Jun 11 09:06:15 2007 +0200
@@ -10,10 +10,11 @@
  */
 
 #include m920x.h
-
 #include mt352.h
 #include mt352_priv.h
+#include zl10353.h
 #include qt1010.h
+#include mt2060.h
 #include tda1004x.h
 #include tda827x.h
 
@@ -445,6 +446,22 @@ static struct mt352_config m920x_mt352_c
 	.demod_init = m920x_mt352_demod_init,
 };
 
+static struct zl10353_config tvgo_t02q_zl10353_config = {
+   .demod_address = 0x1e,
+   .no_tuner = 1,
+   .parallel_ts = 1,
+};
+
+static struct mt2060_config tvgo_t02q_mt2060_config = {
+   .i2c_address = 0x60,
+};
+
+static int mt2060_tuner_attach(struct dvb_usb_adapter *adap)
+{
+   return dvb_attach(mt2060_attach,adap-fe, adap-dev-i2c_adap,
+			 tvgo_t02q_mt2060_config,0) == NULL ? -ENODEV : 0;
+}
+
 static struct tda1004x_config m920x_tda10046_08_config = {
 	.demod_address = 0x08,
 	.invert = 0,
@@ -497,6 +514,16 @@ static int m920x_tda10046_08_frontend_at
 		return -EIO;
 
 	return 0;
+}
+
+static int tvgo_t02q_frontend_attach(struct dvb_usb_adapter *adap)
+{
+   deb(tvgo_t02q_frontend_attach!\n); 
+
+   if ((adap-fe = dvb_attach(zl10353_attach, tvgo_t02q_zl10353_config,
+  adap-dev-i2c_adap)) != NULL)
+	   return 0;
+   return -EIO;
 }
 
 static int m920x_tda10046_0b_frontend_attach(struct dvb_usb_adapter *adap)
@@ -602,6 +629,7 @@ static struct dvb_usb_device_properties 
 static struct dvb_usb_device_properties digivox_mini_ii_properties;
 static struct dvb_usb_device_properties tvwalkertwin_properties;
 static struct dvb_usb_device_properties dposh_properties;
+static struct dvb_usb_device_properties tvgo_t02q_properties;
 
 static int m920x_probe(struct usb_interface *intf,
 		   const struct usb_device_id *id)
@@ -614,23 +642,18 @@ static int m920x_probe(struct usb_interf
 	deb(Probing for m920x device at interface %d\n, bInterfaceNumber);
 
 	if (bInterfaceNumber == 0) {
-		/* Single-tuner device, or first interface on
-		 * multi-tuner device
-		 */
-
-		if ((ret = dvb_usb_device_init(intf, megasky_properties,
-	   THIS_MODULE, d)) == 0) {
+		
+		if ((ret = dvb_usb_device_init(intf, megasky_properties, THIS_MODULE, d)) == 0 ||
+ 	(ret = dvb_usb_device_init(intf, tvgo_t02q_properties, THIS_MODULE, d)) == 0) {
 			rc_init_seq = megasky_rc_init;
 			goto found;
 		}
 
 		if ((ret = dvb_usb_device_init(intf, digivox_mini_ii_properties,
 	   THIS_MODULE, d)) == 0) {
-			/* No remote control, so no rc_init_seq */
 			goto found;
 		}
 
-		/* This configures both tuners on the TV Walker Twin */
 		if ((ret = dvb_usb_device_init(intf, tvwalkertwin_properties,
 	   THIS_MODULE, d)) == 0) {
 			rc_init_seq = tvwalkertwin_rc_init;
@@ -639,18 +662,11 @@ static int m920x_probe(struct usb_interf
 
 		if ((ret = dvb_usb_device_init(intf, dposh_properties,
 	   THIS_MODULE, d)) == 0) {
-			/* Remote controller not supported yet. */
 			goto found;
 		}
 
 		return ret;
 	} else {
-		/* Another interface on a multi-tuner device */
-
-		/* The LifeView TV Walker Twin gets here, but struct
-		 * tvwalkertwin_properties already configured both
-		 * tuners, so there is nothing for us to do here
-		 */
 	}
 
  found:
@@ -663,14 +679,13 @@ static int m920x_probe(struct usb_interf
 	return ret;
 }
 
+
 static struct usb_device_id m920x_table [] = {
 		{ USB_DEVICE(USB_VID_MSI, USB_PID_MSI_MEGASKY580) },
-		{ USB_DEVICE(USB_VID_ANUBIS_ELECTRONIC,
-			 USB_PID_MSI_DIGI_VOX_MINI_II) },
-		{ 

Re: [linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-11 Thread Michel Ludwig
Hi,

On Monday 11 June 2007 07:16:46 Sebastian Ferraro wrote:
 I have a Zaapa LR545TA DVB-T USB device, which is not currently supported.
 I think it is a rebranding of a Lifeview device
 (http://www.lifeview.com.tw/html/products/external_tv/tv_walker_dvbt_hybrid
_lite.htm).  I include the output of lsusb -v below. The vendor ID is 0x10fd
 (Anubis Electronics), but the product ID (0x1545) is not listed in
 dvb-usb.ids.h. I include the output of lsusb -v below.

 I am willing to test new patches. I am using Gentoo Linux, kernel 2.6.21,
 with  the v4l-dvb sources obtained via mercurial.

Do you maybe have the possibility to open the package of the device in order 
to see what's exactly inside? Among other things, I suspect a Trident 
TVMaster chip...

Michel

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


Re: [linux-dvb] dib0700 problems (nova-T usb stick)

2007-06-11 Thread Soeren Moch
Hello Stephen,

at http://www.stud.uni-hannover.de/user/76793/v4l-dvb.patch

you can find a patch for the dvb-usb-dib0700 driver, which should
- solve vdr tuning problems
- give you correct lock flags
- give you (at least old) data for signal strength and error rate
- decrease the usb disconnect rate of this stick

Unfortunately I could not solve the disconnect problem at all.

other thread:
 The reason for the whole TS is one to avoid tuning channels all the 
 time.. 

Here I have good news for you: as long as you are not tuning, no
disconnect should occur with the patch.

This patch probably breaks other (non dib7000p) dvb-usb devices. But
this ugly hack might be nothing for the mainline anyway.

S:oren


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


Re: [linux-dvb] ADSTech Mini DualTV Hybrid Analog-DVB-T USB stick

2007-06-11 Thread Nicolas Will
On Fri, 2007-06-08 at 14:42 +0100, Michel Ludwig wrote:
 
 It looks good so far, but you definitely need an antenna! :-)

Michel, and all other dvb hackers,

Well, I have not met the expected success.

So, here is what I have done, once I have connected the antenna that
came with the tuner (short stick, nothing like a roof antenna, which may
be a reason for the current failure):

 1. Open Kaffeine
 2. go to the DVB menu
 3. search on is set to AUTO, offset is 0
 4. start scan
 5. - get no channel
 6. Change the search to uk-Durris, which is supposed to be by
emitter for Aberdeen, Scotland
 7. Scan again
 8. - get no channel
 9. redo both scans on AUTO and uk-Durris with all offsets set (0,
+167, -167)
10. - get no channel

Most of the time the Lock indicator is green, rarely off.

I have some messages from syslog and kaffeine that I will paste at the
end of the message.

I'll test anything and can provide any additional information asked.

Thanks,

Nico


[EMAIL PROTECTED]:~$ kaffeine 
X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 169
  Major opcode:  147
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
0
/dev/dvb/adapter0/frontend0 : opened ( Zarlink ZL10353 DVB-T )
/dev/dvb/adapter0/frontend1 : : No such file or directory
/dev/dvb/adapter1/frontend0 : : No such file or directory
QLayout unnamed added to QWidget unnamed, which already has a layout
[EMAIL PROTECTED]:~$ DvbCam::probe(): /dev/dvb/adapter0/ca0: : No such file
or directory
Using DVB device 0:0 Zarlink ZL10353 DVB-T
tuning DVB-T to 401833000 Hz
inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4
. LOCKED.
Transponders: 1/189

Invalid section length or timeout: pid=17


Invalid section length or timeout: pid=0

Frontend closed
Using DVB device 0:0 Zarlink ZL10353 DVB-T
tuning DVB-T to 40200 Hz
inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4
. LOCKED.
Transponders: 2/189

Invalid section length or timeout: pid=17


Invalid section length or timeout: pid=0

Frontend closed
Using DVB device 0:0 Zarlink ZL10353 DVB-T
tuning DVB-T to 402167000 Hz
inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4
. LOCKED.
Transponders: 3/189

Invalid section length or timeout: pid=17


Invalid section length or timeout: pid=0

Frontend closed
Using DVB device 0:0 Zarlink ZL10353 DVB-T
tuning DVB-T to 409833000 Hz
inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4
. LOCKED.
Transponders: 4/189

Invalid section length or timeout: pid=17


Invalid section length or timeout: pid=0

Frontend closed
Using DVB device 0:0 Zarlink ZL10353 DVB-T
tuning DVB-T to 41000 Hz
inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4
. LOCKED.
Transponders: 5/189

Invalid section length or timeout: pid=17


Invalid section length or timeout: pid=0

Frontend closed
Using DVB device 0:0 Zarlink ZL10353 DVB-T
tuning DVB-T to 410167000 Hz
inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4
. LOCKED.
Transponders: 6/189

Invalid section length or timeout: pid=17

Frontend closed




Jun  9 17:36:49 youkaida kernel: [ 1706.792000] 10
Jun  9 17:36:50 youkaida kernel: [ 1707.792000] 10
Jun  9 17:36:51 youkaida kernel: [ 1708.792000] 10
Jun  9 17:36:52 youkaida kernel: [ 1709.456000] tm6000: got stop feed
request tm6000_stop_feed
Jun  9 17:36:52 youkaida kernel: [ 1709.472000] tm6000: status != 0
Jun  9 17:36:52 youkaida kernel: [ 1709.576000] should set frequency
65800
Jun  9 17:36:52 youkaida kernel: [ 1709.576000] and bandwith 0
Jun  9 17:36:53 youkaida kernel: [ 1711.096000] setting frequency a3e0
Jun  9 17:36:53 youkaida kernel: [ 1711.096000] setting frequency a3 e0
Jun  9 17:36:53 youkaida kernel: [ 1711.144000] demodulator status:
FE_HAS_CARRIER 2 
Jun  9 17:36:53 youkaida kernel: [ 1711.144000] demodulator status:
FE_HAS_VITERBI 4 
Jun  9 17:36:53 youkaida kernel: [ 1711.144000] demodulator status:
FE_HAS_LOCK 16 
Jun  9 17:36:53 youkaida kernel: [ 1711.144000] demodulator status:
FE_HAS_SYNC 8 
Jun  9 17:36:53 youkaida kernel: [ 1711.144000] demodulator status:
FE_HAS_SIGNAL 1 
Jun  9 17:36:53 youkaida kernel: [ 1711.144000] tm6000: got start feed
request tm6000_start_feed
Jun  9 17:36:53 youkaida kernel: [ 1711.144000] tm6000: got start stream
request tm6000_start_stream
Jun  9 17:36:53 youkaida kernel: [ 1711.148000] 10
Jun  9 17:36:53 youkaida kernel: [ 1711.16] tm6000: pipe resetted
Jun  9 17:36:53 youkaida kernel: [ 1711.20] 10
Jun  9 17:36:54 youkaida kernel: [ 1711.792000] 10
Jun  9 17:36:55 youkaida kernel: [ 1712.792000] 10
Jun  9 17:36:56 youkaida kernel: [ 1713.792000] 10
Jun  9 17:36:57 youkaida kernel: [ 1714.792000] 10
Jun  9 17:36:58 youkaida kernel: [ 1715.792000] 10
Jun  9 17:36:59 youkaida kernel: [ 1716.448000] tm6000: got stop feed
request tm6000_stop_feed
Jun  9 17:36:59 youkaida kernel: [ 1716.464000] tm6000: status != 0
Jun  9 17:36:59 

Re: [linux-dvb] ADSTech Mini DualTV Hybrid Analog-DVB-T USB stick

2007-06-11 Thread Michel Ludwig
On Monday 11 June 2007 09:20:37 Nicolas Will wrote:
 Well, I have not met the expected success.

 So, here is what I have done, once I have connected the antenna that
 came with the tuner (short stick, nothing like a roof antenna, which may
 be a reason for the current failure):

  1. Open Kaffeine
  2. go to the DVB menu
  3. search on is set to AUTO, offset is 0
  4. start scan
  5. - get no channel
  6. Change the search to uk-Durris, which is supposed to be by
 emitter for Aberdeen, Scotland
  7. Scan again
  8. - get no channel
  9. redo both scans on AUTO and uk-Durris with all offsets set (0,
 +167, -167)
 10. - get no channel

 Most of the time the Lock indicator is green, rarely off.

That's because the lock signal is currently faked, i.e. it will always 
indicate a correct lock.

 I have some messages from syslog and kaffeine that I will paste at the
 end of the message.

 I'll test anything and can provide any additional information asked.

What I can tell you from personal experience is that the short stick antenna 
is *not* sufficient to receive DVB-T correctly in my place (uk-WinterHill). 
You could try to connect a roof antenna to your stick and then see whether 
you can get a correct reception in Windows. And after that is working you 
could try it out in Kaffeine.


Thanks,

Michel

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


Re: [linux-dvb] ADSTech Mini DualTV Hybrid Analog-DVB-T USB stick

2007-06-11 Thread Nicolas Will
On Mon, 2007-06-11 at 09:39 +0100, Michel Ludwig wrote:

 
 What I can tell you from personal experience is that the short stick antenna 
 is *not* sufficient to receive DVB-T correctly in my place (uk-WinterHill). 
 You could try to connect a roof antenna to your stick

That I will do. I just hope that my temporary apartment has a roof
antenna, it come with satellite for TV.


  and then see whether 
 you can get a correct reception in Windows. And after that is working you 
 could try it out in Kaffeine.

For this, I would need a Windows machine, which I do not possess...

Nico


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


Re: [linux-dvb] Kworld ATSC 115/nxt2004 firmware problem

2007-06-11 Thread Markus Rechberger
Hi David,

On 6/9/07, David Engel [EMAIL PROTECTED] wrote:
 Hi,

 I just got a Kworld ATSC 115 to play around with and maybe eventually
 use with MythTV.  The analog support appears to work just fine, but
 I'm having a problem loading the nxt2004 firmware for the digital
 support.

 I downloaded the dvb-fe-nxt2004.fw firmware fileusing the
 get_dvb_firmware script and put it in /lib/firmware, so I don't think
 missing firmware is the cause.

 [EMAIL PROTECTED] ll /lib/firmware
   ~
 total 12
 -rw-r--r-- 1 root root 9584 Jun  9 11:26 dvb-fe-nxt2004.fw

 Is the 9584 size correct?  It seems rather small.

 Here is a snippet from my kernel log when loading the saa7134-dvb
 module and trying to do an atscscan.  The kobject_add failure looks
 awfully suspicious to me and is probably the major problem.

 Jun  9 13:42:08 opus kernel: nxt200x: NXT2004 Detected
 Jun  9 13:42:08 opus kernel: DVB: registering new adapter (saa7133[0]).
 Jun  9 13:42:08 opus kernel: DVB: registering frontend 0 (Nextwave NXT200X 
 VSB/QAM frontend)...
 Jun  9 13:42:33 opus kernel: nxt2004: Waiting for firmware upload 
 (dvb-fe-nxt2004.fw)...
 Jun  9 13:42:33 opus kernel: kobject_add failed for i2c-2 with -EEXIST, don't 
 try to register things with the same name in the same directory.
 Jun  9 13:42:33 opus kernel:  [c01fc204] kobject_shadow_add+0x114/0x190
 Jun  9 13:42:33 opus kernel:  [c024d88f] device_add+0xbf/0x670
 Jun  9 13:42:33 opus kernel:  [c01fc2ef] kobject_init+0x2f/0x50
 Jun  9 13:42:33 opus kernel:  [f88771cb] _request_firmware+0x11b/0x360 
 [firmware_class]
 Jun  9 13:42:33 opus kernel:  [f88774af] request_firmware+0xf/0x20 
 [firmware_class]
 Jun  9 13:42:33 opus kernel:  [f8a1ab23] nxt200x_init+0xa3/0xc70 [nxt200x]
 Jun  9 13:42:33 opus kernel:  [c0383091] __sched_text_start+0x301/0x960
 Jun  9 13:42:33 opus kernel:  [c03830bd] __sched_text_start+0x32d/0x960
 Jun  9 13:42:33 opus kernel:  [f8a0d51d] dvb_frontend_init+0x1d/0x60 
 [dvb_core]
 Jun  9 13:42:33 opus kernel:  [c0114cf9] __wake_up_common+0x39/0x60
 Jun  9 13:42:33 opus kernel:  [f8a0e825] dvb_frontend_thread+0x65/0x2f0 
 [dvb_core]
 Jun  9 13:42:33 opus kernel:  [c0115acf] complete+0x3f/0x60
 Jun  9 13:42:33 opus kernel:  [f8a0e7c0] dvb_frontend_thread+0x0/0x2f0 
 [dvb_core]
 Jun  9 13:42:33 opus kernel:  [c012ec4a] kthread+0xba/0xf0
 Jun  9 13:42:33 opus kernel:  [c012eb90] kthread+0x0/0xf0
 Jun  9 13:42:33 opus kernel:  [c0103773] kernel_thread_helper+0x7/0x14
 Jun  9 13:42:33 opus kernel:  ===
 Jun  9 13:42:33 opus kernel: fw_register_device: device_register failed
 Jun  9 13:42:33 opus kernel: nxt2004: Waiting for firmware upload(2)...
 Jun  9 13:42:33 opus kernel: nxt2004: No firmware uploaded (timeout or file 
 not found?)
 Jun  9 13:42:33 opus kernel: nxt200x: Timeout waiting for nxt2004 to init.


compile the i2c framework as modules, then the error will go away. I
already discussed this bug with other developers, and I'll submit a
bugfix soon (it's a bug in the firmware class code which tries to
create duplicate sysfs entries which already got created by the
i2c-dev code)

cheers,
Markus

 I tried googling for similar problem reports, but couldn't find any.
 Does anyone know what might be wrong?  This was all done with the
 v2.6.21.4 Linux kernel.  I can easily try other kernel versions or DVB
 drivers to test.

 David
 --
 David Engel
 [EMAIL PROTECTED]

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



-- 
Markus Rechberger

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


Re: [linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-11 Thread Sebastian Ferraro
Hi Michel,

Michel Ludwig wrote:
 On Monday 11 June 2007 07:16:46 Sebastian Ferraro wrote:
 I have a Zaapa LR545TA DVB-T USB device, which is not currently supported.
 I think it is a rebranding of a Lifeview device
 (http://www.lifeview.com.tw/html/products/external_tv/tv_walker_dvbt_hybrid
 _lite.htm). The vendor ID is 0x10fd
 (Anubis Electronics), but the product ID (0x1545) is not listed in
 dvb-usb.ids.h. 

 Do you maybe have the possibility to open the package of the device in order 
 to see what's exactly inside? Among other things, I suspect a Trident 
 TVMaster chip...
 
I will try to (I'd have to get the proper tools) when I get home. The
Windows driver files have names like TridVid.sys, which seems to agree
with your guess.

Sebastian


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


Re: [linux-dvb] Multiproto in TT-3200 drivers

2007-06-11 Thread Artem Makhutov
Hi,

On Mon, Jun 11, 2007 at 11:56:40AM +0200, Artem Makhutov wrote:
 I have attached my kernel-oops-log.

Huh, sorry, now with attachment :)

Regards, Artem

-- 
Artem Makhutov
Unterort Str. 36
D-65760 Eschborn
Jun  9 23:23:59 gandalf [  332.773033] Unable to handle kernel NULL pointer 
dereference at  RIP:
Jun  9 23:23:59 gandalf [  332.773134]  [] 
stext+0x7fdff0e0/0xe0
Jun  9 23:23:59 gandalf [  332.777670] PGD 35d73067 PUD 35515067 PMD 0
Jun  9 23:23:59 gandalf [  332.780064] Oops: 0010 [1] SMP
Jun  9 23:23:59 gandalf [  332.782472] CPU 0
Jun  9 23:23:59 gandalf [  332.784796] Modules linked in: r8168 snd_seq_midi 
snd_seq_midi_event w83627hf hwmon_vid i2c_isa cx88_dvb cx88_vp3054_i2c mt352 
or51132 video_buf_dvb nxt200x isl6421 zl10353 cx24123 lgdt330x lgh06xf dvb_pll 
cx22702 nvidia(P) snd_ca0106 snd_rawmidi snd_ac97_codec ac97_bus cx8800 
compat_ioctl32 budget_ci lnbp21 budget_core saa7146 ttpci_eeprom k8temp 
tda1004x stb6100 stv0297 stb0899 stv0299 dvb_core cx8802 cx88xx ir_common 
i2c_algo_bit tveeprom videodev v4l2_common v4l1_compat btcx_risc video_buf 
i2c_viapro i2c_core
Jun  9 23:23:59 gandalf [  332.784884] Pid: 7424, comm: szap Tainted: P   
2.6.21-gentoo-r2 #7
Jun  9 23:23:59 gandalf [  332.784886] RIP: 0010:[]  
[] stext+0x7fdff0e0/0xe0
Jun  9 23:23:59 gandalf [  332.784891] RSP: 0018:810033ce7b10  EFLAGS: 
00010212
Jun  9 23:23:59 gandalf [  332.784894] RAX: 81003bc8a0d8 RBX: 
81003bc8a0d8 RCX: 
Jun  9 23:24:00 gandalf [  332.784897] RDX:  RSI: 
81003bc8a0d8 RDI: 81003dda5010
Jun  9 23:24:00 gandalf [  332.784901] RBP: 810033ce7c18 R08: 
0004 R09: 81003bc8a0d8
Jun  9 23:24:00 gandalf [  332.784903] R10:  R11: 
0246 R12: fe00
Jun  9 23:24:00 gandalf [  332.784907] R13: 81003dda5010 R14: 
81003bc8a000 R15: 810033ce7e28
Jun  9 23:24:00 gandalf [  332.784911] FS:  2ae8f496c6d0() 
GS:807ea000() knlGS:
Jun  9 23:24:00 gandalf [  332.784913] CS:  0010 DS:  ES:  CR0: 
8005003b
Jun  9 23:24:00 gandalf [  332.784916] CR2:  CR3: 
356ea000 CR4: 06e0
Jun  9 23:24:00 gandalf [  332.784919] Process szap (pid: 7424, threadinfo 
810033ce6000, task 81003e53e750)
Jun  9 23:24:00 gandalf [  332.784921] Stack:  880595ab 
0246 81003bc8aa88 810033ce7bd8
Jun  9 23:24:00 gandalf [  332.784927]  8062dff3 0001 
0003 81003e53e750
Jun  9 23:24:00 gandalf [  332.784931]  81003f114e60 8588 
3e53e930 00010031
Jun  9 23:24:00 gandalf [  332.784934] Call Trace:
Jun  9 23:24:00 gandalf [  332.784947]  [880595ab] 
:dvb_core:dvb_frontend_ioctl+0x65b/0xe20
Jun  9 23:24:00 gandalf [  332.784952]  [8062dff3] 
thread_return+0xa4/0xf1
Jun  9 23:24:00 gandalf [  332.784962]  [80297b92] 
d_instantiate+0x52/0x70
Jun  9 23:24:00 gandalf [  332.784965]  [80296ff1] d_rehash+0x21/0x40
Jun  9 23:24:00 gandalf [  332.784971]  [803a1041] 
_atomic_dec_and_lock+0x41/0x80
Jun  9 23:24:00 gandalf [  332.784976]  [8029c5a7] 
mntput_no_expire+0x27/0xa0
Jun  9 23:24:00 gandalf [  332.784981]  [8028fb4c] 
__link_path_walk+0xd6c/0xda0
Jun  9 23:24:00 gandalf [  332.784990]  [88059ec0] 
:dvb_core:dvb_frontend_thread+0x0/0x5f0
Jun  9 23:24:00 gandalf [  332.784997]  [8029c5a7] 
mntput_no_expire+0x27/0xa0
Jun  9 23:24:00 gandalf [  332.785002]  [8022badc] 
find_busiest_group+0x29c/0x740
Jun  9 23:24:00 gandalf [  332.785021]  [88058f50] 
:dvb_core:dvb_frontend_ioctl+0x0/0xe20
Jun  9 23:24:00 gandalf [  332.785029]  [88051165] 
:dvb_core:dvb_usercopy+0xe5/0x170
Jun  9 23:24:00 gandalf [  332.785036]  [8024ab91] 
hrtimer_try_to_cancel+0x61/0x70
Jun  9 23:24:00 gandalf [  332.785041]  [8024abac] 
hrtimer_cancel+0xc/0x20
Jun  9 23:24:00 gandalf [  332.785045]  [8062eee3] 
do_nanosleep+0x53/0x90
Jun  9 23:24:00 gandalf [  332.785051]  [80292319] do_ioctl+0x69/0xa0
Jun  9 23:24:00 gandalf [  332.785055]  [802925f3] 
vfs_ioctl+0x2a3/0x2e0
Jun  9 23:24:00 gandalf [  332.785060]  [80292679] sys_ioctl+0x49/0x80
Jun  9 23:24:00 gandalf [  332.785064]  [8024aea4] 
sys_nanosleep+0x54/0x80
Jun  9 23:24:00 gandalf [  332.785069]  [8020997e] 
system_call+0x7e/0x83
Jun  9 23:24:00 gandalf [  332.785074]
Jun  9 23:24:00 gandalf [  332.785075]
Jun  9 23:24:00 gandalf [  332.785076] Code:  Bad RIP value.
Jun  9 23:24:00 gandalf [  332.785078] RIP  [] 
stext+0x7fdff0e0/0xe0
Jun  9 23:24:00 gandalf [  332.785081]  RSP 810033ce7b10
Jun  9 23:24:00 gandalf [  332.785083] CR2: 
___
linux-dvb mailing list
linux-dvb@linuxtv.org

[linux-dvb] DViCO FusionHDTV DVB-T Dual Digital card - bottom of screen cut off

2007-06-11 Thread Craig Cook
Using a vanilla 2.6.17.11 kernel allows me to use my card under ubuntu 7.04.  I 
have another problem though...

Bottom part of the screen is cut off.

tzap is fine

[EMAIL PROTECTED]:~/mythtv/.tzap$ tzap -r -c 
/home/myth/mythtv/.tzap/channels.conf ABC TV Brisbane
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
tuning to 22650 Hz
video pid 0x0200, audio pid 0x028a
status 00 | signal 2f0f | snr  | ber  | unc  | 
status 1f | signal 2f7f | snr b7b7 | ber  | unc  | FE_HAS_LOCK
status 1f | signal 2f1f | snr b7b7 | ber  | unc  | FE_HAS_LOCK

Mplayer works:

[EMAIL PROTECTED]:/etc/rc5.d# mplayer /dev/dvb/adapter0/dvr0
MPlayer 2:1.0~rc1-0ubuntu9 (C) 2000-2006 MPlayer Team
CPU: Intel(R) Pentium(R) 4 CPU 1.80GHz (Family: 15, Model: 2, Stepping: 4)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing /dev/dvb/adapter0/dvr0.
Win32 LoadLibrary failed to load: avisynth.dll, /usr/lib/win32/avisynth.dll, 
/usr/local/lib/win32/avisynth.dll
TS file format detected.
VIDEO MPEG2(pid=512) AUDIO MPA(pid=650) NO SUBS (yet)!  PROGRAM N. 0
VIDEO:  MPEG2  720x576  (aspect 3)  25.000 fps  15000.0 kbps (1875.0 kbyte/s)
open: No such file or directory
[MGA] Couldn't open: /dev/mga_vid
open: No such file or directory
[MGA] Couldn't open: /dev/mga_vid
[VO_TDFXFB] Can't open /dev/fb0: No such file or directory.
[VO_3DFX] Unable to open /dev/3dfx.
==
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 720 x 576 (preferred colorspace: Mpeg PES)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try adding the scale filter, e.g. -vf spp,scale instead of -vf spp.
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2))
==
==
Forced audio codec: mad
Opening audio decoder: [libmad] libmad mpeg audio decoder
AUDIO: 48000 Hz, 2 ch, s16le, 256.0 kbit/16.67% (ratio: 32000-192000)
Selected audio codec: [mad] afm: libmad (libMAD MPEG layer 1-2-3)
==
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 720 x 576 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [xv] 720x576 = 1024x576 Planar YV12 
A:20099.2 V:20099.2 A-V: -0.012 ct: -0.417 120/120 16%  3%  4.4% 3 0 

MPlayer interrupted by signal 2 in module: sleep_timer

-
This picture is displayed fine, very clear, just the bottom part of the picture 
is missing.  This happens with both PCI and USB tuners...  (also with newer 
kernels and the PCI tuner)

Any ideas what I need to do?

Thanks

Craig





   

Building a website is a piece of cake. Yahoo! Small Business gives you all the 
tools to get online.
http://smallbusiness.yahoo.com/webhosting ___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] DVB-T Austria/Salzburg

2007-06-11 Thread Jakob Steidl



Maybe its already outdated, but a starting point.



There are two not-so-nice things: as far as I remember this list was
never confirmed and the cited web page isn't online anymore ...

  


I have compiled a new list today. It contains only the official 
frequencies.
There are reports of some minor transmitters emitting already DVB-T 
altough there has been no official announcement yet.
Also in some cities there might be test runs which are aso not included 
in this file either.


Jakob

# All official DVB-T Transponders run by the ORS (for Austria)
# updated: 06/2007 (valid until autumn 2007)
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy

T 49000 8MHz 3/4 NONE QAM16 8k 1/4 NONE #K23, Innsbruck
T 49800 8MHz 3/4 NONE QAM16 8k 1/4 NONE #K24, Bregenz
T 56200 8MHz 3/4 NONE QAM16 8k 1/4 NONE #K24, Salzburg (w/ overspill to 
Germany)
T 56200 8MHz 3/4 NONE QAM16 8k 1/4 NONE #K43, Linz, Amstetten (NÖ)
T 75400 8MHz 3/4 NONE QAM16 8k 1/4 NONE #K56, Eisenstadt
T 79400 8MHz 3/4 NONE QAM16 8k 1/4 NONE #K61, Wien
T 80200 8MHz 3/4 NONE QAM16 8k 1/4 NONE #K62, Graz
T 85000 8MHz 3/4 NONE QAM16 8k 1/4 NONE #K68, St.Pölten
T 80200 8MHz 3/4 NONE QAM16 8k 1/4 NONE #K69, Graz, Klagenfurt, Viktring 
(Ktn.)___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Multiproto in TT-3200 drivers

2007-06-11 Thread Manu Abraham
Artem Makhutov wrote:
 Hi,
 
 On Mon, Jun 11, 2007 at 11:56:40AM +0200, Artem Makhutov wrote:
 I have attached my kernel-oops-log.
 
 Huh, sorry, now with attachment :)
 

Thanks. You are using the tarball from jusst.de ? What other patches are
you having ?

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


Re: [linux-dvb] dib0700 problems (nova-T usb stick)

2007-06-11 Thread Soeren Moch
Patrick Boettcher wrote:
 Hi,
 
 The biggest problem is, that we have no time to investigate the issue 
and 
 it is no problem on the Windows-platform (because of a different call 
 sequence).
 
 It has nothing to with the I2C-gating used. It is a basic problem of 
doing 
 I2C while streaming is enabled. Not 100% what is exactly the problem.
 
 I filed the problem to the correct guys at DiBcom - they will see 
(sooner 
 or later).

Hi Patrick,

maybe the DiBcom guys can also have a look on the disconnect problem,
which also seems to be related to the REQUEST_ENABLE_VIDEO firmware call.
The first urb received after switching video streaming on has in almost
all cases a error return state, sometimes a disconnect occurs (only
directly after a REQUEST_ENABLE_VIDEO call, Version 02-rc2 firmware used).
The firmware seems to deliver corrupt data after stream-on.

Since the i2c gating problem can be solved with the driver patch, the
disconnect problem is the last real problem with this stick.
As the 0700 bridge seems to be part of the shiny new 7770 device, fixing
this firmware shouldn't be wasted time for DiBcom.

Thank you again,
S:oren

 Sorry,
 Patrick.
 
 On Thu, 7 Jun 2007, Soeren Moch wrote:
 Hello Patrick!

 Patrick Boettcher wrote:
 It is _no_ hardware restriction.

 The symptoms described by Soeren is correct, but the conclusion is 
 wrong. 
 In fact this behaviour seems to be specific to the open source driver, 
 we 
 don't have this problem in our reference driver.
 The I2C gating feature seems to be related to the 
REQUEST_ENABLE_VIDEO 
 firmware call. If the same hardware with same firmware does not show 
this 
 behavior with your reference drivers, are there other parameters in 
your 
 reference REQUEST_ENABLE_VIDEO call?
 Maybe this I2C gating is done externally via some gpio pins?
 (Without schematic, datasheets and firmware code it is difficult to get
 the big picture.)

 If I only would have time, I would take a look. 
 Sorry for asking again. Maybe you can solve tuning and frontend status
 problems by simply changing the firmware call parameters. If I can
 be helpful in any way, don't hesitate to ask.

 Did you try the new firmware?

 Patrick.

 Thank you,
 S:oren



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


Re: [linux-dvb] cx88-dvb modprobe failure

2007-06-11 Thread Peter D.
On Thursday 07 June 2007 11:15, Sid Boyce wrote:
 Peter D. wrote:
  On Wednesday 30 May 2007 16:05, Sid Boyce wrote:
 
  [snip]
 
  CORE cx88[0]: subsystem: 17de:08a4, board: KWorld/VStream XPert DVB-T
 
  [snip]
 
  Any ideas?
  Thanks and Regards
  Sid.
 
  I have a similar card, except it is 17de:08a6.
 
  Is there any chance of static damage?  Is the card seated properly?
 
  BTW how did you configure the remote control?

 Checked it was seated properly by pressing down on it, seemed OK. Took
 it to my daughter's and installed it in her openSUSE 10.0 PC, worked
 straight away, 17de:08a6.
 Installed her card in my PC, reported as 17de:08a6 and it works, kernel
 2.6.22-rc4.
 Must have been some problem with seating as you said.
 Thanks
 Regards
 Sid.

It was just a reminder to check the obvious.  

At one stage I thought that I must have zapped my Kworld card.  In 
retrospect it might be that it won't work in my AM2 box (an ASUS 
M2N-E with nForce 570 ultra and a 65 Watt 3600+ 64X2), only in my 
Sempron box.  

Sooner or later I will shuffle some hardware and have another look.  
 

-- 
sig goes here...
Peter D.

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


Re: [linux-dvb] Multiproto in TT-3200 drivers

2007-06-11 Thread Artem Makhutov
On Mon, Jun 11, 2007 at 03:30:50PM +0400, Manu Abraham wrote:
 Artem Makhutov wrote:
  Hi,
  
  On Mon, Jun 11, 2007 at 11:56:40AM +0200, Artem Makhutov wrote:
  I have attached my kernel-oops-log.
  
  Huh, sorry, now with attachment :)
  
 
 Thanks. You are using the tarball from jusst.de ? What other patches are
 you having ?

Yes, I am using this tarball:
http://jusst.de/manu/stb0899-v4l-dvb.tar.bz

And lastest patches from laasa:
http://www.linuxtv.org/pipermail/linux-dvb/2007-May/018187.html

Regards, Artem

-- 
Artem Makhutov
Unterort Str. 36
D-65760 Eschborn

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


Re: [linux-dvb] Multiproto in TT-3200 drivers

2007-06-11 Thread Manu Abraham
Artem Makhutov wrote:
 On Mon, Jun 11, 2007 at 03:30:50PM +0400, Manu Abraham wrote:
 Artem Makhutov wrote:
 Hi,

 On Mon, Jun 11, 2007 at 11:56:40AM +0200, Artem Makhutov wrote:
 I have attached my kernel-oops-log.
 Huh, sorry, now with attachment :)

 Thanks. You are using the tarball from jusst.de ? What other patches are
 you having ?
 
 Yes, I am using this tarball:
 http://jusst.de/manu/stb0899-v4l-dvb.tar.bz
 
 And lastest patches from laasa:
 http://www.linuxtv.org/pipermail/linux-dvb/2007-May/018187.html
 

hmm.. there exists an additional patch to dvb_frontend.c. Can you undo
that patch to dvb_frontend.c (i don't see why that patch to
dvb_frontend.c is needed) and see whether the issue still exists ?


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


Re: [linux-dvb] dib0700 problems (nova-T usb stick)

2007-06-11 Thread Patrick Boettcher
On Mon, 11 Jun 2007, Soeren Moch wrote:

 Patrick Boettcher wrote:
  Hi,
  
  The biggest problem is, that we have no time to investigate the issue 
 and 
  it is no problem on the Windows-platform (because of a different call 
  sequence).
  
  It has nothing to with the I2C-gating used. It is a basic problem of 
 doing 
  I2C while streaming is enabled. Not 100% what is exactly the problem.
  
  I filed the problem to the correct guys at DiBcom - they will see 
 (sooner 
  or later).
 
 Hi Patrick,
 
 maybe the DiBcom guys can also have a look on the disconnect problem,
 which also seems to be related to the REQUEST_ENABLE_VIDEO firmware call.
 The first urb received after switching video streaming on has in almost
 all cases a error return state, sometimes a disconnect occurs (only
 directly after a REQUEST_ENABLE_VIDEO call, Version 02-rc2 firmware used).
 The firmware seems to deliver corrupt data after stream-on.
 
 Since the i2c gating problem can be solved with the driver patch, the
 disconnect problem is the last real problem with this stick.
 As the 0700 bridge seems to be part of the shiny new 7770 device, fixing
 this firmware shouldn't be wasted time for DiBcom.

We don't see the i2c-problem with 7770. And the disconnects are (for 
me) just another symptom (like the I2C-failures) for the real problem 
(which we have not yet understood).

Patrick.

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


Re: [linux-dvb] Kworld ATSC 115/nxt2004 firmware problem

2007-06-11 Thread David Engel
On Mon, Jun 11, 2007 at 11:12:55AM +0200, Markus Rechberger wrote:
 compile the i2c framework as modules, then the error will go away. I
 already discussed this bug with other developers, and I'll submit a
 bugfix soon (it's a bug in the firmware class code which tries to
 create duplicate sysfs entries which already got created by the
 i2c-dev code)

Thanks, Markus.  That indeed did the trick.

David
-- 
David Engel
[EMAIL PROTECTED]

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


Re: [linux-dvb] DViCO FusionHDTV DVB-T Dual Digital card - bottom of screen cut off

2007-06-11 Thread Michael Krufky
Craig Cook wrote:
 Using a vanilla 2.6.17.11 kernel allows me to use my card under ubuntu 7.04.  
 I have another problem though...
 
 Bottom part of the screen is cut off.
 
 tzap is fine
 
 [EMAIL PROTECTED]:~/mythtv/.tzap$ tzap -r -c 
 /home/myth/mythtv/.tzap/channels.conf ABC TV Brisbane
 using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
 tuning to 22650 Hz
 video pid 0x0200, audio pid 0x028a
 status 00 | signal 2f0f | snr  | ber  | unc  | 
 status 1f | signal 2f7f | snr b7b7 | ber  | unc  | FE_HAS_LOCK
 status 1f | signal 2f1f | snr b7b7 | ber  | unc  | FE_HAS_LOCK
 
 Mplayer works:
 
 [EMAIL PROTECTED]:/etc/rc5.d# mplayer /dev/dvb/adapter0/dvr0
 MPlayer 2:1.0~rc1-0ubuntu9 (C) 2000-2006 MPlayer Team
 CPU: Intel(R) Pentium(R) 4 CPU 1.80GHz (Family: 15, Model: 2, Stepping: 4)
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
 Compiled with runtime CPU detection.
 Can't open joystick device /dev/input/js0: No such file or directory
 Can't init input joystick
 mplayer: could not connect to socket
 mplayer: No such file or directory
 Failed to open LIRC support. You will not be able to use your remote control.
 
 Playing /dev/dvb/adapter0/dvr0.
 Win32 LoadLibrary failed to load: avisynth.dll, /usr/lib/win32/avisynth.dll, 
 /usr/local/lib/win32/avisynth.dll
 TS file format detected.
 VIDEO MPEG2(pid=512) AUDIO MPA(pid=650) NO SUBS (yet)!  PROGRAM N. 0
 VIDEO:  MPEG2  720x576  (aspect 3)  25.000 fps  15000.0 kbps (1875.0 kbyte/s)
 open: No such file or directory
 [MGA] Couldn't open: /dev/mga_vid
 open: No such file or directory
 [MGA] Couldn't open: /dev/mga_vid
 [VO_TDFXFB] Can't open /dev/fb0: No such file or directory.
 [VO_3DFX] Unable to open /dev/3dfx.
 ==
 Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
 VDec: vo config request - 720 x 576 (preferred colorspace: Mpeg PES)
 Could not find matching colorspace - retrying with -vf scale...
 Opening video filter: [scale]
 The selected video_out device is incompatible with this codec.
 Try adding the scale filter, e.g. -vf spp,scale instead of -vf spp.
 VDecoder init failed :(
 Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
 Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2))
 ==
 ==
 Forced audio codec: mad
 Opening audio decoder: [libmad] libmad mpeg audio decoder
 AUDIO: 48000 Hz, 2 ch, s16le, 256.0 kbit/16.67% (ratio: 32000-192000)
 Selected audio codec: [mad] afm: libmad (libMAD MPEG layer 1-2-3)
 ==
 AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
 Starting playback...
 VDec: vo config request - 720 x 576 (preferred colorspace: Planar YV12)
 VDec: using Planar YV12 as output csp (no 0)
 Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
 VO: [xv] 720x576 = 1024x576 Planar YV12 
 A:20099.2 V:20099.2 A-V: -0.012 ct: -0.417 120/120 16%  3%  4.4% 3 0 
 
 MPlayer interrupted by signal 2 in module: sleep_timer
 
 -
 This picture is displayed fine, very clear, just the bottom part of the 
 picture is missing.  This happens with both PCI and USB tuners...  (also with 
 newer kernels and the PCI tuner)
 
 Any ideas what I need to do?

This is not a driver problem -- This is a userspace software issue.  Most
likely, the video is being shown to you at full size, and your screen resolution
is not large enough.  Mplayer (on my machine) will usually scale down the video
so that it fits on the screen, but this could also be related to your X video
card driver setup.

Try to hit 'F' in mplayer for Fullscreen mode, and see if that does anything.
 (depending on your video display hardware, it might not make any difference).

You may want to seek answers from the mplayer people on this one, or try a
different app.

Cheers,

Mike


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


Re: [linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-11 Thread Sebastian Ferraro
  Do you maybe have the possibility to open the
 package of the device in order 
  to see what's exactly inside? Among other things,
 I suspect a Trident 
  TVMaster chip...

I opened it and it has a Trident TVMaster indeed...
this is the full text on the chip, in case there is
something useful:

TVMaster
TM6000 B HCC02
D2CSR-1 0616
2013F0F604F553003
Trident '04
   LF


Best regards,
Sebastian


  __ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 


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


Re: [linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-11 Thread Michel Ludwig
On Mon 11 Jun 2007, Sebastian Ferraro wrote:
 I opened it and it has a Trident TVMaster indeed...
 this is the full text on the chip, in case there is
 something useful:

 TVMaster
 TM6000 B HCC02
 D2CSR-1 0616
 2013F0F604F553003
 Trident '04
LF

So far, so good.

And if there is also a Xceive XC3028 tuner chip, you should be able to use 
your device in DVB-T mode quite easily...


Michel

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


[linux-dvb] szap output unit?

2007-06-11 Thread Dâniel Fraga
Hi, I'm using szap from dvb-apps and the README says the
following:

signal [0x...0x] --- Signal Strength. Values above 0x8000
should be ok.

snr [0x...0x]--- Signal/Noise Ratio. Values above 0x8000
are ok.

ber [0...0x] --- Bit Error Rate. The less the better.

unc [0...0x] --- Number of Uncorrectable Blocks.
 Small numbers are Preferable.

***

I convert these values to decimal and apply on mrtg. But what
unit are they? Or they are simple absolute values with no unit?

Thank you!

-- 
Linux 2.6.21: Nocturnal Monster Puppy
http://www.lastfm.pt/user/danielfraga
http://u-br.net
Dream Theater - Vacant (Train Of Thought - 2003)


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


Re: [linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-11 Thread Sebastian Ferraro
--- Michel Ludwig [EMAIL PROTECTED] escribió:
 So far, so good.
 
 And if there is also a Xceive XC3028 tuner chip, you
 should be able to use 
 your device in DVB-T mode quite easily...

Once again, you're right! It has a Xceive XC3028ACO.
But I'm not sure yet which driver/fw I should use...

Best regards,
Sebastian


  __ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 


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


Re: [linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-11 Thread Michael Krufky
Michel Ludwig wrote:
 On Mon 11 Jun 2007, Sebastian Ferraro wrote:
 I opened it and it has a Trident TVMaster indeed...
 this is the full text on the chip, in case there is
 something useful:

 TVMaster
 TM6000 B HCC02
 D2CSR-1 0616
 2013F0F604F553003
 Trident '04
LF
 
 So far, so good.
 
 And if there is also a Xceive XC3028 tuner chip, you should be able to use 
 your device in DVB-T mode quite easily...


Michel,

There isn't an open source driver yet available for those Trident chips...
unless you know something I am not yet aware of...


-- 
Michael Krufky


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


[linux-dvb] b2c2-flexcop: unkown FlexCop Revision: f

2007-06-11 Thread Bernd Schmidt
Hi,

I tried to install a Technisat Skystar 2 TV PCI card on opensuse 10.2 with yast 
and failed.
yast reported no errors, but Kaffeine did not detect a DVB device.

Info printed on card:
MODEL SKYSTAR 2
P/N: 92105-20003D
REV: 2.6D

Info printed on flexcop-chip:
FLEXCOP IIB
MMSHG-000
0607


Is this card supported by linux?

Find attached the requested infos

In addition the output from dmesg | grep flexcop

mamba:/tmp # dmesg | grep flexcop
b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver chip loaded 
successfully
flexcop-pci: will use the HW PID filter.
flexcop-pci: card revision 2
b2c2-flexcop: unkown FlexCop Revision: f. Please report the [EMAIL PROTECTED]
b2c2-flexcop: reading of MAC address failed.
b2c2-flexcop: i2c master_xfer failed
b2c2-flexcop: i2c master_xfer failed
b2c2-flexcop: i2c master_xfer failed
b2c2-flexcop: i2c master_xfer failed
b2c2-flexcop: i2c master_xfer failed
b2c2-flexcop: i2c master_xfer failed
b2c2-flexcop: i2c master_xfer failed
b2c2-flexcop: i2c master_xfer failed
b2c2-flexcop: no frontend driver found for this B2C2/FlexCop adapter

Thanx in advance,
  Bernd
Module  Size  Used by
af_packet  29320  2 
ipv6  263584  16 
snd_pcm_oss53376  0 
snd_mixer_oss  21248  1 snd_pcm_oss
snd_seq60272  0 
snd_seq_device 12812  1 snd_seq
cpufreq_conservative11912  0 
cpufreq_ondemand   10892  1 
cpufreq_userspace   9088  0 
cpufreq_powersave   5888  0 
powernow_k818208  2 
freq_table  8832  1 powernow_k8
button 10896  0 
battery14468  0 
ac  9476  0 
apparmor   55572  0 
aamatch_pcre   18304  1 apparmor
loop   20488  0 
dm_mod 60184  0 
usb_storage82368  0 
usbhid 52192  0 
nvidia   4741300  22 
b2c2_flexcop_pci   12568  0 
b2c2_flexcop   31372  1 b2c2_flexcop_pci
mt352  10756  1 b2c2_flexcop
mt312  12036  1 b2c2_flexcop
bcm351013828  1 b2c2_flexcop
dvb_pll18692  1 b2c2_flexcop
stv029914600  1 b2c2_flexcop
snd_hda_intel  23060  1 
dvb_core   81960  2 b2c2_flexcop,stv0299
stv029711648  1 b2c2_flexcop
nxt200x17540  1 b2c2_flexcop
firmware_class 14080  3 b2c2_flexcop,bcm3510,nxt200x
ohci1394   37040  0 
ieee1394  102584  1 ohci1394
snd_hda_codec 164352  1 snd_hda_intel
lgdt330x   12316  1 b2c2_flexcop
agpgart35528  1 nvidia
ehci_hcd   34696  0 
forcedeth  44932  0 
ohci_hcd   23428  0 
snd_pcm86916  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
i2c_nforce211136  0 
snd_timer  27908  2 snd_seq,snd_pcm
snd61188  10 
snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
soundcore  13792  1 snd
usbcore   115024  4 usb_storage,usbhid,ehci_hcd,ohci_hcd
i2c_core   25216  11 
nvidia,b2c2_flexcop,mt352,mt312,bcm3510,dvb_pll,stv0299,stv0297,nxt200x,lgdt330x,i2c_nforce2
snd_page_alloc 14472  2 snd_hda_intel,snd_pcm
parport_pc 42084  1 
lp 15652  0 
parport39752  2 parport_pc,lp
reiserfs  237312  3 
linear 10112  0 
raid456   121872  0 
xor19464  1 raid456
raid0  12160  0 
edd13892  0 
sr_mod 20132  0 
cdrom  38432  1 sr_mod
raid1  26624  3 
fan 8964  0 
sg 38044  0 
sata_nv15492  8 
libata119444  1 sata_nv
amd74xx17692  0 [permanent]
thermal18568  0 
processor  34664  2 powernow_k8,thermal
sd_mod 24704  10 
scsi_mod  136712  5 usb_storage,sr_mod,sg,libata,sd_mod
ide_disk   20480  0 
ide_core  130248  3 usb_storage,amd74xx,ide_disk
00:00.0 Class 0500: 10de:0369 (rev a1)
Subsystem: 1462:7250
Flags: bus master, 66MHz, fast devsel, latency 0
Capabilities: [44] HyperTransport: Slave or Primary Interface
Capabilities: [dc] HyperTransport: MSI Mapping

00:01.0 Class 0601: 10de:0362 (rev a2)
Subsystem: 1462:7250
Flags: bus master, 66MHz, fast devsel, latency 0

00:01.1 Class 0c05: 10de:0368 (rev a2)
Subsystem: 1462:7250
Flags: 66MHz, fast devsel, IRQ 11
I/O ports at 2d00 [size=64]
I/O ports at 2e00 [size=64]
Capabilities: [44] Power Management version 2

00:01.2 Class 0500: 10de:036a (rev a2)
Subsystem: 1462:7250
Flags: 66MHz, fast devsel

00:02.0 Class 0c03: 10de:036c (rev a1) (prog-if 10 [OHCI])
   

Re: [linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-11 Thread Michel Ludwig
On Mon 11 Jun 2007, Sebastian Ferraro wrote:
 Once again, you're right! It has a Xceive XC3028ACO.
 But I'm not sure yet which driver/fw I should use...

Ok, I forgot to ask you about the demodulator, though. Let me guess once more: 
ZL10353

You can find an experimental driver here:

http://linuxtv.org/v4lwiki/index.php/TM6000

Could you maybe follow the instructions that are listed there and report back 
what happens? You still need to change the USB Ids in the driver (lines 161 
and 162). Your vendor id should be 0x10fd, and product id 0x1545.

Thanks,

Michel

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


[linux-dvb] [PATCH 1/1] em28xx: Add Pinnacle Dazzle DVC 100

2007-06-11 Thread Paul Walmsley
Hi,

this patch adds support for the Pinnacle Dazzle DVD Recorder DVC 100.
Tested on 2.6.20 series kernel, digitizing from the composite input, and it
works fine.  This code came from 'Bernd' at:

http://www.linuxquestions.org/questions/showthread.php?t=497596

He mentions that his patches were submitted upstream, but the changes aren't 
in the v4l-dvb Mercurial repo, so, here they are again.

These instructions are also very helpful for using the device on Linux:

http://www.lea-linux.org/cached/index/Num%C3%A9riser_une_cassette_VHS_sous_Linux.html

Signed-off-by: Paul Walmsley [EMAIL PROTECTED]

---
 linux/drivers/media/video/em28xx/em28xx-cards.c |   17 +
 linux/drivers/media/video/em28xx/em28xx.h   |1 +
 2 files changed, 18 insertions(+)

Index: v4l-dvb/linux/drivers/media/video/em28xx/em28xx-cards.c
===
--- v4l-dvb.orig/linux/drivers/media/video/em28xx/em28xx-cards.c
+++ v4l-dvb/linux/drivers/media/video/em28xx/em28xx-cards.c
@@ -334,6 +334,22 @@ struct em28xx_board em28xx_boards[] = {
.amux = 1,
}},
},
+   [EM2820_BOARD_PINNACLE_DVC_100] = {
+   .name = Pinnacle Dazzle DVC 100,
+   .vchannels= 3,
+   .norm = VIDEO_MODE_PAL,
+   .has_tuner= 0,
+   .decoder  = EM28XX_SAA7113,
+   .input  = {{
+   .type = EM28XX_VMUX_COMPOSITE1,
+   .vmux = SAA7115_COMPOSITE0,
+   .amux = 1,
+   },{
+   .type = EM28XX_VMUX_SVIDEO,
+   .vmux = SAA7115_SVIDEO3,
+   .amux = 1,
+   }},
+   },
 };
 const unsigned int em28xx_bcount = ARRAY_SIZE(em28xx_boards);
 
@@ -345,6 +361,7 @@ struct usb_device_id em28xx_id_table [] 
{ USB_DEVICE(0x2304, 0x0208), .driver_info = 
EM2820_BOARD_PINNACLE_USB_2 },
{ USB_DEVICE(0x2040, 0x4200), .driver_info = 
EM2820_BOARD_HAUPPAUGE_WINTV_USB_2 },
{ USB_DEVICE(0x2304, 0x0207), .driver_info = 
EM2820_BOARD_PINNACLE_DVC_90 },
+   { USB_DEVICE(0x2304, 0x021a), .driver_info = 
EM2820_BOARD_PINNACLE_DVC_100 },
 #ifdef CONFIG_XC3028
{ USB_DEVICE(0x2040, 0x6500), .driver_info = 
EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900 },
{ USB_DEVICE(0x0ccd, 0x0042), .driver_info = 
EM2880_BOARD_TERRATEC_HYBRID_XS },
Index: v4l-dvb/linux/drivers/media/video/em28xx/em28xx.h
===
--- v4l-dvb.orig/linux/drivers/media/video/em28xx/em28xx.h
+++ v4l-dvb/linux/drivers/media/video/em28xx/em28xx.h
@@ -49,6 +49,7 @@
 #define EM2880_BOARD_TERRATEC_HYBRID_XS11
 #define EM2820_BOARD_KWORLD_PVRTV2800RF12
 #define EM2880_BOARD_TERRATEC_PRODIGY_XS   13
+#define EM2820_BOARD_PINNACLE_DVC_100  14
 
 #define UNSET -1
 

-- 


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


Re: [linux-dvb] [PATCH 1/1] em28xx: Add Pinnacle Dazzle DVC 100

2007-06-11 Thread Markus Rechberger
Hi,

this patch is already included in the video4linux/dvb repository on
mcentral.de (including many more devices and many more features eg.
multiple device access, raw read() support, etc.)

Markus

On 6/11/07, Paul Walmsley [EMAIL PROTECTED] wrote:
 Hi,

 this patch adds support for the Pinnacle Dazzle DVD Recorder DVC 100.
 Tested on 2.6.20 series kernel, digitizing from the composite input, and it
 works fine.  This code came from 'Bernd' at:

 http://www.linuxquestions.org/questions/showthread.php?t=497596

 He mentions that his patches were submitted upstream, but the changes aren't
 in the v4l-dvb Mercurial repo, so, here they are again.

 These instructions are also very helpful for using the device on Linux:

 http://www.lea-linux.org/cached/index/Num%C3%A9riser_une_cassette_VHS_sous_Linux.html

 Signed-off-by: Paul Walmsley [EMAIL PROTECTED]

 ---
  linux/drivers/media/video/em28xx/em28xx-cards.c |   17 +
  linux/drivers/media/video/em28xx/em28xx.h   |1 +
  2 files changed, 18 insertions(+)

 Index: v4l-dvb/linux/drivers/media/video/em28xx/em28xx-cards.c
 ===
 --- v4l-dvb.orig/linux/drivers/media/video/em28xx/em28xx-cards.c
 +++ v4l-dvb/linux/drivers/media/video/em28xx/em28xx-cards.c
 @@ -334,6 +334,22 @@ struct em28xx_board em28xx_boards[] = {
   .amux = 1,
   }},
   },
 + [EM2820_BOARD_PINNACLE_DVC_100] = {
 + .name = Pinnacle Dazzle DVC 100,
 + .vchannels= 3,
 + .norm = VIDEO_MODE_PAL,
 + .has_tuner= 0,
 + .decoder  = EM28XX_SAA7113,
 + .input  = {{
 + .type = EM28XX_VMUX_COMPOSITE1,
 + .vmux = SAA7115_COMPOSITE0,
 + .amux = 1,
 + },{
 + .type = EM28XX_VMUX_SVIDEO,
 + .vmux = SAA7115_SVIDEO3,
 + .amux = 1,
 + }},
 + },
  };
  const unsigned int em28xx_bcount = ARRAY_SIZE(em28xx_boards);

 @@ -345,6 +361,7 @@ struct usb_device_id em28xx_id_table []
   { USB_DEVICE(0x2304, 0x0208), .driver_info = EM2820_BOARD_PINNACLE_USB_2
 },
   { USB_DEVICE(0x2040, 0x4200), .driver_info =
 EM2820_BOARD_HAUPPAUGE_WINTV_USB_2 },
   { USB_DEVICE(0x2304, 0x0207), .driver_info = 
 EM2820_BOARD_PINNACLE_DVC_90
 },
 + { USB_DEVICE(0x2304, 0x021a), .driver_info = 
 EM2820_BOARD_PINNACLE_DVC_100
 },
  #ifdef CONFIG_XC3028
   { USB_DEVICE(0x2040, 0x6500), .driver_info =
 EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900 },
   { USB_DEVICE(0x0ccd, 0x0042), .driver_info =
 EM2880_BOARD_TERRATEC_HYBRID_XS },
 Index: v4l-dvb/linux/drivers/media/video/em28xx/em28xx.h
 ===
 --- v4l-dvb.orig/linux/drivers/media/video/em28xx/em28xx.h
 +++ v4l-dvb/linux/drivers/media/video/em28xx/em28xx.h
 @@ -49,6 +49,7 @@
  #define EM2880_BOARD_TERRATEC_HYBRID_XS  11
  #define EM2820_BOARD_KWORLD_PVRTV2800RF  12
  #define EM2880_BOARD_TERRATEC_PRODIGY_XS 13
 +#define EM2820_BOARD_PINNACLE_DVC_10014

  #define UNSET -1


 --


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



-- 
Markus Rechberger

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


Re: [linux-dvb] [PATCH 1/1] em28xx: Add Pinnacle Dazzle DVC 100

2007-06-11 Thread Paul Walmsley
Hi Markus,

On Tue, 12 Jun 2007, Markus Rechberger wrote:

 this patch is already included in the video4linux/dvb repository on
 mcentral.de (including many more devices and many more features eg.
 multiple device access, raw read() support, etc.)

thanks for the info.  Please forgive a naive question - why doesn't the 
page at http://www.linuxtv.org/repo/ point to that site?


- Paul

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


Re: [linux-dvb] [PATCH 1/1] em28xx: Add Pinnacle Dazzle DVC 100

2007-06-11 Thread timecop
More duplication of effort and waste of time.

On 6/12/07, Markus Rechberger [EMAIL PROTECTED] wrote:
 Hi,

 this patch is already included in the video4linux/dvb repository on
 mcentral.de (including many more devices and many more features eg.
 multiple device access, raw read() support, etc.)

 Markus

 On 6/11/07, Paul Walmsley [EMAIL PROTECTED] wrote:
  Hi,
 
  this patch adds support for the Pinnacle Dazzle DVD Recorder DVC 100.
  Tested on 2.6.20 series kernel, digitizing from the composite input, and
 it
  works fine.  This code came from 'Bernd' at:
 
  http://www.linuxquestions.org/questions/showthread.php?t=497596
 
  He mentions that his patches were submitted upstream, but the changes
 aren't
  in the v4l-dvb Mercurial repo, so, here they are again.
 
  These instructions are also very helpful for using the device on Linux:
 
 
 http://www.lea-linux.org/cached/index/Num%C3%A9riser_une_cassette_VHS_sous_Linux.html
 
  Signed-off-by: Paul Walmsley [EMAIL PROTECTED]
 
  ---
   linux/drivers/media/video/em28xx/em28xx-cards.c |   17 +
   linux/drivers/media/video/em28xx/em28xx.h   |1 +
   2 files changed, 18 insertions(+)
 
  Index: v4l-dvb/linux/drivers/media/video/em28xx/em28xx-cards.c
  ===
  --- v4l-dvb.orig/linux/drivers/media/video/em28xx/em28xx-cards.c
  +++ v4l-dvb/linux/drivers/media/video/em28xx/em28xx-cards.c
  @@ -334,6 +334,22 @@ struct em28xx_board em28xx_boards[] = {
  .amux = 1,
  }},
  },
  +   [EM2820_BOARD_PINNACLE_DVC_100] = {
  +   .name = Pinnacle Dazzle DVC 100,
  +   .vchannels= 3,
  +   .norm = VIDEO_MODE_PAL,
  +   .has_tuner= 0,
  +   .decoder  = EM28XX_SAA7113,
  +   .input  = {{
  +   .type = EM28XX_VMUX_COMPOSITE1,
  +   .vmux = SAA7115_COMPOSITE0,
  +   .amux = 1,
  +   },{
  +   .type = EM28XX_VMUX_SVIDEO,
  +   .vmux = SAA7115_SVIDEO3,
  +   .amux = 1,
  +   }},
  +   },
   };
   const unsigned int em28xx_bcount = ARRAY_SIZE(em28xx_boards);
 
  @@ -345,6 +361,7 @@ struct usb_device_id em28xx_id_table []
  { USB_DEVICE(0x2304, 0x0208), .driver_info = EM2820_BOARD_PINNACLE_USB_2
  },
  { USB_DEVICE(0x2040, 0x4200), .driver_info =
  EM2820_BOARD_HAUPPAUGE_WINTV_USB_2 },
  { USB_DEVICE(0x2304, 0x0207), .driver_info =
 EM2820_BOARD_PINNACLE_DVC_90
  },
  +   { USB_DEVICE(0x2304, 0x021a), .driver_info =
 EM2820_BOARD_PINNACLE_DVC_100
  },
   #ifdef CONFIG_XC3028
  { USB_DEVICE(0x2040, 0x6500), .driver_info =
  EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900 },
  { USB_DEVICE(0x0ccd, 0x0042), .driver_info =
  EM2880_BOARD_TERRATEC_HYBRID_XS },
  Index: v4l-dvb/linux/drivers/media/video/em28xx/em28xx.h
  ===
  --- v4l-dvb.orig/linux/drivers/media/video/em28xx/em28xx.h
  +++ v4l-dvb/linux/drivers/media/video/em28xx/em28xx.h
  @@ -49,6 +49,7 @@
   #define EM2880_BOARD_TERRATEC_HYBRID_XS11
   #define EM2820_BOARD_KWORLD_PVRTV2800RF12
   #define EM2880_BOARD_TERRATEC_PRODIGY_XS   13
  +#define EM2820_BOARD_PINNACLE_DVC_100  14
 
   #define UNSET -1
 
 
  --
 
 
  ___
  linux-dvb mailing list
  linux-dvb@linuxtv.org
  http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
 


 --
 Markus Rechberger

 ___
 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] [PATCH 1/1] em28xx: Add Pinnacle Dazzle DVC 100

2007-06-11 Thread Markus Rechberger
On 6/12/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 More duplication of effort and waste of time.


the ultimate waste of time comes from several linuxtv people who have
no idea about the whole thing which is very bad actually.

Markus

 On 6/12/07, Markus Rechberger [EMAIL PROTECTED] wrote:
  Hi,
 
  this patch is already included in the video4linux/dvb repository on
  mcentral.de (including many more devices and many more features eg.
  multiple device access, raw read() support, etc.)
 
  Markus
 
  On 6/11/07, Paul Walmsley [EMAIL PROTECTED] wrote:
   Hi,
  
   this patch adds support for the Pinnacle Dazzle DVD Recorder DVC 100.
   Tested on 2.6.20 series kernel, digitizing from the composite input, and
  it
   works fine.  This code came from 'Bernd' at:
  
   http://www.linuxquestions.org/questions/showthread.php?t=497596
  
   He mentions that his patches were submitted upstream, but the changes
  aren't
   in the v4l-dvb Mercurial repo, so, here they are again.
  
   These instructions are also very helpful for using the device on Linux:
  
  
 
 http://www.lea-linux.org/cached/index/Num%C3%A9riser_une_cassette_VHS_sous_Linux.html
  
   Signed-off-by: Paul Walmsley [EMAIL PROTECTED]
  
   ---
linux/drivers/media/video/em28xx/em28xx-cards.c |   17
 +
linux/drivers/media/video/em28xx/em28xx.h   |1 +
2 files changed, 18 insertions(+)
  
   Index: v4l-dvb/linux/drivers/media/video/em28xx/em28xx-cards.c
   ===
   --- v4l-dvb.orig/linux/drivers/media/video/em28xx/em28xx-cards.c
   +++ v4l-dvb/linux/drivers/media/video/em28xx/em28xx-cards.c
   @@ -334,6 +334,22 @@ struct em28xx_board em28xx_boards[] = {
 .amux = 1,
 }},
 },
   + [EM2820_BOARD_PINNACLE_DVC_100] = {
   + .name = Pinnacle Dazzle DVC 100,
   + .vchannels= 3,
   + .norm = VIDEO_MODE_PAL,
   + .has_tuner= 0,
   + .decoder  = EM28XX_SAA7113,
   + .input  = {{
   + .type = EM28XX_VMUX_COMPOSITE1,
   + .vmux = SAA7115_COMPOSITE0,
   + .amux = 1,
   + },{
   + .type = EM28XX_VMUX_SVIDEO,
   + .vmux = SAA7115_SVIDEO3,
   + .amux = 1,
   + }},
   + },
};
const unsigned int em28xx_bcount = ARRAY_SIZE(em28xx_boards);
  
   @@ -345,6 +361,7 @@ struct usb_device_id em28xx_id_table []
 { USB_DEVICE(0x2304, 0x0208), .driver_info =
 EM2820_BOARD_PINNACLE_USB_2
   },
 { USB_DEVICE(0x2040, 0x4200), .driver_info =
   EM2820_BOARD_HAUPPAUGE_WINTV_USB_2 },
 { USB_DEVICE(0x2304, 0x0207), .driver_info =
  EM2820_BOARD_PINNACLE_DVC_90
   },
   + { USB_DEVICE(0x2304, 0x021a), .driver_info =
  EM2820_BOARD_PINNACLE_DVC_100
   },
#ifdef CONFIG_XC3028
 { USB_DEVICE(0x2040, 0x6500), .driver_info =
   EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900 },
 { USB_DEVICE(0x0ccd, 0x0042), .driver_info =
   EM2880_BOARD_TERRATEC_HYBRID_XS },
   Index: v4l-dvb/linux/drivers/media/video/em28xx/em28xx.h
   ===
   --- v4l-dvb.orig/linux/drivers/media/video/em28xx/em28xx.h
   +++ v4l-dvb/linux/drivers/media/video/em28xx/em28xx.h
   @@ -49,6 +49,7 @@
#define EM2880_BOARD_TERRATEC_HYBRID_XS  11
#define EM2820_BOARD_KWORLD_PVRTV2800RF  12
#define EM2880_BOARD_TERRATEC_PRODIGY_XS 13
   +#define EM2820_BOARD_PINNACLE_DVC_10014
  
#define UNSET -1
  
  
   --
  
  
   ___
   linux-dvb mailing list
   linux-dvb@linuxtv.org
   http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
  
 
 
  --
  Markus Rechberger
 
  ___
  linux-dvb mailing list
  linux-dvb@linuxtv.org
  http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
 



-- 
Markus Rechberger

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


Re: [linux-dvb] [PATCH 1/1] em28xx: Add Pinnacle Dazzle DVC 100

2007-06-11 Thread Paul Walmsley
On Mon, 11 Jun 2007, Paul Walmsley wrote:

 thanks for the info.  Please forgive a naive question - why doesn't the
 page at http://www.linuxtv.org/repo/ point to that site?

ok, never mind -- I think I get the idea ...

http://lkml.org/lkml/2007/5/31/371



- Paul

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


Re: [linux-dvb] Request for support of Zaapa LR545TA DVB-T USB

2007-06-11 Thread Sebastian Ferraro
 Ok, I forgot to ask you about the demodulator,
 though. Let me guess once more: 
 ZL10353

Well, it has a WJMT352 (I guess it's the demodulator).
I'll try the experimental drivers and tell you what
happens.

Sebastian






__ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas, 
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 


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