Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

    Nobody is reading this thread right now.
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Wenn du dich Buchstabengetreu an die Anleitung hälst, also alle Pakete installiert sind und du mit diesem Befehl kompilierst:
Code:
cmake . -DHAVE_LIBUSB=1 -DHAVE_PCSC=1
Dann sollte das Ganze auch mit PCSC-Readern funktionieren
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Habs quasi mit copy und paste eingetragen. Liegt es vllt an der Oscam version die er sich herunterläd?

Beim Befehl:
svn co oscam-trunk
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Prüf noch mal ob alle Pakte installiert sind. Was gibt er den aus, wenn du den cmake Befehl eingibst?
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

bei cmake kommt:

root@debian2:~# cmake
cmake version 2.8.9
Usage

cmake [options] <path-to-source>
cmake [options] <path-to-existing-build>

Options
-C <initial-cache> = Pre-load a script to populate the cache.
-D <var>:<type>=<value> = Create a cmake cache entry.
-U <globbing_expr> = Remove matching entries from CMake cache.
-G <generator-name> = Specify a makefile generator.
-Wno-dev = Suppress developer warnings.
-Wdev = Enable developer warnings.
-E = CMake command mode.
-i = Run in wizard mode.
-L[A][H] = List non-advanced cached variables.
--build <dir> = Build a CMake-generated project binary tree.
-N = View mode only.
-P <file> = Process script mode.
--find-package = Run in pkg-config like mode.
--graphviz=[file] = Generate graphviz of dependencies.
--system-information [file] = Dump information about this system.
--debug-trycompile = Do not delete the try_compile build tree.
Only useful on one try_compile at a time.
--debug-output = Put cmake in a debug mode.
--trace = Put cmake in trace mode.
--warn-uninitialized = Warn about uninitialized values.
--warn-unused-vars = Warn about unused variables.
--no-warn-unused-cli = Don't warn about command line options.
--check-system-vars = Find problems with variable usage in system
files.
--help-command cmd [file] = Print help for a single command and exit.
--help-command-list [file] = List available listfile commands and exit.
--help-commands [file] = Print help for all commands and exit.
--help-compatcommands [file]= Print help for compatibility commands.
--help-module module [file] = Print help for a single module and exit.
--help-module-list [file] = List available modules and exit.
--help-modules [file] = Print help for all modules and exit.
--help-custom-modules [file]= Print help for all custom modules and exit.
--help-policy cmp [file] = Print help for a single policy and exit.
--help-policies [file] = Print help for all policies and exit.
--help-property prop [file] = Print help for a single property and exit.
--help-property-list [file] = List available properties and exit.
--help-properties [file] = Print help for all properties and exit.
--help-variable var [file] = Print help for a single variable and exit.
--help-variable-list [file] = List documented variables and exit.
--help-variables [file] = Print help for all variables and exit.
--copyright [file] = Print the CMake copyright and exit.
--help,-help,-usage,-h,-H,/?= Print usage information and exit.
--help-full [file] = Print full help and exit.
--help-html [file] = Print full help in HTML format.
--help-man [file] = Print full help as a UNIX man page and exit.
--version,-version,/V [file]= Show program name/version banner and exit.

Generators

The following generators are available on this platform:
Ninja = Generates build.ninja files (experimental).
Unix Makefiles = Generates standard UNIX makefiles.
CodeBlocks - Ninja = Generates CodeBlocks project files.
CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.
Eclipse CDT4 - Ninja = Generates Eclipse CDT 4.0 project files.
Eclipse CDT4 - Unix Makefiles
= Generates Eclipse CDT 4.0 project files.
KDevelop3 = Generates KDevelop 3 project files.
KDevelop3 - Unix Makefiles = Generates KDevelop 3 project files.

oder meintest

root@debian2:~# cmake . -DHAVE_LIBUSB=1 -DHAVE_PCSC=1
CMake Error: The source directory "/root" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
root@debian2:~# cmake . -DHAVE_LIBUSB=1 -DHAVE_PCSC=1
CMake Error: The source directory "/root" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
root@debian2:~# cd oscam-trunk
root@debian2:~/oscam-trunk# cmake . -DHAVE_LIBUSB=1 -DHAVE_PCSC=1
-- pthread found. Adding pthread support
-- LIBCRYTO NOT FOUND OR DISABLED NO SSL SUPPORT POSSIBLE
-- SSL IS NOT INCLUDED IN THIS COMPILATION
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)
-- SSL REQUESTED BUT OPENSSL or LYBCRYPTO NOT FOUND !!
-- librt found (needed by libusb).
-- libusb 1.0 found (libusb-1.0.so) Adding smartreader support
-- PCSC headers not found (not in /usr/include/PCSC or /usr/local/include/PCSC). No PCSC support
-- Utils: operating system: Linux
-- Utils: target system: i486-linux-gnu
-- utils use system libusb functions
--
--
-- operating system: Linux
-- target system: i486-linux-gnu
-- revision: 9910
-- use built-in crypt functions
-- use system pthread functions
-- use system libusb functions
--
-- Configuring done
-- Generating done
-- Build files have been written to: /root/oscam-trunk
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

PCSC headers not found (not in /usr/include/PCSC or /usr/local/include/PCSC). No PCSC support

Da fehlen wohl noch Pakete. Mach mal folgendes:
Code:
[B]apt-get update && apt-get install pcscd build-essential libssl-dev libpcsclite-dev mercurial cvs subversion libncurses-dev[/B]
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Nun habe ich nach dem Neustart die Meldung: debian2 login: ERROR: pcsc is unsupported reader protocol!
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

die neustarts sind nicht notwendig. Allerdings musst du nach der Paketinstallation Oscam auch noch mal neu kompilieren
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Hab es neu gemacht. Es hat tatsächlich funktioniert. Diese Pakete haben gefehlt.
Hoffentlich fehlen die nach dem nächsten Update nicht wieder

DANKE!!!
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Mit Sicherheit nicht, die werdeb höchstens mit upgedatet.
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

leider meldet "svn update" -> "Konnte keine Verbindung zum Server herstellen" :emoticon-0106-cryin

Ist die streamboard Adresse nur temporär down?
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Ja das Streamboard sollte mal wieder down sein
 
huhu

ich habe hier einen server von hp und will das debian als x64 installieren !

- auf usb stick kopiert
- nach anleitung vorgegangen und die hdd zum installieren ausgewählt.

nun nehme ich den stick nach der installation raus und dann startet debian nicht.... was habe ich bei der installation falsch gemacht ???
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Hi

Hast du die Festplatte im bios ausgewählt? Was für einen hp Server hast du?

Gruß Ralf
 
habe den x312

habe als 1st boot den usb stick und wenn ich den rausnehme steht dort auch die hdd...

wenn ich den server einstelle dann kommt nur der schwarze bildschirm und oben links ein blinkendes "-"
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Hi,
hattest du den Stick wärend der ganzen Installation angesteckt?
Auch beim Schreiben des Bootloaders?
Wenn ja, dann hast du diesen jetzt bestimmt auf dem Stick.

Normale Vorgehensweise wäre
- Debian via Unetbootin auf Usb-Stick
- vom Stick booten
- Debian installieren
- Stick abziehen bevor der Bootmanager geschrieben wird (GRUB)
- neustarten

Gruß
janni1
 
Zuletzt bearbeitet:
Zurück
Oben