Re: [linux-dvb] kaffeine: Invalid section length or timeout

2007-03-28 Thread Trent Piepho
On Wed, 28 Mar 2007, Torgeir Veimo wrote:
 I'm trying to tune to BBC at 505833 khz (the official frequency), but
 for some reason, i'm receiving at 506000 instead. I'm wondering if this
 is what might be causing the errors, since there might be a discrepancy
 between what frequency kaffeine locks on and the transponder frequency
 data?

Sounds like it could be that the driver is using the wrong IF frequency.
Do you know if your device is one with a mt2060 tuner or an env57h1xd5
tuner?  Are you using v4l-dvb from Hg, and if so, what version (hg head)?

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


[linux-dvb] FYI: accelerated video decoding API proposed..

2007-03-28 Thread Andrea Venturi
hi,

i have seen someone @intel proposing an API to access the accelerated
engines inside the newer GPUs.

maybe it can be folded inside the v4l-dvb stuff.

you can se the original post here on x.org ML:

  http://lists.freedesktop.org/archives/xorg/2007-March/022893.html

the compelte thread is a bit longer..

bye

andrea venturi


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


[linux-dvb] [PATCH] Add support for remote of Asustech P7131 Hybrid LNA

2007-03-28 Thread Ed

--- linux/drivers/media/video/saa7134/saa7134-input.c.orig  2007-03-28
19:16:25.0 +0100
+++ linux/drivers/media/video/saa7134/saa7134-input.c   2007-03-28 12:59:
04.0 +0100
@@ -322,6 +322,7 @@ int saa7134_input_init1(struct saa7134_d
   mask_keydown = 0x004;
   break;
   case SAA7134_BOARD_ASUSTeK_P7131_DUAL:
+   case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA:
   ir_codes = ir_codes_asus_pc39;
   mask_keydown = 0x004;
   rc5_gpio = 1;


cut above here
The above appears to make the remote work.
Not made a diff file before so not sure how it will apply to virgin sources
but I'm sure it can be made to work by someone more experienced than me.
Signed-off-by: Ed Vipas [EMAIL PROTECTED]
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] USB 1.1 support for dvb_usb_dtt200u dvb-t stick

2007-03-28 Thread M A Young
I have a Freecom dvb-t USB stick (14aa:022b with
dvb-usb-wt220u-zl0353-01.fw firmware) which works fine when connected via
my USB 2.0 CardBus card, but not the onboard USB 1.1 port, where the card
initializes but fails to start when attempting to watch TV and this is a
problem if the CardBus slot is occupied with something else.

I have been doing some investigating and it seems that the differences are
that under USB 2.0 the usb settings are

T:  Bus=05 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=14aa ProdID=022b Rev= 5.21
S:  Manufacturer=Digital TV Receiver
S:  Product=Digital TV Receiver
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=450mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00
Driver=dvb_usb_dtt200u
E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS= 189 Ivl=0ms

but under USB 1.1 they are

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=12  MxCh= 0
D:  Ver= 2.00 Cls=00(ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=14aa ProdID=022b Rev= 5.21
S:  Manufacturer=Digital TV Receiver
S:  Product=Digital TV Receiver
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=450mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00
Driver=dvb_usb_dtt200u
E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=82(I) Atr=01(Isoc) MxPS= 940 Ivl=1ms

so the main data stream has gone from Bulk under 2.0 to Isoc under 1.1. If
I naively change the stream settings in wt220u_zl0353_properties from a
USB_BULK one to USB_ISOC settings (from another driver) then the card
works under USB 1.1 instead.

Is it possible that this driver could auto-detect the USB speed and use
the appropriate USB transfer mode so that it works under both USB 1.1 and
USB 2.0?

Michael Young

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


Re: [linux-dvb] [PATCH] Add support for remote of Asustech P7131 Hybrid LNA

2007-03-28 Thread Hartmut Hackmann
Hi, Ed

Ed schrieb:
 --- linux/drivers/media/video/saa7134/saa7134-input.c.orig 
 2007-03-28 19:16:25.0 +0100
 +++ linux/drivers/media/video/saa7134/saa7134-input.c   2007-03-28
 12:59:04.0 +0100
 @@ -322,6 +322,7 @@ int saa7134_input_init1(struct saa7134_d
 mask_keydown = 0x004;
 break;
 case SAA7134_BOARD_ASUSTeK_P7131_DUAL:
 +   case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA:
 ir_codes = ir_codes_asus_pc39;
 mask_keydown = 0x004;
 rc5_gpio = 1;
 
 
 cut above here
 The above appears to make the remote work.
 Not made a diff file before so not sure how it will apply to virgin
 sources but I'm sure it can be made to work by someone more experienced
 than me.
 Signed-off-by: Ed Vipas [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 
That should be ok, i will appy it the next days, thanks.
Just a hint: with many mail tools, it is better to send the patch as
an attachment. This way, the mailer will nt add line breaks and
expand tabs.

Best regards
  Hartmut

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


Re: [linux-dvb] [PATCH] Add support for remote of Asustech P7131 Hybrid LNA

2007-03-28 Thread hermann pitton
Am Donnerstag, den 29.03.2007, 00:23 +0200 schrieb Hartmut Hackmann:
 Hi, Ed
 
 Ed schrieb:
  --- linux/drivers/media/video/saa7134/saa7134-input.c.orig 
  2007-03-28 19:16:25.0 +0100
  +++ linux/drivers/media/video/saa7134/saa7134-input.c   2007-03-28
  12:59:04.0 +0100
  @@ -322,6 +322,7 @@ int saa7134_input_init1(struct saa7134_d
  mask_keydown = 0x004;
  break;
  case SAA7134_BOARD_ASUSTeK_P7131_DUAL:
  +   case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA:
  ir_codes = ir_codes_asus_pc39;
  mask_keydown = 0x004;
  rc5_gpio = 1;
  
  
  cut above here
  The above appears to make the remote work.
  Not made a diff file before so not sure how it will apply to virgin
  sources but I'm sure it can be made to work by someone more experienced
  than me.
  Signed-off-by: Ed Vipas [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Ack-by: Hermann Pitton [EMAIL PROTECTED]

 That should be ok, i will appy it the next days, thanks.
 Just a hint: with many mail tools, it is better to send the patch as
 an attachment. This way, the mailer will nt add line breaks and
 expand tabs.

Hartmut,

thanks, for taking it at your risk.

Cheers,
Hermann



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