Re: [linux-dvb] Re : TT S2-3200 vlc streaming

2008-03-18 Thread Jean-Claude Repetto
manu a écrit :
 On 03/11/2008 02:27:31 AM, Vladimir Prudnikov wrote:
 I'm getting late buffers with vlc on some transponders (DVB-S, same  
 parameters, good signal guaranteed) while everything is fine with  
 others. Using multiproto and TT S2-3200.
 Anyone having same problems?
 
 Can you give the frequencies of the good and bad transponders, mine are 
 as follows:
 I can receive from 4 transponders (DVB-S): 11093, 11555, 11635, 11675 
 MHz.
 any channel on 11093: fast lock, perfect picture.
 any channel on 11555: lock a bit slower and corrupted stream (lots of 
 blocky artifacts, myhttv complains about corrupted stream)
 any channel on 11635,11675: no lock.
 Bye
 Manu
 


Hi !

What satellite are you talking about ? There are not such transponders 
on Astra ...

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


Re: [linux-dvb] TNT Pinnacle PCTV DVB-T 72e

2008-03-18 Thread Antti Luoma
Good morning to everyone,

I tested the Stick with windows and it found channels ok.. So what shall I
do next?

-antti-

2008/3/18, Antti Luoma [EMAIL PROTECTED]:

 Hi,

 Tested with same results :( (no channels...)

 Tomorrow I'l (hmm today, its getting late) test this with windows that it
 works in there...

 -Antti-


 2008/3/18, Albert Comerma [EMAIL PROTECTED]:
 
  Just as I pointed a few hours ago;
 
  If you speak french you can have a look here;
 
  http://www.louviaux.com-a.googlepages.com/tntpinnaclepctvdvb-t72e
 
  Or if you don't you can go the fast way;
 
  wget http://www.barbak.org/v4l_for_72e_dongle.tar.bz2
  tar xvjf v4l_for_72e_dongle.tar.bz2
  cd v4l-dvb
  sudo cp firmware/dvb-usb-dib0700-1.10.fw /lib/firmware/
  make all
  sudo make install
 
  That should work for you. Please let me know.
 
  2008/3/17, Antti Luoma [EMAIL PROTECTED]:
  
Hi,
  
   I have trying to get Solo Stick (72e) to work for couple of days, but
   with no luck. So what's the current status of this driver?
  
   I did download latest drivers from mercurial today, added PCI_ids for
   card, modified dib0700_devices.c (in stk7070p_frontend_attach), added 
   device
   to struct dvb_usb_device_properties dib0700_devices[] where
   stk7070p_frontend_attach was called.
  
   After that it looked promising:
  
usb 6-4: new high speed USB device using ehci_hcd and address 30
   [ 6722.607546] usb 6-4: configuration #1 chosen from 1 choice
   [ 6722.607622] dvb-usb: found a 'Pinnacle PCTV 72e DVB-T' in warm
   state.
   [ 6722.607648] dvb-usb: will pass the complete MPEG2 transport stream
   to the software demuxer.
   [ 6722.607724] DVB: registering new adapter (Pinnacle PCTV 72e DVB-T)
   [ 6722.731734] dvb_register_frontend
   [ 6722.731742] DVB: registering frontend 0 (DiBcom 7000PC)...
   [ 6722.811550] DiB0070: successfully identified
   [ 6722.811557] dvb-usb: Pinnacle PCTV 72e DVB-T successfully
   initialized and connected.
  
  
   BUT if I do a scan I don't get channels (i checked that I have correct
   frequencies):
  
#scan -o vdr  fi-Eurajoki
   scanning fi-Eurajoki
   using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
   initial transponder 61000 0 2 9 3 1 2 0
   initial transponder 66600 0 2 9 3 1 2 0
   initial transponder 72200 0 2 9 3 1 2 0
tune to: 61:I999B8C23D999M64T8G8Y0:T:27500:
   WARNING: filter timeout pid 0x0011
   WARNING: filter timeout pid 0x
   WARNING: filter timeout pid 0x0010
tune to: 666000:I999B8C23D999M64T8G8Y0:T:27500:
   __tune_to_transponder:1483: ERROR: Setting frontend parameters failed:
   19 No such device
tune to: 666000:I999B8C23D999M64T8G8Y0:T:27500:
   __tune_to_transponder:1483: ERROR: Setting frontend parameters failed:
   19 No such device
tune to: 722000:I999B8C23D999M64T8G8Y0:T:27500:
   __tune_to_transponder:1483: ERROR: Setting frontend parameters failed:
   19 No such device
tune to: 722000:I999B8C23D999M64T8G8Y0:T:27500:
   __tune_to_transponder:1483: ERROR: Setting frontend parameters failed:
   19 No such device
   dumping lists (0 services)
   Done.
  
   Any thoughts??
  
   --
   -Antti-
   ___
   linux-dvb mailing list
   linux-dvb@linuxtv.org
   http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
  
 
 


 --
 -Antti-




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

Re: [linux-dvb] TNT Pinnacle PCTV DVB-T 72e

2008-03-18 Thread Albert Comerma
Are you sure you tested with the new compiled module? Could you verify that
in your v4l-dvb/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c  you have
this on the stk7070p_frontend_attach first line;

   dib0700_set_gpio(adap-dev, GPIO6, GPIO_OUT, 0);

Because I remember with 72e that with GPIO6 set to 1 the tunner is disabled.
Anyway, your dmesg should tell more information after the failed tunning.

Albert

2008/3/18, Antti Luoma [EMAIL PROTECTED]:

 Good morning to everyone,

 I tested the Stick with windows and it found channels ok.. So what shall I
 do next?

 -antti-

 2008/3/18, Antti Luoma [EMAIL PROTECTED]:
 
  Hi,
 
  Tested with same results :( (no channels...)
 
  Tomorrow I'l (hmm today, its getting late) test this with windows that
  it works in there...
 
  -Antti-
 
 
  2008/3/18, Albert Comerma [EMAIL PROTECTED]:
  
   Just as I pointed a few hours ago;
  
   If you speak french you can have a look here;
  
   http://www.louviaux.com-a.googlepages.com/tntpinnaclepctvdvb-t72e
  
   Or if you don't you can go the fast way;
  
   wget http://www.barbak.org/v4l_for_72e_dongle.tar.bz2
   tar xvjf v4l_for_72e_dongle.tar.bz2
   cd v4l-dvb
   sudo cp firmware/dvb-usb-dib0700-1.10.fw /lib/firmware/
   make all
   sudo make install
  
   That should work for you. Please let me know.
  
   2008/3/17, Antti Luoma [EMAIL PROTECTED]:
   
 Hi,
   
I have trying to get Solo Stick (72e) to work for couple of days,
but with no luck. So what's the current status of this driver?
   
I did download latest drivers from mercurial today, added PCI_ids
for card, modified dib0700_devices.c (in stk7070p_frontend_attach), 
added
device to struct dvb_usb_device_properties dib0700_devices[] where
stk7070p_frontend_attach was called.
   
After that it looked promising:
   
 usb 6-4: new high speed USB device using ehci_hcd and address 30
[ 6722.607546] usb 6-4: configuration #1 chosen from 1 choice
[ 6722.607622] dvb-usb: found a 'Pinnacle PCTV 72e DVB-T' in warm
state.
[ 6722.607648] dvb-usb: will pass the complete MPEG2 transport
stream to the software demuxer.
[ 6722.607724] DVB: registering new adapter (Pinnacle PCTV 72e
DVB-T)
[ 6722.731734] dvb_register_frontend
[ 6722.731742] DVB: registering frontend 0 (DiBcom 7000PC)...
[ 6722.811550] DiB0070: successfully identified
[ 6722.811557] dvb-usb: Pinnacle PCTV 72e DVB-T successfully
initialized and connected.
   
   
BUT if I do a scan I don't get channels (i checked that I have
correct frequencies):
   
 #scan -o vdr  fi-Eurajoki
scanning fi-Eurajoki
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 61000 0 2 9 3 1 2 0
initial transponder 66600 0 2 9 3 1 2 0
initial transponder 72200 0 2 9 3 1 2 0
 tune to: 61:I999B8C23D999M64T8G8Y0:T:27500:
WARNING: filter timeout pid 0x0011
WARNING: filter timeout pid 0x
WARNING: filter timeout pid 0x0010
 tune to: 666000:I999B8C23D999M64T8G8Y0:T:27500:
__tune_to_transponder:1483: ERROR: Setting frontend parameters
failed: 19 No such device
 tune to: 666000:I999B8C23D999M64T8G8Y0:T:27500:
__tune_to_transponder:1483: ERROR: Setting frontend parameters
failed: 19 No such device
 tune to: 722000:I999B8C23D999M64T8G8Y0:T:27500:
__tune_to_transponder:1483: ERROR: Setting frontend parameters
failed: 19 No such device
 tune to: 722000:I999B8C23D999M64T8G8Y0:T:27500:
__tune_to_transponder:1483: ERROR: Setting frontend parameters
failed: 19 No such device
dumping lists (0 services)
Done.
   
Any thoughts??
   
--
-Antti-
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
   
  
  
 
 
  --
  -Antti-




 --
 -Antti-
 ___
 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] New unsupported device

2008-03-18 Thread Albert Comerma
Could you try with the files I send?

.config must go to v4l-dvb/v4l/ folder (it's for just compiling dibcom
stuff),
dib0700_devices.c and dvb-usb-ids.h go to
v4l-dvb/linux/drivers/media/dvb/dvb-usb/

Albert

2008/3/18, insomniac [EMAIL PROTECTED]:

 On Mon, 17 Mar 2008 23:59:07 +0100

 Albert Comerma [EMAIL PROTECTED] wrote:


  It's not clear that the patch worked with the differences of the
  source (it has a reference to the identifier matrix). I will try to
  add it just to check there's no problem with that. But tomorrw...


 Yes, they differ, so I tried to patch by hand. In attachment the patch
 I did based on Antti's patch and your tarball (after a make clean).
 Don't really know if that makes sense in my case.

 Regards,

 --

 Andrea Barberio

 [EMAIL PROTECTED] - LinuxC.
 [EMAIL PROTECTED] - Slackware Linux Project Italia
 GPG key on http://insomniac.slackware.it/gpgkey.asc
 2818 A961 D6D8 1A8C 6E84  6181 5FA6 03B2 E68A 0B7D
 SIP: 5327786, Phone: 06 916503784




files.tgz
Description: GNU Zip compressed data
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] [PATCH] Updated analog only support of Avermedia A700 cards - adds RF input support via XC2028 tuner (untested)

2008-03-18 Thread Mauro Carvalho Chehab
On Sun, 16 Mar 2008 11:31:37 +0100
Matthias Schwarzott [EMAIL PROTECTED] wrote:

 Hi there!
 
 I updated this patch to support both Avermedia A700 cards (AverTV DVB-S Pro 
 and AverTV DVB-S Hybrid+FM).
 
 The RF input of the Hybrid+FM card (with XC2028 tuner) is still untested.
 
 I would be happy if any of the XC2028 experts could have a look at this patch.

For this to work, you'll need to set xc3028 parameters. This device needs a
reset during firmware load. This is done via xc3028_callback. To reset, you
need to turn some GPIO values, and then, return they back to their original
values. The GPIO's are device dependent. So, you'll need to check with some
software like Dscaler's regspy.exe what pins are changed during reset.

Also, there are two ways for audio to work with xc3028/2028: MTS mode and
non-mts. You'll need to test both ways.

A final notice: most current devices work fine with firmware v2.7. However, a
few devices only work if you use an older firmware version.

Could you please send us the logs with i2c_scan=1?

Please, use the latest version of v4l-dvb, since I did some fixes for cx88 and
saa7134 there recently.

Cheers,
Mauro

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


Re: [linux-dvb] [PATCH] Updated analog only support of Avermedia A700 cards - adds RF input support via XC2028 tuner (untested)

2008-03-18 Thread Matthias Schwarzott
On Dienstag, 18. März 2008, Mauro Carvalho Chehab wrote:
 On Sun, 16 Mar 2008 11:31:37 +0100

 For this to work, you'll need to set xc3028 parameters. This device needs a
 reset during firmware load. This is done via xc3028_callback. To reset, you
 need to turn some GPIO values, and then, return they back to their original
 values. The GPIO's are device dependent. So, you'll need to check with some
 software like Dscaler's regspy.exe what pins are changed during reset.

I can only have a look at the wiring.


 Also, there are two ways for audio to work with xc3028/2028: MTS mode and
 non-mts. You'll need to test both ways.

 A final notice: most current devices work fine with firmware v2.7. However,
 a few devices only work if you use an older firmware version.

 Could you please send us the logs with i2c_scan=1?


I do not have that hardware. I only have the A700 without XC2028 soldered on 
it. But maybe Peter can help out on this.

 Please, use the latest version of v4l-dvb, since I did some fixes for cx88
 and saa7134 there recently.

I do use latest v4l-dvb tree and create patches on top of this.
As this card is labled Hybrid+FM I should also add a radio section, I guess.

Regards
Matthias

-- 
Matthias Schwarzott (zzam)

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


Re: [linux-dvb] [PATCH] Updated analog only support of Avermedia A700 cards - adds RF input support via XC2028 tuner (untested)

2008-03-18 Thread Mauro Carvalho Chehab
On Tue, 18 Mar 2008 13:39:12 +0100
Matthias Schwarzott [EMAIL PROTECTED] wrote:

 On Dienstag, 18. März 2008, Mauro Carvalho Chehab wrote:
  On Sun, 16 Mar 2008 11:31:37 +0100
 
  For this to work, you'll need to set xc3028 parameters. This device needs a
  reset during firmware load. This is done via xc3028_callback. To reset, you
  need to turn some GPIO values, and then, return they back to their original
  values. The GPIO's are device dependent. So, you'll need to check with some
  software like Dscaler's regspy.exe what pins are changed during reset.
 
 I can only have a look at the wiring.

This may help, but should be validated with the hardware test, since it may
need to enable/disable more than one bit.

  Also, there are two ways for audio to work with xc3028/2028: MTS mode and
  non-mts. You'll need to test both ways.
 
  A final notice: most current devices work fine with firmware v2.7. However,
  a few devices only work if you use an older firmware version.
 
  Could you please send us the logs with i2c_scan=1?
 
 
 I do not have that hardware. I only have the A700 without XC2028 soldered on 
 it. But maybe Peter can help out on this.

It would be nice if he could help us.
 
  Please, use the latest version of v4l-dvb, since I did some fixes for cx88
  and saa7134 there recently.
 
 I do use latest v4l-dvb tree and create patches on top of this.
 As this card is labled Hybrid+FM I should also add a radio section, I guess.

Yes, but you've already added it. Radio entry is generally identical to TV, on
the devices with xc3028. I suspect that your radio entry should work.

Cheers,
Mauro

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

Re: [linux-dvb] Any chance of help with v4l-dvb-experimental / Avermedia A16D please?

2008-03-18 Thread Mauro Carvalho Chehab
On Mon, 17 Mar 2008 19:28:32 +
Richard (MQ) [EMAIL PROTECTED] wrote:

 Mauro Carvalho Chehab wrote:
 
  Sorry for a late answer. Too busy from my side :(
 
 And apologies from me for very slow response too. I've been away, and
 although I'm back I'm now using a different box for this problem, with a
 brand new Linux installation. I'm running OpenSuSE 11.0 Alpha-2 and
 having big problems compiling the hg code - I think it's my (admittedly
 alpha) system.

You could also get the latest tarball via:
http://linuxtv.org/hg/v4l-dvb/archive/tip.tar.bz2

Of course, having mercurial installed is much better ;)
 
 I'll keep at it and get back to you as soon as I can test your patch.
 Not sure whether timf's issues are the same but I'm following that
 thread too.
 
 Thanks for your patience ! ;-)
You're welcome.



Cheers,
Mauro

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


Re: [linux-dvb] Any chance of help with v4l-dvb-experimental / Avermedia A16D please?

2008-03-18 Thread Mauro Carvalho Chehab
On Sat, 15 Mar 2008 18:33:56 +0900
timf [EMAIL PROTECTED] wrote:

 [   15.00] saa7133[0]: subsystem: 1461:f936, board: AVerMedia Hybrid
 TV/Radio (A16D) [card=137,autodetected]


 [   15.296000] tuner' 2-0061: Setting mode_mask to 0x0e
 [   15.296000] tuner' 2-0061: chip found @ 0xc2 (saa7133[0])
 [   15.296000] tuner' 2-0061: tuner 0x61: Tuner type absent

The above is not right. It should be using type=71 for the tuner.

I think I found the bug: the tuner addresses should be set to ADDR_UNSET,
instead of keeping it blank.

Please do an hg pull -u and try again, recompiling and re-installing the 
modules:
hg pull -u
make rmmod
make
make install
modprobe saa7134

 8) The chip on my card is xc3018. Why does module xc5000 load?

This is an issue on the way cards are attached, at tuner_core. Since they
directly access xc5000 code, with:

if (!xc5000_attach(t-fe, t-i2c-adapter, xc5000_cfg)) {

xc5000 module will be loaded, even if not used. It shouldn't be hard to fix
this, by using the macro dvb_attach().



Cheers,
Mauro

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


[linux-dvb] dib7770 tunner

2008-03-18 Thread Albert Comerma
Hi all, having a look to the pinnacle card of Andrea Barberio, we find out
that it uses a dib7770-PA with integrated tuner. It seems to load correctly
the firmware but we don't know how to comunicate with the tuner. Anybody
knows which tuner we should use? and if we can work with this chip as other
Dibcom7700 just changing the tuner? And finally, there is the firmware
stuff, it should use the same dibcom firmware as other devices?

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

Re: [linux-dvb] Kworld DVB-T 210 - dvb tuning problem

2008-03-18 Thread timf
Hi Hartmut,


Apologies for the length of this msg, I'm not sure what info you may
need, so I'm trying to show you that all is not right.

1) New install of ubuntu 7.10 i386.

2) Install Me-tv, Tvtime.
Me-tv, in the absence of a channels.conf, scans
via /usr/share/doc/dvb-utils/examples/scan/dvb-t

3) I placed au-Perth_roleystone
into /usr/share/doc/dvb-utils/examples/scan/dvb-t:

# Australia / Perth (Roleystone transmitter)
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
# SBS
T 70450 7MHz 2/3 NONE QAM64 8k 1/8 NONE
# ABC
T 72550 7MHz 3/4 NONE QAM64 8k 1/16 NONE
# Seven
T 74650 7MHz 2/3 NONE QAM64 8k 1/16 NONE
# Nine
T 76750 7MHz 3/4 NONE QAM64 8k 1/16 NONE
# Ten
T 78850 7MHz 3/4 NONE QAM64 8k 1/16 NONE

4) Started Me-tv
Here is the output of Me-tv as it does it's first scan:

Failed to tune to transponder at 70450  (Yet I'm viewing SBS on a
diff box!)
Failed to tune to transponder at 70450
Found channel: ABC HDTV
Found channel: ABC1
Found channel: ABC2
Found channel: ABC1
Found channel: ABC3
Found channel: ABC DiG Radio
Found channel: ABC DiG Jazz
Found channel: 7 Digital
Found channel: 7 HD Digital
Found channel: 7 Digital 1
Found channel: 7 Digital 2
Found channel: 7 Digital 3
Found channel: 7 Program Guide
Found channel: Nine Digital
Found channel: Nine HD
Found channel: TEN HD
Found channel: TEN Digital
Found channel: TEN HD

Here is the first channels.conf Me-tv created:

ABC
HDTV:72550:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:516:0:736
ABC1:72550:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:512:650:737
ABC2:72550:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:513:651:738
ABC1:72550:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:512:650:739
ABC3:72550:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:512:650:740
ABC DiG
Radio:72550:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:0:690:742
ABC DiG
Jazz:72550:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:0:700:743
7
Digital:74650:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:1537:1538:1376
7 Digital
1:74650:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:1537:1538:1377
7 Digital
2:74650:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:1537:1538:1378
7 Digital
3:74650:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:1537:1538:1379
7 HD
Digital:74650:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:1601:0:1380
7 Program
Guide:74650:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:1633:1634:1382
Nine
Digital:76750:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:512:650:1025
Nine
HD:76750:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:522:0:1030
TEN
HD:78850:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:514:0:1665
TEN
Digital:78850:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:512:650:1669
TEN
HD:78850:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:514:0:1672

4) Deleted channels.conf, Me-tv rescan:
Here is the output of Me-tv as it does it's second scan:

Failed to tune to transponder at 70450 (SBS still viewed on diff
box)
Failed to tune to transponder at 70450
Failed to tune to transponder at 72550 (only 3 channels here - ABC
HDTV, ABC1, ABC2)
Found channel: ABC HDTV
Found channel: ABC1
Found channel: ABC2
Found channel: ABC1
Found channel: ABC3
Found channel: ABC DiG Radio
Found channel: ABC DiG Jazz
Found channel: 7 Digital
Found channel: 7 HD Digital
Found channel: 7 Digital 1
Found channel: 7 Digital 2
Found channel: 7 Digital 3
Found channel: 7 Program Guide
Found channel: Nine Digital
Found channel: Nine HD
Found channel: TEN HD
Found channel: TEN Digital
Found channel: TEN HD

Here is the second channels.conf Me-tv created:

ABC
HDTV:72550:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_3_4:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:516:0:736

Re: [linux-dvb] dib7770 tunner

2008-03-18 Thread Antti Palosaari
Albert Comerma wrote:
 Hi all, having a look to the pinnacle card of Andrea Barberio, we find 
 out that it uses a dib7770-PA with integrated tuner. It seems to load 
 correctly the firmware but we don't know how to comunicate with the 
 tuner. Anybody knows which tuner we should use? and if we can work with 
 this chip as other Dibcom7700 just changing the tuner? And finally, 
 there is the firmware stuff, it should use the same dibcom firmware as 
 other devices?

dib7770 is 3 in 1 solution, usb-bridge + demodulator + tuner. You can 
try dib7070 tuner driver. STK7070P looks rather similar (but less 
integrated).

Regards
Antti
-- 
http://palosaari.fi/

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


Re: [linux-dvb] dib7770 tunner

2008-03-18 Thread insomniac
On Tue, 18 Mar 2008 17:16:20 +0200
Antti Palosaari [EMAIL PROTECTED] wrote:

 dib7770 is 3 in 1 solution, usb-bridge + demodulator + tuner. You can 
 try dib7070 tuner driver. STK7070P looks rather similar (but less 
 integrated).

If I'm not wrong, after taking a look at the sources, dib7070 tuner
driver is located into dvb_usb_dib0700.ko module. Well, it's actually
loaded, but tuner still doesn't work.
Anyway, dmesg says that the kernel tries to load mt2060 module, but
that it fails:

DVB: registering frontend 0 (DiBcom 7000PC)...
mt2060 I2C read failed

So.. was I wrong? How can I force to use dib7070 tuner driver as you
just suggested? Sorry for dumb questions, but I have a DVB card since
5 days.

Thanks,
-- 
Andrea Barberio

[EMAIL PROTECTED] - LinuxC.
[EMAIL PROTECTED] - Slackware Linux Project Italia
GPG key on http://insomniac.slackware.it/gpgkey.asc
2818 A961 D6D8 1A8C 6E84  6181 5FA6 03B2 E68A 0B7D
SIP: 5327786, Phone: 06 916503784

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


Re: [linux-dvb] dib7770 tunner

2008-03-18 Thread insomniac
On Tue, 18 Mar 2008 16:38:12 +0100
insomniac [EMAIL PROTECTED] wrote:

 On Tue, 18 Mar 2008 17:16:20 +0200
 Antti Palosaari [EMAIL PROTECTED] wrote:
 
  dib7770 is 3 in 1 solution, usb-bridge + demodulator + tuner. You
  can try dib7070 tuner driver. STK7070P looks rather similar (but
  less integrated).

after talking with Albert about it, I moved this code:

{Pinnacle PCTV 73e,
 { dib0700_usb_id_table[27], NULL },
 { NULL },
}

after this code:

{   Hauppauge Nova-T MyTV.t,
{ dib0700_usb_id_table[26], NULL },
{ NULL },
}

in linux/drivers/media/dvb/dvb-usb/dib0700_devices.c .

After I plug the stick, I see the led to light on, and dmesg says:

dvb-usb: found a 'Pinnacle PCTV 73e' in cold state, will try to load a
firmware dvb-usb: downloading firmware from file
'dvb-usb-dib0700-1.10.fw' dib0700: firmware started successfully.
dvb-usb: found a 'Pinnacle PCTV 73e' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software
demuxer. DVB: registering new adapter (Pinnacle PCTV 73e)
DVB: registering frontend 0 (DiBcom 7000PC)...
mt2060 I2C read failed
input: IR-receiver inside an USB DVB receiver as /class/input/input13
dvb-usb: schedule remote query interval to 150 msecs.
dvb-usb: Pinnacle PCTV 73e successfully initialized and connected.

All the files in /dev/dvb/adapter0 get created, including tuner0, but
of course tuner is not working (as w_scan can show).

The solutions seems not to be far.. Anyone has an idea?

Regards,
-- 
Andrea Barberio

[EMAIL PROTECTED] - LinuxC.
[EMAIL PROTECTED] - Slackware Linux Project Italia
GPG key on http://insomniac.slackware.it/gpgkey.asc
2818 A961 D6D8 1A8C 6E84  6181 5FA6 03B2 E68A 0B7D
SIP: 5327786, Phone: 06 916503784

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


Re: [linux-dvb] dib7770 tunner

2008-03-18 Thread Antti Palosaari
insomniac wrote:
 On Tue, 18 Mar 2008 16:38:12 +0100
 insomniac [EMAIL PROTECTED] wrote:
 
 On Tue, 18 Mar 2008 17:16:20 +0200
 Antti Palosaari [EMAIL PROTECTED] wrote:

 dib7770 is 3 in 1 solution, usb-bridge + demodulator + tuner. You
 can try dib7070 tuner driver. STK7070P looks rather similar (but
 less integrated).
 
 after talking with Albert about it, I moved this code:
 
 {Pinnacle PCTV 73e,
  { dib0700_usb_id_table[27], NULL },
  { NULL },
 }
 
 after this code:
 
 {   Hauppauge Nova-T MyTV.t,
 { dib0700_usb_id_table[26], NULL },
 { NULL },
 }
 
 in linux/drivers/media/dvb/dvb-usb/dib0700_devices.c .
 
 After I plug the stick, I see the led to light on, and dmesg says:
 
 dvb-usb: found a 'Pinnacle PCTV 73e' in cold state, will try to load a
 firmware dvb-usb: downloading firmware from file
 'dvb-usb-dib0700-1.10.fw' dib0700: firmware started successfully.
 dvb-usb: found a 'Pinnacle PCTV 73e' in warm state.
 dvb-usb: will pass the complete MPEG2 transport stream to the software
 demuxer. DVB: registering new adapter (Pinnacle PCTV 73e)
 DVB: registering frontend 0 (DiBcom 7000PC)...
 mt2060 I2C read failed

I don't understand how dib7070p_tuner_attach could call mt2060.

 All the files in /dev/dvb/adapter0 get created, including tuner0, but
 of course tuner is not working (as w_scan can show).
 
 The solutions seems not to be far.. Anyone has an idea?
 
 Regards,

regards
Antti
-- 
http://palosaari.fi/

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


Re: [linux-dvb] dib7770 tunner

2008-03-18 Thread insomniac
On Tue, 18 Mar 2008 18:15:27 +0200
Antti Palosaari [EMAIL PROTECTED] wrote:

  DVB: registering frontend 0 (DiBcom 7000PC)...
  mt2060 I2C read failed
 
 I don't understand how dib7070p_tuner_attach could call mt2060.

Is there anything I can do to make you debug it?

-- 
Andrea Barberio

[EMAIL PROTECTED] - LinuxC.
[EMAIL PROTECTED] - Slackware Linux Project Italia
GPG key on http://insomniac.slackware.it/gpgkey.asc
2818 A961 D6D8 1A8C 6E84  6181 5FA6 03B2 E68A 0B7D
SIP: 5327786, Phone: 06 916503784

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