Re: problem with libdvben50221 and powercam pro V4 [almost solved]

2010-01-24 Thread pierre gronlier
DUBOST Brice dubost at crans.ens-cachan.fr writes:
 
 Manu Abraham a écrit :
  Hi Brice,
  
  On Mon, Jan 25, 2010 at 12:09 AM, DUBOST Brice
  dubost at crans.ens-cachan.fr wrote:
  Hello
 
  Powercam just made a new version of their cam, the version 4
 
  Unfortunately this CAM doesn't work with gnutv and applications based on
  libdvben50221
 
  This cam return TIMEOUT errors (en50221_stdcam_llci_poll: Error reported
  by stack:-3) after showing the supported ressource id.
 
  The problem is that this camreturns two times the list of supported ids
  (as shown in the log) this behavior make the llci_lookup_callback
  (en50221_stdcam_llci.c line 338)  failing to give the good ressource_id
  at the second call because there is already a session number (in the
  test app the session number is not tested)
 
  I solved the problem commenting out the test for the session number as
  showed in the joined patch (against the latest dvb-apps, cloned today)
  
  Very strange that, it responds twice on the same session.
  Btw, What DVB driver are you using ? budget_ci or budget_av ?
 
 Hello
 
 The card is a DVB: registering new adapter (TT-Budget S2-3200 PCI) and
 the driver used is budget_ci
 
 Do you want me to run some more tests ?
 

Hello Manu, Hello Brice,

I will run some tests with a TT3200 card too and a Netup card tomorrow.

Regarding the cam returning two times the list of valid cam ids, wouldn't be
better if the manufacturer corrects it in the cam firmware ?
What says the en50221 norm about it ?

Regards

-- 
Pierre




--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: TT-3200: locks init. and timeout

2009-05-11 Thread pierre gronlier
2009/5/9 Dominik Kuhlen dkuh...@gmx.net:
 Hi,
 On Monday 04 May 2009, you wrote:
 Hello,

 I have a TT-3200 card and the b40d628f830d revision of v4l-dvb (april 24th)
 I have this two szap config files:
 $ cat channels_astra_fta.conf
 LCP:11479:v:0:22000:161:84:6402

 $ cat channels_hotbird_fta.conf
 4FunTv:10719:v:1:27500:163:92:4404

 My problem is that to lock on hotbird I have to lock first on astra
 and them quickly launch szap on hotbird.
 If I'm waiting few seconds after the lock of astra then the lock on
 hotbird doesn't work.
 Just out of curiosity: Could you please try to set the frequencies a few 
 (about 4) MHz lower or higher?
 (e.g. 11475 instead of 11479 for the Astra channel)


I tried minus/plus 4-5Mhz with this config file:
LCP:11479:v:0:22000:161:84:6402
LCPm5:11474:v:0:22000:161:84:6402
LCPm4:11475:v:0:22000:161:84:6402
LCPp4:11483:v:0:22000:161:84:6402
LCPp5:11484:v:0:22000:161:84:6402

All the szap went fine. The lock is done one the correct channel (LCP)


Here are the logs:
http://pierre.gronlier.fr/tmp/astra_11474.log
http://pierre.gronlier.fr/tmp/astra_11475.log
http://pierre.gronlier.fr/tmp/astra_11479.log
http://pierre.gronlier.fr/tmp/astra_11483.log
http://pierre.gronlier.fr/tmp/astra_11484.log


-- 
pierre


 To lock on astra, I use this command
 $ szap -a 0 -f 0 -d 0 -c channels_astra_fta.conf -xr -n 1
 To lock on hotbird, I use this command
 $ szap -a 0 -f 0 -d 0 -c channels_hotbird_fta.conf -xr -n 1


 I enclose to the mail three logs:
 - when astra locks
 - when hotbird failed to lock
 - when hotbird locks

 The logs are big but the diffs are really small so I hope that someone
 who is familiar with the hardware could answer me.

 http://pierre.gronlier.fr/tmp/astra_ok_small.log
 http://pierre.gronlier.fr/tmp/hotbird_failed_small.log
 http://pierre.gronlier.fr/tmp/hotbird_ok_small.log


 --
 Pierre
 --
 To unsubscribe from this list: send the line unsubscribe linux-media in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html



 Dominik




-- 
Pierre Gronlier
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


TT-3200: locks init. and timeout

2009-05-04 Thread pierre gronlier
Hello,

I have a TT-3200 card and the b40d628f830d revision of v4l-dvb (april 24th)
I have this two szap config files:
$ cat channels_astra_fta.conf
LCP:11479:v:0:22000:161:84:6402

$ cat channels_hotbird_fta.conf
4FunTv:10719:v:1:27500:163:92:4404

My problem is that to lock on hotbird I have to lock first on astra
and them quickly launch szap on hotbird.
If I'm waiting few seconds after the lock of astra then the lock on
hotbird doesn't work.

To lock on astra, I use this command
$ szap -a 0 -f 0 -d 0 -c channels_astra_fta.conf -xr -n 1
To lock on hotbird, I use this command
$ szap -a 0 -f 0 -d 0 -c channels_hotbird_fta.conf -xr -n 1


I enclose to the mail three logs:
- when astra locks
- when hotbird failed to lock
- when hotbird locks

The logs are big but the diffs are really small so I hope that someone
who is familiar with the hardware could answer me.

http://pierre.gronlier.fr/tmp/astra_ok_small.log
http://pierre.gronlier.fr/tmp/hotbird_failed_small.log
http://pierre.gronlier.fr/tmp/hotbird_ok_small.log


--
Pierre
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: TT S2-3200 and CAMs

2009-03-04 Thread Pierre Gronlier
Lou Otway wrote:
 Hi,
 
 I've been testing the TT S2-3200 card and while it performs well for FTA
 services I have been unable to get it working with encrypted services using
 the CI slot.
 
 With VLC I am able to tune to the transponder and pick up all the services
 but they are not decrypted, unencrypted services work fine.
 
 Using a DVB-S card with CI I am able to tune successfully, proving the CAMs
 are valid. This leads me to believe there may be a problem with the drivers
 for the S2-3200.
 
 Has anyone managed to get CAMs working with this card?
 

yes, I manage to decrypt a entire dvb-s transponder using a powercam and
mumudvb for streaming channels.

I'm using the v4l-dvb driver from the hg repository.

For mumudvb, I made a checkout of the git repository
http://mumudvbgit.braice.net/mumudvb.git and compiled the source with
LIBDVBEN50221=1 make (you need the dvb-apps to be installed)


But using this card, I didn't manage to lock on my second lnd head, so I
manage to lock on astra 19.2E but not on hotbird 13.0E.


Pierre

 Any advice gratefully recieved.
 
 Many thanks,
 
 Lou
 -- 
 Lou Otway
 mailto:lot...@nildram.co.uk
 
 -- 
 To unsubscribe from this list: send the line unsubscribe linux-media in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


news about the NetUP Dual DVB-S2-CI card

2009-02-26 Thread Pierre Gronlier
Is there any news about the NetUP Dual DVB-S2-CI card status ?
(http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_S2_CI)

the last thread I found was :
http://www.linuxtv.org/pipermail/linux-dvb/2008-November/030439.html

and http://www.linuxtv.org/pipermail/linux-dvb/2008-November/030445.html
for the STM STV0900BAB demodulator driver.

Is someone manage to capture 2 transponders with two cams ?
or/and use this card with a dual lnb head ?

Thanks,

-- 
pierre

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Is there a way to get linux-media daily digests?

2009-02-26 Thread Pierre Gronlier
Eduard Huguet wrote:
 Hi,
 Well, title says old... In previously linux-dvb list I was
 subscribed to the daily digest modality of the list, so I was getting
 only 2 or 3 digest messages per day. This is something I really miss
 now, as I really prefer this way of subscribing to a mail list,
 instead of just receiving every mail sent (I'm just scared thinking
 what I will find in my mailbox when I come back from holidays...).
 
 Is there a way to use such a modality for linux-media?
 
 Best regards,
   Eduard
 
 PS: if I've just missed something and the possibility exists but I'm
 just too dumb to find it, please send me the link with a big RTFM in
 it, I'll take no offense...

You can subscribe to a newsgroup via gmane:
http://dir.gmane.org/gmane.linux.drivers.video-input-infrastructure

this way your mailbox will not be overloaded.

-- 
pierre

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Is there a way to get linux-media daily digests?

2009-02-26 Thread Pierre Gronlier
Eduard Huguet wrote:
 Yes, but this way implies using a feed reader or similar. I'm aware of
 this way, but this would mean unsubscribing from the list to stop
 receiving the mails and just read them through an external program /
 webpage. What also means that, if I want to post a new message or just
 answering one I'd need to re-subscribe again just for doing so.
 


not at all. I just disabled the reception of email through the mailing
interface and I can reply to the mailing list directly from my news
reader as gname does the bridge between the ml and news.


 I really preferred the other way (it's what I also use for other mail
 lists such as mythtv-users and mythtv-dev), and I found it very
 convenient...
 
 Regards
   Eduard
 
 
 
 2009/2/26 Pierre Gronlier tica...@gmail.com:
 Eduard Huguet wrote:
 Hi,
 Well, title says old... In previously linux-dvb list I was
 subscribed to the daily digest modality of the list, so I was getting
 only 2 or 3 digest messages per day. This is something I really miss
 now, as I really prefer this way of subscribing to a mail list,
 instead of just receiving every mail sent (I'm just scared thinking
 what I will find in my mailbox when I come back from holidays...).

 Is there a way to use such a modality for linux-media?

 Best regards,
   Eduard

 PS: if I've just missed something and the possibility exists but I'm
 just too dumb to find it, please send me the link with a big RTFM in
 it, I'll take no offense...
 You can subscribe to a newsgroup via gmane:
 http://dir.gmane.org/gmane.linux.drivers.video-input-infrastructure

 this way your mailbox will not be overloaded.

 --
 pierre

 --
 To unsubscribe from this list: send the line unsubscribe linux-media in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html

 --
 To unsubscribe from this list: send the line unsubscribe linux-media in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Is there a way to get linux-media daily digests?

2009-02-26 Thread Pierre Gronlier
Eduard Huguet wrote:
 Sounds interesting... What client do you use to read the news, may I ask?
 Regards,

thunderbird, but any news client is fine.

-- 
pierre

   Eduard
 
 
 2009/2/26 Pierre Gronlier tica...@gmail.com:
 Eduard Huguet wrote:
 Yes, but this way implies using a feed reader or similar. I'm aware of
 this way, but this would mean unsubscribing from the list to stop
 receiving the mails and just read them through an external program /
 webpage. What also means that, if I want to post a new message or just
 answering one I'd need to re-subscribe again just for doing so.


 not at all. I just disabled the reception of email through the mailing
 interface and I can reply to the mailing list directly from my news
 reader as gname does the bridge between the ml and news.


 I really preferred the other way (it's what I also use for other mail
 lists such as mythtv-users and mythtv-dev), and I found it very
 convenient...

 Regards
   Eduard



 2009/2/26 Pierre Gronlier tica...@gmail.com:
 Eduard Huguet wrote:
 Hi,
 Well, title says old... In previously linux-dvb list I was
 subscribed to the daily digest modality of the list, so I was getting
 only 2 or 3 digest messages per day. This is something I really miss
 now, as I really prefer this way of subscribing to a mail list,
 instead of just receiving every mail sent (I'm just scared thinking
 what I will find in my mailbox when I come back from holidays...).

 Is there a way to use such a modality for linux-media?

 Best regards,
   Eduard

 PS: if I've just missed something and the possibility exists but I'm
 just too dumb to find it, please send me the link with a big RTFM in
 it, I'll take no offense...
 You can subscribe to a newsgroup via gmane:
 http://dir.gmane.org/gmane.linux.drivers.video-input-infrastructure

 this way your mailbox will not be overloaded.

 --
 pierre

 --
 To unsubscribe from this list: send the line unsubscribe linux-media in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html

 --
 To unsubscribe from this list: send the line unsubscribe linux-media in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html


 --
 To unsubscribe from this list: send the line unsubscribe linux-media in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html