* [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
@ 2008-06-04 21:32 Michael Schöller
2008-06-04 22:05 ` Faruk A
0 siblings, 1 reply; 23+ messages in thread
From: Michael Schöller @ 2008-06-04 21:32 UTC (permalink / raw)
To: linux-dvb
Hi,
I run into some problems when trying to get my 452e running.
I followed the infos at
http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_Sat_HDTV_Pro_USB_%28452e%29
and compiled multiproto kernel modules.
The device seems to be detected and working (even if the kernel now is
very unstable)
But I'm not able to do any more.
I downloaded the newest dvb-apps and compiled it. But scan, szap or
szap2 are not working.
Maybe I need some multiproto patch for dvb-apps but I didn't find
anything useful on the Internet.
Can someone gives me an step by step explanation that I can use. Even I
ran into errors I could post them and get an solution this way.
My System:
PS3 running YDL6 (with newest available packaged from the YDL6
repositories)
Michael
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
2008-06-04 21:32 [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running? Michael Schöller
@ 2008-06-04 22:05 ` Faruk A
2008-06-05 7:24 ` Jens Krehbiel-Gräther
0 siblings, 1 reply; 23+ messages in thread
From: Faruk A @ 2008-06-04 22:05 UTC (permalink / raw)
To: Michael Schöller; +Cc: linux-dvb
Hi Michael!
You can find dvb-apps patches for the latest API 3.3 here.
http://www.linuxtv.org/pipermail/linux-dvb/2008-April/025222.html
One more thing patches for PCTV 452e posted on the wiki is too old, there is new
and final patches available.
You need this files:
patch_multiproto_pctv452e_tts23600.diff.bz2
patch_multiproto_dvbs2_frequency.diff
You can find it here
http://www.linuxtv.org/pipermail/linux-dvb/2008-April/025539.html
Faruk
On Wed, Jun 4, 2008 at 11:32 PM, Michael Schöller
<michael.schoeller@schoeller-soft.net> wrote:
> Hi,
> I run into some problems when trying to get my 452e running.
> I followed the infos at
> http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_Sat_HDTV_Pro_USB_%28452e%29
>
> and compiled multiproto kernel modules.
> The device seems to be detected and working (even if the kernel now is
> very unstable)
> But I'm not able to do any more.
> I downloaded the newest dvb-apps and compiled it. But scan, szap or
> szap2 are not working.
> Maybe I need some multiproto patch for dvb-apps but I didn't find
> anything useful on the Internet.
>
> Can someone gives me an step by step explanation that I can use. Even I
> ran into errors I could post them and get an solution this way.
>
> My System:
> PS3 running YDL6 (with newest available packaged from the YDL6
> repositories)
>
> Michael
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
2008-06-04 22:05 ` Faruk A
@ 2008-06-05 7:24 ` Jens Krehbiel-Gräther
2008-06-05 20:27 ` Dominik Kuhlen
0 siblings, 1 reply; 23+ messages in thread
From: Jens Krehbiel-Gräther @ 2008-06-05 7:24 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1: Type: text/plain, Size: 3314 bytes --]
Hi Michael!
Because of the several patches needed to add support for the
pctv_452e/tt_s2_3600/tt_s2_3650_ci I made a new diff on todays hg tree
with all the patches applied (I think all the patches were posted by
Dominik Kuhlen??).
I will try to update the wiki in the next days.
Couldn't these patches be inserted into hg-tree (Manu??). The device
works with them (i am using it a few months now).
I applied ONE patch wich includes all the patches listed here:
patch_multiproto_pctv452e_tts23600.diff
patch_multiproto_dvbs2_frequency.diff
patch_fix_tts2_keymap.diff
patch_add_tt_s2_3650_ci.diff
patch_add_tt_s2_3600_rc_keymap.diff
Also I attached ONE patch for dvb-apps to get (only SCAN AND SZAP!!)
working with DVB API 3.3.
For this you have to copy version.h and frontend.h from
multiproto/linux/include/linux/dvb/<version.h,frontend.h>
into your system include patch (and replace the originals with them).
After that scan and szap will compile (all the other stuff fro dvb-apps
won't compile any more!!).
So just do the following:
1. hg clone http://www.jusst.de/hg/multiproto
2. cd into multiproto and run "patch -p1 <
patch_add_pctv452e_tt_s2_36x0.diff" (attached here)
3. run "make" and "make install"
4. hg clone http://linuxtv.org/hg/dvb-apps
5. cd into dvb-apps and run "patch -p1 < patch_sca_szap.diff" (attached
here)
6. copy version.h and frontend.h
7. cd into dvb-apps/util/<scan,szap> and run "make"
That should work.
Jens
Faruk A schrieb:
> Hi Michael!
>
> You can find dvb-apps patches for the latest API 3.3 here.
> http://www.linuxtv.org/pipermail/linux-dvb/2008-April/025222.html
>
> One more thing patches for PCTV 452e posted on the wiki is too old, there is new
> and final patches available.
> You need this files:
> patch_multiproto_pctv452e_tts23600.diff.bz2
> patch_multiproto_dvbs2_frequency.diff
> You can find it here
> http://www.linuxtv.org/pipermail/linux-dvb/2008-April/025539.html
>
> Faruk
>
>
> On Wed, Jun 4, 2008 at 11:32 PM, Michael Schöller
> <michael.schoeller@schoeller-soft.net> wrote:
>
>> Hi,
>> I run into some problems when trying to get my 452e running.
>> I followed the infos at
>> http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_Sat_HDTV_Pro_USB_%28452e%29
>>
>> and compiled multiproto kernel modules.
>> The device seems to be detected and working (even if the kernel now is
>> very unstable)
>> But I'm not able to do any more.
>> I downloaded the newest dvb-apps and compiled it. But scan, szap or
>> szap2 are not working.
>> Maybe I need some multiproto patch for dvb-apps but I didn't find
>> anything useful on the Internet.
>>
>> Can someone gives me an step by step explanation that I can use. Even I
>> ran into errors I could post them and get an solution this way.
>>
>> My System:
>> PS3 running YDL6 (with newest available packaged from the YDL6
>> repositories)
>>
>> Michael
>>
>> _______________________________________________
>> 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
>
[-- Attachment #2: patch_add_pctv452e_tt_s2_36x0.diff.bz2 --]
[-- Type: application/octet-stream, Size: 5163 bytes --]
[-- Attachment #3: patch_scan_szap.diff.bz2 --]
[-- Type: application/octet-stream, Size: 36735 bytes --]
[-- Attachment #4: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
@ 2008-06-05 16:34 Stuart Morris
2008-06-05 18:47 ` Faruk A
0 siblings, 1 reply; 23+ messages in thread
From: Stuart Morris @ 2008-06-05 16:34 UTC (permalink / raw)
To: linux-dvb
Dominik
Thanks for your work on the pctv452e/tts23600 driver.
I intend to purchase a
tt 3600 at some point soon so I have not yet used the
driver, but I have a
couple of comments.
I have recently patched multiproto plus with the
pctv452e/tts23600 patch set
and noticed a problem with VDR 1.7.0.
The patch to linux/include/linux/dvb/frontend.h
towards the end of
patch_multiproto_pctv452e_tts23600.diff causes a
compile error with VDR 1.7.0.
It's not obvious what this patch is for.
There is also a patch to
linux/include/linux/dvb/video.h. Are the patches to
the dvb headers really necessary? Is this intentional?
__________________________________________________________
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
2008-06-05 16:34 Stuart Morris
@ 2008-06-05 18:47 ` Faruk A
0 siblings, 0 replies; 23+ messages in thread
From: Faruk A @ 2008-06-05 18:47 UTC (permalink / raw)
To: Stuart Morris; +Cc: linux-dvb
Hi Stuart!
I'm using the same driver on TT S2-3650 CI and vdr (v. 1.60).
I don't know if patch to the video.h is necessary but
this is what i always do, two multiproto sources one patched with
pctv45e/tt_s2_36xx for drivers only and one unpatched source for compiling
softwares like vdr...
Faruk
On Thu, Jun 5, 2008 at 6:34 PM, Stuart Morris <stuart_morris@talk21.com> wrote:
> Dominik
> Thanks for your work on the pctv452e/tts23600 driver.
> I intend to purchase a
> tt 3600 at some point soon so I have not yet used the
> driver, but I have a
> couple of comments.
>
> I have recently patched multiproto plus with the
> pctv452e/tts23600 patch set
> and noticed a problem with VDR 1.7.0.
> The patch to linux/include/linux/dvb/frontend.h
> towards the end of
> patch_multiproto_pctv452e_tts23600.diff causes a
> compile error with VDR 1.7.0.
> It's not obvious what this patch is for.
>
> There is also a patch to
> linux/include/linux/dvb/video.h. Are the patches to
> the dvb headers really necessary? Is this intentional?
>
>
>
> __________________________________________________________
> Sent from Yahoo! Mail.
> A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
2008-06-05 7:24 ` Jens Krehbiel-Gräther
@ 2008-06-05 20:27 ` Dominik Kuhlen
2008-06-06 5:10 ` Michael Schöller
2008-06-06 20:09 ` Jens Krehbiel-Gräther
0 siblings, 2 replies; 23+ messages in thread
From: Dominik Kuhlen @ 2008-06-05 20:27 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 955 bytes --]
Hi,
On Thursday 05 June 2008, Jens Krehbiel-Gräther wrote:
> Hi Michael!
>
> Because of the several patches needed to add support for the
> pctv_452e/tt_s2_3600/tt_s2_3650_ci I made a new diff on todays hg tree
> with all the patches applied (I think all the patches were posted by
> Dominik Kuhlen??).
> I will try to update the wiki in the next days.
>
> Couldn't these patches be inserted into hg-tree (Manu??). The device
> works with them (i am using it a few months now).
>
> I applied ONE patch wich includes all the patches listed here:
> patch_multiproto_pctv452e_tts23600.diff
> patch_multiproto_dvbs2_frequency.diff
> patch_fix_tts2_keymap.diff
> patch_add_tt_s2_3650_ci.diff
> patch_add_tt_s2_3600_rc_keymap.diff
>
-----snip----
I had just a brief look at the patch and it seems that pctv452e.c and lnb22.* are missing
afaik hg diff does not include added files if not specified explicitly.
Dominik
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
2008-06-05 20:27 ` Dominik Kuhlen
@ 2008-06-06 5:10 ` Michael Schöller
[not found] ` <854d46170806060249h1aec73e4s645462a123371c29@mail.gmail.com>
2008-06-06 20:09 ` Jens Krehbiel-Gräther
1 sibling, 1 reply; 23+ messages in thread
From: Michael Schöller @ 2008-06-06 5:10 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 2380 bytes --]
Well fine thanks,
I already have applied the patches and tried to compile multiproto...
Well it now gives me an compile error
--------------
In file included from /usr/src/multiproto/v4l/cx25840-core.c:42:
/usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h: In
function 'v4l2_i2c_drv_init':
/usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h:197:
warning: assignment from incompatible pointer type
/usr/src/multiproto/v4l/cx25840-core.c: At top level:
/usr/src/multiproto/v4l/cx25840-core.c:71: error: conflicting type
qualifiers for 'addr_data'
/usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h:41:
error: previous declaration of 'addr_data' was here
make[3]: *** [/usr/src/multiproto/v4l/cx25840-core.o] Error 1
make[2]: *** [_module_/usr/src/multiproto/v4l] Error 2
make[2]: Leaving directory `/usr/src/ps3-linux'
make[1]: *** [default] Fehler 2
make[1]: Leaving directory `/usr/src/multiproto/v4l'
make: *** [all] Fehler 2
--------------
That does not look like an simple changed function/code error.
Michael
Dominik Kuhlen schrieb:
> Hi,
> On Thursday 05 June 2008, Jens Krehbiel-Gräther wrote:
>
>> Hi Michael!
>>
>> Because of the several patches needed to add support for the
>> pctv_452e/tt_s2_3600/tt_s2_3650_ci I made a new diff on todays hg tree
>> with all the patches applied (I think all the patches were posted by
>> Dominik Kuhlen??).
>> I will try to update the wiki in the next days.
>>
>> Couldn't these patches be inserted into hg-tree (Manu??). The device
>> works with them (i am using it a few months now).
>>
>> I applied ONE patch wich includes all the patches listed here:
>> patch_multiproto_pctv452e_tts23600.diff
>> patch_multiproto_dvbs2_frequency.diff
>> patch_fix_tts2_keymap.diff
>> patch_add_tt_s2_3650_ci.diff
>> patch_add_tt_s2_3600_rc_keymap.diff
>>
>>
> -----snip----
> I had just a brief look at the patch and it seems that pctv452e.c and lnb22.* are missing
> afaik hg diff does not include added files if not specified explicitly.
>
>
> Dominik
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
[-- Attachment #1.2: Type: text/html, Size: 2988 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
[not found] ` <854d46170806060249h1aec73e4s645462a123371c29@mail.gmail.com>
@ 2008-06-06 17:26 ` Michael Schöller
[not found] ` <854d46170806061050t12eee403re359ecfeac9143ec@mail.gmail.com>
2008-06-06 22:18 ` [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running? Dominik Kuhlen
0 siblings, 2 replies; 23+ messages in thread
From: Michael Schöller @ 2008-06-06 17:26 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 4445 bytes --]
Well that worked! I was able to compile the drivers. :)
And the bad news. I wasn't able to compile dvb-apps. Or to be more
specific I followed the instructions for patching dvb-apps to work with
multiproto. (
http://www.linuxtv.org/pipermail/linux-dvb/2008-April/025222.html)
As I understand the instructions I copied the source code of scan to the dvb-apps/util/scan directory and applied the patch on it. After a little extra change for the includes (changed them to point to the ones of multiproto). I was able to compile the hole stuff without errors. However scan always gives me an DVBFE_SET_PARAMS ioctl fail with "Invalid argument".
After some time I give up on and tried to patch szap. Well szap seems to be a wrong version since even used structures in the source code has different names than the ones in the patch file. I got dvb-apps with hg from linuxtv.org.
I'm really down now my hope to get this damn thing running before the first EM match is now not present. Good by HDTV quality games hello PAL...
*schniff*
Faruk A schrieb:
> Hi Michael!
>
> I was having the same problem too, this is what i did.
> All i need is pctv 452e drivers and don't care for the rest.
> you can do this in couples of ways.. first you can run "make menuconfig"
> and unselect whatever drivers thats troubling you.
> I did that but after cx25840-core there is another one after that another
> drivers.... then i did the ugly way works 100%
>
> cd to multiproto/linux/drivers/media/video
> and rename the Makefile to like Makefile_
> after this i won't compile any analog drivers and it will compile dvb
> and radio drivers.
> if you don't what radio too do the same thing to radio dir.
>
> Faruk
>
>
> 2008/6/6 Michael Schöller <michael.schoeller@schoeller-soft.net>:
>
>> Well fine thanks,
>>
>> I already have applied the patches and tried to compile multiproto...
>> Well it now gives me an compile error
>> --------------
>> In file included from /usr/src/multiproto/v4l/cx25840-core.c:42:
>> /usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h: In
>> function 'v4l2_i2c_drv_init':
>> /usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h:197:
>> warning: assignment from incompatible pointer type
>> /usr/src/multiproto/v4l/cx25840-core.c: At top level:
>> /usr/src/multiproto/v4l/cx25840-core.c:71: error: conflicting type
>> qualifiers for 'addr_data'
>> /usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h:41:
>> error: previous declaration of 'addr_data' was here
>> make[3]: *** [/usr/src/multiproto/v4l/cx25840-core.o] Error 1
>> make[2]: *** [_module_/usr/src/multiproto/v4l] Error 2
>> make[2]: Leaving directory `/usr/src/ps3-linux'
>> make[1]: *** [default] Fehler 2
>> make[1]: Leaving directory `/usr/src/multiproto/v4l'
>> make: *** [all] Fehler 2
>> --------------
>> That does not look like an simple changed function/code error.
>>
>> Michael
>>
>>
>> Dominik Kuhlen schrieb:
>>
>> Hi,
>> On Thursday 05 June 2008, Jens Krehbiel-Gräther wrote:
>>
>>
>> Hi Michael!
>>
>> Because of the several patches needed to add support for the
>> pctv_452e/tt_s2_3600/tt_s2_3650_ci I made a new diff on todays hg tree
>> with all the patches applied (I think all the patches were posted by
>> Dominik Kuhlen??).
>> I will try to update the wiki in the next days.
>>
>> Couldn't these patches be inserted into hg-tree (Manu??). The device
>> works with them (i am using it a few months now).
>>
>> I applied ONE patch wich includes all the patches listed here:
>> patch_multiproto_pctv452e_tts23600.diff
>> patch_multiproto_dvbs2_frequency.diff
>> patch_fix_tts2_keymap.diff
>> patch_add_tt_s2_3650_ci.diff
>> patch_add_tt_s2_3600_rc_keymap.diff
>>
>>
>>
>> -----snip----
>> I had just a brief look at the patch and it seems that pctv452e.c and
>> lnb22.* are missing
>> afaik hg diff does not include added files if not specified explicitly.
>>
>>
>> Dominik
>>
>>
>>
>>
>>
>> ________________________________
>> _______________________________________________
>> 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
>>
>>
>
>
[-- Attachment #1.2: Type: text/html, Size: 5155 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
[not found] ` <854d46170806061050t12eee403re359ecfeac9143ec@mail.gmail.com>
@ 2008-06-06 18:18 ` Michael Schöller
2008-06-06 20:29 ` Jens Krehbiel-Gräther
0 siblings, 1 reply; 23+ messages in thread
From: Michael Schöller @ 2008-06-06 18:18 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 5424 bytes --]
Well thats exactly what I did.
And scan gives me that error. Any other ideas what the reason for the
error could be?
Faruk A schrieb:
> I'm glad it worked out for you. The dvb-apps scan never worked with multiproto
> there is another version for multiproto you can download it from here.
> http://jusst.de/manu/scan.tar.bz2
>
> rename the original scan dir to scan_orig and extract the new one next to it
> and apply the API 3.3 patch and it should work.
>
> tip: you don't have to compile the whole dvb-apps, you can change
> dir to like szap and run "make" it should only compile szap.
>
> Faruk
>
>
> 2008/6/6 Michael Schöller <michael.schoeller@schoeller-soft.net>:
>
>> Well that worked! I was able to compile the drivers. :)
>>
>> And the bad news. I wasn't able to compile dvb-apps. Or to be more specific
>> I followed the instructions for patching dvb-apps to work with multiproto. (
>>
>> http://www.linuxtv.org/pipermail/linux-dvb/2008-April/025222.html)
>>
>> As I understand the instructions I copied the source code of scan to the
>> dvb-apps/util/scan directory and applied the patch on it. After a little
>> extra change for the includes (changed them to point to the ones of
>> multiproto). I was able to compile the hole stuff without errors. However
>> scan always gives me an DVBFE_SET_PARAMS ioctl fail with "Invalid argument".
>> After some time I give up on and tried to patch szap. Well szap seems to be
>> a wrong version since even used structures in the source code has different
>> names than the ones in the patch file. I got dvb-apps with hg from
>> linuxtv.org.
>>
>> I'm really down now my hope to get this damn thing running before the first
>> EM match is now not present. Good by HDTV quality games hello PAL...
>>
>> *schniff*
>>
>>
>>
>> Faruk A schrieb:
>>
>> Hi Michael!
>>
>> I was having the same problem too, this is what i did.
>> All i need is pctv 452e drivers and don't care for the rest.
>> you can do this in couples of ways.. first you can run "make menuconfig"
>> and unselect whatever drivers thats troubling you.
>> I did that but after cx25840-core there is another one after that another
>> drivers.... then i did the ugly way works 100%
>>
>> cd to multiproto/linux/drivers/media/video
>> and rename the Makefile to like Makefile_
>> after this i won't compile any analog drivers and it will compile dvb
>> and radio drivers.
>> if you don't what radio too do the same thing to radio dir.
>>
>> Faruk
>>
>>
>> 2008/6/6 Michael Schöller <michael.schoeller@schoeller-soft.net>:
>>
>>
>> Well fine thanks,
>>
>> I already have applied the patches and tried to compile multiproto...
>> Well it now gives me an compile error
>> --------------
>> In file included from /usr/src/multiproto/v4l/cx25840-core.c:42:
>> /usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h: In
>> function 'v4l2_i2c_drv_init':
>> /usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h:197:
>> warning: assignment from incompatible pointer type
>> /usr/src/multiproto/v4l/cx25840-core.c: At top level:
>> /usr/src/multiproto/v4l/cx25840-core.c:71: error: conflicting type
>> qualifiers for 'addr_data'
>> /usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h:41:
>> error: previous declaration of 'addr_data' was here
>> make[3]: *** [/usr/src/multiproto/v4l/cx25840-core.o] Error 1
>> make[2]: *** [_module_/usr/src/multiproto/v4l] Error 2
>> make[2]: Leaving directory `/usr/src/ps3-linux'
>> make[1]: *** [default] Fehler 2
>> make[1]: Leaving directory `/usr/src/multiproto/v4l'
>> make: *** [all] Fehler 2
>> --------------
>> That does not look like an simple changed function/code error.
>>
>> Michael
>>
>>
>> Dominik Kuhlen schrieb:
>>
>> Hi,
>> On Thursday 05 June 2008, Jens Krehbiel-Gräther wrote:
>>
>>
>> Hi Michael!
>>
>> Because of the several patches needed to add support for the
>> pctv_452e/tt_s2_3600/tt_s2_3650_ci I made a new diff on todays hg tree
>> with all the patches applied (I think all the patches were posted by
>> Dominik Kuhlen??).
>> I will try to update the wiki in the next days.
>>
>> Couldn't these patches be inserted into hg-tree (Manu??). The device
>> works with them (i am using it a few months now).
>>
>> I applied ONE patch wich includes all the patches listed here:
>> patch_multiproto_pctv452e_tts23600.diff
>> patch_multiproto_dvbs2_frequency.diff
>> patch_fix_tts2_keymap.diff
>> patch_add_tt_s2_3650_ci.diff
>> patch_add_tt_s2_3600_rc_keymap.diff
>>
>>
>>
>> -----snip----
>> I had just a brief look at the patch and it seems that pctv452e.c and
>> lnb22.* are missing
>> afaik hg diff does not include added files if not specified explicitly.
>>
>>
>> Dominik
>>
>>
>>
>>
>>
>> ________________________________
>> _______________________________________________
>> 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
>>
>>
>>
>>
>>
>> _______________________________________________
>> linux-dvb mailing list
>> linux-dvb@linuxtv.org
>> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>>
>>
>
>
[-- Attachment #1.2: Type: text/html, Size: 6268 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
2008-06-05 20:27 ` Dominik Kuhlen
2008-06-06 5:10 ` Michael Schöller
@ 2008-06-06 20:09 ` Jens Krehbiel-Gräther
1 sibling, 0 replies; 23+ messages in thread
From: Jens Krehbiel-Gräther @ 2008-06-06 20:09 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1: Type: text/plain, Size: 608 bytes --]
Dominik Kuhlen schrieb:
>> I applied ONE patch wich includes all the patches listed here:
>> patch_multiproto_pctv452e_tts23600.diff
>> patch_multiproto_dvbs2_frequency.diff
>> patch_fix_tts2_keymap.diff
>> patch_add_tt_s2_3650_ci.diff
>> patch_add_tt_s2_3600_rc_keymap.diff
>>
>>
> -----snip----
> I had just a brief look at the patch and it seems that pctv452e.c and lnb22.* are missing
> afaik hg diff does not include added files if not specified explicitly.
>
Ups, you're right. Attached is the new patch with pctv452e.c and the
lnb-stuff. I forgot the -N switch by making the diff :-(
Jens
[-- Attachment #2: patch_add_pctv452e_tt_s2_36x0.diff.bz2 --]
[-- Type: application/octet-stream, Size: 15399 bytes --]
[-- Attachment #3: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
2008-06-06 18:18 ` Michael Schöller
@ 2008-06-06 20:29 ` Jens Krehbiel-Gräther
2008-06-07 22:21 ` Goga777
0 siblings, 1 reply; 23+ messages in thread
From: Jens Krehbiel-Gräther @ 2008-06-06 20:29 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1: Type: text/plain, Size: 6233 bytes --]
Hi!
Hm... that should work for scan... :-(
For szap you have to download
http://abraham.manu.googlepages.com/szap.c
then applie the api-v3.3 patch and compile it. This should work too.
Or download the hg tree of dvb-apps and apply the attached patch on the whole tree. After that go to the scan and szap directory and run "make".
This works for me.
Jens
Michael Schöller schrieb:
> Well thats exactly what I did.
> And scan gives me that error. Any other ideas what the reason for the
> error could be?
>
> Faruk A schrieb:
>> I'm glad it worked out for you. The dvb-apps scan never worked with multiproto
>> there is another version for multiproto you can download it from here.
>> http://jusst.de/manu/scan.tar.bz2
>>
>> rename the original scan dir to scan_orig and extract the new one next to it
>> and apply the API 3.3 patch and it should work.
>>
>> tip: you don't have to compile the whole dvb-apps, you can change
>> dir to like szap and run "make" it should only compile szap.
>>
>> Faruk
>>
>>
>> 2008/6/6 Michael Schöller <michael.schoeller@schoeller-soft.net>:
>>
>>> Well that worked! I was able to compile the drivers. :)
>>>
>>> And the bad news. I wasn't able to compile dvb-apps. Or to be more specific
>>> I followed the instructions for patching dvb-apps to work with multiproto. (
>>>
>>> http://www.linuxtv.org/pipermail/linux-dvb/2008-April/025222.html)
>>>
>>> As I understand the instructions I copied the source code of scan to the
>>> dvb-apps/util/scan directory and applied the patch on it. After a little
>>> extra change for the includes (changed them to point to the ones of
>>> multiproto). I was able to compile the hole stuff without errors. However
>>> scan always gives me an DVBFE_SET_PARAMS ioctl fail with "Invalid argument".
>>> After some time I give up on and tried to patch szap. Well szap seems to be
>>> a wrong version since even used structures in the source code has different
>>> names than the ones in the patch file. I got dvb-apps with hg from
>>> linuxtv.org.
>>>
>>> I'm really down now my hope to get this damn thing running before the first
>>> EM match is now not present. Good by HDTV quality games hello PAL...
>>>
>>> *schniff*
>>>
>>>
>>>
>>> Faruk A schrieb:
>>>
>>> Hi Michael!
>>>
>>> I was having the same problem too, this is what i did.
>>> All i need is pctv 452e drivers and don't care for the rest.
>>> you can do this in couples of ways.. first you can run "make menuconfig"
>>> and unselect whatever drivers thats troubling you.
>>> I did that but after cx25840-core there is another one after that another
>>> drivers.... then i did the ugly way works 100%
>>>
>>> cd to multiproto/linux/drivers/media/video
>>> and rename the Makefile to like Makefile_
>>> after this i won't compile any analog drivers and it will compile dvb
>>> and radio drivers.
>>> if you don't what radio too do the same thing to radio dir.
>>>
>>> Faruk
>>>
>>>
>>> 2008/6/6 Michael Schöller <michael.schoeller@schoeller-soft.net>:
>>>
>>>
>>> Well fine thanks,
>>>
>>> I already have applied the patches and tried to compile multiproto...
>>> Well it now gives me an compile error
>>> --------------
>>> In file included from /usr/src/multiproto/v4l/cx25840-core.c:42:
>>> /usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h: In
>>> function 'v4l2_i2c_drv_init':
>>> /usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h:197:
>>> warning: assignment from incompatible pointer type
>>> /usr/src/multiproto/v4l/cx25840-core.c: At top level:
>>> /usr/src/multiproto/v4l/cx25840-core.c:71: error: conflicting type
>>> qualifiers for 'addr_data'
>>> /usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h:41:
>>> error: previous declaration of 'addr_data' was here
>>> make[3]: *** [/usr/src/multiproto/v4l/cx25840-core.o] Error 1
>>> make[2]: *** [_module_/usr/src/multiproto/v4l] Error 2
>>> make[2]: Leaving directory `/usr/src/ps3-linux'
>>> make[1]: *** [default] Fehler 2
>>> make[1]: Leaving directory `/usr/src/multiproto/v4l'
>>> make: *** [all] Fehler 2
>>> --------------
>>> That does not look like an simple changed function/code error.
>>>
>>> Michael
>>>
>>>
>>> Dominik Kuhlen schrieb:
>>>
>>> Hi,
>>> On Thursday 05 June 2008, Jens Krehbiel-Gräther wrote:
>>>
>>>
>>> Hi Michael!
>>>
>>> Because of the several patches needed to add support for the
>>> pctv_452e/tt_s2_3600/tt_s2_3650_ci I made a new diff on todays hg tree
>>> with all the patches applied (I think all the patches were posted by
>>> Dominik Kuhlen??).
>>> I will try to update the wiki in the next days.
>>>
>>> Couldn't these patches be inserted into hg-tree (Manu??). The device
>>> works with them (i am using it a few months now).
>>>
>>> I applied ONE patch wich includes all the patches listed here:
>>> patch_multiproto_pctv452e_tts23600.diff
>>> patch_multiproto_dvbs2_frequency.diff
>>> patch_fix_tts2_keymap.diff
>>> patch_add_tt_s2_3650_ci.diff
>>> patch_add_tt_s2_3600_rc_keymap.diff
>>>
>>>
>>>
>>> -----snip----
>>> I had just a brief look at the patch and it seems that pctv452e.c and
>>> lnb22.* are missing
>>> afaik hg diff does not include added files if not specified explicitly.
>>>
>>>
>>> Dominik
>>>
>>>
>>>
>>>
>>>
>>> ________________________________
>>> _______________________________________________
>>> 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
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> 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
[-- Attachment #2: patch_scan_szap.diff.bz2 --]
[-- Type: application/octet-stream, Size: 37182 bytes --]
[-- Attachment #3: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
2008-06-06 17:26 ` Michael Schöller
[not found] ` <854d46170806061050t12eee403re359ecfeac9143ec@mail.gmail.com>
@ 2008-06-06 22:18 ` Dominik Kuhlen
2008-06-07 9:43 ` Michael Schöller
1 sibling, 1 reply; 23+ messages in thread
From: Dominik Kuhlen @ 2008-06-06 22:18 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 1427 bytes --]
Hi,
On Friday 06 June 2008, Michael Schöller wrote:
> Well that worked! I was able to compile the drivers. :)
>
> And the bad news. I wasn't able to compile dvb-apps. Or to be more
> specific I followed the instructions for patching dvb-apps to work with
> multiproto. (
>
> http://www.linuxtv.org/pipermail/linux-dvb/2008-April/025222.html)
>
> As I understand the instructions I copied the source code of scan to the dvb-apps/util/scan directory and applied the patch on it. After a little extra change for the includes (changed them to point to the ones of multiproto). I was able to compile the hole stuff without errors. However scan always gives me an DVBFE_SET_PARAMS ioctl fail with "Invalid argument".
are you sure you have unloaded all old dvb modules?
> After some time I give up on and tried to patch szap. Well szap seems to be a wrong version since even used structures in the source code has different names than the ones in the patch file. I got dvb-apps with hg from linuxtv.org.
>
> I'm really down now my hope to get this damn thing running before the first EM match is now not present. Good by HDTV quality games hello PAL...
could you please try whether the simpledvbtune application from
http://linuxtv.org/pipermail/linux-dvb/2008-April/025535.html
works.
---snip---
> >> make[2]: Leaving directory `/usr/src/ps3-linux'
Are you running this on a PS3?
Dominik
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
2008-06-06 22:18 ` [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running? Dominik Kuhlen
@ 2008-06-07 9:43 ` Michael Schöller
2008-06-08 8:04 ` Jens Krehbiel-Gräther
0 siblings, 1 reply; 23+ messages in thread
From: Michael Schöller @ 2008-06-07 9:43 UTC (permalink / raw)
To: Dominik Kuhlen; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 4286 bytes --]
Dominik Kuhlen schrieb:
> Hi,
>
> On Friday 06 June 2008, Michael Schöller wrote:
>
>> Well that worked! I was able to compile the drivers. :)
>>
>> And the bad news. I wasn't able to compile dvb-apps. Or to be more
>> specific I followed the instructions for patching dvb-apps to work with
>> multiproto. (
>>
>> http://www.linuxtv.org/pipermail/linux-dvb/2008-April/025222.html)
>>
>> As I understand the instructions I copied the source code of scan to the dvb-apps/util/scan directory and applied the patch on it. After a little extra change for the includes (changed them to point to the ones of multiproto). I was able to compile the hole stuff without errors. However scan always gives me an DVBFE_SET_PARAMS ioctl fail with "Invalid argument".
>>
> are you sure you have unloaded all old dvb modules?
>
Well I not sure with anything. Since /dev/dvb is only showing up after
compile the new modules I think so. I do not really have a clue to
verify it. I'm playing around with the trial and error system.
>
>> After some time I give up on and tried to patch szap. Well szap seems to be a wrong version since even used structures in the source code has different names than the ones in the patch file. I got dvb-apps with hg from linuxtv.org.
>>
>> I'm really down now my hope to get this damn thing running before the first EM match is now not present. Good by HDTV quality games hello PAL...
>>
> could you please try whether the simpledvbtune application from
> http://linuxtv.org/pipermail/linux-dvb/2008-April/025535.html
> works.
>
> ---snip---
>
I will try that after reinstalling YDL6. Currently I switch between
Fedora9 and YDL6 to see what distribution gives lesser headache.
>
>>>> make[2]: Leaving directory `/usr/src/ps3-linux'
>>>>
> Are you running this on a PS3?
>
>
> Dominik
>
>
Well yes. *g* My Ps3 is my Multimedia center ^^. Ok its not so Media
center at the moment but it will be...
So all files for me has to be compiled for PPC/PPC64 architecture.
Ok I can tell that my problem is Distribution independent
</search?hl=de&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=independent&spell=1>.
On Fedora it's a bit harder to get multiproto running (/dev/dvb appears)
but the error with scan and szap is the same ("ioctl DVBFE_GET_INFO
failed: Invalid Argument").
This time I tried these steps (based on the hints in previous posts)
1. hg clone http://www.jusst.de/hg/multiproto
2. cd into multiproto and run "patch -p1 <
patch_add_pctv452e_tt_s2_36x0.diff" (the fixed one from Jens Message at
22:09) -> no errors
3. run "make" and "make install" -> well gives compile errors so I
followed Faruks instructions
3b) cd to multiproto/linux/drivers/media/video
and rename the Makefile to like Makefile_
after this i won't compile any analog drivers and it will compile dvb
and radio drivers.
3c) 3. run "make clean", "make" and "make install" ->works now
4. hg clone http://linuxtv.org/hg/dvb-apps
5. cd into dvb-apps and run "patch -p1 < patch_sca_szap.diff" (attached
in the message) -> no errors
6. copy version.h and frontend.h -> Well that one was tricky I found
out that the place where the include files are in /usr/include/linux/dvb
is that correct. However after copy them to this location make in the
scan and szap directory works. And make in the dvb-apps now gives an
error that Fields are already defined. Well however thats not in the
steps so I do..
7. cd into dvb-apps/util/<scan,szap> and run "make" -> well that
works....to compile
ioctl DVBFE_GET_INFO failed: Invalid Argument...I'm starting to hate
that words...
What I did not try at the moment:
Hmm i really don't know, anyway here is my copy already been patched
and compiled. If the binary scan doesn't work run "make clean" and
then "make"
http://www.zshare.net/download/1322006118c9c70a/
Faruk
-------------------------------------------
Well and the one I'm not sure about if that is really nesecary when applying the patch from step 5.
I'm glad it worked out for you. The dvb-apps scan never worked with
multiproto there is another version for multiproto you can download it
from here. http://jusst.de/manu/scan.tar.bz2
Michael
[-- Attachment #1.2: Type: text/html, Size: 6079 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
2008-06-06 20:29 ` Jens Krehbiel-Gräther
@ 2008-06-07 22:21 ` Goga777
2008-06-08 7:45 ` Jens Krehbiel-Gräther
0 siblings, 1 reply; 23+ messages in thread
From: Goga777 @ 2008-06-07 22:21 UTC (permalink / raw)
To: linux-dvb
Приветствую, Jens
> Hm... that should work for scan... :-(
>
> For szap you have to download
>
> http://abraham.manu.googlepages.com/szap.c
> then applie the api-v3.3 patch and compile it. This should work too.
>
> Or download the hg tree of dvb-apps and apply the attached patch on the whole tree. After that go to the scan and szap
> directory and run "make". This works for me.
should your patch for scan/szap from dvb-apps work with others dvb-s2 cards - tt3200, vp1041, hvr4000 and the latest
multiproto/multiproto_plus ?
Goga777
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
2008-06-07 22:21 ` Goga777
@ 2008-06-08 7:45 ` Jens Krehbiel-Gräther
2008-06-08 19:06 ` [linux-dvb] scan & szap for new multiproto api (was - How to get a PCTV Sat HDTC Pro USB (452e) running?) Goga777
0 siblings, 1 reply; 23+ messages in thread
From: Jens Krehbiel-Gräther @ 2008-06-08 7:45 UTC (permalink / raw)
To: linux-dvb
Goga777 schrieb:
> Приветствую, Jens
>
>
>> Hm... that should work for scan... :-(
>>
>> For szap you have to download
>>
>> http://abraham.manu.googlepages.com/szap.c
>> then applie the api-v3.3 patch and compile it. This should work too.
>>
>> Or download the hg tree of dvb-apps and apply the attached patch on the whole tree. After that go to the scan and szap
>> directory and run "make". This works for me.
>>
>
> should your patch for scan/szap from dvb-apps work with others dvb-s2 cards - tt3200, vp1041, hvr4000 and the latest
> multiproto/multiproto_plus ?
>
Well, I don't have such a device for testing, but why not? The dvb-apps
are not driver dependent. Or am I wrong? The HVR4000 I don't know? I
think this card works only with the szap2-util!? (But I'm not sure!!)
Jens
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
2008-06-07 9:43 ` Michael Schöller
@ 2008-06-08 8:04 ` Jens Krehbiel-Gräther
0 siblings, 0 replies; 23+ messages in thread
From: Jens Krehbiel-Gräther @ 2008-06-08 8:04 UTC (permalink / raw)
To: linux-dvb, Michael Schöller
[-- Attachment #1: Type: text/plain, Size: 1859 bytes --]
Hi!
>
> Ok I can tell that my problem is Distribution independent
> </search?hl=de&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=independent&spell=1>.
> On Fedora it's a bit harder to get multiproto running (/dev/dvb
> appears) but the error with scan and szap is the same ("ioctl
> DVBFE_GET_INFO failed: Invalid Argument").
>
> This time I tried these steps (based on the hints in previous posts)
> 1. hg clone http://www.jusst.de/hg/multiproto
> 2. cd into multiproto and run "patch -p1 <
> patch_add_pctv452e_tt_s2_36x0.diff" (the fixed one from Jens Message
> at 22:09) -> no errors
> 3. run "make" and "make install" -> well gives compile errors so I
> followed Faruks instructions
> 3b) cd to multiproto/linux/drivers/media/video
> and rename the Makefile to like Makefile_
> after this i won't compile any analog drivers and it will compile dvb
> and radio drivers.
> 3c) 3. run "make clean", "make" and "make install" ->works now
> 4. hg clone http://linuxtv.org/hg/dvb-apps
> 5. cd into dvb-apps and run "patch -p1 < patch_sca_szap.diff"
> (attached in the message) -> no errors
> 6. copy version.h and frontend.h -> Well that one was tricky I found
> out that the place where the include files are in
> /usr/include/linux/dvb is that correct. However after copy them to
> this location make in the scan and szap directory works. And make in
> the dvb-apps now gives an error that Fields are already defined. Well
> however thats not in the steps so I do..
> 7. cd into dvb-apps/util/<scan,szap> and run "make" -> well that
> works....to compile
> ioctl DVBFE_GET_INFO failed: Invalid Argument...I'm starting to hate
> that words...
What error occurs in step 3?? My tip is that you use a 2.6.24 kernel
version? If this is true, you have to apply another patch to the hg-tree
(attached).
Then it should compile without errors.
Jens
[-- Attachment #2: patch_compat_2_6_24.diff --]
[-- Type: text/x-patch, Size: 311 bytes --]
--- a/v4l/compat.h 2008-06-05 08:38:46.000000000 +0200
+++ b/v4l/compat.h 2008-05-18 18:25:08.000000000 +0200
@@ -15,7 +15,7 @@
#endif
/* To allow alsa code to work */
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 25)
#include <sound/driver.h>
#endif
[-- Attachment #3: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] scan & szap for new multiproto api (was - How to get a PCTV Sat HDTC Pro USB (452e) running?)
2008-06-08 7:45 ` Jens Krehbiel-Gräther
@ 2008-06-08 19:06 ` Goga777
2008-06-08 19:50 ` Faruk A
0 siblings, 1 reply; 23+ messages in thread
From: Goga777 @ 2008-06-08 19:06 UTC (permalink / raw)
To: linux-dvb
Hi, Jens
> >> For szap you have to download
> >>
> >> http://abraham.manu.googlepages.com/szap.c
> >> then applie the api-v3.3 patch and compile it. This should work too.
> >>
> >> Or download the hg tree of dvb-apps and apply the attached patch on the whole tree. After that go to the scan and szap
> >> directory and run "make". This works for me.
> >>
> >
> > should your patch for scan/szap from dvb-apps work with others dvb-s2 cards - tt3200, vp1041, hvr4000 and the latest
> > multiproto/multiproto_plus ?
> >
>
> Well, I don't have such a device for testing, but why not? The dvb-apps
> are not driver dependent.
I hope so
>>Or am I wrong? The HVR4000 I don't know? I
here's information about this card
http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-4000
> think this card works only with the szap2-util!? (But I'm not sure!!)
thanks for your patch. It's working with dvb-s
i applied your patch_scan_szap.diff for HG dvb-apps. And I could run szap & scan with my hvr4000
But only with dvb-s channels.
And what about dvb-s2 ? I couldn't find any dvb-s2 option in szap & scan
How can I scan dvb-s2 transponders and switch to dvb-s2 channels ?
btw - there's patched szap2 in
http://linuxtv.org/hg/dvb-apps/file/9311c900f746/test/szap2.c
but it doesn't work with my card
/usr/src/dvb-apps/test# ./szap2 -c 19 -n1
reading channels from file '19'
zapping to 1 'Astra HD Promo 2':
sat 0, frequency = 11914 MHz H, symbolrate 27500000, vpid = 0x04ff, apid = 0x0503 sid = 0x0083
Querying info .. Delivery system=DVB-S
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
ioctl DVBFE_GET_INFO failed: Operation not supported
Goga
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] scan & szap for new multiproto api (was - How to get a PCTV Sat HDTC Pro USB (452e) running?)
2008-06-08 19:06 ` [linux-dvb] scan & szap for new multiproto api (was - How to get a PCTV Sat HDTC Pro USB (452e) running?) Goga777
@ 2008-06-08 19:50 ` Faruk A
2008-06-09 4:29 ` Goga777
0 siblings, 1 reply; 23+ messages in thread
From: Faruk A @ 2008-06-08 19:50 UTC (permalink / raw)
To: Goga777; +Cc: linux-dvb
Hi Goga777!
I'm glad everything worked out for you :).
with szap to tune to DVB-S2 channels use this option "-t 2" default is
"- t 0" which is for DVB-S
to tune to 'Astra HD Promo 2' you do:
szap -r -c 19 -t 2 "Astra HD Promo 2"
instead of using -c 19 create ~/.szap copy or move 19 as channels.conf
in ~/.szap directory. after this u can run szap -r -t 2 "Astra HD Promo 2"
As for scan you don't have do anything as far as i know it finds
DVB-S2 channels as well.
Faruk
On Sun, Jun 8, 2008 at 9:06 PM, Goga777 <goga777@bk.ru> wrote:
> Hi, Jens
>
>> >> For szap you have to download
>> >>
>> >> http://abraham.manu.googlepages.com/szap.c
>> >> then applie the api-v3.3 patch and compile it. This should work too.
>> >>
>> >> Or download the hg tree of dvb-apps and apply the attached patch on the whole tree. After that go to the scan and szap
>> >> directory and run "make". This works for me.
>> >>
>> >
>> > should your patch for scan/szap from dvb-apps work with others dvb-s2 cards - tt3200, vp1041, hvr4000 and the latest
>> > multiproto/multiproto_plus ?
>> >
>>
>> Well, I don't have such a device for testing, but why not? The dvb-apps
>> are not driver dependent.
>
> I hope so
>
>>>Or am I wrong? The HVR4000 I don't know? I
>
> here's information about this card
> http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-4000
>
>> think this card works only with the szap2-util!? (But I'm not sure!!)
>
> thanks for your patch. It's working with dvb-s
> i applied your patch_scan_szap.diff for HG dvb-apps. And I could run szap & scan with my hvr4000
> But only with dvb-s channels.
>
> And what about dvb-s2 ? I couldn't find any dvb-s2 option in szap & scan
> How can I scan dvb-s2 transponders and switch to dvb-s2 channels ?
>
> btw - there's patched szap2 in
> http://linuxtv.org/hg/dvb-apps/file/9311c900f746/test/szap2.c
> but it doesn't work with my card
>
> /usr/src/dvb-apps/test# ./szap2 -c 19 -n1
> reading channels from file '19'
> zapping to 1 'Astra HD Promo 2':
> sat 0, frequency = 11914 MHz H, symbolrate 27500000, vpid = 0x04ff, apid = 0x0503 sid = 0x0083
> Querying info .. Delivery system=DVB-S
> using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
> ioctl DVBFE_GET_INFO failed: Operation not supported
>
> Goga
>
>
>
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] scan & szap for new multiproto api (was - How to get a PCTV Sat HDTC Pro USB (452e) running?)
2008-06-08 19:50 ` Faruk A
@ 2008-06-09 4:29 ` Goga777
2008-06-09 7:21 ` Jens Krehbiel-Gräther
0 siblings, 1 reply; 23+ messages in thread
From: Goga777 @ 2008-06-09 4:29 UTC (permalink / raw)
To: Faruk A; +Cc: linux-dvb
> I'm glad everything worked out for you :).
> with szap to tune to DVB-S2 channels use this option "-t 2" default is
> "- t 0" which is for DVB-S
> to tune to 'Astra HD Promo 2' you do:
> szap -r -c 19 -t 2 "Astra HD Promo 2"
I will try so. It will be fine if new dvb-s2 option will include in szap --help output
btw, why do you use the -r option ?
> As for scan you don't have do anything as far as i know it finds
> DVB-S2 channels as well.
no, I couldn't find the dvb-s2 transponders on 13e and 19e
19e
S 11914000 H 27500000 9/10
S 12522000 V 22000000 2/3
S 12581000 V 22000000 2/3
13e
S 11258000 H 27500000 2/3
S 11278000 V 27500000 2/3
S 11449000 H 27500000 2/3
S 11996000 V 27500000 2/3
Goga
>
> Faruk
>
> On Sun, Jun 8, 2008 at 9:06 PM, Goga777 <goga777@bk.ru> wrote:
> > Hi, Jens
> >
> >> >> For szap you have to download
> >> >>
> >> >> http://abraham.manu.googlepages.com/szap.c
> >> >> then applie the api-v3.3 patch and compile it. This should work too.
> >> >>
> >> >> Or download the hg tree of dvb-apps and apply the attached patch on the whole tree. After that go to the scan and szap
> >> >> directory and run "make". This works for me.
> >> >>
> >> >
> >> > should your patch for scan/szap from dvb-apps work with others dvb-s2 cards - tt3200, vp1041, hvr4000 and the latest
> >> > multiproto/multiproto_plus ?
> >> >
> >>
> >> Well, I don't have such a device for testing, but why not? The dvb-apps
> >> are not driver dependent.
> >
> > I hope so
> >
> >>>Or am I wrong? The HVR4000 I don't know? I
> >
> > here's information about this card
> > http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-4000
> >
> >> think this card works only with the szap2-util!? (But I'm not sure!!)
> >
> > thanks for your patch. It's working with dvb-s
> > i applied your patch_scan_szap.diff for HG dvb-apps. And I could run szap & scan with my hvr4000
> > But only with dvb-s channels.
> >
> > And what about dvb-s2 ? I couldn't find any dvb-s2 option in szap & scan
> > How can I scan dvb-s2 transponders and switch to dvb-s2 channels ?
> >
> > btw - there's patched szap2 in
> > http://linuxtv.org/hg/dvb-apps/file/9311c900f746/test/szap2.c
> > but it doesn't work with my card
> >
> > /usr/src/dvb-apps/test# ./szap2 -c 19 -n1
> > reading channels from file '19'
> > zapping to 1 'Astra HD Promo 2':
> > sat 0, frequency = 11914 MHz H, symbolrate 27500000, vpid = 0x04ff, apid = 0x0503 sid = 0x0083
> > Querying info .. Delivery system=DVB-S
> > using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
> > ioctl DVBFE_GET_INFO failed: Operation not supported
> >
> > Goga
> >
> >
> >
> >
> >
> > _______________________________________________
> > 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
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] scan & szap for new multiproto api (was - How to get a PCTV Sat HDTC Pro USB (452e) running?)
2008-06-09 4:29 ` Goga777
@ 2008-06-09 7:21 ` Jens Krehbiel-Gräther
2008-06-09 16:59 ` Goga777
0 siblings, 1 reply; 23+ messages in thread
From: Jens Krehbiel-Gräther @ 2008-06-09 7:21 UTC (permalink / raw)
To: linux-dvb
Goga777 schrieb:
>> I'm glad everything worked out for you :).
>> with szap to tune to DVB-S2 channels use this option "-t 2" default is
>> "- t 0" which is for DVB-S
>> to tune to 'Astra HD Promo 2' you do:
>> szap -r -c 19 -t 2 "Astra HD Promo 2"
>>
>
> I will try so. It will be fine if new dvb-s2 option will include in szap --help output
>
jens@midas-phalanx:/usr/src/dvb-apps-patched/util/szap# ./szap -h
usage: szap -q
list known channels
szap [options] {-n channel-number|channel_name}
zap to channel via number or full name (case insensitive)
-a number : use given adapter (default 0)
-f number : use given frontend (default 0)
-d number : use given demux (default 0)
-c file : read channels list from 'file'
-b : enable Audio Bypass (default no)
-x : exit after tuning
-r : set up /dev/dvb/adapterX/dvr0 for TS recording
-l lnb-type (DVB-S Only) (use -l help to print types) or
-l low[,high[,switch]] in Mhz
-i : run interactively, allowing you to type in channel names
-p : add pat and pmt to TS recording (implies -r)
or -n numbers for zapping
-t : delivery system type DVB-S=0, DSS=1, DVB-S2=2
You see the last line? The Information is included!! ;-)
And Faruk is right, scan should find S2-Channels "out of the box".
Jens
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] scan & szap for new multiproto api (was - How to get a PCTV Sat HDTC Pro USB (452e) running?)
2008-06-09 7:21 ` Jens Krehbiel-Gräther
@ 2008-06-09 16:59 ` Goga777
2008-06-09 18:45 ` Dominik Kuhlen
0 siblings, 1 reply; 23+ messages in thread
From: Goga777 @ 2008-06-09 16:59 UTC (permalink / raw)
To: linux-dvb
Hi
> >> I'm glad everything worked out for you :).
> >> with szap to tune to DVB-S2 channels use this option "-t 2" default is
> >> "- t 0" which is for DVB-S
> >> to tune to 'Astra HD Promo 2' you do:
> >> szap -r -c 19 -t 2 "Astra HD Promo 2"
> >>
> >
> > I will try so. It will be fine if new dvb-s2 option will include in szap --help output
> >
>
> jens@midas-phalanx:/usr/src/dvb-apps-patched/util/szap# ./szap -h
>
> usage: szap -q
> list known channels
> szap [options] {-n channel-number|channel_name}
> zap to channel via number or full name (case insensitive)
> -a number : use given adapter (default 0)
> -f number : use given frontend (default 0)
> -d number : use given demux (default 0)
> -c file : read channels list from 'file'
> -b : enable Audio Bypass (default no)
> -x : exit after tuning
> -r : set up /dev/dvb/adapterX/dvr0 for TS recording
> -l lnb-type (DVB-S Only) (use -l help to print types) or
> -l low[,high[,switch]] in Mhz
> -i : run interactively, allowing you to type in channel names
> -p : add pat and pmt to TS recording (implies -r)
> or -n numbers for zapping
> -t : delivery system type DVB-S=0, DSS=1, DVB-S2=2
>
>
> You see the last line? The Information is included!! ;-)
yes, I see. But in my patched szap I don't see this information. I don't know why :(
/usr/src/dvb-apps# cat patch_scan_szap_jens.diff | patch -p1 --dry-run
goga:/usr/src/dvb-apps# cat patch_scan_szap_jens.diff | patch -p1 --dry-run
patching file util/scan/atsc/us-ATSC-center-frequencies-8VSB
patching file util/scan/atsc/us-NTSC-center-frequencies-8VSB
patching file util/scan/atsc/us-NY-TWC-NYC
patching file util/scan/diseqc.c
patching file util/scan/diseqc.h
patching file util/scan/dump-vdr.c
patching file util/scan/dump-vdr.h
patching file util/scan/dump-zap.c
patching file util/scan/dump-zap.h
patching file util/scan/dvb-c/at-SalzburgAG
patching file util/scan/dvb-c/be-IN.DI-Integan
patching file util/scan/dvb-c/de-Muenchen
patching file util/scan/dvb-c/fi-3ktv
[skip]
patching file util/scan/dvb-t/uk-WinterHill
patching file util/scan/list.h
patching file util/scan/lnb.c
patching file util/scan/lnb.h
patching file util/scan/Makefile
patching file util/scan/scan.c
patching file util/scan/scan.h
patching file util/szap/szap.c
goga:/usr/src/dvb-apps/util/szap# make
CC lnb.o
CC azap
CC czap
CC szap
CC tzap
goga:/usr/src/dvb-apps/util/szap# ./szap -h
usage: szap -q
list known channels
szap [options] {-n channel-number|channel_name}
zap to channel via number or full name (case insensitive)
-a number : use given adapter (default 0)
-f number : use given frontend (default 0)
-d number : use given demux (default 0)
-c file : read channels list from 'file'
-b : enable Audio Bypass (default no)
-x : exit after tuning
-H : human readable output
-r : set up /dev/dvb/adapterX/dvr0 for TS recording
-l lnb-type (DVB-S Only) (use -l help to print types) or
-l low[,high[,switch]] in Mhz
-i : run interactively, allowing you to type in channel names
-p : add pat and pmt to TS recording (implies -r)
or -n numbers for zapping
usage: szap -q
list known channels
szap [options] {-n channel-number|channel_name}
zap to channel via number or full name (case insensitive)
-a number : use given adapter (default 0)
-f number : use given frontend (default 0)
-d number : use given demux (default 0)
-c file : read channels list from 'file'
-b : enable Audio Bypass (default no)
-x : exit after tuning
-H : human readable output
-r : set up /dev/dvb/adapterX/dvr0 for TS recording
-l lnb-type (DVB-S Only) (use -l help to print types) or
-l low[,high[,switch]] in Mhz
-i : run interactively, allowing you to type in channel names
-p : add pat and pmt to TS recording (implies -r)
or -n numbers for zapping
Goga777
> And Faruk is right, scan should find S2-Channels "out of the box".
>
> Jens
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] scan & szap for new multiproto api (was - How to get a PCTV Sat HDTC Pro USB (452e) running?)
2008-06-09 16:59 ` Goga777
@ 2008-06-09 18:45 ` Dominik Kuhlen
2008-06-09 19:11 ` Goga777
0 siblings, 1 reply; 23+ messages in thread
From: Dominik Kuhlen @ 2008-06-09 18:45 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 1864 bytes --]
On Monday 09 June 2008, Goga777 wrote:
> Hi
>
> > >> I'm glad everything worked out for you :).
> > >> with szap to tune to DVB-S2 channels use this option "-t 2" default is
> > >> "- t 0" which is for DVB-S
> > >> to tune to 'Astra HD Promo 2' you do:
> > >> szap -r -c 19 -t 2 "Astra HD Promo 2"
> > >>
> > >
> > > I will try so. It will be fine if new dvb-s2 option will include in szap --help output
> > >
> >
> > jens@midas-phalanx:/usr/src/dvb-apps-patched/util/szap# ./szap -h
> >
> > usage: szap -q
> > list known channels
> > szap [options] {-n channel-number|channel_name}
> > zap to channel via number or full name (case insensitive)
> > -a number : use given adapter (default 0)
> > -f number : use given frontend (default 0)
> > -d number : use given demux (default 0)
> > -c file : read channels list from 'file'
> > -b : enable Audio Bypass (default no)
> > -x : exit after tuning
> > -r : set up /dev/dvb/adapterX/dvr0 for TS recording
> > -l lnb-type (DVB-S Only) (use -l help to print types) or
> > -l low[,high[,switch]] in Mhz
> > -i : run interactively, allowing you to type in channel names
> > -p : add pat and pmt to TS recording (implies -r)
> > or -n numbers for zapping
> > -t : delivery system type DVB-S=0, DSS=1, DVB-S2=2
> >
> >
> > You see the last line? The Information is included!! ;-)
>
> yes, I see. But in my patched szap I don't see this information. I don't know why :(
>
> /usr/src/dvb-apps# cat patch_scan_szap_jens.diff | patch -p1 --dry-run
Why do you use the --dry-run option here?
man patch
shows:
- -dry-run
Print the results of applying the patches without actually changing any files.
Dominik
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [linux-dvb] scan & szap for new multiproto api (was - How to get a PCTV Sat HDTC Pro USB (452e) running?)
2008-06-09 18:45 ` Dominik Kuhlen
@ 2008-06-09 19:11 ` Goga777
0 siblings, 0 replies; 23+ messages in thread
From: Goga777 @ 2008-06-09 19:11 UTC (permalink / raw)
To: linux-dvb
> >
> > > >> I'm glad everything worked out for you :).
> > > >> with szap to tune to DVB-S2 channels use this option "-t 2" default is
> > > >> "- t 0" which is for DVB-S
> > > >> to tune to 'Astra HD Promo 2' you do:
> > > >> szap -r -c 19 -t 2 "Astra HD Promo 2"
> > > >>
> > > >
> > > > I will try so. It will be fine if new dvb-s2 option will include in szap --help output
> > > >
> > >
> > > jens@midas-phalanx:/usr/src/dvb-apps-patched/util/szap# ./szap -h
> > >
> > > usage: szap -q
> > > list known channels
> > > szap [options] {-n channel-number|channel_name}
> > > zap to channel via number or full name (case insensitive)
> > > -a number : use given adapter (default 0)
> > > -f number : use given frontend (default 0)
> > > -d number : use given demux (default 0)
> > > -c file : read channels list from 'file'
> > > -b : enable Audio Bypass (default no)
> > > -x : exit after tuning
> > > -r : set up /dev/dvb/adapterX/dvr0 for TS recording
> > > -l lnb-type (DVB-S Only) (use -l help to print types) or
> > > -l low[,high[,switch]] in Mhz
> > > -i : run interactively, allowing you to type in channel names
> > > -p : add pat and pmt to TS recording (implies -r)
> > > or -n numbers for zapping
> > > -t : delivery system type DVB-S=0, DSS=1, DVB-S2=2
> > >
> > >
> > > You see the last line? The Information is included!! ;-)
> >
> > yes, I see. But in my patched szap I don't see this information. I don't know why :(
> >
> > /usr/src/dvb-apps# cat patch_scan_szap_jens.diff | patch -p1 --dry-run
> Why do you use the --dry-run option here?
> man patch
> shows:
> - -dry-run
> Print the results of applying the patches without actually changing any files.
yes, it was my foolish mistake , sorry
but after real patching and making
goga:/usr/src/dvb-apps/util/scan# make
perl section_generate.pl atsc_psip_section.pl
CC scan.o
scan.c:414: warning: unused parameter ‘buf’
scan.c:415: warning: unused parameter ‘t’
scan.c:449: warning: unused parameter ‘buf’
scan.c:518: warning: unused parameter ‘buf’
scan.c:519: warning: unused parameter ‘t’
scan.c: In function ‘tune_initial’:
scan.c:1892: warning: unused variable ‘hier’
scan.c:1892: warning: unused variable ‘guard’
scan.c:1892: warning: unused variable ‘mode’
scan.c:1892: warning: unused variable ‘fec2’
scan.c:1892: warning: unused variable ‘bw’
scan.c:1892: warning: unused variable ‘qam’
scan.c: At top level:
scan.c:1809: warning: ‘str2qam’ defined but not used
scan.c:1826: warning: ‘str2bandwidth’ defined but not used
scan.c:1838: warning: ‘str2mode’ defined but not used
scan.c:1849: warning: ‘str2guard’ defined but not used
scan.c:1862: warning: ‘str2hier’ defined but not used
scan.c:2081: warning: ‘pids_dump_service_parameter_set’ defined but not used
CC atsc_psip_section.o
CC diseqc.o
CC dump-vdr.o
CC dump-zap.o
dump-zap.c:6: warning: ‘inv_name’ defined but not used
dump-zap.c:12: warning: ‘fec_name’ defined but not used
dump-zap.c:26: warning: ‘qam_name’ defined but not used
dump-zap.c:39: warning: ‘bw_name’ defined but not used
dump-zap.c:47: warning: ‘mode_name’ defined but not used
dump-zap.c:53: warning: ‘guard_name’ defined but not used
dump-zap.c:62: warning: ‘hierarchy_name’ defined but not used
CC lnb.o
CC section.o
CC scan
I have these errors
goga:/usr/src/dvb-apps/util/scan# ./scan 13e
scanning 13e
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 12398000 H 27500000 27500000
initial transponder 11258000 H 27500000 27500000
initial transponder 11449000 H 27500000 27500000
initial transponder 11996000 V 27500000 27500000
initial transponder 12265000 V 27500000 27500000
initial transponder 10719000 V 27500000 27500000
[skip}
ioctl DVBFE_GET_INFO failed: Operation not supported
ioctl DVBFE_GET_INFO failed: Operation not supported
ioctl DVBFE_GET_INFO failed: Operation not supported
ioctl DVBFE_GET_INFO failed: Operation not supported
ioctl DVBFE_GET_INFO failed: Operation not supported
ERROR: initial tuning failed
dumping lists (0 services)
Done.
the same - for szap
goga:/usr/src/dvb-apps/util/szap# ./szap -c13 -n1
reading channels from file '13'
zapping to 1 'ZDF':
sat 0, frequency = 11258 MHz H, symbolrate 27500000, vpid = 0x023a, apid = 0x023b sid = 0x1f4b
Querying info .. Delivery system=DVB-S
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
ioctl DVBFE_GET_INFO failed: Operation not supported
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 23+ messages in thread
end of thread, other threads:[~2008-06-09 19:07 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-04 21:32 [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running? Michael Schöller
2008-06-04 22:05 ` Faruk A
2008-06-05 7:24 ` Jens Krehbiel-Gräther
2008-06-05 20:27 ` Dominik Kuhlen
2008-06-06 5:10 ` Michael Schöller
[not found] ` <854d46170806060249h1aec73e4s645462a123371c29@mail.gmail.com>
2008-06-06 17:26 ` Michael Schöller
[not found] ` <854d46170806061050t12eee403re359ecfeac9143ec@mail.gmail.com>
2008-06-06 18:18 ` Michael Schöller
2008-06-06 20:29 ` Jens Krehbiel-Gräther
2008-06-07 22:21 ` Goga777
2008-06-08 7:45 ` Jens Krehbiel-Gräther
2008-06-08 19:06 ` [linux-dvb] scan & szap for new multiproto api (was - How to get a PCTV Sat HDTC Pro USB (452e) running?) Goga777
2008-06-08 19:50 ` Faruk A
2008-06-09 4:29 ` Goga777
2008-06-09 7:21 ` Jens Krehbiel-Gräther
2008-06-09 16:59 ` Goga777
2008-06-09 18:45 ` Dominik Kuhlen
2008-06-09 19:11 ` Goga777
2008-06-06 22:18 ` [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running? Dominik Kuhlen
2008-06-07 9:43 ` Michael Schöller
2008-06-08 8:04 ` Jens Krehbiel-Gräther
2008-06-06 20:09 ` Jens Krehbiel-Gräther
-- strict thread matches above, loose matches on Subject: below --
2008-06-05 16:34 Stuart Morris
2008-06-05 18:47 ` Faruk A
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox