• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Technotrend S2300 fernsehen

Hallo!

Möchte auf meinem neu installierten OpenSuse11.2x64 System die og pci-Karte zum Fernsehen installieren. Laut Yast wird sie auch erkannt, aber Kaffeine erkennt sie nicht: ST STVO299 DVB-S wird in Fernsehen/Fernsehen einrichten/Gerät 1 als Karte aufgeführt, aber wenn ich Sendersuchlauf machen will, kommt die Meldung : Kein passendes Gerät gefunden.
Im Yast steht die Karte als Technotrend /Haupage DVB Card rev2.3 eingetragen.
Falls ich die Karte ans Laufen bekomme - weiss jemand ob und wie ich sie unter XBMC nutzen kann?

tommy
 

Rainer Juhser

Moderator
Teammitglied
Was sagt denn
Code:
/sbin/lspci -vnn
zu deiner Karte?
Such mal mit der Vendor- und Device-ID, die du aus obigem Befehl erfährst, auf dieser Seite nach weiteren Informationen.
 
Hallo, habe jetzt openSuse11.3 installiert und die Karte läuft mit der Packman Version von Kaffeine out of the box. Nun bin ich aber begeistert von XBMC und frage mich, ob es eine einfache Möglichkeit gibt, mit XBMC auch fernzusehen. Dann wer der Mediacenter perfekt... Auf xbmc.org bzw. den entsprechenden Foren gibts ja tonnenweise Artikel, aber mir ist noch nicht klar wie ich das angehen muss. Habe über yast vdr installiert, aber ich muss ja das entsprechende plugin für xbmc (pvr-plugin?) installieren. Wie gehe ich grundsätzlich vor?

tommy
 
Hallo, /sbin/lspci -vnn sagt:
Code:
"01:05.0 Multimedia controller [0480]: Philips Semiconductors SAA7146 [1131:7146] (rev 01)
        Subsystem: Technotrend Systemtechnik GmbH Technotrend/Hauppauge DVB card rev2.3 [13c2:000e]
        Flags: bus master, medium devsel, latency 64, IRQ 18
        Memory at fcfffc00 (32-bit, non-prefetchable) [size=512]
        Kernel driver in use: dvb"

Habe XBMC über Yast aus dem Packman Repository installiert, läuft alles soweit wunderbar unter dem Skin Confluence. Ich möchte aber über meine Technotrend S2300 premium (DVB-S Karte) fernsehen unter XBMC was auch unter Kaffeine problemlos möglich ist. Aber wie stelle ich das unter XBMC an? Kann keine Plugins und nichts installieren, da ich keine entsprechende Option finde. Auf XBMC.org habe ich dann einen repo installer runtergeladen und ins XBMC Verzeichnis geschoben. Der funktioniert zwar aber dann doch wieder nicht, da es anscheinend eine Uraltversion aus 2007 ist und diese Version nicht zur XBMC Version passt.
Ich muss also wenn ich es richtig verstanden habe erstmal irgendwo den passenden repo-installer finden und installieren und danach mir die richtigen Plugins installieren - nur welche? Meine XBMC Version ist 9.11-2.pm.13.3. Angeblich funktioniert es mit der XBMC Version von Dharma-Rc2 . Die habe ich als Source Code runtergeladen, aber das ./configure endet mit einer Fehlermeldung, die ich hier mal poste. Vielleicht kann ja jemand etwas damit anfangen:

Code:
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-suse-linux-gnu
checking host system type... x86_64-suse-linux-gnu
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... none
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) none
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by g++... /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for working alloca.h... yes
checking for alloca... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether closedir returns void... no
checking for error_at_line... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether gcc needs -traditional... no
checking whether lstat correctly handles trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether lstat correctly handles trailing slash... (cached) yes
checking for working memcmp... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/param.h... yes
checking for utime.h... yes
checking for alarm... yes
checking for working mktime... yes
checking for getpagesize... yes
checking for working mmap... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether stat accepts an empty string... no
checking for working strcoll... yes
checking for strftime... yes
checking for working strtod... yes
checking whether utime accepts a null argument... yes
checking for vprintf... yes
checking for _doprnt... no
checking for atexit... yes
checking for dup2... yes
checking for fdatasync... yes
checking for floor... no
checking for fs_stat_dev... no
checking for ftime... yes
checking for ftruncate... yes
checking for getcwd... yes
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for getpagesize... (cached) yes
checking for getpass... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for lchown... yes
checking for localeconv... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for modf... yes
checking for munmap... yes
checking for pow... no
checking for rmdir... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for socket... yes
checking for sqrt... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strpbrk... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for sysinfo... yes
checking for tzset... yes
checking for utime... yes
checking size of int... 4
checking size of size_t... 8
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
checking for main in -lGL... yes
checking for main in -lGLEW... yes
checking for main in -lGLU... yes
checking mad.h usability... yes
checking mad.h presence... yes
checking for mad.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking samplerate.h usability... yes
checking samplerate.h presence... yes
checking for samplerate.h... yes
checking ogg/ogg.h usability... yes
checking ogg/ogg.h presence... yes
checking for ogg/ogg.h... yes
checking vorbis/vorbisfile.h usability... yes
checking vorbis/vorbisfile.h presence... yes
checking for vorbis/vorbisfile.h... yes
checking vorbis/vorbisenc.h usability... yes
checking vorbis/vorbisenc.h presence... yes
checking for vorbis/vorbisenc.h... yes
checking for ass_set_message_cb in -lass... no
checking for main in -lbz2... yes
checking for main in -ljpeg... yes
checking for main in -lpthread... yes
checking for main in -llzo2... yes
checking for main in -lz... yes
checking for main in -lssl... yes
checking for main in -lcrypto... yes
checking for main in -lwavpack... yes
checking for main in -lmpeg2... yes
checking for main in -lmpeg2convert... yes
checking for sftp_tell64 in -lssh... no
Could not find suitable version of libssh
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for MAD... yes
checking for FONTCONFIG... yes
checking for FRIBIDI... yes
checking for SQLITE3... yes
checking for PNG... yes
checking for PCRE... yes
checking for PCRECPP... yes
checking for CDIO... yes
checking for SAMPLERATE... yes
checking for MMS... yes
checking for FREETYPE2... yes
checking for OGG... yes
checking for VORBIS... yes
checking for VORBISENC... yes
checking for LIBBLURAY... no
checking for mysql_config... yes
checking for main in -lmodplug... no
configure: error: Could not find a required library. Please see the README for your platform.

[Editiert von gropiuskalle, bitte code-tags benutzen]
 
Hallo,

Ich habe nur schnell die configure Ausgabe durchgeschaut:

Code:
...
checking for sftp_tell64 in -lssh... no
Could not find suitable version of libssh
...
Hier brauchst Du (ich vermute) via YaST:

Code:
libssh4      - SSH library
libssh-devel - SSH library development headers
Gruss,
Roland
 
Hallo und danke für die schnelle Antwort, aber libssh4 ist installiert gewesen, -devel zwar nicht, aber auch nach Installation derselben läuft configure ins Leere - leider

Gruss

tommy
 
Aber was fehlt mir wohl hier?

Code:
checking if gcc supports -fno-rtti -fno-exceptions... no
whether -lc should be explicitly linked in... no
whether lstat accepts an empty string... no
checking for floor... no
checking for fs_stat_dev... no
checking for pow... no
checking for sqrt... no
checking for ass_set_message_cb in -lass... no
checking for LIBBLURAY... no
checking for main in -lmodplug... no

Sagt mir leider alles gar nichts..

[Editiert von gropiuskalle, bitte code-tags benutzen]
 
Hallo,

Was xbmc als solches betrifft kann ich Dir leider nicht helfen (ich kenne diese App nicht).

Aber betreffend "configure/make/install" -- woher hast Du die Source von Dharma_rc2?

Ein "xbmc-Dharma_rc2.tar.gz" kannst Du von folgender url herunterladen (ganz unten: "Download GNU tarball"):

Code:
http://xbmc.svn.sourceforge.net/viewvc/xbmc/tags/Dharma_rc2/
Hier (in der Datei "README.linux") sind die notwendigen Bibliotheken für Debian/Ubuntu aufgelistet:

Code:
Build-Depends: debhelper (>= 7.0.50), quilt, python-support, cmake,
 autotools-dev, autoconf, automake, unzip, libboost-dev,
 libgl1-mesa-dev | libgl-dev, libglu-dev, libglew-dev, libmad0-dev, libjpeg-dev,
 libsamplerate-dev, libogg-dev, libvorbis-dev, libvorbisenc2, libfreetype6-dev,
 libfontconfig-dev, libbz2-dev, libfribidi-dev, libsqlite3-dev,
 libmysqlclient-dev, libasound-dev, libpng-dev, libpcre3-dev, liblzo2-dev,
 libcdio-dev, libsdl-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libenca-dev,
 libjasper-dev, libxt-dev, libxtst-dev, libxmu-dev, libxinerama-dev, libcurl3,
 libcurl4-gnutls-dev | libcurl-dev, libdbus-1-dev, libhal-storage-dev,
 libhal-dev, libpulse-dev, libavahi-common-dev, libavahi-client-dev,
 libxrandr-dev, libavcodec-dev, libavformat-dev, libavutil-dev, libpostproc-dev,
 libswscale-dev, liba52-dev, libdts-dev, libfaad-dev, libmp4ff-dev,
 libmpeg2-4-dev, libass-dev, libflac-dev, libwavpack-dev,
 python-dev, gawk, gperf, nasm [!amd64], libcwiid1-dev, libbluetooth-dev,
 zlib1g-dev, libmms-dev, libsmbclient-dev, libtiff4-dev, libiso9660-dev, libssl-dev,
 libmicrohttpd-dev, libmodplug-dev, libssh-dev, gettext, cvs, libtool
Für ein openSUSE Linux "configure/make/install" sind in der folgenden url die Anleitungen:

Code:
http://wiki.xbmc.org/index.php?title=HOW-TO_compile_XBMC_for_Linux_on_openSUSE_Linux
Hoffe dass dies etwas hilft.

Übrigens die von Dir im letzten Post aufgelisteten "checking for xyz no" sind nicht unbedingt ein Problem -- es ist dies zuerst einmal das Resultat von "configure" um zu sehen was auf Deinem Computer vorhanden ist und was nicht -- es gibt hier zumeist Alternativen.

Gruss,
Roland
 
Hallo, von dieser URL ist die Dharma rc2 Release:

https://xbmc.svn.sourceforge.net/svnroot/xbmc/tags/Dharma_rc2/

Installiert und Abhngigkeiten aufgelöst wurden nach folgender url:

http://wiki.xbmc.org/index.php?title=HOW_TO_install_XBMC_on_openSUSE_Linux

Hier befindet sich auch eine liste um die Abhängigkeiten aufzulösen:
Install All Building Dependencies

Type that in a terminal (you may want to copy and paste)

Code:
$ sudo zypper in make cmake autoconf automake gcc gcc-c++ boost-devel python-devel python-sqlite2 dbus-1-devel gperf gcc-fortran unzip zip unrar nasm libavahi-devel
$ sudo zypper in SDL-devel SDL_image-devel SDL_mixer-devel jpegint-devel audiofile-devel fontconfig-devel freetype2-devel fribidi-devel glibc-devel hal-devel 
$ sudo zypper in libbz2-devel libstdc++-devel libexpat-devel glib2-devel libjasper-devel libjpeg-devel mad-devel libmikmod-devel libmms-devel libogg-devel nvidia-vdpau-devel
$ sudo zypper in libopenssl-devel sqlite3-devel libstdc++-devel libpng-devel libtre-devel e2fsprogs-devel libvorbis-devel lzo-devel pcre-devel libenca-devel libpulse-devel
$ sudo zypper in libfaac-devel ccache xorg-x11-devel Mesa-devel dbus-1-devel glew-devel alsa-devel libmysqlclient-devel libcurl-devel zlib-devel xmms-devel ftgl-devel libcdio-devel
$ sudo zypper in libtool libsamplerate-devel libfaad-devel flac-devel libsmbclient-devel libtiff-devel enca-devel

For the current trunk (at least Rev 27985 and higher), you will also need

Code:
sudo zypper in libwavpack-devel libmpeg2-devel libmicrohttpd-devel libmodplug-devel

Danach wird für x64 Systeme folgendes zum Compilieren gefordert:
64bit (x86_64)

x86_64 users need to export CFLAGS and apply a patch because a non standard libdir ( http://forum.xbmc.org/showthread.php?t=34527 ) on ubuntu (the only one supported)


create a text file called for example "missing-cflags.patch" a paste inside it the following lines:

http://pastebin.com/f22b29f07

than put it in your folder and type the following:

Code:
$ cd $HOME/xbmc
$ mv ../missing-cflags.patch .
$ patch -p1 < missing-cflags.patch
$ CFLAGS="-I/usr/lib64/dbus-1.0/include -I/usr/lib64/glib-2.0/include"
$ export CFLAGS
$ ./configure --enable-mid --disable-debug --disable-pulse --prefix=/usr
$ CFLAGS="-I/usr/lib64/dbus-1.0/include -I/usr/lib64/glib-2.0/include" make
$ sudo make install

Da bekomme ich aber nur die Fehlermeldung, dass der Dateiinhalt garbage=Schrott ist...

Werde es mal nach deiner url versuchen, danke
Außerdem werde ich mal deine Liste an build dependies abarbeiten...

[Editiert von gropiuskalle, bitte code-tags benutzen]
 
Oben