Re: [linux-dvb] VP 1041: Is anybody able to tune to DVBS2 or DSS?
Just to clarify, the diseqc switches mentioned do not work reliably with any of the D-Sat cards in my PC (one Skystar HD2 DVB-S/DVB-S2, three Skystar 2 (DVB-S only)), the VP-1041 driver is not the issue - it was best to remove the switch as they can be troublesome, in my case they tend to block tuning to either horizontal or vertical transponders (apparently randomly over time). All three switches work fine with a Technomate TM1000 receiver, incidentally. If of any help, these are the commands I am using to tune successfully and reliably to DVB-S2 transponders on Astra 2D (28East). I am using the current mantis tree with a Skystar HD2 card, using the replacement szap.c from the VP1041 wiki. Entry in channels.conf: DVBS2:11798:h:1:29500:513:641:2:2018 szap command line and output: [EMAIL PROTECTED]:~/linuxtv-dvb-apps-1.1.1/util/szap# ./szap -r -p -a 5 -l UNIVERSAL -t 2 DVBS2 reading channels from file '/root/.szap/channels.conf' zapping to 11 'DVBS2': sat 1, frequency = 11798 MHz H, symbolrate 2950, vpid = 0x0201, apid = 0x0281 sid = 0x0002 Querying info .. Delivery system=DVB-S2 using '/dev/dvb/adapter5/frontend0' and '/dev/dvb/adapter5/demux0' --> Using 'STB0899 DVB-S2' DVB-S2 do_tune: API version=3, delivery system = 2 do_tune: Frequency = 1198000, Srate = 2950 do_tune: Frequency = 1198000, Srate = 2950 couldn't find pmt-pid for sid 0002 status 1a | signal 05aa | snr 0030 | ber | unc fffe | FE_HAS_LOCK status 1a | signal 05aa | snr 002f | ber | unc fffe | FE_HAS_LOCK status 1a | signal 05aa | snr 002f | ber 00516155 | unc fffe | FE_HAS_LOCK status 1a | signal 05aa | snr 002e | ber 00145855 | unc fffe | FE_HAS_LOCK status 1a | signal 05aa | snr 002f | ber | unc fffe | FE_HAS_LOCK status 1a | signal 05aa | snr 002f | ber | unc fffe | FE_HAS_LOCK status 1a | signal 05aa | snr 002e | ber | unc fffe | FE_HAS_LOCK status 1a | signal 05aa | snr 002f | ber | unc fffe | FE_HAS_LOCK [EMAIL PROTECTED]:~/linuxtv-dvb-apps-1.1.1/util/szap# In a different shell, output of scan while the card is tuned using szap above: [EMAIL PROTECTED]:# scan -c -a 5 using '/dev/dvb/adapter5/frontend0' and '/dev/dvb/adapter5/demux0' 0x 0x0ef9: pmt_pid 0x0102 BSkyB -- Sky Screen 1HD (running, scrambled) 0x 0x0f23: pmt_pid 0x0103 BSkyB -- Channel 4 HD (running, scrambled) 0x 0x1034: pmt_pid 0x BSkyB -- Anytime (???, scrambled) dumping lists (4 services) Sky Screen 1HD (0x0ef9) 86:V 0514 A 0642 (NAR) TT 2305 AC3 0662 Channel 4 HD (0x0f23) 86:V 0513 AC3 0661 [0f38] (0x0f38) 00: Anytime (0x1034) 04: Done. [EMAIL PROTECTED]:# HTH, Tim. On 8 Mar 2008, at 22:00, Simeon Simeonov wrote: > Just for the record: in my case eliminating the diseqc did not make > a difference. > > - Original Message > From: Manu Abraham <[EMAIL PROTECTED]> > To: Tim Hewett <[EMAIL PROTECTED]> > Cc: Simeon Simeonov <[EMAIL PROTECTED]>; linux-dvb@linuxtv.org > Sent: Saturday, March 8, 2008 11:50:33 AM > Subject: Re: [linux-dvb] VP 1041: Is anybody able to tune to DVBS2 > or DSS? > > Tim Hewett wrote: >> Simeon, >> >> It doesn't matter re: the diseqc commands, with no switch present >> will >> be nothing listening, assuming there is nothing else connected such >> as >> a rotor. > > > The SEC equipment should work fine AFAICS. The bad aspect of the tests > were that no one really came up with any real logs that could really > reproduced a driver bug or a hardware bug. > > Nevertheless, there had been an interesting post on the VDR mailing > list. > > http://www.linuxtv.org/pipermail/vdr/2008-March/016068.html > > Regards, > Manu > > > >> >> Tim. >> >> >> On 8 Mar 2008, at 01:27, Simeon Simeonov wrote: >> >>> Thanks for the answer Tim! >>> >>> That's a good point - I do have a switch. I will try bypassing it >>> but >>> do you still send the diseqc commands or I have to get rid of them? >>> >>> Simeon >>> >>> - Original Message >>> From: Tim Hewett <[EMAIL PROTECTED]> >>> To: [EMAIL PROTECTED] >>> Cc: Tim Hewett <[EMAIL PROTECTED]>; linux-dvb@linuxtv.org >>> Sent: Friday, March 7, 2008 5:18:43 PM >>> Subject: VP 1041: Is anybody able to tune to DVBS2 or DSS? >>> >>> Yes, I have the Skystar HD2 tuning to DVB-S2 transponders using the >>> replacement szap.c mentioned on the wiki page, then listing the >>> channels us
Re: [linux-dvb] VP 1041: Is anybody able to tune to DVBS2 or DSS?
Just for the record: in my case eliminating the diseqc did not make a difference. - Original Message From: Manu Abraham <[EMAIL PROTECTED]> To: Tim Hewett <[EMAIL PROTECTED]> Cc: Simeon Simeonov <[EMAIL PROTECTED]>; linux-dvb@linuxtv.org Sent: Saturday, March 8, 2008 11:50:33 AM Subject: Re: [linux-dvb] VP 1041: Is anybody able to tune to DVBS2 or DSS? Tim Hewett wrote: > Simeon, > > It doesn't matter re: the diseqc commands, with no switch present will > be nothing listening, assuming there is nothing else connected such as > a rotor. The SEC equipment should work fine AFAICS. The bad aspect of the tests were that no one really came up with any real logs that could really reproduced a driver bug or a hardware bug. Nevertheless, there had been an interesting post on the VDR mailing list. http://www.linuxtv.org/pipermail/vdr/2008-March/016068.html Regards, Manu > > Tim. > > > On 8 Mar 2008, at 01:27, Simeon Simeonov wrote: > >> Thanks for the answer Tim! >> >> That's a good point - I do have a switch. I will try bypassing it but >> do you still send the diseqc commands or I have to get rid of them? >> >> Simeon >> >> - Original Message >> From: Tim Hewett <[EMAIL PROTECTED]> >> To: [EMAIL PROTECTED] >> Cc: Tim Hewett <[EMAIL PROTECTED]>; linux-dvb@linuxtv.org >> Sent: Friday, March 7, 2008 5:18:43 PM >> Subject: VP 1041: Is anybody able to tune to DVBS2 or DSS? >> >> Yes, I have the Skystar HD2 tuning to DVB-S2 transponders using the >> replacement szap.c mentioned on the wiki page, then listing the >> channels using 'scan -c -a ' to prove proper reception, all using >> the current mantis tree. No hacks were needed, it works out of the box >> every time now that the mantis tree has been updated to support the >> HD2 card (same one as the VP-1041). >> >> If you are using a Diseqc switch then get rid of it for now, mine was >> causing lots of unreliability. I tried three different types of Diseqc >> switch, all were the same. Got rid of them then it all started >> working. >> >> Tim. >> >>> Hi, I am curious to find out if anybody is able to use Twinhan/ >>> Azurware VP-1041 with the mantis drivers to tune to standards other >>> than DVBS - DVBS2 and DSS? Thanks, Simeon >> >> >> >> >> >> >> Looking for last minute shopping deals? >> Find them fast with Yahoo! Search. >> http://tools.search.yahoo.com/newsearch/category.php?category=shopping > > > ___ > linux-dvb mailing list > linux-dvb@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] VP 1041: Is anybody able to tune to DVBS2 or DSS?
Tim Hewett wrote: > Simeon, > > It doesn't matter re: the diseqc commands, with no switch present will > be nothing listening, assuming there is nothing else connected such as > a rotor. The SEC equipment should work fine AFAICS. The bad aspect of the tests were that no one really came up with any real logs that could really reproduced a driver bug or a hardware bug. Nevertheless, there had been an interesting post on the VDR mailing list. http://www.linuxtv.org/pipermail/vdr/2008-March/016068.html Regards, Manu > > Tim. > > > On 8 Mar 2008, at 01:27, Simeon Simeonov wrote: > >> Thanks for the answer Tim! >> >> That's a good point - I do have a switch. I will try bypassing it but >> do you still send the diseqc commands or I have to get rid of them? >> >> Simeon >> >> - Original Message >> From: Tim Hewett <[EMAIL PROTECTED]> >> To: [EMAIL PROTECTED] >> Cc: Tim Hewett <[EMAIL PROTECTED]>; linux-dvb@linuxtv.org >> Sent: Friday, March 7, 2008 5:18:43 PM >> Subject: VP 1041: Is anybody able to tune to DVBS2 or DSS? >> >> Yes, I have the Skystar HD2 tuning to DVB-S2 transponders using the >> replacement szap.c mentioned on the wiki page, then listing the >> channels using 'scan -c -a ' to prove proper reception, all using >> the current mantis tree. No hacks were needed, it works out of the box >> every time now that the mantis tree has been updated to support the >> HD2 card (same one as the VP-1041). >> >> If you are using a Diseqc switch then get rid of it for now, mine was >> causing lots of unreliability. I tried three different types of Diseqc >> switch, all were the same. Got rid of them then it all started >> working. >> >> Tim. >> >>> Hi, I am curious to find out if anybody is able to use Twinhan/ >>> Azurware VP-1041 with the mantis drivers to tune to standards other >>> than DVBS - DVBS2 and DSS? Thanks, Simeon >> >> >> >> >> >> >> Looking for last minute shopping deals? >> Find them fast with Yahoo! Search. >> http://tools.search.yahoo.com/newsearch/category.php?category=shopping > > > ___ > linux-dvb mailing list > linux-dvb@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb > ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] VP 1041: Is anybody able to tune to DVBS2 or DSS?
Simeon, It doesn't matter re: the diseqc commands, with no switch present will be nothing listening, assuming there is nothing else connected such as a rotor. Tim. On 8 Mar 2008, at 01:27, Simeon Simeonov wrote: > Thanks for the answer Tim! > > That's a good point - I do have a switch. I will try bypassing it but > do you still send the diseqc commands or I have to get rid of them? > > Simeon > > - Original Message > From: Tim Hewett <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: Tim Hewett <[EMAIL PROTECTED]>; linux-dvb@linuxtv.org > Sent: Friday, March 7, 2008 5:18:43 PM > Subject: VP 1041: Is anybody able to tune to DVBS2 or DSS? > > Yes, I have the Skystar HD2 tuning to DVB-S2 transponders using the > replacement szap.c mentioned on the wiki page, then listing the > channels using 'scan -c -a ' to prove proper reception, all using > the current mantis tree. No hacks were needed, it works out of the box > every time now that the mantis tree has been updated to support the > HD2 card (same one as the VP-1041). > > If you are using a Diseqc switch then get rid of it for now, mine was > causing lots of unreliability. I tried three different types of Diseqc > switch, all were the same. Got rid of them then it all started > working. > > Tim. > >> Hi, I am curious to find out if anybody is able to use Twinhan/ >> Azurware VP-1041 with the mantis drivers to tune to standards other >> than DVBS - DVBS2 and DSS? Thanks, Simeon > > > > > > > > Looking for last minute shopping deals? > Find them fast with Yahoo! Search. > http://tools.search.yahoo.com/newsearch/category.php?category=shopping ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
Re: [linux-dvb] VP 1041: Is anybody able to tune to DVBS2 or DSS?
Thanks for the answer Tim! That's a good point - I do have a switch. I will try bypassing it but do you still send the diseqc commands or I have to get rid of them? Simeon - Original Message From: Tim Hewett <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Tim Hewett <[EMAIL PROTECTED]>; linux-dvb@linuxtv.org Sent: Friday, March 7, 2008 5:18:43 PM Subject: VP 1041: Is anybody able to tune to DVBS2 or DSS? Yes, I have the Skystar HD2 tuning to DVB-S2 transponders using the replacement szap.c mentioned on the wiki page, then listing the channels using 'scan -c -a ' to prove proper reception, all using the current mantis tree. No hacks were needed, it works out of the box every time now that the mantis tree has been updated to support the HD2 card (same one as the VP-1041). If you are using a Diseqc switch then get rid of it for now, mine was causing lots of unreliability. I tried three different types of Diseqc switch, all were the same. Got rid of them then it all started working. Tim. > Hi, I am curious to find out if anybody is able to use Twinhan/ > Azurware VP-1041 with the mantis drivers to tune to standards other > than DVBS - DVBS2 and DSS? Thanks, Simeon Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb