Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Hardware
  4. Conbee USB Stick auf Synology Diskstation im Docker Container

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.3k

Conbee USB Stick auf Synology Diskstation im Docker Container

Geplant Angeheftet Gesperrt Verschoben Hardware
301 Beiträge 27 Kommentatoren 63.1k Aufrufe 23 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • GlasfaserG Glasfaser

    @stm47

    ich habe es so :

    /sbin/modprobe usbserial
    /sbin/modprobe ftdi_sio
    /sbin/modprobe cdc-acm
    chmod 777 /dev/ttyUSB0
    chmod 777 /dev/ttyUSB1
    chmod 777 /dev/ttyUSB2
    chmod 777 /dev/ttyACM0
    chmod 777 /dev/ttyACM1
    chmod 777 /dev/ttyACM2
    

    du kannst es mal zum test auch in der Konsole root alles eingeben .

    und dann

    ls -la /dev/tty*
    
    StM47S Offline
    StM47S Offline
    StM47
    schrieb am zuletzt editiert von
    #254

    @glasfaser

    tadaa

    Es geht wieder. :man-gesturing-ok:
    Weißt du was der Fehler war?

    Die Befehle in meinem Script waren alle mit einer Raute deaktiviert.
    Muss wohl von Synology gemacht worden sein. Absolut kurios. :man-shrugging:

    Ich danke dir für deine Zeit und die Hilfe!!

    ioBroker im Docker auf Synology DiskStation DS 716+II mit DSM 6.2.1

    • Lightmanager Air / Lupusec XT2 Plus mit div. Fenster- u. Türkontakten, Rauch- u. Bewegungsmelder / Harmony Hub / Fritzbox 7590 OS7
    • schaltbare Steckdosen / Alexa Echo Dot 3 / Zigbee USB Stick / diverse Xiaomi Produkte / Xiaomi Yeelight Birnen
    1 Antwort Letzte Antwort
    1
    • StM47S Offline
      StM47S Offline
      StM47
      schrieb am zuletzt editiert von
      #255

      Nachtrag!

      Der Sicherheitsberater meiner DiskStation hat das Startsckipt als Schadsoftware deklariert und sehr wahrscheinlich die Ausführungsbefehle deaktiviert.

      ioBroker im Docker auf Synology DiskStation DS 716+II mit DSM 6.2.1

      • Lightmanager Air / Lupusec XT2 Plus mit div. Fenster- u. Türkontakten, Rauch- u. Bewegungsmelder / Harmony Hub / Fritzbox 7590 OS7
      • schaltbare Steckdosen / Alexa Echo Dot 3 / Zigbee USB Stick / diverse Xiaomi Produkte / Xiaomi Yeelight Birnen
      1 Antwort Letzte Antwort
      0
      • StM47S Offline
        StM47S Offline
        StM47
        schrieb am zuletzt editiert von StM47
        #256

        Der Stick läuft wieder, auch in ioBroker.

        In ioBroker wird mir der Conbee aber als nicht verbunden angezeigt
        Woran kann das liegen?

        Bildschirmfoto 2022-03-30 um 20.08.59.png

        EDIT: Die Firewall hatte blockiert.

        PROBLEM GELÖST

        ioBroker im Docker auf Synology DiskStation DS 716+II mit DSM 6.2.1

        • Lightmanager Air / Lupusec XT2 Plus mit div. Fenster- u. Türkontakten, Rauch- u. Bewegungsmelder / Harmony Hub / Fritzbox 7590 OS7
        • schaltbare Steckdosen / Alexa Echo Dot 3 / Zigbee USB Stick / diverse Xiaomi Produkte / Xiaomi Yeelight Birnen
        StM47S 1 Antwort Letzte Antwort
        0
        • StM47S StM47

          Der Stick läuft wieder, auch in ioBroker.

          In ioBroker wird mir der Conbee aber als nicht verbunden angezeigt
          Woran kann das liegen?

          Bildschirmfoto 2022-03-30 um 20.08.59.png

          EDIT: Die Firewall hatte blockiert.

          PROBLEM GELÖST

          StM47S Offline
          StM47S Offline
          StM47
          schrieb am zuletzt editiert von StM47
          #257

          Ein nicht enden wollendes Projekt. Ich drehe noch durch.

          Also, der Stick läuft wieder. Leider wird mir das Gateway im ioBroker immer noch als false angezeigt.
          Die verbundenen Geräte schalten aber so wie sie sollen. Warum auch immer?!
          Natürlich hätte ich gerne, dass alles zu 100% läuft und somit gehört auch dazu, dass das Gatway auf true steht.

          Wie oben schon geschrieben, hängt das mit der Firewall zusammen.
          Ich habe die Firewall so eingestellt, dass nur Geräte und Dienste laufen, welche explizit freigegeben wurden.
          Alle Anderen werden blockiert. Die Ports 8077 und 8078 habe ich ebenfalls freigegeben, damit der ConBee Stick mit dem deconz Adapter kommunizieren kann.

          Bildschirmfoto 2022-04-01 um 00.24.09.png

          Soweit so gut. Trotzdem blockiert die Firewall die Kommunikation mit dem Geteway. Weiß jemand, ob hier noch ein anderer Port freigegeben werden muss?

          Wenn ich die Syno Firewall komplett ausschalte, wird der Datenpunkt Geteway alive true. Sobald ich die Firewall wieder einschalte, geht der Status auf null.

          Bildschirmfoto 2022-04-01 um 00.26.40.png

          Bildschirmfoto 2022-04-01 um 00.26.13.png

          ioBroker im Docker auf Synology DiskStation DS 716+II mit DSM 6.2.1

          • Lightmanager Air / Lupusec XT2 Plus mit div. Fenster- u. Türkontakten, Rauch- u. Bewegungsmelder / Harmony Hub / Fritzbox 7590 OS7
          • schaltbare Steckdosen / Alexa Echo Dot 3 / Zigbee USB Stick / diverse Xiaomi Produkte / Xiaomi Yeelight Birnen
          1 Antwort Letzte Antwort
          0
          • haselchenH haselchen

            @olli_m

            Bereit?
            Okay. Das ist keine Profianleitung, sondern so habe ICH es gemacht ;)

            Wir fangen komplett frisch an.
            Instanz von Deconz löschen und den Adapter deinstallieren. (iobroker)
            Dann auf die Synology.
            Deconz Container stoppen.
            669e7f2e-9274-491a-9b12-e0c2b90af2cc-grafik.png

            Dann oben auf Aktion und löschen.
            Dann links auf Image.
            Und das Deconz Image löschen.
            a7c75f81-4933-4e69-b4f0-d056587960a3-grafik.png

            Wenn du das bisher gemacht hast, kanns losgehen.
            Unter Registrierung suchst du
            marthoc/deconz und dann die amd64-2.09.03 Version

            Wenn die geladen wurde, drückst du oben auf starten.
            Dann öffnet sich der Einstellungsbildschirm.
            77dec15d-1790-49f1-a6eb-ed520b1ec9aa-grafik.png

            Haken setzen, wie ich es gemacht habe.
            Dann auf Erweiterte Einstellungen

            4a9b2acb-d535-48d0-bcc1-be8c0d55205c-grafik.png

            Dann auf Netzwerk

            9d1a9524-4466-40e1-b955-3c81ce282490-grafik.png

            Haken unten setzen

            Jetzt wird es wichtig:
            die Variablen Einstellung

            e0898ae0-2844-4030-99d7-99a0862850ac-grafik.png

            Du gehst in die Port Spalte und klickst drauf.
            Dann kannst du da selber was eingeben. Ich habe den Port 8077 genommen.
            Da muss auch nix freigegeben werden oder sonst was.
            Probier es auch mit dem Port, dann haben wir die gleichen Voraussetzungen.

            Wichtig ist , wenn du was in einer Spalte eingegeben hast, klick eine andere an, sonst speichert er deine vorherige Eingabe nicht.

            Wenn du eine Karte haben oder sehen willst mit deinen Verbindungen , dann musst du bei VNC Mode eine 1 eingeben.
            Lass mal Passwort und Port so. Kann ich dann besser erklären.

            Du kannst auf dem Laptop zum Beispiel dann VNC Viewer installieren
            8d8dc944-60e1-4d03-b2ab-5213a88ae1f8-grafik.png

            Welche Daten Du eingeben musst standen in den Variablen.
            Standard ist Port 5900 und changeme als Passwort.
            Da öffnet sich dann deine Karte mit den Geräte und deren Verbindungen.

            Weiter mit der Installation.
            Wenn Du auf der Variablen Seite fertig bist, drück auf übernehmen. Und dann sollte der Container starten.

            Mit aufruf der Login Seite wird vermutlich erstmal dein Stick oder Modul gesucht.

            http://phoscon.de/app

            Auf dem Gatewaybildschirm unten auf Erweitert
            ea55c96c-d9b8-49dd-a299-48faf15e2277-grafik.png

            Dann Zeitzone einstellen

            71a39f47-543d-4e89-b3ba-d919ca8e5cbf-grafik.png

            Dann Kanal 20 wählen (der beisst sich am Wenigsten mit WLAN und anderen Netzwerken)

            cd7cae6b-272c-439c-a078-83ae066aaa70-grafik.png

            Jetzt erstmal ein Gerät anlernen.
            Da hoffe ich , du weisst wie das geht.

            Wenn das geschafft ist, gehts zurück zu iobroker.
            Dort unter den Adaptern den Deconz installieren.
            Ist die Version 1.3.19
            Dann Instanz erstellen und einrichten.

            Und hier wirds kniffelig.
            2642a566-5655-4aec-a660-7c4c149c6920-grafik.png

            Deconz Adresse ist die der Synology und Port ist 8077.
            Nun zum API Key. Das ist der letzte Schritt und klappt bei vielen nicht auf Anhieb.

            Wenn Du erstelle Key drückst öffnet sich ein Dialog Feld.
            Du gehst jetzt wieder auf die Phoscon Seite und klickst Hilfe an.

            9d8ef293-997a-4e7b-a579-3fc68b3e4465-grafik.png

            Dann klickst du die alte Web Version an

            706bd767-f359-4d31-8577-8d4644a2364d-grafik.png

            dann auf menue

            a3a4f093-d85e-4e98-aa48-7dbb60bc9f80-grafik.png

            dann settings

            und dann Unlock Gateway

            f2d67c9d-9e89-4295-8462-08736f455008-grafik.png

            Normalerweise sollte sich jetzt das Dialog Fenster vom Iobroker schliessen und ein Api Key erscheinen.

            Wenn es das tut , dann auf speichern und schliessen.

            5bd62414-667b-4f48-9e66-9f432dfda328-grafik.png

            Jetzt sollten in den Objekten deine angelernten Sensoren erscheinen.
            Eventuell auf mal den Objektbaum aktualisieren.

            Das war die Installation.
            Nun kommt noch die Kür.
            Das Backup. Das macht den Containertausch später mega einfach.

            Auf der Phoscon Seite -> Gateway
            gibt es die Backup Option

            29c22024-695c-47b5-89a7-d6c3513246cf-grafik.png

            Da drückste logischerweise, wenn du alle Geräte angelernt hast und sie funktionieren, auf Backup erstellen.

            Wenn Du jetzt nen neuen Container mal erstellst, quasi andere , neuere Version, kannste das Backup immer wieder durch ,Backup laden, einspielen und deine Geräte sind wieder da.

            Zu allerletzt der VNC Viewer. So würde die Karte dann aussehen. Ist nur ne visuelle Hilfestellung. 100% kannst du dich nicht drauf verlassen, dass die Verbindungen aktuell sind. Farblich kannst du den Verbindungszustand sehen. Das geht von grün , schwach grün, zu orange und rot.

            464229b4-884c-47a2-894e-c0756edee98a-grafik.png

            M Offline
            M Offline
            markus1337
            schrieb am zuletzt editiert von
            #258

            @haselchen

            hallo - ich sitze jetzt geschlagene 7 stunden vor dem Rechner und versuche den conbee an meiner Synology zum laufen zu bekommen und gerate jedes mal an weitere Probleme. der Container läuft im doker nur findet phoscon das gerät nicht. . . habe schon das gesamte internet auf de und eng durchforstet und komme nie zu einem gütlichen Ergebnis. besteht die möglichkei das du mir per teamviewer kurz hilfst? gern auch gegen Honorar, aber ich drehe gleich durch <.< vielen dank vorab!

            btw. benutze iMac und DSM 7 gewollt mit conbee 2 um Zigbee zu etablieren . . .

            Liebe Grüße

            haselchenH GlasfaserG 2 Antworten Letzte Antwort
            0
            • M markus1337

              @haselchen

              hallo - ich sitze jetzt geschlagene 7 stunden vor dem Rechner und versuche den conbee an meiner Synology zum laufen zu bekommen und gerate jedes mal an weitere Probleme. der Container läuft im doker nur findet phoscon das gerät nicht. . . habe schon das gesamte internet auf de und eng durchforstet und komme nie zu einem gütlichen Ergebnis. besteht die möglichkei das du mir per teamviewer kurz hilfst? gern auch gegen Honorar, aber ich drehe gleich durch <.< vielen dank vorab!

              btw. benutze iMac und DSM 7 gewollt mit conbee 2 um Zigbee zu etablieren . . .

              Liebe Grüße

              haselchenH Offline
              haselchenH Offline
              haselchen
              Most Active
              schrieb am zuletzt editiert von
              #259

              @markus1337

              Hey...

              2 Probleme....iMac und DSM7.
              Beides, womit ich mich nicht auskenne.
              Bezüglich Synology und DSM7 könnte @Glasfaser helfen.

              Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

              1 Antwort Letzte Antwort
              0
              • M markus1337

                @haselchen

                hallo - ich sitze jetzt geschlagene 7 stunden vor dem Rechner und versuche den conbee an meiner Synology zum laufen zu bekommen und gerate jedes mal an weitere Probleme. der Container läuft im doker nur findet phoscon das gerät nicht. . . habe schon das gesamte internet auf de und eng durchforstet und komme nie zu einem gütlichen Ergebnis. besteht die möglichkei das du mir per teamviewer kurz hilfst? gern auch gegen Honorar, aber ich drehe gleich durch <.< vielen dank vorab!

                btw. benutze iMac und DSM 7 gewollt mit conbee 2 um Zigbee zu etablieren . . .

                Liebe Grüße

                GlasfaserG Offline
                GlasfaserG Offline
                Glasfaser
                schrieb am zuletzt editiert von
                #260

                @markus1337

                Siehst du den Stick schon !?
                Hast du das DMS 7 Script schon hinterlegt usw.

                Was sagt ... auf der Syn per Putty

                ls -la /dev/tty*
                

                der Container läuft im doker nur findet phoscon das gerät nicht.

                du meinst den Container mit phoscon .

                Wo ist denn ioBroker installiert.!?

                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                M 1 Antwort Letzte Antwort
                0
                • GlasfaserG Glasfaser

                  @markus1337

                  Siehst du den Stick schon !?
                  Hast du das DMS 7 Script schon hinterlegt usw.

                  Was sagt ... auf der Syn per Putty

                  ls -la /dev/tty*
                  

                  der Container läuft im doker nur findet phoscon das gerät nicht.

                  du meinst den Container mit phoscon .

                  Wo ist denn ioBroker installiert.!?

                  M Offline
                  M Offline
                  markus1337
                  schrieb am zuletzt editiert von
                  #261

                  @glasfaser

                  hallöchen,

                  unter externen geraten wird mir nichts angezeigt, dort sollte denk ich der stick zu finden sein oder?

                  ich habe den Container geladen, eingestellt und er ist online bzw. läuft.

                  habe auch diverse Anleitungen bzgl der DSM 7 Änderung mit USB Stick durchgeführt, nur weiß ich nicht wie erfolgreich die waren da mir der stick in den externen nicht angezeigt wird.

                  putty hab ich nicht da iMac - nutze den Terminal für SSH
                  wenn ich deinen Befehl eingebe kommt für heute:
                  ash-4.4# ls -la /dev/tty*
                  crw-rw-rw- 1 root root 5, 0 Jun 19 18:05 /dev/tty

                  nein nicht den Container mit phoscon - ich habe nur den Container deconz laufen und laut haselchens Anleitung weiter oben hab ic Halles so weit gemacht das ich auf der phoscon Seite mein gerät finden lassen muss, was aber nicht passiert.

                  Liebe Grüße

                  GlasfaserG 1 Antwort Letzte Antwort
                  0
                  • M markus1337

                    @glasfaser

                    hallöchen,

                    unter externen geraten wird mir nichts angezeigt, dort sollte denk ich der stick zu finden sein oder?

                    ich habe den Container geladen, eingestellt und er ist online bzw. läuft.

                    habe auch diverse Anleitungen bzgl der DSM 7 Änderung mit USB Stick durchgeführt, nur weiß ich nicht wie erfolgreich die waren da mir der stick in den externen nicht angezeigt wird.

                    putty hab ich nicht da iMac - nutze den Terminal für SSH
                    wenn ich deinen Befehl eingebe kommt für heute:
                    ash-4.4# ls -la /dev/tty*
                    crw-rw-rw- 1 root root 5, 0 Jun 19 18:05 /dev/tty

                    nein nicht den Container mit phoscon - ich habe nur den Container deconz laufen und laut haselchens Anleitung weiter oben hab ic Halles so weit gemacht das ich auf der phoscon Seite mein gerät finden lassen muss, was aber nicht passiert.

                    Liebe Grüße

                    GlasfaserG Offline
                    GlasfaserG Offline
                    Glasfaser
                    schrieb am zuletzt editiert von Glasfaser
                    #262

                    @markus1337 sagte in Conbee USB Stick auf Synology Diskstation im Docker Container:

                    wenn ich deinen Befehl eingebe kommt für heute:

                    Bist du auf der Synòlogy angemeldet , da muß mehr kommen !

                    Wo ist denn ioBroker installiert.!?

                    ???

                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                    M 1 Antwort Letzte Antwort
                    0
                    • GlasfaserG Glasfaser

                      @markus1337 sagte in Conbee USB Stick auf Synology Diskstation im Docker Container:

                      wenn ich deinen Befehl eingebe kommt für heute:

                      Bist du auf der Synòlogy angemeldet , da muß mehr kommen !

                      Wo ist denn ioBroker installiert.!?

                      ???

                      M Offline
                      M Offline
                      markus1337
                      schrieb am zuletzt editiert von
                      #263

                      @glasfaser

                      io habe ich noch nicht installiert, der plan ist es mittels conbee 2 die gerate auf via Homebridge für apple HomeKit verfügbar zu machen, auf io bin ich da bislang nicht gestoßen :s

                      und natürlich bin ich angemeldet, ich kann dir auch die ganze liste kopieren:

                      ash: /dev/ttyUSB0: No such file or directory
                      ash-4.4# ls -la /dev/tty*
                      crw-rw-rw- 1 root root 5, 0 Jun 19 18:05 /dev/tty
                      crw------- 1 root root 4, 0 Feb 12 2019 /dev/tty0
                      crw------- 1 root root 4, 1 Feb 12 2019 /dev/tty1
                      crw------- 1 root root 4, 10 Feb 12 2019 /dev/tty10
                      crw------- 1 root root 4, 11 Feb 12 2019 /dev/tty11
                      crw------- 1 root root 4, 12 Feb 12 2019 /dev/tty12
                      crw------- 1 root root 4, 13 Feb 12 2019 /dev/tty13
                      crw------- 1 root root 4, 14 Feb 12 2019 /dev/tty14
                      crw------- 1 root root 4, 15 Feb 12 2019 /dev/tty15
                      crw------- 1 root root 4, 16 Feb 12 2019 /dev/tty16
                      crw------- 1 root root 4, 17 Feb 12 2019 /dev/tty17
                      crw------- 1 root root 4, 18 Feb 12 2019 /dev/tty18
                      crw------- 1 root root 4, 19 Feb 12 2019 /dev/tty19
                      crw------- 1 root root 4, 2 Feb 12 2019 /dev/tty2
                      crw------- 1 root root 4, 20 Feb 12 2019 /dev/tty20
                      crw------- 1 root root 4, 21 Feb 12 2019 /dev/tty21
                      crw------- 1 root root 4, 22 Feb 12 2019 /dev/tty22
                      crw------- 1 root root 4, 23 Feb 12 2019 /dev/tty23
                      crw------- 1 root root 4, 24 Feb 12 2019 /dev/tty24
                      crw------- 1 root root 4, 25 Feb 12 2019 /dev/tty25
                      crw------- 1 root root 4, 26 Feb 12 2019 /dev/tty26
                      crw------- 1 root root 4, 27 Feb 12 2019 /dev/tty27
                      crw------- 1 root root 4, 28 Feb 12 2019 /dev/tty28
                      crw------- 1 root root 4, 29 Feb 12 2019 /dev/tty29
                      crw------- 1 root root 4, 3 Feb 12 2019 /dev/tty3
                      crw------- 1 root root 4, 30 Feb 12 2019 /dev/tty30
                      crw------- 1 root root 4, 31 Feb 12 2019 /dev/tty31
                      crw------- 1 root root 4, 32 Feb 12 2019 /dev/tty32
                      crw------- 1 root root 4, 33 Feb 12 2019 /dev/tty33
                      crw------- 1 root root 4, 34 Feb 12 2019 /dev/tty34
                      crw------- 1 root root 4, 35 Feb 12 2019 /dev/tty35
                      crw------- 1 root root 4, 36 Feb 12 2019 /dev/tty36
                      crw------- 1 root root 4, 37 Feb 12 2019 /dev/tty37
                      crw------- 1 root root 4, 38 Feb 12 2019 /dev/tty38
                      crw------- 1 root root 4, 39 Feb 12 2019 /dev/tty39
                      crw------- 1 root root 4, 4 Feb 12 2019 /dev/tty4
                      crw------- 1 root root 4, 40 Feb 12 2019 /dev/tty40
                      crw------- 1 root root 4, 41 Feb 12 2019 /dev/tty41
                      crw------- 1 root root 4, 42 Feb 12 2019 /dev/tty42
                      crw------- 1 root root 4, 43 Feb 12 2019 /dev/tty43
                      crw------- 1 root root 4, 44 Feb 12 2019 /dev/tty44
                      crw------- 1 root root 4, 45 Feb 12 2019 /dev/tty45
                      crw------- 1 root root 4, 46 Feb 12 2019 /dev/tty46
                      crw------- 1 root root 4, 47 Feb 12 2019 /dev/tty47
                      crw------- 1 root root 4, 48 Feb 12 2019 /dev/tty48
                      crw------- 1 root root 4, 49 Feb 12 2019 /dev/tty49
                      crw------- 1 root root 4, 5 Feb 12 2019 /dev/tty5
                      crw------- 1 root root 4, 50 Feb 12 2019 /dev/tty50
                      crw------- 1 root root 4, 51 Feb 12 2019 /dev/tty51
                      crw------- 1 root root 4, 52 Feb 12 2019 /dev/tty52
                      crw------- 1 root root 4, 53 Feb 12 2019 /dev/tty53
                      crw------- 1 root root 4, 54 Feb 12 2019 /dev/tty54
                      crw------- 1 root root 4, 55 Feb 12 2019 /dev/tty55
                      crw------- 1 root root 4, 56 Feb 12 2019 /dev/tty56
                      crw------- 1 root root 4, 57 Feb 12 2019 /dev/tty57
                      crw------- 1 root root 4, 58 Feb 12 2019 /dev/tty58
                      crw------- 1 root root 4, 59 Feb 12 2019 /dev/tty59
                      crw------- 1 root root 4, 6 Feb 12 2019 /dev/tty6
                      crw------- 1 root root 4, 60 Feb 12 2019 /dev/tty60
                      crw------- 1 root root 4, 61 Feb 12 2019 /dev/tty61
                      crw------- 1 root root 4, 62 Feb 12 2019 /dev/tty62
                      crw------- 1 root root 4, 63 Feb 12 2019 /dev/tty63
                      crw------- 1 root root 4, 7 Feb 12 2019 /dev/tty7
                      crw------- 1 root root 4, 8 Feb 12 2019 /dev/tty8
                      crw------- 1 root root 4, 9 Feb 12 2019 /dev/tty9
                      crw------- 1 root root 3, 176 Feb 12 2019 /dev/ttya0
                      crw------- 1 root root 3, 177 Feb 12 2019 /dev/ttya1
                      crw------- 1 root root 3, 178 Feb 12 2019 /dev/ttya2
                      crw------- 1 root root 3, 179 Feb 12 2019 /dev/ttya3
                      crw------- 1 root root 3, 180 Feb 12 2019 /dev/ttya4
                      crw------- 1 root root 3, 181 Feb 12 2019 /dev/ttya5
                      crw------- 1 root root 3, 182 Feb 12 2019 /dev/ttya6
                      crw------- 1 root root 3, 183 Feb 12 2019 /dev/ttya7
                      crw------- 1 root root 3, 184 Feb 12 2019 /dev/ttya8
                      crw------- 1 root root 3, 185 Feb 12 2019 /dev/ttya9
                      crw------- 1 root root 3, 186 Feb 12 2019 /dev/ttyaa
                      crw------- 1 root root 3, 187 Feb 12 2019 /dev/ttyab
                      crw------- 1 root root 3, 188 Feb 12 2019 /dev/ttyac
                      crw------- 1 root root 166, 0 Jun 19 18:33 /dev/ttyACM0
                      crw------- 1 root root 3, 189 Feb 12 2019 /dev/ttyad
                      crw------- 1 root root 3, 190 Feb 12 2019 /dev/ttyae
                      crw------- 1 root root 3, 191 Feb 12 2019 /dev/ttyaf
                      crw------- 1 root root 3, 192 Feb 12 2019 /dev/ttyb0
                      crw------- 1 root root 3, 193 Feb 12 2019 /dev/ttyb1
                      crw------- 1 root root 3, 194 Feb 12 2019 /dev/ttyb2
                      crw------- 1 root root 3, 195 Feb 12 2019 /dev/ttyb3
                      crw------- 1 root root 3, 196 Feb 12 2019 /dev/ttyb4
                      crw------- 1 root root 3, 197 Feb 12 2019 /dev/ttyb5
                      crw------- 1 root root 3, 198 Feb 12 2019 /dev/ttyb6
                      crw------- 1 root root 3, 199 Feb 12 2019 /dev/ttyb7
                      crw------- 1 root root 3, 200 Feb 12 2019 /dev/ttyb8
                      crw------- 1 root root 3, 201 Feb 12 2019 /dev/ttyb9
                      crw------- 1 root root 3, 202 Feb 12 2019 /dev/ttyba
                      crw------- 1 root root 3, 203 Feb 12 2019 /dev/ttybb
                      crw------- 1 root root 3, 204 Feb 12 2019 /dev/ttybc
                      crw------- 1 root root 3, 205 Feb 12 2019 /dev/ttybd
                      crw------- 1 root root 3, 206 Feb 12 2019 /dev/ttybe
                      crw------- 1 root root 3, 207 Feb 12 2019 /dev/ttybf
                      crw------- 1 root root 3, 208 Feb 12 2019 /dev/ttyc0
                      crw------- 1 root root 3, 209 Feb 12 2019 /dev/ttyc1
                      crw------- 1 root root 3, 210 Feb 12 2019 /dev/ttyc2
                      crw------- 1 root root 3, 211 Feb 12 2019 /dev/ttyc3
                      crw------- 1 root root 3, 212 Feb 12 2019 /dev/ttyc4
                      crw------- 1 root root 3, 213 Feb 12 2019 /dev/ttyc5
                      crw------- 1 root root 3, 214 Feb 12 2019 /dev/ttyc6
                      crw------- 1 root root 3, 215 Feb 12 2019 /dev/ttyc7
                      crw------- 1 root root 3, 216 Feb 12 2019 /dev/ttyc8
                      crw------- 1 root root 3, 217 Feb 12 2019 /dev/ttyc9
                      crw------- 1 root root 3, 218 Feb 12 2019 /dev/ttyca
                      crw------- 1 root root 3, 219 Feb 12 2019 /dev/ttycb
                      crw------- 1 root root 3, 220 Feb 12 2019 /dev/ttycc
                      crw------- 1 root root 3, 221 Feb 12 2019 /dev/ttycd
                      crw------- 1 root root 3, 222 Feb 12 2019 /dev/ttyce
                      crw------- 1 root root 3, 223 Feb 12 2019 /dev/ttycf
                      crw------- 1 root root 3, 224 Feb 12 2019 /dev/ttyd0
                      crw------- 1 root root 3, 225 Feb 12 2019 /dev/ttyd1
                      crw------- 1 root root 3, 226 Feb 12 2019 /dev/ttyd2
                      crw------- 1 root root 3, 227 Feb 12 2019 /dev/ttyd3
                      crw------- 1 root root 3, 228 Feb 12 2019 /dev/ttyd4
                      crw------- 1 root root 3, 229 Feb 12 2019 /dev/ttyd5
                      crw------- 1 root root 3, 230 Feb 12 2019 /dev/ttyd6
                      crw------- 1 root root 3, 231 Feb 12 2019 /dev/ttyd7
                      crw------- 1 root root 3, 232 Feb 12 2019 /dev/ttyd8
                      crw------- 1 root root 3, 233 Feb 12 2019 /dev/ttyd9
                      crw------- 1 root root 3, 234 Feb 12 2019 /dev/ttyda
                      crw------- 1 root root 3, 235 Feb 12 2019 /dev/ttydb
                      crw------- 1 root root 3, 236 Feb 12 2019 /dev/ttydc
                      crw------- 1 root root 3, 237 Feb 12 2019 /dev/ttydd
                      crw------- 1 root root 3, 238 Feb 12 2019 /dev/ttyde
                      crw------- 1 root root 3, 239 Feb 12 2019 /dev/ttydf
                      crw------- 1 root root 3, 240 Feb 12 2019 /dev/ttye0
                      crw------- 1 root root 3, 241 Feb 12 2019 /dev/ttye1
                      crw------- 1 root root 3, 242 Feb 12 2019 /dev/ttye2
                      crw------- 1 root root 3, 243 Feb 12 2019 /dev/ttye3
                      crw------- 1 root root 3, 244 Feb 12 2019 /dev/ttye4
                      crw------- 1 root root 3, 245 Feb 12 2019 /dev/ttye5
                      crw------- 1 root root 3, 246 Feb 12 2019 /dev/ttye6
                      crw------- 1 root root 3, 247 Feb 12 2019 /dev/ttye7
                      crw------- 1 root root 3, 248 Feb 12 2019 /dev/ttye8
                      crw------- 1 root root 3, 249 Feb 12 2019 /dev/ttye9
                      crw------- 1 root root 3, 250 Feb 12 2019 /dev/ttyea
                      crw------- 1 root root 3, 251 Feb 12 2019 /dev/ttyeb
                      crw------- 1 root root 3, 252 Feb 12 2019 /dev/ttyec
                      crw------- 1 root root 3, 253 Feb 12 2019 /dev/ttyed
                      crw------- 1 root root 3, 254 Feb 12 2019 /dev/ttyee
                      crw------- 1 root root 3, 255 Feb 12 2019 /dev/ttyef
                      crw------- 1 root root 3, 0 Feb 12 2019 /dev/ttyp0
                      crw------- 1 root root 3, 1 Feb 12 2019 /dev/ttyp1
                      crw------- 1 root root 3, 2 Feb 12 2019 /dev/ttyp2
                      crw------- 1 root root 3, 3 Feb 12 2019 /dev/ttyp3
                      crw------- 1 root root 3, 4 Feb 12 2019 /dev/ttyp4
                      crw------- 1 root root 3, 5 Feb 12 2019 /dev/ttyp5
                      crw------- 1 root root 3, 6 Feb 12 2019 /dev/ttyp6
                      crw------- 1 root root 3, 7 Feb 12 2019 /dev/ttyp7
                      crw------- 1 root root 3, 8 Feb 12 2019 /dev/ttyp8
                      crw------- 1 root root 3, 9 Feb 12 2019 /dev/ttyp9
                      crw------- 1 root root 3, 10 Feb 12 2019 /dev/ttypa
                      crw------- 1 root root 3, 11 Feb 12 2019 /dev/ttypb
                      crw------- 1 root root 3, 12 Feb 12 2019 /dev/ttypc
                      crw------- 1 root root 3, 13 Feb 12 2019 /dev/ttypd
                      crw------- 1 root root 3, 14 Feb 12 2019 /dev/ttype
                      crw------- 1 root root 3, 15 Feb 12 2019 /dev/ttypf
                      crw------- 1 root root 3, 16 Feb 12 2019 /dev/ttyq0
                      crw------- 1 root root 3, 17 Feb 12 2019 /dev/ttyq1
                      crw------- 1 root root 3, 18 Feb 12 2019 /dev/ttyq2
                      crw------- 1 root root 3, 19 Feb 12 2019 /dev/ttyq3
                      crw------- 1 root root 3, 20 Feb 12 2019 /dev/ttyq4
                      crw------- 1 root root 3, 21 Feb 12 2019 /dev/ttyq5
                      crw------- 1 root root 3, 22 Feb 12 2019 /dev/ttyq6
                      crw------- 1 root root 3, 23 Feb 12 2019 /dev/ttyq7
                      crw------- 1 root root 3, 24 Feb 12 2019 /dev/ttyq8
                      crw------- 1 root root 3, 25 Feb 12 2019 /dev/ttyq9
                      crw------- 1 root root 3, 26 Feb 12 2019 /dev/ttyqa
                      crw------- 1 root root 3, 27 Feb 12 2019 /dev/ttyqb
                      crw------- 1 root root 3, 28 Feb 12 2019 /dev/ttyqc
                      crw------- 1 root root 3, 29 Feb 12 2019 /dev/ttyqd
                      crw------- 1 root root 3, 30 Feb 12 2019 /dev/ttyqe
                      crw------- 1 root root 3, 31 Feb 12 2019 /dev/ttyqf
                      crw------- 1 root root 3, 32 Feb 12 2019 /dev/ttyr0
                      crw------- 1 root root 3, 33 Feb 12 2019 /dev/ttyr1
                      crw------- 1 root root 3, 34 Feb 12 2019 /dev/ttyr2
                      crw------- 1 root root 3, 35 Feb 12 2019 /dev/ttyr3
                      crw------- 1 root root 3, 36 Feb 12 2019 /dev/ttyr4
                      crw------- 1 root root 3, 37 Feb 12 2019 /dev/ttyr5
                      crw------- 1 root root 3, 38 Feb 12 2019 /dev/ttyr6
                      crw------- 1 root root 3, 39 Feb 12 2019 /dev/ttyr7
                      crw------- 1 root root 3, 40 Feb 12 2019 /dev/ttyr8
                      crw------- 1 root root 3, 41 Feb 12 2019 /dev/ttyr9
                      crw------- 1 root root 3, 42 Feb 12 2019 /dev/ttyra
                      crw------- 1 root root 3, 43 Feb 12 2019 /dev/ttyrb
                      crw------- 1 root root 3, 44 Feb 12 2019 /dev/ttyrc
                      crw------- 1 root root 3, 45 Feb 12 2019 /dev/ttyrd
                      crw------- 1 root root 3, 46 Feb 12 2019 /dev/ttyre
                      crw------- 1 root root 3, 47 Feb 12 2019 /dev/ttyrf
                      crw------- 1 root root 3, 48 Feb 12 2019 /dev/ttys0
                      crw------- 1 root root 4, 64 Jun 19 15:11 /dev/ttyS0
                      crw------- 1 root root 3, 49 Feb 12 2019 /dev/ttys1
                      crw------- 1 root root 4, 65 Jun 19 19:27 /dev/ttyS1
                      crw------- 1 root root 3, 50 Feb 12 2019 /dev/ttys2
                      crw------- 1 root root 4, 66 Feb 12 2019 /dev/ttyS2
                      crw------- 1 root root 3, 51 Feb 12 2019 /dev/ttys3
                      crw------- 1 root root 4, 67 Feb 12 2019 /dev/ttyS3
                      crw------- 1 root root 3, 52 Feb 12 2019 /dev/ttys4
                      crw------- 1 root root 3, 53 Feb 12 2019 /dev/ttys5
                      crw------- 1 root root 3, 54 Feb 12 2019 /dev/ttys6
                      crw------- 1 root root 3, 55 Feb 12 2019 /dev/ttys7
                      crw------- 1 root root 3, 56 Feb 12 2019 /dev/ttys8
                      crw------- 1 root root 3, 57 Feb 12 2019 /dev/ttys9
                      crw------- 1 root root 3, 58 Feb 12 2019 /dev/ttysa
                      crw------- 1 root root 3, 59 Feb 12 2019 /dev/ttysb
                      crw------- 1 root root 3, 60 Feb 12 2019 /dev/ttysc
                      crw------- 1 root root 3, 61 Feb 12 2019 /dev/ttysd
                      crw------- 1 root root 3, 62 Feb 12 2019 /dev/ttyse
                      crw------- 1 root root 3, 63 Feb 12 2019 /dev/ttysf
                      crw------- 1 root root 3, 64 Feb 12 2019 /dev/ttyt0
                      crw------- 1 root root 3, 65 Feb 12 2019 /dev/ttyt1
                      crw------- 1 root root 3, 66 Feb 12 2019 /dev/ttyt2
                      crw------- 1 root root 3, 67 Feb 12 2019 /dev/ttyt3
                      crw------- 1 root root 3, 68 Feb 12 2019 /dev/ttyt4
                      crw------- 1 root root 3, 69 Feb 12 2019 /dev/ttyt5
                      crw------- 1 root root 3, 70 Feb 12 2019 /dev/ttyt6
                      crw------- 1 root root 3, 71 Feb 12 2019 /dev/ttyt7
                      crw------- 1 root root 3, 72 Feb 12 2019 /dev/ttyt8
                      crw------- 1 root root 3, 73 Feb 12 2019 /dev/ttyt9
                      crw------- 1 root root 3, 74 Feb 12 2019 /dev/ttyta
                      crw------- 1 root root 3, 75 Feb 12 2019 /dev/ttytb
                      crw------- 1 root root 3, 76 Feb 12 2019 /dev/ttytc
                      crw------- 1 root root 3, 77 Feb 12 2019 /dev/ttytd
                      crw------- 1 root root 3, 78 Feb 12 2019 /dev/ttyte
                      crw------- 1 root root 3, 79 Feb 12 2019 /dev/ttytf
                      crw------- 1 root root 3, 80 Feb 12 2019 /dev/ttyu0
                      crw------- 1 root root 3, 81 Feb 12 2019 /dev/ttyu1
                      crw------- 1 root root 3, 82 Feb 12 2019 /dev/ttyu2
                      crw------- 1 root root 3, 83 Feb 12 2019 /dev/ttyu3
                      crw------- 1 root root 3, 84 Feb 12 2019 /dev/ttyu4
                      crw------- 1 root root 3, 85 Feb 12 2019 /dev/ttyu5
                      crw------- 1 root root 3, 86 Feb 12 2019 /dev/ttyu6
                      crw------- 1 root root 3, 87 Feb 12 2019 /dev/ttyu7
                      crw------- 1 root root 3, 88 Feb 12 2019 /dev/ttyu8
                      crw------- 1 root root 3, 89 Feb 12 2019 /dev/ttyu9
                      crw------- 1 root root 3, 90 Feb 12 2019 /dev/ttyua
                      crw------- 1 root root 3, 91 Feb 12 2019 /dev/ttyub
                      crw------- 1 root root 3, 92 Feb 12 2019 /dev/ttyuc
                      crw------- 1 root root 3, 93 Feb 12 2019 /dev/ttyud
                      crw------- 1 root root 3, 94 Feb 12 2019 /dev/ttyue
                      crw------- 1 root root 3, 95 Feb 12 2019 /dev/ttyuf
                      crw------- 1 root root 3, 96 Feb 12 2019 /dev/ttyv0
                      crw------- 1 root root 3, 97 Feb 12 2019 /dev/ttyv1
                      crw------- 1 root root 3, 98 Feb 12 2019 /dev/ttyv2
                      crw------- 1 root root 3, 99 Feb 12 2019 /dev/ttyv3
                      crw------- 1 root root 3, 100 Feb 12 2019 /dev/ttyv4
                      crw------- 1 root root 3, 101 Feb 12 2019 /dev/ttyv5
                      crw------- 1 root root 3, 102 Feb 12 2019 /dev/ttyv6
                      crw------- 1 root root 3, 103 Feb 12 2019 /dev/ttyv7
                      crw------- 1 root root 3, 104 Feb 12 2019 /dev/ttyv8
                      crw------- 1 root root 3, 105 Feb 12 2019 /dev/ttyv9
                      crw------- 1 root root 3, 106 Feb 12 2019 /dev/ttyva
                      crw------- 1 root root 3, 107 Feb 12 2019 /dev/ttyvb
                      crw------- 1 root root 3, 108 Feb 12 2019 /dev/ttyvc
                      crw------- 1 root root 3, 109 Feb 12 2019 /dev/ttyvd
                      crw------- 1 root root 3, 110 Feb 12 2019 /dev/ttyve
                      crw------- 1 root root 3, 111 Feb 12 2019 /dev/ttyvf
                      crw------- 1 root root 3, 112 Feb 12 2019 /dev/ttyw0
                      crw------- 1 root root 3, 113 Feb 12 2019 /dev/ttyw1
                      crw------- 1 root root 3, 114 Feb 12 2019 /dev/ttyw2
                      crw------- 1 root root 3, 115 Feb 12 2019 /dev/ttyw3
                      crw------- 1 root root 3, 116 Feb 12 2019 /dev/ttyw4
                      crw------- 1 root root 3, 117 Feb 12 2019 /dev/ttyw5
                      crw------- 1 root root 3, 118 Feb 12 2019 /dev/ttyw6
                      crw------- 1 root root 3, 119 Feb 12 2019 /dev/ttyw7
                      crw------- 1 root root 3, 120 Feb 12 2019 /dev/ttyw8
                      crw------- 1 root root 3, 121 Feb 12 2019 /dev/ttyw9
                      crw------- 1 root root 3, 122 Feb 12 2019 /dev/ttywa
                      crw------- 1 root root 3, 123 Feb 12 2019 /dev/ttywb
                      crw------- 1 root root 3, 124 Feb 12 2019 /dev/ttywc
                      crw------- 1 root root 3, 125 Feb 12 2019 /dev/ttywd
                      crw------- 1 root root 3, 126 Feb 12 2019 /dev/ttywe
                      crw------- 1 root root 3, 127 Feb 12 2019 /dev/ttywf
                      crw------- 1 root root 3, 128 Feb 12 2019 /dev/ttyx0
                      crw------- 1 root root 3, 129 Feb 12 2019 /dev/ttyx1
                      crw------- 1 root root 3, 130 Feb 12 2019 /dev/ttyx2
                      crw------- 1 root root 3, 131 Feb 12 2019 /dev/ttyx3
                      crw------- 1 root root 3, 132 Feb 12 2019 /dev/ttyx4
                      crw------- 1 root root 3, 133 Feb 12 2019 /dev/ttyx5
                      crw------- 1 root root 3, 134 Feb 12 2019 /dev/ttyx6
                      crw------- 1 root root 3, 135 Feb 12 2019 /dev/ttyx7
                      crw------- 1 root root 3, 136 Feb 12 2019 /dev/ttyx8
                      crw------- 1 root root 3, 137 Feb 12 2019 /dev/ttyx9
                      crw------- 1 root root 3, 138 Feb 12 2019 /dev/ttyxa
                      crw------- 1 root root 3, 139 Feb 12 2019 /dev/ttyxb
                      crw------- 1 root root 3, 140 Feb 12 2019 /dev/ttyxc
                      crw------- 1 root root 3, 141 Feb 12 2019 /dev/ttyxd
                      crw------- 1 root root 3, 142 Feb 12 2019 /dev/ttyxe
                      crw------- 1 root root 3, 143 Feb 12 2019 /dev/ttyxf
                      crw------- 1 root root 3, 144 Feb 12 2019 /dev/ttyy0
                      crw------- 1 root root 3, 145 Feb 12 2019 /dev/ttyy1
                      crw------- 1 root root 3, 146 Feb 12 2019 /dev/ttyy2
                      crw------- 1 root root 3, 147 Feb 12 2019 /dev/ttyy3
                      crw------- 1 root root 3, 148 Feb 12 2019 /dev/ttyy4
                      crw------- 1 root root 3, 149 Feb 12 2019 /dev/ttyy5
                      crw------- 1 root root 3, 150 Feb 12 2019 /dev/ttyy6
                      crw------- 1 root root 3, 151 Feb 12 2019 /dev/ttyy7
                      crw------- 1 root root 3, 152 Feb 12 2019 /dev/ttyy8
                      crw------- 1 root root 3, 153 Feb 12 2019 /dev/ttyy9
                      crw------- 1 root root 3, 154 Feb 12 2019 /dev/ttyya
                      crw------- 1 root root 3, 155 Feb 12 2019 /dev/ttyyb
                      crw------- 1 root root 3, 156 Feb 12 2019 /dev/ttyyc
                      crw------- 1 root root 3, 157 Feb 12 2019 /dev/ttyyd
                      crw------- 1 root root 3, 158 Feb 12 2019 /dev/ttyye
                      crw------- 1 root root 3, 159 Feb 12 2019 /dev/ttyyf
                      crw------- 1 root root 3, 160 Feb 12 2019 /dev/ttyz0
                      crw------- 1 root root 3, 161 Feb 12 2019 /dev/ttyz1
                      crw------- 1 root root 3, 162 Feb 12 2019 /dev/ttyz2
                      crw------- 1 root root 3, 163 Feb 12 2019 /dev/ttyz3
                      crw------- 1 root root 3, 164 Feb 12 2019 /dev/ttyz4
                      crw------- 1 root root 3, 165 Feb 12 2019 /dev/ttyz5
                      crw------- 1 root root 3, 166 Feb 12 2019 /dev/ttyz6
                      crw------- 1 root root 3, 167 Feb 12 2019 /dev/ttyz7
                      crw------- 1 root root 3, 168 Feb 12 2019 /dev/ttyz8
                      crw------- 1 root root 3, 169 Feb 12 2019 /dev/ttyz9
                      crw------- 1 root root 3, 170 Feb 12 2019 /dev/ttyza
                      crw------- 1 root root 3, 171 Feb 12 2019 /dev/ttyzb
                      crw------- 1 root root 3, 172 Feb 12 2019 /dev/ttyzc
                      crw------- 1 root root 3, 173 Feb 12 2019 /dev/ttyzd
                      crw------- 1 root root 3, 174 Feb 12 2019 /dev/ttyze
                      crw------- 1 root root 3, 175 Feb 12 2019 /dev/ttyzf
                      ash-4.4#

                      GlasfaserG 1 Antwort Letzte Antwort
                      0
                      • M markus1337

                        @glasfaser

                        io habe ich noch nicht installiert, der plan ist es mittels conbee 2 die gerate auf via Homebridge für apple HomeKit verfügbar zu machen, auf io bin ich da bislang nicht gestoßen :s

                        und natürlich bin ich angemeldet, ich kann dir auch die ganze liste kopieren:

                        ash: /dev/ttyUSB0: No such file or directory
                        ash-4.4# ls -la /dev/tty*
                        crw-rw-rw- 1 root root 5, 0 Jun 19 18:05 /dev/tty
                        crw------- 1 root root 4, 0 Feb 12 2019 /dev/tty0
                        crw------- 1 root root 4, 1 Feb 12 2019 /dev/tty1
                        crw------- 1 root root 4, 10 Feb 12 2019 /dev/tty10
                        crw------- 1 root root 4, 11 Feb 12 2019 /dev/tty11
                        crw------- 1 root root 4, 12 Feb 12 2019 /dev/tty12
                        crw------- 1 root root 4, 13 Feb 12 2019 /dev/tty13
                        crw------- 1 root root 4, 14 Feb 12 2019 /dev/tty14
                        crw------- 1 root root 4, 15 Feb 12 2019 /dev/tty15
                        crw------- 1 root root 4, 16 Feb 12 2019 /dev/tty16
                        crw------- 1 root root 4, 17 Feb 12 2019 /dev/tty17
                        crw------- 1 root root 4, 18 Feb 12 2019 /dev/tty18
                        crw------- 1 root root 4, 19 Feb 12 2019 /dev/tty19
                        crw------- 1 root root 4, 2 Feb 12 2019 /dev/tty2
                        crw------- 1 root root 4, 20 Feb 12 2019 /dev/tty20
                        crw------- 1 root root 4, 21 Feb 12 2019 /dev/tty21
                        crw------- 1 root root 4, 22 Feb 12 2019 /dev/tty22
                        crw------- 1 root root 4, 23 Feb 12 2019 /dev/tty23
                        crw------- 1 root root 4, 24 Feb 12 2019 /dev/tty24
                        crw------- 1 root root 4, 25 Feb 12 2019 /dev/tty25
                        crw------- 1 root root 4, 26 Feb 12 2019 /dev/tty26
                        crw------- 1 root root 4, 27 Feb 12 2019 /dev/tty27
                        crw------- 1 root root 4, 28 Feb 12 2019 /dev/tty28
                        crw------- 1 root root 4, 29 Feb 12 2019 /dev/tty29
                        crw------- 1 root root 4, 3 Feb 12 2019 /dev/tty3
                        crw------- 1 root root 4, 30 Feb 12 2019 /dev/tty30
                        crw------- 1 root root 4, 31 Feb 12 2019 /dev/tty31
                        crw------- 1 root root 4, 32 Feb 12 2019 /dev/tty32
                        crw------- 1 root root 4, 33 Feb 12 2019 /dev/tty33
                        crw------- 1 root root 4, 34 Feb 12 2019 /dev/tty34
                        crw------- 1 root root 4, 35 Feb 12 2019 /dev/tty35
                        crw------- 1 root root 4, 36 Feb 12 2019 /dev/tty36
                        crw------- 1 root root 4, 37 Feb 12 2019 /dev/tty37
                        crw------- 1 root root 4, 38 Feb 12 2019 /dev/tty38
                        crw------- 1 root root 4, 39 Feb 12 2019 /dev/tty39
                        crw------- 1 root root 4, 4 Feb 12 2019 /dev/tty4
                        crw------- 1 root root 4, 40 Feb 12 2019 /dev/tty40
                        crw------- 1 root root 4, 41 Feb 12 2019 /dev/tty41
                        crw------- 1 root root 4, 42 Feb 12 2019 /dev/tty42
                        crw------- 1 root root 4, 43 Feb 12 2019 /dev/tty43
                        crw------- 1 root root 4, 44 Feb 12 2019 /dev/tty44
                        crw------- 1 root root 4, 45 Feb 12 2019 /dev/tty45
                        crw------- 1 root root 4, 46 Feb 12 2019 /dev/tty46
                        crw------- 1 root root 4, 47 Feb 12 2019 /dev/tty47
                        crw------- 1 root root 4, 48 Feb 12 2019 /dev/tty48
                        crw------- 1 root root 4, 49 Feb 12 2019 /dev/tty49
                        crw------- 1 root root 4, 5 Feb 12 2019 /dev/tty5
                        crw------- 1 root root 4, 50 Feb 12 2019 /dev/tty50
                        crw------- 1 root root 4, 51 Feb 12 2019 /dev/tty51
                        crw------- 1 root root 4, 52 Feb 12 2019 /dev/tty52
                        crw------- 1 root root 4, 53 Feb 12 2019 /dev/tty53
                        crw------- 1 root root 4, 54 Feb 12 2019 /dev/tty54
                        crw------- 1 root root 4, 55 Feb 12 2019 /dev/tty55
                        crw------- 1 root root 4, 56 Feb 12 2019 /dev/tty56
                        crw------- 1 root root 4, 57 Feb 12 2019 /dev/tty57
                        crw------- 1 root root 4, 58 Feb 12 2019 /dev/tty58
                        crw------- 1 root root 4, 59 Feb 12 2019 /dev/tty59
                        crw------- 1 root root 4, 6 Feb 12 2019 /dev/tty6
                        crw------- 1 root root 4, 60 Feb 12 2019 /dev/tty60
                        crw------- 1 root root 4, 61 Feb 12 2019 /dev/tty61
                        crw------- 1 root root 4, 62 Feb 12 2019 /dev/tty62
                        crw------- 1 root root 4, 63 Feb 12 2019 /dev/tty63
                        crw------- 1 root root 4, 7 Feb 12 2019 /dev/tty7
                        crw------- 1 root root 4, 8 Feb 12 2019 /dev/tty8
                        crw------- 1 root root 4, 9 Feb 12 2019 /dev/tty9
                        crw------- 1 root root 3, 176 Feb 12 2019 /dev/ttya0
                        crw------- 1 root root 3, 177 Feb 12 2019 /dev/ttya1
                        crw------- 1 root root 3, 178 Feb 12 2019 /dev/ttya2
                        crw------- 1 root root 3, 179 Feb 12 2019 /dev/ttya3
                        crw------- 1 root root 3, 180 Feb 12 2019 /dev/ttya4
                        crw------- 1 root root 3, 181 Feb 12 2019 /dev/ttya5
                        crw------- 1 root root 3, 182 Feb 12 2019 /dev/ttya6
                        crw------- 1 root root 3, 183 Feb 12 2019 /dev/ttya7
                        crw------- 1 root root 3, 184 Feb 12 2019 /dev/ttya8
                        crw------- 1 root root 3, 185 Feb 12 2019 /dev/ttya9
                        crw------- 1 root root 3, 186 Feb 12 2019 /dev/ttyaa
                        crw------- 1 root root 3, 187 Feb 12 2019 /dev/ttyab
                        crw------- 1 root root 3, 188 Feb 12 2019 /dev/ttyac
                        crw------- 1 root root 166, 0 Jun 19 18:33 /dev/ttyACM0
                        crw------- 1 root root 3, 189 Feb 12 2019 /dev/ttyad
                        crw------- 1 root root 3, 190 Feb 12 2019 /dev/ttyae
                        crw------- 1 root root 3, 191 Feb 12 2019 /dev/ttyaf
                        crw------- 1 root root 3, 192 Feb 12 2019 /dev/ttyb0
                        crw------- 1 root root 3, 193 Feb 12 2019 /dev/ttyb1
                        crw------- 1 root root 3, 194 Feb 12 2019 /dev/ttyb2
                        crw------- 1 root root 3, 195 Feb 12 2019 /dev/ttyb3
                        crw------- 1 root root 3, 196 Feb 12 2019 /dev/ttyb4
                        crw------- 1 root root 3, 197 Feb 12 2019 /dev/ttyb5
                        crw------- 1 root root 3, 198 Feb 12 2019 /dev/ttyb6
                        crw------- 1 root root 3, 199 Feb 12 2019 /dev/ttyb7
                        crw------- 1 root root 3, 200 Feb 12 2019 /dev/ttyb8
                        crw------- 1 root root 3, 201 Feb 12 2019 /dev/ttyb9
                        crw------- 1 root root 3, 202 Feb 12 2019 /dev/ttyba
                        crw------- 1 root root 3, 203 Feb 12 2019 /dev/ttybb
                        crw------- 1 root root 3, 204 Feb 12 2019 /dev/ttybc
                        crw------- 1 root root 3, 205 Feb 12 2019 /dev/ttybd
                        crw------- 1 root root 3, 206 Feb 12 2019 /dev/ttybe
                        crw------- 1 root root 3, 207 Feb 12 2019 /dev/ttybf
                        crw------- 1 root root 3, 208 Feb 12 2019 /dev/ttyc0
                        crw------- 1 root root 3, 209 Feb 12 2019 /dev/ttyc1
                        crw------- 1 root root 3, 210 Feb 12 2019 /dev/ttyc2
                        crw------- 1 root root 3, 211 Feb 12 2019 /dev/ttyc3
                        crw------- 1 root root 3, 212 Feb 12 2019 /dev/ttyc4
                        crw------- 1 root root 3, 213 Feb 12 2019 /dev/ttyc5
                        crw------- 1 root root 3, 214 Feb 12 2019 /dev/ttyc6
                        crw------- 1 root root 3, 215 Feb 12 2019 /dev/ttyc7
                        crw------- 1 root root 3, 216 Feb 12 2019 /dev/ttyc8
                        crw------- 1 root root 3, 217 Feb 12 2019 /dev/ttyc9
                        crw------- 1 root root 3, 218 Feb 12 2019 /dev/ttyca
                        crw------- 1 root root 3, 219 Feb 12 2019 /dev/ttycb
                        crw------- 1 root root 3, 220 Feb 12 2019 /dev/ttycc
                        crw------- 1 root root 3, 221 Feb 12 2019 /dev/ttycd
                        crw------- 1 root root 3, 222 Feb 12 2019 /dev/ttyce
                        crw------- 1 root root 3, 223 Feb 12 2019 /dev/ttycf
                        crw------- 1 root root 3, 224 Feb 12 2019 /dev/ttyd0
                        crw------- 1 root root 3, 225 Feb 12 2019 /dev/ttyd1
                        crw------- 1 root root 3, 226 Feb 12 2019 /dev/ttyd2
                        crw------- 1 root root 3, 227 Feb 12 2019 /dev/ttyd3
                        crw------- 1 root root 3, 228 Feb 12 2019 /dev/ttyd4
                        crw------- 1 root root 3, 229 Feb 12 2019 /dev/ttyd5
                        crw------- 1 root root 3, 230 Feb 12 2019 /dev/ttyd6
                        crw------- 1 root root 3, 231 Feb 12 2019 /dev/ttyd7
                        crw------- 1 root root 3, 232 Feb 12 2019 /dev/ttyd8
                        crw------- 1 root root 3, 233 Feb 12 2019 /dev/ttyd9
                        crw------- 1 root root 3, 234 Feb 12 2019 /dev/ttyda
                        crw------- 1 root root 3, 235 Feb 12 2019 /dev/ttydb
                        crw------- 1 root root 3, 236 Feb 12 2019 /dev/ttydc
                        crw------- 1 root root 3, 237 Feb 12 2019 /dev/ttydd
                        crw------- 1 root root 3, 238 Feb 12 2019 /dev/ttyde
                        crw------- 1 root root 3, 239 Feb 12 2019 /dev/ttydf
                        crw------- 1 root root 3, 240 Feb 12 2019 /dev/ttye0
                        crw------- 1 root root 3, 241 Feb 12 2019 /dev/ttye1
                        crw------- 1 root root 3, 242 Feb 12 2019 /dev/ttye2
                        crw------- 1 root root 3, 243 Feb 12 2019 /dev/ttye3
                        crw------- 1 root root 3, 244 Feb 12 2019 /dev/ttye4
                        crw------- 1 root root 3, 245 Feb 12 2019 /dev/ttye5
                        crw------- 1 root root 3, 246 Feb 12 2019 /dev/ttye6
                        crw------- 1 root root 3, 247 Feb 12 2019 /dev/ttye7
                        crw------- 1 root root 3, 248 Feb 12 2019 /dev/ttye8
                        crw------- 1 root root 3, 249 Feb 12 2019 /dev/ttye9
                        crw------- 1 root root 3, 250 Feb 12 2019 /dev/ttyea
                        crw------- 1 root root 3, 251 Feb 12 2019 /dev/ttyeb
                        crw------- 1 root root 3, 252 Feb 12 2019 /dev/ttyec
                        crw------- 1 root root 3, 253 Feb 12 2019 /dev/ttyed
                        crw------- 1 root root 3, 254 Feb 12 2019 /dev/ttyee
                        crw------- 1 root root 3, 255 Feb 12 2019 /dev/ttyef
                        crw------- 1 root root 3, 0 Feb 12 2019 /dev/ttyp0
                        crw------- 1 root root 3, 1 Feb 12 2019 /dev/ttyp1
                        crw------- 1 root root 3, 2 Feb 12 2019 /dev/ttyp2
                        crw------- 1 root root 3, 3 Feb 12 2019 /dev/ttyp3
                        crw------- 1 root root 3, 4 Feb 12 2019 /dev/ttyp4
                        crw------- 1 root root 3, 5 Feb 12 2019 /dev/ttyp5
                        crw------- 1 root root 3, 6 Feb 12 2019 /dev/ttyp6
                        crw------- 1 root root 3, 7 Feb 12 2019 /dev/ttyp7
                        crw------- 1 root root 3, 8 Feb 12 2019 /dev/ttyp8
                        crw------- 1 root root 3, 9 Feb 12 2019 /dev/ttyp9
                        crw------- 1 root root 3, 10 Feb 12 2019 /dev/ttypa
                        crw------- 1 root root 3, 11 Feb 12 2019 /dev/ttypb
                        crw------- 1 root root 3, 12 Feb 12 2019 /dev/ttypc
                        crw------- 1 root root 3, 13 Feb 12 2019 /dev/ttypd
                        crw------- 1 root root 3, 14 Feb 12 2019 /dev/ttype
                        crw------- 1 root root 3, 15 Feb 12 2019 /dev/ttypf
                        crw------- 1 root root 3, 16 Feb 12 2019 /dev/ttyq0
                        crw------- 1 root root 3, 17 Feb 12 2019 /dev/ttyq1
                        crw------- 1 root root 3, 18 Feb 12 2019 /dev/ttyq2
                        crw------- 1 root root 3, 19 Feb 12 2019 /dev/ttyq3
                        crw------- 1 root root 3, 20 Feb 12 2019 /dev/ttyq4
                        crw------- 1 root root 3, 21 Feb 12 2019 /dev/ttyq5
                        crw------- 1 root root 3, 22 Feb 12 2019 /dev/ttyq6
                        crw------- 1 root root 3, 23 Feb 12 2019 /dev/ttyq7
                        crw------- 1 root root 3, 24 Feb 12 2019 /dev/ttyq8
                        crw------- 1 root root 3, 25 Feb 12 2019 /dev/ttyq9
                        crw------- 1 root root 3, 26 Feb 12 2019 /dev/ttyqa
                        crw------- 1 root root 3, 27 Feb 12 2019 /dev/ttyqb
                        crw------- 1 root root 3, 28 Feb 12 2019 /dev/ttyqc
                        crw------- 1 root root 3, 29 Feb 12 2019 /dev/ttyqd
                        crw------- 1 root root 3, 30 Feb 12 2019 /dev/ttyqe
                        crw------- 1 root root 3, 31 Feb 12 2019 /dev/ttyqf
                        crw------- 1 root root 3, 32 Feb 12 2019 /dev/ttyr0
                        crw------- 1 root root 3, 33 Feb 12 2019 /dev/ttyr1
                        crw------- 1 root root 3, 34 Feb 12 2019 /dev/ttyr2
                        crw------- 1 root root 3, 35 Feb 12 2019 /dev/ttyr3
                        crw------- 1 root root 3, 36 Feb 12 2019 /dev/ttyr4
                        crw------- 1 root root 3, 37 Feb 12 2019 /dev/ttyr5
                        crw------- 1 root root 3, 38 Feb 12 2019 /dev/ttyr6
                        crw------- 1 root root 3, 39 Feb 12 2019 /dev/ttyr7
                        crw------- 1 root root 3, 40 Feb 12 2019 /dev/ttyr8
                        crw------- 1 root root 3, 41 Feb 12 2019 /dev/ttyr9
                        crw------- 1 root root 3, 42 Feb 12 2019 /dev/ttyra
                        crw------- 1 root root 3, 43 Feb 12 2019 /dev/ttyrb
                        crw------- 1 root root 3, 44 Feb 12 2019 /dev/ttyrc
                        crw------- 1 root root 3, 45 Feb 12 2019 /dev/ttyrd
                        crw------- 1 root root 3, 46 Feb 12 2019 /dev/ttyre
                        crw------- 1 root root 3, 47 Feb 12 2019 /dev/ttyrf
                        crw------- 1 root root 3, 48 Feb 12 2019 /dev/ttys0
                        crw------- 1 root root 4, 64 Jun 19 15:11 /dev/ttyS0
                        crw------- 1 root root 3, 49 Feb 12 2019 /dev/ttys1
                        crw------- 1 root root 4, 65 Jun 19 19:27 /dev/ttyS1
                        crw------- 1 root root 3, 50 Feb 12 2019 /dev/ttys2
                        crw------- 1 root root 4, 66 Feb 12 2019 /dev/ttyS2
                        crw------- 1 root root 3, 51 Feb 12 2019 /dev/ttys3
                        crw------- 1 root root 4, 67 Feb 12 2019 /dev/ttyS3
                        crw------- 1 root root 3, 52 Feb 12 2019 /dev/ttys4
                        crw------- 1 root root 3, 53 Feb 12 2019 /dev/ttys5
                        crw------- 1 root root 3, 54 Feb 12 2019 /dev/ttys6
                        crw------- 1 root root 3, 55 Feb 12 2019 /dev/ttys7
                        crw------- 1 root root 3, 56 Feb 12 2019 /dev/ttys8
                        crw------- 1 root root 3, 57 Feb 12 2019 /dev/ttys9
                        crw------- 1 root root 3, 58 Feb 12 2019 /dev/ttysa
                        crw------- 1 root root 3, 59 Feb 12 2019 /dev/ttysb
                        crw------- 1 root root 3, 60 Feb 12 2019 /dev/ttysc
                        crw------- 1 root root 3, 61 Feb 12 2019 /dev/ttysd
                        crw------- 1 root root 3, 62 Feb 12 2019 /dev/ttyse
                        crw------- 1 root root 3, 63 Feb 12 2019 /dev/ttysf
                        crw------- 1 root root 3, 64 Feb 12 2019 /dev/ttyt0
                        crw------- 1 root root 3, 65 Feb 12 2019 /dev/ttyt1
                        crw------- 1 root root 3, 66 Feb 12 2019 /dev/ttyt2
                        crw------- 1 root root 3, 67 Feb 12 2019 /dev/ttyt3
                        crw------- 1 root root 3, 68 Feb 12 2019 /dev/ttyt4
                        crw------- 1 root root 3, 69 Feb 12 2019 /dev/ttyt5
                        crw------- 1 root root 3, 70 Feb 12 2019 /dev/ttyt6
                        crw------- 1 root root 3, 71 Feb 12 2019 /dev/ttyt7
                        crw------- 1 root root 3, 72 Feb 12 2019 /dev/ttyt8
                        crw------- 1 root root 3, 73 Feb 12 2019 /dev/ttyt9
                        crw------- 1 root root 3, 74 Feb 12 2019 /dev/ttyta
                        crw------- 1 root root 3, 75 Feb 12 2019 /dev/ttytb
                        crw------- 1 root root 3, 76 Feb 12 2019 /dev/ttytc
                        crw------- 1 root root 3, 77 Feb 12 2019 /dev/ttytd
                        crw------- 1 root root 3, 78 Feb 12 2019 /dev/ttyte
                        crw------- 1 root root 3, 79 Feb 12 2019 /dev/ttytf
                        crw------- 1 root root 3, 80 Feb 12 2019 /dev/ttyu0
                        crw------- 1 root root 3, 81 Feb 12 2019 /dev/ttyu1
                        crw------- 1 root root 3, 82 Feb 12 2019 /dev/ttyu2
                        crw------- 1 root root 3, 83 Feb 12 2019 /dev/ttyu3
                        crw------- 1 root root 3, 84 Feb 12 2019 /dev/ttyu4
                        crw------- 1 root root 3, 85 Feb 12 2019 /dev/ttyu5
                        crw------- 1 root root 3, 86 Feb 12 2019 /dev/ttyu6
                        crw------- 1 root root 3, 87 Feb 12 2019 /dev/ttyu7
                        crw------- 1 root root 3, 88 Feb 12 2019 /dev/ttyu8
                        crw------- 1 root root 3, 89 Feb 12 2019 /dev/ttyu9
                        crw------- 1 root root 3, 90 Feb 12 2019 /dev/ttyua
                        crw------- 1 root root 3, 91 Feb 12 2019 /dev/ttyub
                        crw------- 1 root root 3, 92 Feb 12 2019 /dev/ttyuc
                        crw------- 1 root root 3, 93 Feb 12 2019 /dev/ttyud
                        crw------- 1 root root 3, 94 Feb 12 2019 /dev/ttyue
                        crw------- 1 root root 3, 95 Feb 12 2019 /dev/ttyuf
                        crw------- 1 root root 3, 96 Feb 12 2019 /dev/ttyv0
                        crw------- 1 root root 3, 97 Feb 12 2019 /dev/ttyv1
                        crw------- 1 root root 3, 98 Feb 12 2019 /dev/ttyv2
                        crw------- 1 root root 3, 99 Feb 12 2019 /dev/ttyv3
                        crw------- 1 root root 3, 100 Feb 12 2019 /dev/ttyv4
                        crw------- 1 root root 3, 101 Feb 12 2019 /dev/ttyv5
                        crw------- 1 root root 3, 102 Feb 12 2019 /dev/ttyv6
                        crw------- 1 root root 3, 103 Feb 12 2019 /dev/ttyv7
                        crw------- 1 root root 3, 104 Feb 12 2019 /dev/ttyv8
                        crw------- 1 root root 3, 105 Feb 12 2019 /dev/ttyv9
                        crw------- 1 root root 3, 106 Feb 12 2019 /dev/ttyva
                        crw------- 1 root root 3, 107 Feb 12 2019 /dev/ttyvb
                        crw------- 1 root root 3, 108 Feb 12 2019 /dev/ttyvc
                        crw------- 1 root root 3, 109 Feb 12 2019 /dev/ttyvd
                        crw------- 1 root root 3, 110 Feb 12 2019 /dev/ttyve
                        crw------- 1 root root 3, 111 Feb 12 2019 /dev/ttyvf
                        crw------- 1 root root 3, 112 Feb 12 2019 /dev/ttyw0
                        crw------- 1 root root 3, 113 Feb 12 2019 /dev/ttyw1
                        crw------- 1 root root 3, 114 Feb 12 2019 /dev/ttyw2
                        crw------- 1 root root 3, 115 Feb 12 2019 /dev/ttyw3
                        crw------- 1 root root 3, 116 Feb 12 2019 /dev/ttyw4
                        crw------- 1 root root 3, 117 Feb 12 2019 /dev/ttyw5
                        crw------- 1 root root 3, 118 Feb 12 2019 /dev/ttyw6
                        crw------- 1 root root 3, 119 Feb 12 2019 /dev/ttyw7
                        crw------- 1 root root 3, 120 Feb 12 2019 /dev/ttyw8
                        crw------- 1 root root 3, 121 Feb 12 2019 /dev/ttyw9
                        crw------- 1 root root 3, 122 Feb 12 2019 /dev/ttywa
                        crw------- 1 root root 3, 123 Feb 12 2019 /dev/ttywb
                        crw------- 1 root root 3, 124 Feb 12 2019 /dev/ttywc
                        crw------- 1 root root 3, 125 Feb 12 2019 /dev/ttywd
                        crw------- 1 root root 3, 126 Feb 12 2019 /dev/ttywe
                        crw------- 1 root root 3, 127 Feb 12 2019 /dev/ttywf
                        crw------- 1 root root 3, 128 Feb 12 2019 /dev/ttyx0
                        crw------- 1 root root 3, 129 Feb 12 2019 /dev/ttyx1
                        crw------- 1 root root 3, 130 Feb 12 2019 /dev/ttyx2
                        crw------- 1 root root 3, 131 Feb 12 2019 /dev/ttyx3
                        crw------- 1 root root 3, 132 Feb 12 2019 /dev/ttyx4
                        crw------- 1 root root 3, 133 Feb 12 2019 /dev/ttyx5
                        crw------- 1 root root 3, 134 Feb 12 2019 /dev/ttyx6
                        crw------- 1 root root 3, 135 Feb 12 2019 /dev/ttyx7
                        crw------- 1 root root 3, 136 Feb 12 2019 /dev/ttyx8
                        crw------- 1 root root 3, 137 Feb 12 2019 /dev/ttyx9
                        crw------- 1 root root 3, 138 Feb 12 2019 /dev/ttyxa
                        crw------- 1 root root 3, 139 Feb 12 2019 /dev/ttyxb
                        crw------- 1 root root 3, 140 Feb 12 2019 /dev/ttyxc
                        crw------- 1 root root 3, 141 Feb 12 2019 /dev/ttyxd
                        crw------- 1 root root 3, 142 Feb 12 2019 /dev/ttyxe
                        crw------- 1 root root 3, 143 Feb 12 2019 /dev/ttyxf
                        crw------- 1 root root 3, 144 Feb 12 2019 /dev/ttyy0
                        crw------- 1 root root 3, 145 Feb 12 2019 /dev/ttyy1
                        crw------- 1 root root 3, 146 Feb 12 2019 /dev/ttyy2
                        crw------- 1 root root 3, 147 Feb 12 2019 /dev/ttyy3
                        crw------- 1 root root 3, 148 Feb 12 2019 /dev/ttyy4
                        crw------- 1 root root 3, 149 Feb 12 2019 /dev/ttyy5
                        crw------- 1 root root 3, 150 Feb 12 2019 /dev/ttyy6
                        crw------- 1 root root 3, 151 Feb 12 2019 /dev/ttyy7
                        crw------- 1 root root 3, 152 Feb 12 2019 /dev/ttyy8
                        crw------- 1 root root 3, 153 Feb 12 2019 /dev/ttyy9
                        crw------- 1 root root 3, 154 Feb 12 2019 /dev/ttyya
                        crw------- 1 root root 3, 155 Feb 12 2019 /dev/ttyyb
                        crw------- 1 root root 3, 156 Feb 12 2019 /dev/ttyyc
                        crw------- 1 root root 3, 157 Feb 12 2019 /dev/ttyyd
                        crw------- 1 root root 3, 158 Feb 12 2019 /dev/ttyye
                        crw------- 1 root root 3, 159 Feb 12 2019 /dev/ttyyf
                        crw------- 1 root root 3, 160 Feb 12 2019 /dev/ttyz0
                        crw------- 1 root root 3, 161 Feb 12 2019 /dev/ttyz1
                        crw------- 1 root root 3, 162 Feb 12 2019 /dev/ttyz2
                        crw------- 1 root root 3, 163 Feb 12 2019 /dev/ttyz3
                        crw------- 1 root root 3, 164 Feb 12 2019 /dev/ttyz4
                        crw------- 1 root root 3, 165 Feb 12 2019 /dev/ttyz5
                        crw------- 1 root root 3, 166 Feb 12 2019 /dev/ttyz6
                        crw------- 1 root root 3, 167 Feb 12 2019 /dev/ttyz7
                        crw------- 1 root root 3, 168 Feb 12 2019 /dev/ttyz8
                        crw------- 1 root root 3, 169 Feb 12 2019 /dev/ttyz9
                        crw------- 1 root root 3, 170 Feb 12 2019 /dev/ttyza
                        crw------- 1 root root 3, 171 Feb 12 2019 /dev/ttyzb
                        crw------- 1 root root 3, 172 Feb 12 2019 /dev/ttyzc
                        crw------- 1 root root 3, 173 Feb 12 2019 /dev/ttyzd
                        crw------- 1 root root 3, 174 Feb 12 2019 /dev/ttyze
                        crw------- 1 root root 3, 175 Feb 12 2019 /dev/ttyzf
                        ash-4.4#

                        GlasfaserG Offline
                        GlasfaserG Offline
                        Glasfaser
                        schrieb am zuletzt editiert von
                        #264

                        @markus1337 sagte in Conbee USB Stick auf Synology Diskstation im Docker Container:

                        Bitte Ein/Ausgaben in Code-Tags posten !!

                        crw------- 1 root root 166, 0 Jun 19 18:33 /dev/ttyACM0

                        Da ist er doch !

                        müsste aber mit den Rechten so aussehen

                        crwxrwxrwx 1 root root 166,   0 May  4 16:49 /dev/ttyACM0
                        

                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                        M 1 Antwort Letzte Antwort
                        0
                        • GlasfaserG Glasfaser

                          @markus1337 sagte in Conbee USB Stick auf Synology Diskstation im Docker Container:

                          Bitte Ein/Ausgaben in Code-Tags posten !!

                          crw------- 1 root root 166, 0 Jun 19 18:33 /dev/ttyACM0

                          Da ist er doch !

                          müsste aber mit den Rechten so aussehen

                          crwxrwxrwx 1 root root 166,   0 May  4 16:49 /dev/ttyACM0
                          
                          M Offline
                          M Offline
                          markus1337
                          schrieb am zuletzt editiert von
                          #265

                          @glasfaser bis darauf das ich als admin angemeldet bin kann ich dir auch nicht mehr sagen .. daher hab ich ja um Hilfe via teamviewer gebeten weil ich Jetzt nicht der größte crack bin was die Synology und dessen Erweiterungen betrifft . .

                          ein und ausgaben mit posten ? ich hab doch den code den ich geschrieben habe mit gepostet, war der den du vorgegeben hast? :x

                          GlasfaserG 1 Antwort Letzte Antwort
                          0
                          • M markus1337

                            @glasfaser bis darauf das ich als admin angemeldet bin kann ich dir auch nicht mehr sagen .. daher hab ich ja um Hilfe via teamviewer gebeten weil ich Jetzt nicht der größte crack bin was die Synology und dessen Erweiterungen betrifft . .

                            ein und ausgaben mit posten ? ich hab doch den code den ich geschrieben habe mit gepostet, war der den du vorgegeben hast? :x

                            GlasfaserG Offline
                            GlasfaserG Offline
                            Glasfaser
                            schrieb am zuletzt editiert von
                            #266

                            @markus1337 sagte in Conbee USB Stick auf Synology Diskstation im Docker Container:

                            ein und ausgaben mit posten ? ich hab doch den code den ich geschrieben habe mit gepostet, war der den du vorgegeben hast?

                            Ja alles richtig , nur kann man das so nicht lesen ,

                            zu CodeTags ...

                            dp2.gif

                            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                            M 1 Antwort Letzte Antwort
                            0
                            • GlasfaserG Glasfaser

                              @markus1337 sagte in Conbee USB Stick auf Synology Diskstation im Docker Container:

                              ein und ausgaben mit posten ? ich hab doch den code den ich geschrieben habe mit gepostet, war der den du vorgegeben hast?

                              Ja alles richtig , nur kann man das so nicht lesen ,

                              zu CodeTags ...

                              dp2.gif

                              M Offline
                              M Offline
                              markus1337
                              schrieb am zuletzt editiert von
                              #267
                              
                              ash: /dev/ttyUSB0: No such file or directory
                              ash-4.4# ls -la /dev/tty*
                              crw-rw-rw- 1 root root   5,   0 Jun 19 18:05 /dev/tty
                              crw------- 1 root root   4,   0 Feb 12  2019 /dev/tty0
                              crw------- 1 root root   4,   1 Feb 12  2019 /dev/tty1
                              crw------- 1 root root   4,  10 Feb 12  2019 /dev/tty10
                              crw------- 1 root root   4,  11 Feb 12  2019 /dev/tty11
                              crw------- 1 root root   4,  12 Feb 12  2019 /dev/tty12
                              crw------- 1 root root   4,  13 Feb 12  2019 /dev/tty13
                              crw------- 1 root root   4,  14 Feb 12  2019 /dev/tty14
                              crw------- 1 root root   4,  15 Feb 12  2019 /dev/tty15
                              crw------- 1 root root   4,  16 Feb 12  2019 /dev/tty16
                              crw------- 1 root root   4,  17 Feb 12  2019 /dev/tty17
                              crw------- 1 root root   4,  18 Feb 12  2019 /dev/tty18
                              crw------- 1 root root   4,  19 Feb 12  2019 /dev/tty19
                              crw------- 1 root root   4,   2 Feb 12  2019 /dev/tty2
                              crw------- 1 root root   4,  20 Feb 12  2019 /dev/tty20
                              crw------- 1 root root   4,  21 Feb 12  2019 /dev/tty21
                              crw------- 1 root root   4,  22 Feb 12  2019 /dev/tty22
                              crw------- 1 root root   4,  23 Feb 12  2019 /dev/tty23
                              crw------- 1 root root   4,  24 Feb 12  2019 /dev/tty24
                              crw------- 1 root root   4,  25 Feb 12  2019 /dev/tty25
                              crw------- 1 root root   4,  26 Feb 12  2019 /dev/tty26
                              crw------- 1 root root   4,  27 Feb 12  2019 /dev/tty27
                              crw------- 1 root root   4,  28 Feb 12  2019 /dev/tty28
                              crw------- 1 root root   4,  29 Feb 12  2019 /dev/tty29
                              crw------- 1 root root   4,   3 Feb 12  2019 /dev/tty3
                              crw------- 1 root root   4,  30 Feb 12  2019 /dev/tty30
                              crw------- 1 root root   4,  31 Feb 12  2019 /dev/tty31
                              crw------- 1 root root   4,  32 Feb 12  2019 /dev/tty32
                              crw------- 1 root root   4,  33 Feb 12  2019 /dev/tty33
                              crw------- 1 root root   4,  34 Feb 12  2019 /dev/tty34
                              crw------- 1 root root   4,  35 Feb 12  2019 /dev/tty35
                              crw------- 1 root root   4,  36 Feb 12  2019 /dev/tty36
                              crw------- 1 root root   4,  37 Feb 12  2019 /dev/tty37
                              crw------- 1 root root   4,  38 Feb 12  2019 /dev/tty38
                              crw------- 1 root root   4,  39 Feb 12  2019 /dev/tty39
                              crw------- 1 root root   4,   4 Feb 12  2019 /dev/tty4
                              crw------- 1 root root   4,  40 Feb 12  2019 /dev/tty40
                              crw------- 1 root root   4,  41 Feb 12  2019 /dev/tty41
                              crw------- 1 root root   4,  42 Feb 12  2019 /dev/tty42
                              crw------- 1 root root   4,  43 Feb 12  2019 /dev/tty43
                              crw------- 1 root root   4,  44 Feb 12  2019 /dev/tty44
                              crw------- 1 root root   4,  45 Feb 12  2019 /dev/tty45
                              crw------- 1 root root   4,  46 Feb 12  2019 /dev/tty46
                              crw------- 1 root root   4,  47 Feb 12  2019 /dev/tty47
                              crw------- 1 root root   4,  48 Feb 12  2019 /dev/tty48
                              crw------- 1 root root   4,  49 Feb 12  2019 /dev/tty49
                              crw------- 1 root root   4,   5 Feb 12  2019 /dev/tty5
                              crw------- 1 root root   4,  50 Feb 12  2019 /dev/tty50
                              crw------- 1 root root   4,  51 Feb 12  2019 /dev/tty51
                              crw------- 1 root root   4,  52 Feb 12  2019 /dev/tty52
                              crw------- 1 root root   4,  53 Feb 12  2019 /dev/tty53
                              crw------- 1 root root   4,  54 Feb 12  2019 /dev/tty54
                              crw------- 1 root root   4,  55 Feb 12  2019 /dev/tty55
                              crw------- 1 root root   4,  56 Feb 12  2019 /dev/tty56
                              crw------- 1 root root   4,  57 Feb 12  2019 /dev/tty57
                              crw------- 1 root root   4,  58 Feb 12  2019 /dev/tty58
                              crw------- 1 root root   4,  59 Feb 12  2019 /dev/tty59
                              crw------- 1 root root   4,   6 Feb 12  2019 /dev/tty6
                              crw------- 1 root root   4,  60 Feb 12  2019 /dev/tty60
                              crw------- 1 root root   4,  61 Feb 12  2019 /dev/tty61
                              crw------- 1 root root   4,  62 Feb 12  2019 /dev/tty62
                              crw------- 1 root root   4,  63 Feb 12  2019 /dev/tty63
                              crw------- 1 root root   4,   7 Feb 12  2019 /dev/tty7
                              crw------- 1 root root   4,   8 Feb 12  2019 /dev/tty8
                              crw------- 1 root root   4,   9 Feb 12  2019 /dev/tty9
                              crw------- 1 root root   3, 176 Feb 12  2019 /dev/ttya0
                              crw------- 1 root root   3, 177 Feb 12  2019 /dev/ttya1
                              crw------- 1 root root   3, 178 Feb 12  2019 /dev/ttya2
                              crw------- 1 root root   3, 179 Feb 12  2019 /dev/ttya3
                              crw------- 1 root root   3, 180 Feb 12  2019 /dev/ttya4
                              crw------- 1 root root   3, 181 Feb 12  2019 /dev/ttya5
                              crw------- 1 root root   3, 182 Feb 12  2019 /dev/ttya6
                              crw------- 1 root root   3, 183 Feb 12  2019 /dev/ttya7
                              crw------- 1 root root   3, 184 Feb 12  2019 /dev/ttya8
                              crw------- 1 root root   3, 185 Feb 12  2019 /dev/ttya9
                              crw------- 1 root root   3, 186 Feb 12  2019 /dev/ttyaa
                              crw------- 1 root root   3, 187 Feb 12  2019 /dev/ttyab
                              crw------- 1 root root   3, 188 Feb 12  2019 /dev/ttyac
                              crw------- 1 root root 166,   0 Jun 19 18:33 /dev/ttyACM0
                              crw------- 1 root root   3, 189 Feb 12  2019 /dev/ttyad
                              crw------- 1 root root   3, 190 Feb 12  2019 /dev/ttyae
                              crw------- 1 root root   3, 191 Feb 12  2019 /dev/ttyaf
                              crw------- 1 root root   3, 192 Feb 12  2019 /dev/ttyb0
                              crw------- 1 root root   3, 193 Feb 12  2019 /dev/ttyb1
                              crw------- 1 root root   3, 194 Feb 12  2019 /dev/ttyb2
                              crw------- 1 root root   3, 195 Feb 12  2019 /dev/ttyb3
                              crw------- 1 root root   3, 196 Feb 12  2019 /dev/ttyb4
                              crw------- 1 root root   3, 197 Feb 12  2019 /dev/ttyb5
                              crw------- 1 root root   3, 198 Feb 12  2019 /dev/ttyb6
                              crw------- 1 root root   3, 199 Feb 12  2019 /dev/ttyb7
                              crw------- 1 root root   3, 200 Feb 12  2019 /dev/ttyb8
                              crw------- 1 root root   3, 201 Feb 12  2019 /dev/ttyb9
                              crw------- 1 root root   3, 202 Feb 12  2019 /dev/ttyba
                              crw------- 1 root root   3, 203 Feb 12  2019 /dev/ttybb
                              crw------- 1 root root   3, 204 Feb 12  2019 /dev/ttybc
                              crw------- 1 root root   3, 205 Feb 12  2019 /dev/ttybd
                              crw------- 1 root root   3, 206 Feb 12  2019 /dev/ttybe
                              crw------- 1 root root   3, 207 Feb 12  2019 /dev/ttybf
                              crw------- 1 root root   3, 208 Feb 12  2019 /dev/ttyc0
                              crw------- 1 root root   3, 209 Feb 12  2019 /dev/ttyc1
                              crw------- 1 root root   3, 210 Feb 12  2019 /dev/ttyc2
                              crw------- 1 root root   3, 211 Feb 12  2019 /dev/ttyc3
                              crw------- 1 root root   3, 212 Feb 12  2019 /dev/ttyc4
                              crw------- 1 root root   3, 213 Feb 12  2019 /dev/ttyc5
                              crw------- 1 root root   3, 214 Feb 12  2019 /dev/ttyc6
                              crw------- 1 root root   3, 215 Feb 12  2019 /dev/ttyc7
                              crw------- 1 root root   3, 216 Feb 12  2019 /dev/ttyc8
                              crw------- 1 root root   3, 217 Feb 12  2019 /dev/ttyc9
                              crw------- 1 root root   3, 218 Feb 12  2019 /dev/ttyca
                              crw------- 1 root root   3, 219 Feb 12  2019 /dev/ttycb
                              crw------- 1 root root   3, 220 Feb 12  2019 /dev/ttycc
                              crw------- 1 root root   3, 221 Feb 12  2019 /dev/ttycd
                              crw------- 1 root root   3, 222 Feb 12  2019 /dev/ttyce
                              crw------- 1 root root   3, 223 Feb 12  2019 /dev/ttycf
                              crw------- 1 root root   3, 224 Feb 12  2019 /dev/ttyd0
                              crw------- 1 root root   3, 225 Feb 12  2019 /dev/ttyd1
                              crw------- 1 root root   3, 226 Feb 12  2019 /dev/ttyd2
                              crw------- 1 root root   3, 227 Feb 12  2019 /dev/ttyd3
                              crw------- 1 root root   3, 228 Feb 12  2019 /dev/ttyd4
                              crw------- 1 root root   3, 229 Feb 12  2019 /dev/ttyd5
                              crw------- 1 root root   3, 230 Feb 12  2019 /dev/ttyd6
                              crw------- 1 root root   3, 231 Feb 12  2019 /dev/ttyd7
                              crw------- 1 root root   3, 232 Feb 12  2019 /dev/ttyd8
                              crw------- 1 root root   3, 233 Feb 12  2019 /dev/ttyd9
                              crw------- 1 root root   3, 234 Feb 12  2019 /dev/ttyda
                              crw------- 1 root root   3, 235 Feb 12  2019 /dev/ttydb
                              crw------- 1 root root   3, 236 Feb 12  2019 /dev/ttydc
                              crw------- 1 root root   3, 237 Feb 12  2019 /dev/ttydd
                              crw------- 1 root root   3, 238 Feb 12  2019 /dev/ttyde
                              crw------- 1 root root   3, 239 Feb 12  2019 /dev/ttydf
                              crw------- 1 root root   3, 240 Feb 12  2019 /dev/ttye0
                              crw------- 1 root root   3, 241 Feb 12  2019 /dev/ttye1
                              crw------- 1 root root   3, 242 Feb 12  2019 /dev/ttye2
                              crw------- 1 root root   3, 243 Feb 12  2019 /dev/ttye3
                              crw------- 1 root root   3, 244 Feb 12  2019 /dev/ttye4
                              crw------- 1 root root   3, 245 Feb 12  2019 /dev/ttye5
                              crw------- 1 root root   3, 246 Feb 12  2019 /dev/ttye6
                              crw------- 1 root root   3, 247 Feb 12  2019 /dev/ttye7
                              crw------- 1 root root   3, 248 Feb 12  2019 /dev/ttye8
                              crw------- 1 root root   3, 249 Feb 12  2019 /dev/ttye9
                              crw------- 1 root root   3, 250 Feb 12  2019 /dev/ttyea
                              crw------- 1 root root   3, 251 Feb 12  2019 /dev/ttyeb
                              crw------- 1 root root   3, 252 Feb 12  2019 /dev/ttyec
                              crw------- 1 root root   3, 253 Feb 12  2019 /dev/ttyed
                              crw------- 1 root root   3, 254 Feb 12  2019 /dev/ttyee
                              crw------- 1 root root   3, 255 Feb 12  2019 /dev/ttyef
                              crw------- 1 root root   3,   0 Feb 12  2019 /dev/ttyp0
                              crw------- 1 root root   3,   1 Feb 12  2019 /dev/ttyp1
                              crw------- 1 root root   3,   2 Feb 12  2019 /dev/ttyp2
                              crw------- 1 root root   3,   3 Feb 12  2019 /dev/ttyp3
                              crw------- 1 root root   3,   4 Feb 12  2019 /dev/ttyp4
                              crw------- 1 root root   3,   5 Feb 12  2019 /dev/ttyp5
                              crw------- 1 root root   3,   6 Feb 12  2019 /dev/ttyp6
                              crw------- 1 root root   3,   7 Feb 12  2019 /dev/ttyp7
                              crw------- 1 root root   3,   8 Feb 12  2019 /dev/ttyp8
                              crw------- 1 root root   3,   9 Feb 12  2019 /dev/ttyp9
                              crw------- 1 root root   3,  10 Feb 12  2019 /dev/ttypa
                              crw------- 1 root root   3,  11 Feb 12  2019 /dev/ttypb
                              crw------- 1 root root   3,  12 Feb 12  2019 /dev/ttypc
                              crw------- 1 root root   3,  13 Feb 12  2019 /dev/ttypd
                              crw------- 1 root root   3,  14 Feb 12  2019 /dev/ttype
                              crw------- 1 root root   3,  15 Feb 12  2019 /dev/ttypf
                              crw------- 1 root root   3,  16 Feb 12  2019 /dev/ttyq0
                              crw------- 1 root root   3,  17 Feb 12  2019 /dev/ttyq1
                              crw------- 1 root root   3,  18 Feb 12  2019 /dev/ttyq2
                              crw------- 1 root root   3,  19 Feb 12  2019 /dev/ttyq3
                              crw------- 1 root root   3,  20 Feb 12  2019 /dev/ttyq4
                              crw------- 1 root root   3,  21 Feb 12  2019 /dev/ttyq5
                              crw------- 1 root root   3,  22 Feb 12  2019 /dev/ttyq6
                              crw------- 1 root root   3,  23 Feb 12  2019 /dev/ttyq7
                              crw------- 1 root root   3,  24 Feb 12  2019 /dev/ttyq8
                              crw------- 1 root root   3,  25 Feb 12  2019 /dev/ttyq9
                              crw------- 1 root root   3,  26 Feb 12  2019 /dev/ttyqa
                              crw------- 1 root root   3,  27 Feb 12  2019 /dev/ttyqb
                              crw------- 1 root root   3,  28 Feb 12  2019 /dev/ttyqc
                              crw------- 1 root root   3,  29 Feb 12  2019 /dev/ttyqd
                              crw------- 1 root root   3,  30 Feb 12  2019 /dev/ttyqe
                              crw------- 1 root root   3,  31 Feb 12  2019 /dev/ttyqf
                              crw------- 1 root root   3,  32 Feb 12  2019 /dev/ttyr0
                              crw------- 1 root root   3,  33 Feb 12  2019 /dev/ttyr1
                              crw------- 1 root root   3,  34 Feb 12  2019 /dev/ttyr2
                              crw------- 1 root root   3,  35 Feb 12  2019 /dev/ttyr3
                              crw------- 1 root root   3,  36 Feb 12  2019 /dev/ttyr4
                              crw------- 1 root root   3,  37 Feb 12  2019 /dev/ttyr5
                              crw------- 1 root root   3,  38 Feb 12  2019 /dev/ttyr6
                              crw------- 1 root root   3,  39 Feb 12  2019 /dev/ttyr7
                              crw------- 1 root root   3,  40 Feb 12  2019 /dev/ttyr8
                              crw------- 1 root root   3,  41 Feb 12  2019 /dev/ttyr9
                              crw------- 1 root root   3,  42 Feb 12  2019 /dev/ttyra
                              crw------- 1 root root   3,  43 Feb 12  2019 /dev/ttyrb
                              crw------- 1 root root   3,  44 Feb 12  2019 /dev/ttyrc
                              crw------- 1 root root   3,  45 Feb 12  2019 /dev/ttyrd
                              crw------- 1 root root   3,  46 Feb 12  2019 /dev/ttyre
                              crw------- 1 root root   3,  47 Feb 12  2019 /dev/ttyrf
                              crw------- 1 root root   3,  48 Feb 12  2019 /dev/ttys0
                              crw------- 1 root root   4,  64 Jun 19 15:11 /dev/ttyS0
                              crw------- 1 root root   3,  49 Feb 12  2019 /dev/ttys1
                              crw------- 1 root root   4,  65 Jun 19 19:27 /dev/ttyS1
                              crw------- 1 root root   3,  50 Feb 12  2019 /dev/ttys2
                              crw------- 1 root root   4,  66 Feb 12  2019 /dev/ttyS2
                              crw------- 1 root root   3,  51 Feb 12  2019 /dev/ttys3
                              crw------- 1 root root   4,  67 Feb 12  2019 /dev/ttyS3
                              crw------- 1 root root   3,  52 Feb 12  2019 /dev/ttys4
                              crw------- 1 root root   3,  53 Feb 12  2019 /dev/ttys5
                              crw------- 1 root root   3,  54 Feb 12  2019 /dev/ttys6
                              crw------- 1 root root   3,  55 Feb 12  2019 /dev/ttys7
                              crw------- 1 root root   3,  56 Feb 12  2019 /dev/ttys8
                              crw------- 1 root root   3,  57 Feb 12  2019 /dev/ttys9
                              crw------- 1 root root   3,  58 Feb 12  2019 /dev/ttysa
                              crw------- 1 root root   3,  59 Feb 12  2019 /dev/ttysb
                              crw------- 1 root root   3,  60 Feb 12  2019 /dev/ttysc
                              crw------- 1 root root   3,  61 Feb 12  2019 /dev/ttysd
                              crw------- 1 root root   3,  62 Feb 12  2019 /dev/ttyse
                              crw------- 1 root root   3,  63 Feb 12  2019 /dev/ttysf
                              crw------- 1 root root   3,  64 Feb 12  2019 /dev/ttyt0
                              crw------- 1 root root   3,  65 Feb 12  2019 /dev/ttyt1
                              crw------- 1 root root   3,  66 Feb 12  2019 /dev/ttyt2
                              crw------- 1 root root   3,  67 Feb 12  2019 /dev/ttyt3
                              crw------- 1 root root   3,  68 Feb 12  2019 /dev/ttyt4
                              crw------- 1 root root   3,  69 Feb 12  2019 /dev/ttyt5
                              crw------- 1 root root   3,  70 Feb 12  2019 /dev/ttyt6
                              crw------- 1 root root   3,  71 Feb 12  2019 /dev/ttyt7
                              crw------- 1 root root   3,  72 Feb 12  2019 /dev/ttyt8
                              crw------- 1 root root   3,  73 Feb 12  2019 /dev/ttyt9
                              crw------- 1 root root   3,  74 Feb 12  2019 /dev/ttyta
                              crw------- 1 root root   3,  75 Feb 12  2019 /dev/ttytb
                              crw------- 1 root root   3,  76 Feb 12  2019 /dev/ttytc
                              crw------- 1 root root   3,  77 Feb 12  2019 /dev/ttytd
                              crw------- 1 root root   3,  78 Feb 12  2019 /dev/ttyte
                              crw------- 1 root root   3,  79 Feb 12  2019 /dev/ttytf
                              crw------- 1 root root   3,  80 Feb 12  2019 /dev/ttyu0
                              crw------- 1 root root   3,  81 Feb 12  2019 /dev/ttyu1
                              crw------- 1 root root   3,  82 Feb 12  2019 /dev/ttyu2
                              crw------- 1 root root   3,  83 Feb 12  2019 /dev/ttyu3
                              crw------- 1 root root   3,  84 Feb 12  2019 /dev/ttyu4
                              crw------- 1 root root   3,  85 Feb 12  2019 /dev/ttyu5
                              crw------- 1 root root   3,  86 Feb 12  2019 /dev/ttyu6
                              crw------- 1 root root   3,  87 Feb 12  2019 /dev/ttyu7
                              crw------- 1 root root   3,  88 Feb 12  2019 /dev/ttyu8
                              crw------- 1 root root   3,  89 Feb 12  2019 /dev/ttyu9
                              crw------- 1 root root   3,  90 Feb 12  2019 /dev/ttyua
                              crw------- 1 root root   3,  91 Feb 12  2019 /dev/ttyub
                              crw------- 1 root root   3,  92 Feb 12  2019 /dev/ttyuc
                              crw------- 1 root root   3,  93 Feb 12  2019 /dev/ttyud
                              crw------- 1 root root   3,  94 Feb 12  2019 /dev/ttyue
                              crw------- 1 root root   3,  95 Feb 12  2019 /dev/ttyuf
                              crw------- 1 root root   3,  96 Feb 12  2019 /dev/ttyv0
                              crw------- 1 root root   3,  97 Feb 12  2019 /dev/ttyv1
                              crw------- 1 root root   3,  98 Feb 12  2019 /dev/ttyv2
                              crw------- 1 root root   3,  99 Feb 12  2019 /dev/ttyv3
                              crw------- 1 root root   3, 100 Feb 12  2019 /dev/ttyv4
                              crw------- 1 root root   3, 101 Feb 12  2019 /dev/ttyv5
                              crw------- 1 root root   3, 102 Feb 12  2019 /dev/ttyv6
                              crw------- 1 root root   3, 103 Feb 12  2019 /dev/ttyv7
                              crw------- 1 root root   3, 104 Feb 12  2019 /dev/ttyv8
                              crw------- 1 root root   3, 105 Feb 12  2019 /dev/ttyv9
                              crw------- 1 root root   3, 106 Feb 12  2019 /dev/ttyva
                              crw------- 1 root root   3, 107 Feb 12  2019 /dev/ttyvb
                              crw------- 1 root root   3, 108 Feb 12  2019 /dev/ttyvc
                              crw------- 1 root root   3, 109 Feb 12  2019 /dev/ttyvd
                              crw------- 1 root root   3, 110 Feb 12  2019 /dev/ttyve
                              crw------- 1 root root   3, 111 Feb 12  2019 /dev/ttyvf
                              crw------- 1 root root   3, 112 Feb 12  2019 /dev/ttyw0
                              crw------- 1 root root   3, 113 Feb 12  2019 /dev/ttyw1
                              crw------- 1 root root   3, 114 Feb 12  2019 /dev/ttyw2
                              crw------- 1 root root   3, 115 Feb 12  2019 /dev/ttyw3
                              crw------- 1 root root   3, 116 Feb 12  2019 /dev/ttyw4
                              crw------- 1 root root   3, 117 Feb 12  2019 /dev/ttyw5
                              crw------- 1 root root   3, 118 Feb 12  2019 /dev/ttyw6
                              crw------- 1 root root   3, 119 Feb 12  2019 /dev/ttyw7
                              crw------- 1 root root   3, 120 Feb 12  2019 /dev/ttyw8
                              crw------- 1 root root   3, 121 Feb 12  2019 /dev/ttyw9
                              crw------- 1 root root   3, 122 Feb 12  2019 /dev/ttywa
                              crw------- 1 root root   3, 123 Feb 12  2019 /dev/ttywb
                              crw------- 1 root root   3, 124 Feb 12  2019 /dev/ttywc
                              crw------- 1 root root   3, 125 Feb 12  2019 /dev/ttywd
                              crw------- 1 root root   3, 126 Feb 12  2019 /dev/ttywe
                              crw------- 1 root root   3, 127 Feb 12  2019 /dev/ttywf
                              crw------- 1 root root   3, 128 Feb 12  2019 /dev/ttyx0
                              crw------- 1 root root   3, 129 Feb 12  2019 /dev/ttyx1
                              crw------- 1 root root   3, 130 Feb 12  2019 /dev/ttyx2
                              crw------- 1 root root   3, 131 Feb 12  2019 /dev/ttyx3
                              crw------- 1 root root   3, 132 Feb 12  2019 /dev/ttyx4
                              crw------- 1 root root   3, 133 Feb 12  2019 /dev/ttyx5
                              crw------- 1 root root   3, 134 Feb 12  2019 /dev/ttyx6
                              crw------- 1 root root   3, 135 Feb 12  2019 /dev/ttyx7
                              crw------- 1 root root   3, 136 Feb 12  2019 /dev/ttyx8
                              crw------- 1 root root   3, 137 Feb 12  2019 /dev/ttyx9
                              crw------- 1 root root   3, 138 Feb 12  2019 /dev/ttyxa
                              crw------- 1 root root   3, 139 Feb 12  2019 /dev/ttyxb
                              crw------- 1 root root   3, 140 Feb 12  2019 /dev/ttyxc
                              crw------- 1 root root   3, 141 Feb 12  2019 /dev/ttyxd
                              crw------- 1 root root   3, 142 Feb 12  2019 /dev/ttyxe
                              crw------- 1 root root   3, 143 Feb 12  2019 /dev/ttyxf
                              crw------- 1 root root   3, 144 Feb 12  2019 /dev/ttyy0
                              crw------- 1 root root   3, 145 Feb 12  2019 /dev/ttyy1
                              crw------- 1 root root   3, 146 Feb 12  2019 /dev/ttyy2
                              crw------- 1 root root   3, 147 Feb 12  2019 /dev/ttyy3
                              crw------- 1 root root   3, 148 Feb 12  2019 /dev/ttyy4
                              crw------- 1 root root   3, 149 Feb 12  2019 /dev/ttyy5
                              crw------- 1 root root   3, 150 Feb 12  2019 /dev/ttyy6
                              crw------- 1 root root   3, 151 Feb 12  2019 /dev/ttyy7
                              crw------- 1 root root   3, 152 Feb 12  2019 /dev/ttyy8
                              crw------- 1 root root   3, 153 Feb 12  2019 /dev/ttyy9
                              crw------- 1 root root   3, 154 Feb 12  2019 /dev/ttyya
                              crw------- 1 root root   3, 155 Feb 12  2019 /dev/ttyyb
                              crw------- 1 root root   3, 156 Feb 12  2019 /dev/ttyyc
                              crw------- 1 root root   3, 157 Feb 12  2019 /dev/ttyyd
                              crw------- 1 root root   3, 158 Feb 12  2019 /dev/ttyye
                              crw------- 1 root root   3, 159 Feb 12  2019 /dev/ttyyf
                              crw------- 1 root root   3, 160 Feb 12  2019 /dev/ttyz0
                              crw------- 1 root root   3, 161 Feb 12  2019 /dev/ttyz1
                              crw------- 1 root root   3, 162 Feb 12  2019 /dev/ttyz2
                              crw------- 1 root root   3, 163 Feb 12  2019 /dev/ttyz3
                              crw------- 1 root root   3, 164 Feb 12  2019 /dev/ttyz4
                              crw------- 1 root root   3, 165 Feb 12  2019 /dev/ttyz5
                              crw------- 1 root root   3, 166 Feb 12  2019 /dev/ttyz6
                              crw------- 1 root root   3, 167 Feb 12  2019 /dev/ttyz7
                              crw------- 1 root root   3, 168 Feb 12  2019 /dev/ttyz8
                              crw------- 1 root root   3, 169 Feb 12  2019 /dev/ttyz9
                              crw------- 1 root root   3, 170 Feb 12  2019 /dev/ttyza
                              crw------- 1 root root   3, 171 Feb 12  2019 /dev/ttyzb
                              crw------- 1 root root   3, 172 Feb 12  2019 /dev/ttyzc
                              crw------- 1 root root   3, 173 Feb 12  2019 /dev/ttyzd
                              crw------- 1 root root   3, 174 Feb 12  2019 /dev/ttyze
                              crw------- 1 root root   3, 175 Feb 12  2019 /dev/ttyzf
                              ash-4.4# 
                              
                              

                              tada

                              GlasfaserG 1 Antwort Letzte Antwort
                              0
                              • M markus1337
                                
                                ash: /dev/ttyUSB0: No such file or directory
                                ash-4.4# ls -la /dev/tty*
                                crw-rw-rw- 1 root root   5,   0 Jun 19 18:05 /dev/tty
                                crw------- 1 root root   4,   0 Feb 12  2019 /dev/tty0
                                crw------- 1 root root   4,   1 Feb 12  2019 /dev/tty1
                                crw------- 1 root root   4,  10 Feb 12  2019 /dev/tty10
                                crw------- 1 root root   4,  11 Feb 12  2019 /dev/tty11
                                crw------- 1 root root   4,  12 Feb 12  2019 /dev/tty12
                                crw------- 1 root root   4,  13 Feb 12  2019 /dev/tty13
                                crw------- 1 root root   4,  14 Feb 12  2019 /dev/tty14
                                crw------- 1 root root   4,  15 Feb 12  2019 /dev/tty15
                                crw------- 1 root root   4,  16 Feb 12  2019 /dev/tty16
                                crw------- 1 root root   4,  17 Feb 12  2019 /dev/tty17
                                crw------- 1 root root   4,  18 Feb 12  2019 /dev/tty18
                                crw------- 1 root root   4,  19 Feb 12  2019 /dev/tty19
                                crw------- 1 root root   4,   2 Feb 12  2019 /dev/tty2
                                crw------- 1 root root   4,  20 Feb 12  2019 /dev/tty20
                                crw------- 1 root root   4,  21 Feb 12  2019 /dev/tty21
                                crw------- 1 root root   4,  22 Feb 12  2019 /dev/tty22
                                crw------- 1 root root   4,  23 Feb 12  2019 /dev/tty23
                                crw------- 1 root root   4,  24 Feb 12  2019 /dev/tty24
                                crw------- 1 root root   4,  25 Feb 12  2019 /dev/tty25
                                crw------- 1 root root   4,  26 Feb 12  2019 /dev/tty26
                                crw------- 1 root root   4,  27 Feb 12  2019 /dev/tty27
                                crw------- 1 root root   4,  28 Feb 12  2019 /dev/tty28
                                crw------- 1 root root   4,  29 Feb 12  2019 /dev/tty29
                                crw------- 1 root root   4,   3 Feb 12  2019 /dev/tty3
                                crw------- 1 root root   4,  30 Feb 12  2019 /dev/tty30
                                crw------- 1 root root   4,  31 Feb 12  2019 /dev/tty31
                                crw------- 1 root root   4,  32 Feb 12  2019 /dev/tty32
                                crw------- 1 root root   4,  33 Feb 12  2019 /dev/tty33
                                crw------- 1 root root   4,  34 Feb 12  2019 /dev/tty34
                                crw------- 1 root root   4,  35 Feb 12  2019 /dev/tty35
                                crw------- 1 root root   4,  36 Feb 12  2019 /dev/tty36
                                crw------- 1 root root   4,  37 Feb 12  2019 /dev/tty37
                                crw------- 1 root root   4,  38 Feb 12  2019 /dev/tty38
                                crw------- 1 root root   4,  39 Feb 12  2019 /dev/tty39
                                crw------- 1 root root   4,   4 Feb 12  2019 /dev/tty4
                                crw------- 1 root root   4,  40 Feb 12  2019 /dev/tty40
                                crw------- 1 root root   4,  41 Feb 12  2019 /dev/tty41
                                crw------- 1 root root   4,  42 Feb 12  2019 /dev/tty42
                                crw------- 1 root root   4,  43 Feb 12  2019 /dev/tty43
                                crw------- 1 root root   4,  44 Feb 12  2019 /dev/tty44
                                crw------- 1 root root   4,  45 Feb 12  2019 /dev/tty45
                                crw------- 1 root root   4,  46 Feb 12  2019 /dev/tty46
                                crw------- 1 root root   4,  47 Feb 12  2019 /dev/tty47
                                crw------- 1 root root   4,  48 Feb 12  2019 /dev/tty48
                                crw------- 1 root root   4,  49 Feb 12  2019 /dev/tty49
                                crw------- 1 root root   4,   5 Feb 12  2019 /dev/tty5
                                crw------- 1 root root   4,  50 Feb 12  2019 /dev/tty50
                                crw------- 1 root root   4,  51 Feb 12  2019 /dev/tty51
                                crw------- 1 root root   4,  52 Feb 12  2019 /dev/tty52
                                crw------- 1 root root   4,  53 Feb 12  2019 /dev/tty53
                                crw------- 1 root root   4,  54 Feb 12  2019 /dev/tty54
                                crw------- 1 root root   4,  55 Feb 12  2019 /dev/tty55
                                crw------- 1 root root   4,  56 Feb 12  2019 /dev/tty56
                                crw------- 1 root root   4,  57 Feb 12  2019 /dev/tty57
                                crw------- 1 root root   4,  58 Feb 12  2019 /dev/tty58
                                crw------- 1 root root   4,  59 Feb 12  2019 /dev/tty59
                                crw------- 1 root root   4,   6 Feb 12  2019 /dev/tty6
                                crw------- 1 root root   4,  60 Feb 12  2019 /dev/tty60
                                crw------- 1 root root   4,  61 Feb 12  2019 /dev/tty61
                                crw------- 1 root root   4,  62 Feb 12  2019 /dev/tty62
                                crw------- 1 root root   4,  63 Feb 12  2019 /dev/tty63
                                crw------- 1 root root   4,   7 Feb 12  2019 /dev/tty7
                                crw------- 1 root root   4,   8 Feb 12  2019 /dev/tty8
                                crw------- 1 root root   4,   9 Feb 12  2019 /dev/tty9
                                crw------- 1 root root   3, 176 Feb 12  2019 /dev/ttya0
                                crw------- 1 root root   3, 177 Feb 12  2019 /dev/ttya1
                                crw------- 1 root root   3, 178 Feb 12  2019 /dev/ttya2
                                crw------- 1 root root   3, 179 Feb 12  2019 /dev/ttya3
                                crw------- 1 root root   3, 180 Feb 12  2019 /dev/ttya4
                                crw------- 1 root root   3, 181 Feb 12  2019 /dev/ttya5
                                crw------- 1 root root   3, 182 Feb 12  2019 /dev/ttya6
                                crw------- 1 root root   3, 183 Feb 12  2019 /dev/ttya7
                                crw------- 1 root root   3, 184 Feb 12  2019 /dev/ttya8
                                crw------- 1 root root   3, 185 Feb 12  2019 /dev/ttya9
                                crw------- 1 root root   3, 186 Feb 12  2019 /dev/ttyaa
                                crw------- 1 root root   3, 187 Feb 12  2019 /dev/ttyab
                                crw------- 1 root root   3, 188 Feb 12  2019 /dev/ttyac
                                crw------- 1 root root 166,   0 Jun 19 18:33 /dev/ttyACM0
                                crw------- 1 root root   3, 189 Feb 12  2019 /dev/ttyad
                                crw------- 1 root root   3, 190 Feb 12  2019 /dev/ttyae
                                crw------- 1 root root   3, 191 Feb 12  2019 /dev/ttyaf
                                crw------- 1 root root   3, 192 Feb 12  2019 /dev/ttyb0
                                crw------- 1 root root   3, 193 Feb 12  2019 /dev/ttyb1
                                crw------- 1 root root   3, 194 Feb 12  2019 /dev/ttyb2
                                crw------- 1 root root   3, 195 Feb 12  2019 /dev/ttyb3
                                crw------- 1 root root   3, 196 Feb 12  2019 /dev/ttyb4
                                crw------- 1 root root   3, 197 Feb 12  2019 /dev/ttyb5
                                crw------- 1 root root   3, 198 Feb 12  2019 /dev/ttyb6
                                crw------- 1 root root   3, 199 Feb 12  2019 /dev/ttyb7
                                crw------- 1 root root   3, 200 Feb 12  2019 /dev/ttyb8
                                crw------- 1 root root   3, 201 Feb 12  2019 /dev/ttyb9
                                crw------- 1 root root   3, 202 Feb 12  2019 /dev/ttyba
                                crw------- 1 root root   3, 203 Feb 12  2019 /dev/ttybb
                                crw------- 1 root root   3, 204 Feb 12  2019 /dev/ttybc
                                crw------- 1 root root   3, 205 Feb 12  2019 /dev/ttybd
                                crw------- 1 root root   3, 206 Feb 12  2019 /dev/ttybe
                                crw------- 1 root root   3, 207 Feb 12  2019 /dev/ttybf
                                crw------- 1 root root   3, 208 Feb 12  2019 /dev/ttyc0
                                crw------- 1 root root   3, 209 Feb 12  2019 /dev/ttyc1
                                crw------- 1 root root   3, 210 Feb 12  2019 /dev/ttyc2
                                crw------- 1 root root   3, 211 Feb 12  2019 /dev/ttyc3
                                crw------- 1 root root   3, 212 Feb 12  2019 /dev/ttyc4
                                crw------- 1 root root   3, 213 Feb 12  2019 /dev/ttyc5
                                crw------- 1 root root   3, 214 Feb 12  2019 /dev/ttyc6
                                crw------- 1 root root   3, 215 Feb 12  2019 /dev/ttyc7
                                crw------- 1 root root   3, 216 Feb 12  2019 /dev/ttyc8
                                crw------- 1 root root   3, 217 Feb 12  2019 /dev/ttyc9
                                crw------- 1 root root   3, 218 Feb 12  2019 /dev/ttyca
                                crw------- 1 root root   3, 219 Feb 12  2019 /dev/ttycb
                                crw------- 1 root root   3, 220 Feb 12  2019 /dev/ttycc
                                crw------- 1 root root   3, 221 Feb 12  2019 /dev/ttycd
                                crw------- 1 root root   3, 222 Feb 12  2019 /dev/ttyce
                                crw------- 1 root root   3, 223 Feb 12  2019 /dev/ttycf
                                crw------- 1 root root   3, 224 Feb 12  2019 /dev/ttyd0
                                crw------- 1 root root   3, 225 Feb 12  2019 /dev/ttyd1
                                crw------- 1 root root   3, 226 Feb 12  2019 /dev/ttyd2
                                crw------- 1 root root   3, 227 Feb 12  2019 /dev/ttyd3
                                crw------- 1 root root   3, 228 Feb 12  2019 /dev/ttyd4
                                crw------- 1 root root   3, 229 Feb 12  2019 /dev/ttyd5
                                crw------- 1 root root   3, 230 Feb 12  2019 /dev/ttyd6
                                crw------- 1 root root   3, 231 Feb 12  2019 /dev/ttyd7
                                crw------- 1 root root   3, 232 Feb 12  2019 /dev/ttyd8
                                crw------- 1 root root   3, 233 Feb 12  2019 /dev/ttyd9
                                crw------- 1 root root   3, 234 Feb 12  2019 /dev/ttyda
                                crw------- 1 root root   3, 235 Feb 12  2019 /dev/ttydb
                                crw------- 1 root root   3, 236 Feb 12  2019 /dev/ttydc
                                crw------- 1 root root   3, 237 Feb 12  2019 /dev/ttydd
                                crw------- 1 root root   3, 238 Feb 12  2019 /dev/ttyde
                                crw------- 1 root root   3, 239 Feb 12  2019 /dev/ttydf
                                crw------- 1 root root   3, 240 Feb 12  2019 /dev/ttye0
                                crw------- 1 root root   3, 241 Feb 12  2019 /dev/ttye1
                                crw------- 1 root root   3, 242 Feb 12  2019 /dev/ttye2
                                crw------- 1 root root   3, 243 Feb 12  2019 /dev/ttye3
                                crw------- 1 root root   3, 244 Feb 12  2019 /dev/ttye4
                                crw------- 1 root root   3, 245 Feb 12  2019 /dev/ttye5
                                crw------- 1 root root   3, 246 Feb 12  2019 /dev/ttye6
                                crw------- 1 root root   3, 247 Feb 12  2019 /dev/ttye7
                                crw------- 1 root root   3, 248 Feb 12  2019 /dev/ttye8
                                crw------- 1 root root   3, 249 Feb 12  2019 /dev/ttye9
                                crw------- 1 root root   3, 250 Feb 12  2019 /dev/ttyea
                                crw------- 1 root root   3, 251 Feb 12  2019 /dev/ttyeb
                                crw------- 1 root root   3, 252 Feb 12  2019 /dev/ttyec
                                crw------- 1 root root   3, 253 Feb 12  2019 /dev/ttyed
                                crw------- 1 root root   3, 254 Feb 12  2019 /dev/ttyee
                                crw------- 1 root root   3, 255 Feb 12  2019 /dev/ttyef
                                crw------- 1 root root   3,   0 Feb 12  2019 /dev/ttyp0
                                crw------- 1 root root   3,   1 Feb 12  2019 /dev/ttyp1
                                crw------- 1 root root   3,   2 Feb 12  2019 /dev/ttyp2
                                crw------- 1 root root   3,   3 Feb 12  2019 /dev/ttyp3
                                crw------- 1 root root   3,   4 Feb 12  2019 /dev/ttyp4
                                crw------- 1 root root   3,   5 Feb 12  2019 /dev/ttyp5
                                crw------- 1 root root   3,   6 Feb 12  2019 /dev/ttyp6
                                crw------- 1 root root   3,   7 Feb 12  2019 /dev/ttyp7
                                crw------- 1 root root   3,   8 Feb 12  2019 /dev/ttyp8
                                crw------- 1 root root   3,   9 Feb 12  2019 /dev/ttyp9
                                crw------- 1 root root   3,  10 Feb 12  2019 /dev/ttypa
                                crw------- 1 root root   3,  11 Feb 12  2019 /dev/ttypb
                                crw------- 1 root root   3,  12 Feb 12  2019 /dev/ttypc
                                crw------- 1 root root   3,  13 Feb 12  2019 /dev/ttypd
                                crw------- 1 root root   3,  14 Feb 12  2019 /dev/ttype
                                crw------- 1 root root   3,  15 Feb 12  2019 /dev/ttypf
                                crw------- 1 root root   3,  16 Feb 12  2019 /dev/ttyq0
                                crw------- 1 root root   3,  17 Feb 12  2019 /dev/ttyq1
                                crw------- 1 root root   3,  18 Feb 12  2019 /dev/ttyq2
                                crw------- 1 root root   3,  19 Feb 12  2019 /dev/ttyq3
                                crw------- 1 root root   3,  20 Feb 12  2019 /dev/ttyq4
                                crw------- 1 root root   3,  21 Feb 12  2019 /dev/ttyq5
                                crw------- 1 root root   3,  22 Feb 12  2019 /dev/ttyq6
                                crw------- 1 root root   3,  23 Feb 12  2019 /dev/ttyq7
                                crw------- 1 root root   3,  24 Feb 12  2019 /dev/ttyq8
                                crw------- 1 root root   3,  25 Feb 12  2019 /dev/ttyq9
                                crw------- 1 root root   3,  26 Feb 12  2019 /dev/ttyqa
                                crw------- 1 root root   3,  27 Feb 12  2019 /dev/ttyqb
                                crw------- 1 root root   3,  28 Feb 12  2019 /dev/ttyqc
                                crw------- 1 root root   3,  29 Feb 12  2019 /dev/ttyqd
                                crw------- 1 root root   3,  30 Feb 12  2019 /dev/ttyqe
                                crw------- 1 root root   3,  31 Feb 12  2019 /dev/ttyqf
                                crw------- 1 root root   3,  32 Feb 12  2019 /dev/ttyr0
                                crw------- 1 root root   3,  33 Feb 12  2019 /dev/ttyr1
                                crw------- 1 root root   3,  34 Feb 12  2019 /dev/ttyr2
                                crw------- 1 root root   3,  35 Feb 12  2019 /dev/ttyr3
                                crw------- 1 root root   3,  36 Feb 12  2019 /dev/ttyr4
                                crw------- 1 root root   3,  37 Feb 12  2019 /dev/ttyr5
                                crw------- 1 root root   3,  38 Feb 12  2019 /dev/ttyr6
                                crw------- 1 root root   3,  39 Feb 12  2019 /dev/ttyr7
                                crw------- 1 root root   3,  40 Feb 12  2019 /dev/ttyr8
                                crw------- 1 root root   3,  41 Feb 12  2019 /dev/ttyr9
                                crw------- 1 root root   3,  42 Feb 12  2019 /dev/ttyra
                                crw------- 1 root root   3,  43 Feb 12  2019 /dev/ttyrb
                                crw------- 1 root root   3,  44 Feb 12  2019 /dev/ttyrc
                                crw------- 1 root root   3,  45 Feb 12  2019 /dev/ttyrd
                                crw------- 1 root root   3,  46 Feb 12  2019 /dev/ttyre
                                crw------- 1 root root   3,  47 Feb 12  2019 /dev/ttyrf
                                crw------- 1 root root   3,  48 Feb 12  2019 /dev/ttys0
                                crw------- 1 root root   4,  64 Jun 19 15:11 /dev/ttyS0
                                crw------- 1 root root   3,  49 Feb 12  2019 /dev/ttys1
                                crw------- 1 root root   4,  65 Jun 19 19:27 /dev/ttyS1
                                crw------- 1 root root   3,  50 Feb 12  2019 /dev/ttys2
                                crw------- 1 root root   4,  66 Feb 12  2019 /dev/ttyS2
                                crw------- 1 root root   3,  51 Feb 12  2019 /dev/ttys3
                                crw------- 1 root root   4,  67 Feb 12  2019 /dev/ttyS3
                                crw------- 1 root root   3,  52 Feb 12  2019 /dev/ttys4
                                crw------- 1 root root   3,  53 Feb 12  2019 /dev/ttys5
                                crw------- 1 root root   3,  54 Feb 12  2019 /dev/ttys6
                                crw------- 1 root root   3,  55 Feb 12  2019 /dev/ttys7
                                crw------- 1 root root   3,  56 Feb 12  2019 /dev/ttys8
                                crw------- 1 root root   3,  57 Feb 12  2019 /dev/ttys9
                                crw------- 1 root root   3,  58 Feb 12  2019 /dev/ttysa
                                crw------- 1 root root   3,  59 Feb 12  2019 /dev/ttysb
                                crw------- 1 root root   3,  60 Feb 12  2019 /dev/ttysc
                                crw------- 1 root root   3,  61 Feb 12  2019 /dev/ttysd
                                crw------- 1 root root   3,  62 Feb 12  2019 /dev/ttyse
                                crw------- 1 root root   3,  63 Feb 12  2019 /dev/ttysf
                                crw------- 1 root root   3,  64 Feb 12  2019 /dev/ttyt0
                                crw------- 1 root root   3,  65 Feb 12  2019 /dev/ttyt1
                                crw------- 1 root root   3,  66 Feb 12  2019 /dev/ttyt2
                                crw------- 1 root root   3,  67 Feb 12  2019 /dev/ttyt3
                                crw------- 1 root root   3,  68 Feb 12  2019 /dev/ttyt4
                                crw------- 1 root root   3,  69 Feb 12  2019 /dev/ttyt5
                                crw------- 1 root root   3,  70 Feb 12  2019 /dev/ttyt6
                                crw------- 1 root root   3,  71 Feb 12  2019 /dev/ttyt7
                                crw------- 1 root root   3,  72 Feb 12  2019 /dev/ttyt8
                                crw------- 1 root root   3,  73 Feb 12  2019 /dev/ttyt9
                                crw------- 1 root root   3,  74 Feb 12  2019 /dev/ttyta
                                crw------- 1 root root   3,  75 Feb 12  2019 /dev/ttytb
                                crw------- 1 root root   3,  76 Feb 12  2019 /dev/ttytc
                                crw------- 1 root root   3,  77 Feb 12  2019 /dev/ttytd
                                crw------- 1 root root   3,  78 Feb 12  2019 /dev/ttyte
                                crw------- 1 root root   3,  79 Feb 12  2019 /dev/ttytf
                                crw------- 1 root root   3,  80 Feb 12  2019 /dev/ttyu0
                                crw------- 1 root root   3,  81 Feb 12  2019 /dev/ttyu1
                                crw------- 1 root root   3,  82 Feb 12  2019 /dev/ttyu2
                                crw------- 1 root root   3,  83 Feb 12  2019 /dev/ttyu3
                                crw------- 1 root root   3,  84 Feb 12  2019 /dev/ttyu4
                                crw------- 1 root root   3,  85 Feb 12  2019 /dev/ttyu5
                                crw------- 1 root root   3,  86 Feb 12  2019 /dev/ttyu6
                                crw------- 1 root root   3,  87 Feb 12  2019 /dev/ttyu7
                                crw------- 1 root root   3,  88 Feb 12  2019 /dev/ttyu8
                                crw------- 1 root root   3,  89 Feb 12  2019 /dev/ttyu9
                                crw------- 1 root root   3,  90 Feb 12  2019 /dev/ttyua
                                crw------- 1 root root   3,  91 Feb 12  2019 /dev/ttyub
                                crw------- 1 root root   3,  92 Feb 12  2019 /dev/ttyuc
                                crw------- 1 root root   3,  93 Feb 12  2019 /dev/ttyud
                                crw------- 1 root root   3,  94 Feb 12  2019 /dev/ttyue
                                crw------- 1 root root   3,  95 Feb 12  2019 /dev/ttyuf
                                crw------- 1 root root   3,  96 Feb 12  2019 /dev/ttyv0
                                crw------- 1 root root   3,  97 Feb 12  2019 /dev/ttyv1
                                crw------- 1 root root   3,  98 Feb 12  2019 /dev/ttyv2
                                crw------- 1 root root   3,  99 Feb 12  2019 /dev/ttyv3
                                crw------- 1 root root   3, 100 Feb 12  2019 /dev/ttyv4
                                crw------- 1 root root   3, 101 Feb 12  2019 /dev/ttyv5
                                crw------- 1 root root   3, 102 Feb 12  2019 /dev/ttyv6
                                crw------- 1 root root   3, 103 Feb 12  2019 /dev/ttyv7
                                crw------- 1 root root   3, 104 Feb 12  2019 /dev/ttyv8
                                crw------- 1 root root   3, 105 Feb 12  2019 /dev/ttyv9
                                crw------- 1 root root   3, 106 Feb 12  2019 /dev/ttyva
                                crw------- 1 root root   3, 107 Feb 12  2019 /dev/ttyvb
                                crw------- 1 root root   3, 108 Feb 12  2019 /dev/ttyvc
                                crw------- 1 root root   3, 109 Feb 12  2019 /dev/ttyvd
                                crw------- 1 root root   3, 110 Feb 12  2019 /dev/ttyve
                                crw------- 1 root root   3, 111 Feb 12  2019 /dev/ttyvf
                                crw------- 1 root root   3, 112 Feb 12  2019 /dev/ttyw0
                                crw------- 1 root root   3, 113 Feb 12  2019 /dev/ttyw1
                                crw------- 1 root root   3, 114 Feb 12  2019 /dev/ttyw2
                                crw------- 1 root root   3, 115 Feb 12  2019 /dev/ttyw3
                                crw------- 1 root root   3, 116 Feb 12  2019 /dev/ttyw4
                                crw------- 1 root root   3, 117 Feb 12  2019 /dev/ttyw5
                                crw------- 1 root root   3, 118 Feb 12  2019 /dev/ttyw6
                                crw------- 1 root root   3, 119 Feb 12  2019 /dev/ttyw7
                                crw------- 1 root root   3, 120 Feb 12  2019 /dev/ttyw8
                                crw------- 1 root root   3, 121 Feb 12  2019 /dev/ttyw9
                                crw------- 1 root root   3, 122 Feb 12  2019 /dev/ttywa
                                crw------- 1 root root   3, 123 Feb 12  2019 /dev/ttywb
                                crw------- 1 root root   3, 124 Feb 12  2019 /dev/ttywc
                                crw------- 1 root root   3, 125 Feb 12  2019 /dev/ttywd
                                crw------- 1 root root   3, 126 Feb 12  2019 /dev/ttywe
                                crw------- 1 root root   3, 127 Feb 12  2019 /dev/ttywf
                                crw------- 1 root root   3, 128 Feb 12  2019 /dev/ttyx0
                                crw------- 1 root root   3, 129 Feb 12  2019 /dev/ttyx1
                                crw------- 1 root root   3, 130 Feb 12  2019 /dev/ttyx2
                                crw------- 1 root root   3, 131 Feb 12  2019 /dev/ttyx3
                                crw------- 1 root root   3, 132 Feb 12  2019 /dev/ttyx4
                                crw------- 1 root root   3, 133 Feb 12  2019 /dev/ttyx5
                                crw------- 1 root root   3, 134 Feb 12  2019 /dev/ttyx6
                                crw------- 1 root root   3, 135 Feb 12  2019 /dev/ttyx7
                                crw------- 1 root root   3, 136 Feb 12  2019 /dev/ttyx8
                                crw------- 1 root root   3, 137 Feb 12  2019 /dev/ttyx9
                                crw------- 1 root root   3, 138 Feb 12  2019 /dev/ttyxa
                                crw------- 1 root root   3, 139 Feb 12  2019 /dev/ttyxb
                                crw------- 1 root root   3, 140 Feb 12  2019 /dev/ttyxc
                                crw------- 1 root root   3, 141 Feb 12  2019 /dev/ttyxd
                                crw------- 1 root root   3, 142 Feb 12  2019 /dev/ttyxe
                                crw------- 1 root root   3, 143 Feb 12  2019 /dev/ttyxf
                                crw------- 1 root root   3, 144 Feb 12  2019 /dev/ttyy0
                                crw------- 1 root root   3, 145 Feb 12  2019 /dev/ttyy1
                                crw------- 1 root root   3, 146 Feb 12  2019 /dev/ttyy2
                                crw------- 1 root root   3, 147 Feb 12  2019 /dev/ttyy3
                                crw------- 1 root root   3, 148 Feb 12  2019 /dev/ttyy4
                                crw------- 1 root root   3, 149 Feb 12  2019 /dev/ttyy5
                                crw------- 1 root root   3, 150 Feb 12  2019 /dev/ttyy6
                                crw------- 1 root root   3, 151 Feb 12  2019 /dev/ttyy7
                                crw------- 1 root root   3, 152 Feb 12  2019 /dev/ttyy8
                                crw------- 1 root root   3, 153 Feb 12  2019 /dev/ttyy9
                                crw------- 1 root root   3, 154 Feb 12  2019 /dev/ttyya
                                crw------- 1 root root   3, 155 Feb 12  2019 /dev/ttyyb
                                crw------- 1 root root   3, 156 Feb 12  2019 /dev/ttyyc
                                crw------- 1 root root   3, 157 Feb 12  2019 /dev/ttyyd
                                crw------- 1 root root   3, 158 Feb 12  2019 /dev/ttyye
                                crw------- 1 root root   3, 159 Feb 12  2019 /dev/ttyyf
                                crw------- 1 root root   3, 160 Feb 12  2019 /dev/ttyz0
                                crw------- 1 root root   3, 161 Feb 12  2019 /dev/ttyz1
                                crw------- 1 root root   3, 162 Feb 12  2019 /dev/ttyz2
                                crw------- 1 root root   3, 163 Feb 12  2019 /dev/ttyz3
                                crw------- 1 root root   3, 164 Feb 12  2019 /dev/ttyz4
                                crw------- 1 root root   3, 165 Feb 12  2019 /dev/ttyz5
                                crw------- 1 root root   3, 166 Feb 12  2019 /dev/ttyz6
                                crw------- 1 root root   3, 167 Feb 12  2019 /dev/ttyz7
                                crw------- 1 root root   3, 168 Feb 12  2019 /dev/ttyz8
                                crw------- 1 root root   3, 169 Feb 12  2019 /dev/ttyz9
                                crw------- 1 root root   3, 170 Feb 12  2019 /dev/ttyza
                                crw------- 1 root root   3, 171 Feb 12  2019 /dev/ttyzb
                                crw------- 1 root root   3, 172 Feb 12  2019 /dev/ttyzc
                                crw------- 1 root root   3, 173 Feb 12  2019 /dev/ttyzd
                                crw------- 1 root root   3, 174 Feb 12  2019 /dev/ttyze
                                crw------- 1 root root   3, 175 Feb 12  2019 /dev/ttyzf
                                ash-4.4# 
                                
                                

                                tada

                                GlasfaserG Offline
                                GlasfaserG Offline
                                Glasfaser
                                schrieb am zuletzt editiert von
                                #268

                                @markus1337 sagte in Conbee USB Stick auf Synology Diskstation im Docker Container:

                                /dev/ttyUSB0: No such file or directory

                                Warum suchst du immer nach USB !?
                                Habe dir oben schon genannt , wo der Stick ist .

                                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                M 1 Antwort Letzte Antwort
                                0
                                • GlasfaserG Glasfaser

                                  @markus1337 sagte in Conbee USB Stick auf Synology Diskstation im Docker Container:

                                  /dev/ttyUSB0: No such file or directory

                                  Warum suchst du immer nach USB !?
                                  Habe dir oben schon genannt , wo der Stick ist .

                                  M Offline
                                  M Offline
                                  markus1337
                                  schrieb am zuletzt editiert von
                                  #269

                                  @glasfaser machs mal n bisschen deutlicher für mich bitte. ich seh nicht wo du mir genannt hast bzw. wo du den stick angezeigt siehst.

                                  GlasfaserG 1 Antwort Letzte Antwort
                                  0
                                  • M markus1337

                                    @glasfaser machs mal n bisschen deutlicher für mich bitte. ich seh nicht wo du mir genannt hast bzw. wo du den stick angezeigt siehst.

                                    GlasfaserG Offline
                                    GlasfaserG Offline
                                    Glasfaser
                                    schrieb am zuletzt editiert von
                                    #270

                                    @markus1337

                                    947d15ba-6eb5-47df-acb3-3210a65c3616-grafik.png

                                    72a43140-d9b3-4a0d-9f60-1750727171f6-grafik.png

                                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                    M 1 Antwort Letzte Antwort
                                    0
                                    • GlasfaserG Glasfaser

                                      @markus1337

                                      947d15ba-6eb5-47df-acb3-3210a65c3616-grafik.png

                                      72a43140-d9b3-4a0d-9f60-1750727171f6-grafik.png

                                      M Offline
                                      M Offline
                                      markus1337
                                      schrieb am zuletzt editiert von
                                      #271

                                      @glasfaser okay super, und mit der Information machen wir nun wie weiter? :D der stick wird also angezeigt, das heißt er ist schonmal da bzw. wird erkannt. yuhuuuu

                                      GlasfaserG 1 Antwort Letzte Antwort
                                      0
                                      • M markus1337

                                        @glasfaser okay super, und mit der Information machen wir nun wie weiter? :D der stick wird also angezeigt, das heißt er ist schonmal da bzw. wird erkannt. yuhuuuu

                                        GlasfaserG Offline
                                        GlasfaserG Offline
                                        Glasfaser
                                        schrieb am zuletzt editiert von
                                        #272

                                        @markus1337

                                        jetzt kann @haselchen weiterhelfen , denn Conbee nutze ich nicht mehr ( zu lange her )

                                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                        M 1 Antwort Letzte Antwort
                                        0
                                        • GlasfaserG Glasfaser

                                          @markus1337

                                          jetzt kann @haselchen weiterhelfen , denn Conbee nutze ich nicht mehr ( zu lange her )

                                          M Offline
                                          M Offline
                                          markus1337
                                          schrieb am zuletzt editiert von
                                          #273

                                          @glasfaser okaaaay ... dann danke bis hier hin ..

                                          haselchenH 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          658

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe