public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: "Michael Schöller" <michael.schoeller@schoeller-soft.net>
To: Dominik Kuhlen <dkuhlen@gmx.net>
Cc: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
Date: Sat, 07 Jun 2008 11:43:39 +0200	[thread overview]
Message-ID: <484A584B.9010901@schoeller-soft.net> (raw)
In-Reply-To: <200806070018.16103.dkuhlen@gmx.net>


[-- 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

  reply	other threads:[~2008-06-07  9:44 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=484A584B.9010901@schoeller-soft.net \
    --to=michael.schoeller@schoeller-soft.net \
    --cc=dkuhlen@gmx.net \
    --cc=linux-dvb@linuxtv.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox