public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: "Jens Krehbiel-Gräther" <linux-dvb@okg-computer.de>
To: linux-dvb@linuxtv.org,
	"Michael Schöller" <michael.schoeller@schoeller-soft.net>
Subject: Re: [linux-dvb] How to get a PCTV Sat HDTC Pro USB (452e) running?
Date: Sun, 08 Jun 2008 10:04:09 +0200	[thread overview]
Message-ID: <484B9279.4030600@okg-computer.de> (raw)
In-Reply-To: <484A584B.9010901@schoeller-soft.net>

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

  reply	other threads:[~2008-06-08  8:04 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
2008-06-08  8:04                 ` Jens Krehbiel-Gräther [this message]
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=484B9279.4030600@okg-computer.de \
    --to=linux-dvb@okg-computer.de \
    --cc=linux-dvb@linuxtv.org \
    --cc=michael.schoeller@schoeller-soft.net \
    /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