TOP
SSV Software Systems Register  Register
Log in to check your private messages  Log in to check your private messages
Startseite FAQ Search Mitglieder Profile  Log in 
SSV Support-Forum
USB-Tastatur am OTP/57V mit eSOM/2586

 
Post new topic   Reply to topic    SSV-Forum Forum Index >>> eSOM/2x86
<<< Previous topic - Next topic >>>  
Display posts from previous:   
Author Message
hne



Joined: 11 Jul 2008
Posts: 210
Location: Hannover

PostPosted: 17.11.2011, 15:43    Post subject: USB-Tastatur am OTP/57V mit eSOM/2586 Reply with quote

Standardmäßig ist nur der Touchscreen im X11-System des MAX-Linux aktiv.
Mit den folgenden einfachen Handgriffen kann eine USB-Tastatur hinzugefügt werden.

  1. Per Telnet oder SSH als root am System anmelden
  2. Datei /etc/X11/xorg.conf sichern
    cp /etc/X11/xorg.conf /etc/X11/xorg.conf.orig
  3. Datei /etc/X11/xorg.conf mit einem Editor öffnen
    nano /etc/X11/xorg.conf
  4. Die Zeilen im ersten Block dem Identifier "Dummy Keyboard" entfernen (Nano: CTRL-K)
    Code:
    Section "InputDevice"
            Identifier      "Dummy Keyboard"
            Driver          "void"
            Option          "CoreKeyboard"
    EndSection

    und durch folgenden Block mit "Generic Keyboard" ersetzen:
    Code:
    Section "InputDevice"
            Identifier      "Generic Keyboard"
            Driver          "kbd"
            Option          "CoreKeyboard"
            Option          "XkbRules"              "xorg"
            Option          "XkbModel"              "pc104"
            Option          "XkbLayout"             "de"
    EndSection

  5. Als Layout bitte "de" bei einer "Quertz" bzw. "us" bei einer "Qwerty" eintragen.
  6. Ganz unten in der Section "ServerLayout" den Namen von:
    Code:
    InputDevice     "Dummy Keyboard"

    ändern in:
    Code:
    InputDevice     "Generic Keyboard"

  7. Editor beenden (Nano: CTRL-X, Y, Enter)
  8. Datei /etc/modules mit einem Editor bearbeiten:
    nano /etc/modules
  9. Am Ende diese Zeile anfügen:
    Code:
    usbhid

    Die Zeile bitte mit einem Enter (Zeilenumbruch) abschließen!
  10. Editor beenden (Nano: CTRL-X, Y, Enter)
  11. System neu booten:
    sync ; reboot

_________________
Henry Nestler
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SSV-Forum Forum Index >>> eSOM/2x86 All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

SSV Software Systems GmbH

Dünenweg 5
30419 Hannover

Fon: +49(0)511  ·  40 000-0
Fax: +49(0)511  ·  40 000-40

sales@ssv-embedded.de


Impressum    ·    Datenschutz    ·    AGB

© 2023 SSV SOFTWARE SYSTEMS GmbH. Alle Rechte vorbehalten.

ISO 9001:2015