Hallo ichmöchte folgenden Treiber von dieser Webseite installieren: Drivers for NPort 5110 Series Installiert ist ein diese debian Version: debian-6.0.3-i386-netinst.iso mit Gui. wer kann mir da helfen?
Programm installieren
-
-
Bei dem Treiber ist doch ne perfekte Anleitung in der Readme dabei!
Zitat6. Installing the Driver File
a. Copy the driver file from the products CD-ROM or Moxa website.
b. Log in to the console as a super user (root).
c. Execute "cd /" to change to the root directory.
d. Copy the driver file npreal2xx.tgz to the " / " directory.
e. Execute "tar xvfz npreal2xx.tgz" to copy all files into the system.
f. Execute "/tmp/moxa/mxinst".Schrittweise abarbeiten und feddich ...
-
Hallo
Ja das habe ich auch befolgt, doch ich bekomme eine meldung das die
installation nicht komplett ist:-(
Ich habe den Fehler als bei mir gesucht, anscheint ist aber was anderes Faul.
Muss ich eigentlich zwingend erst die Hardware zum laufen bringen?Code
Alles anzeigenroot@cs-server-debian:/# tar xvfz /npreal2_1.17_Build_11011413.tgz tmp/ tmp/moxa/ tmp/moxa/Makefile tmp/moxa/npreal2.h tmp/moxa/redund_main.c tmp/moxa/README.TXT tmp/moxa/mxinst tmp/moxa/npreal2d.c tmp/moxa/include/ tmp/moxa/include/openssl/ tmp/moxa/include/openssl/md4.h tmp/moxa/include/openssl/comp.h tmp/moxa/include/openssl/lhash.h tmp/moxa/include/openssl/asn1.h tmp/moxa/include/openssl/krb5_asn.h tmp/moxa/include/openssl/blowfish.h tmp/moxa/include/openssl/ssl2.h tmp/moxa/include/openssl/dtls1.h tmp/moxa/include/openssl/e_os2.h tmp/moxa/include/openssl/des.h tmp/moxa/include/openssl/ssl23.h tmp/moxa/include/openssl/dsa.h tmp/moxa/include/openssl/tls1.h tmp/moxa/include/openssl/txt_db.h tmp/moxa/include/openssl/pkcs12.h tmp/moxa/include/openssl/bio.h tmp/moxa/include/openssl/rand.h tmp/moxa/include/openssl/sha.h tmp/moxa/include/openssl/ripemd.h tmp/moxa/include/openssl/asn1t.h tmp/moxa/include/openssl/x509_vfy.h tmp/moxa/include/openssl/store.h tmp/moxa/include/openssl/pq_compat.h tmp/moxa/include/openssl/ocsp.h tmp/moxa/include/openssl/des_old.h tmp/moxa/include/openssl/ossl_typ.h tmp/moxa/include/openssl/ecdh.h tmp/moxa/include/openssl/crypto.h tmp/moxa/include/openssl/bn.h tmp/moxa/include/openssl/engine.h tmp/moxa/include/openssl/ecdsa.h tmp/moxa/include/openssl/tmdiff.h tmp/moxa/include/openssl/ec.h tmp/moxa/include/openssl/asn1_mac.h tmp/moxa/include/openssl/rc2.h tmp/moxa/include/openssl/ebcdic.h tmp/moxa/include/openssl/rsa.h tmp/moxa/include/openssl/x509.h tmp/moxa/include/openssl/aes.h tmp/moxa/include/openssl/ui_compat.h tmp/moxa/include/openssl/rc4.h tmp/moxa/include/openssl/conf.h tmp/moxa/include/openssl/pem.h tmp/moxa/include/openssl/md2.h tmp/moxa/include/openssl/ssl3.h tmp/moxa/include/openssl/symhacks.h tmp/moxa/include/openssl/dh.h tmp/moxa/include/openssl/ssl.h tmp/moxa/include/openssl/idea.h tmp/moxa/include/openssl/stack.h tmp/moxa/include/openssl/opensslconf.h tmp/moxa/include/openssl/cast.h tmp/moxa/include/openssl/pkcs7.h tmp/moxa/include/openssl/dso.h tmp/moxa/include/openssl/ui.h tmp/moxa/include/openssl/pem2.h tmp/moxa/include/openssl/buffer.h tmp/moxa/include/openssl/kssl.h tmp/moxa/include/openssl/md5.h tmp/moxa/include/openssl/obj_mac.h tmp/moxa/include/openssl/x509v3.h tmp/moxa/include/openssl/safestack.h tmp/moxa/include/openssl/conf_api.h tmp/moxa/include/openssl/evp.h tmp/moxa/include/openssl/objects.h tmp/moxa/include/openssl/pqueue.h tmp/moxa/include/openssl/hmac.h tmp/moxa/include/openssl/err.h tmp/moxa/include/openssl/opensslv.h tmp/moxa/VERSION.TXT tmp/moxa/mxrmnod tmp/moxa/mxuninst tmp/moxa/mxloadsvr.c tmp/moxa/mxaddsvr.c tmp/moxa/npreal2d.cf tmp/moxa/mxcfmat.c tmp/moxa/npreal2.c tmp/moxa/mxmknod tmp/moxa/nport.h tmp/moxa/killp tmp/moxa/kernel2.6.txt tmp/moxa/mxsetsec.c tmp/moxa/redund.c tmp/moxa/redund.h tmp/moxa/npreal2d.h tmp/moxa/mxdelsvr.c root@cs-server-debian:/# /tmp/moxa/mxinst SP1 =============================================================================== Copyright (C) 2002-2011 Moxa Inc. All Rights Reserved. MOXA NPort Server Real TTY Driver V1.17 Installation. System Imformation: Kernel 2.6.32-5-686; Machine i686. =============================================================================== Tar files, please wait ... OK! Building driver... If you want to use secure communication with target, you might choose [y] to enable the SSL function. Note: This function support RealCOM with secure mode only. Do you want to enable secure function? [y/N]. y /tmp/moxa/mxinst: Zeile 267: make: Kommando nicht gefunden. Check Driver... FAILED !!! Install Not Completed ! root@cs-server-debian:/#
-
dir fehlt noch die c++ Entwicklungsumgebung
gib mal folgendes als root ein :
apt-get install g++
apt-get install makeweiter werden dir die Kernel - headers fehlen.
such mal mit
aptitude search headers
oder
apt-cache search headersund dann installiere sie mit
apt-get install linux-headers-...irgendwas
Ich weiß nicht welchen kernel du installiert hast aber zum Bau von Treibern müssen die kernel - headers normalerweise vorhanden sein. -
Hallo
Kannst Du mir bei den letzten zwei Abfragen noch helfen?
Ich weiss mit dem Ergebnis nichts anzufangenSiehe Anhang
Danke
Habe jetzt mal folgenden Befehl eingeben "apt-get install linux-headers-`uname -r`"
ob es das richtige Packet ist weiss ich nicht -
Es hat funktioniert
Danke
-
"aptitude search" und "apt-cache search" machen das Selbe. Sie suchen die Datenbank der einzelnen Pakete nach den begriffen ab nachdenen du suchen willst. Bei Ubuntu ist aptitude nicht mehr bei der Standartinstallation dabei. Bei Debian wusste ich es nicht ob sie es eventuell auch rausgenommen haben.
Freut mich das es geklappt hat und es freut mich noch mehr daß es Leute gibt die sich noch mit einem gescheiten Betriebssystem auseinandersetzen wollen...
Jetzt mitmachen!
Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!