ubuntuusers.de

V4l DVB Treiber nicht installierbar

Status: Ungelöst | Ubuntu-Version: Ubuntu 10.04 (Lucid Lynx)
Antworten |

Maxi-king-223

Anmeldungsdatum:
29. Juli 2011

Beiträge: 11

Hallo,

Ich habe eine Geniatech DVB-S Tv Karte mit einer Fernbedienung.

Welche ich sehr gerne unter Ubuntu benutzen würde.

Nach längerem googeln habe ich einen Treiber Patch gefunden.

http://www.freak-search.com/de/thread/330268/linux-dvb_patch_geniatech_dvb-s_remote_digistar_patch

Ich habe die besagte Version des V4l-DVB Treibers Herruntergeladen und nach Anleitung gepatcht.

Hier ein Link:

http://www.deutschedetektive.de/Linux/v4l-dvb-36c97fcac2a3.zip

Nur wenn ich mittels

1
sudo make install

den Treiber installieren möchte, bekomme ich folgende Meldung :

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
root@Max-mythtv:~/Desktop/abc# make install
make -C /home/maximilian/Desktop/abc/v4l install
make[1]: Betrete Verzeichnis '/home/maximilian/Desktop/abc/v4l'
Stripping debug info from files
Usage: strip <option(s)> in-file(s)
 Removes symbols and sections from files
 The options are:
  -I --input-target=<bfdname>      Assume input file is in format <bfdname>
  -O --output-target=<bfdname>     Create an output file in format <bfdname>
  -F --target=<bfdname>            Set both input and output format to <bfdname>
  -p --preserve-dates              Copy modified/access timestamps to the output
  -R --remove-section=<name>       Remove section <name> from the output
  -s --strip-all                   Remove all symbol and relocation information
  -g -S -d --strip-debug           Remove all debugging symbols & sections
     --strip-unneeded              Remove all symbols not needed by relocations
     --only-keep-debug             Strip everything but the debug information
  -N --strip-symbol=<name>         Do not copy symbol <name>
  -K --keep-symbol=<name>          Do not strip symbol <name>
     --keep-file-symbols           Do not strip file symbol(s)
  -w --wildcard                    Permit wildcard in symbol comparison
  -x --discard-all                 Remove all non-global symbols
  -X --discard-locals              Remove any compiler-generated symbols
  -v --verbose                     List all object files modified
  -V --version                     Display this program's version number
  -h --help                        Display this output
     --info                        List object formats & architectures supported
  -o <file>                        Place stripped output into <file>
strip: supported targets: elf32-i386 a.out-i386-linux pei-i386 elf32-little elf32-big elf64-x86-64 pei-x86-64 elf64-l1om elf64-little elf64-big plugin srec symbolsrec verilog tekhex binary ihex trad-core
make[1]: *** [media-install] Fehler 1
make[1]: Verlasse Verzeichnis '/home/maximilian/Desktop/abc/v4l'
make: *** [install] Fehler 2

Kann mir Jemand helfen?

Antworten |