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

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Docker Iobroker USB Device Synology DS918+ pass

NEWS

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

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

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

Docker Iobroker USB Device Synology DS918+ pass

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
docker portaineriobrokersmartmeter weidmann stromzähleusb stick einbindensynologyds918+
85 Beiträge 7 Kommentatoren 12.8k Aufrufe 5 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.
  • M Matis

    Auf der Syno werden die USB Ports auf ttyUSBx gemapt und nicht auf ttyACMx.
    In der Konfig von Smartmeter kann der richtige Port nur auftauchen, wenn Du die Treiber hats diese auch mit dmesg sichtbar sind!
    Wenn das bei Dir in der Synology im terminal nicht so aussieht, hast Du keine Treiber für USB und es kann nicht funktionieren (ich hab zwei Zähler, also USB0 und USB1, entspricht port 0 und 1):

    sudo dmesg | grep tty

    [ 0.000000] console [ttyS0] enabled
    [ 4.179440] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 4.206694] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    [ 28.089700] synobios open /dev/ttyS1 success
    [ 46.446614] synobios open /dev/ttyS1 success
    [ 85.562849] usb 2-1: pl2303 converter now attached to ttyUSB0
    [ 85.594646] usb 2-2: pl2303 converter now attached to ttyUSB1

    P.S. die Bezeichnung der RS232 Konverter kann natürlich ander sein, nicht aber ttyUSB0/1

    B Offline
    B Offline
    Boardy
    schrieb am zuletzt editiert von
    #39

    @Matis Also das von dir genannte USB Paket gibt es bei mir nicht - dafür aber USB Copy und das hatte ich aktiv... bei mir ist ja auch der ttyUSB0 vorhanden und ich kann die Rechte verändern - denke der Teil passt schon und es ist wie André sagt das Problem, dass der Parameter nicht sauber übergeben wird - teste ich heute Abend mit Portainer...

    M GlasfaserG 3 Antworten Letzte Antwort
    0
    • B Boardy

      @Matis Also das von dir genannte USB Paket gibt es bei mir nicht - dafür aber USB Copy und das hatte ich aktiv... bei mir ist ja auch der ttyUSB0 vorhanden und ich kann die Rechte verändern - denke der Teil passt schon und es ist wie André sagt das Problem, dass der Parameter nicht sauber übergeben wird - teste ich heute Abend mit Portainer...

      M Offline
      M Offline
      Matis
      schrieb am zuletzt editiert von
      #40

      @Boardy was zeigt denn sudo dmesg | grep tty bei dir an?
      Nach den Bildern weiter oben, sieht das anders aus.

      B 1 Antwort Letzte Antwort
      0
      • M Matis

        @Boardy was zeigt denn sudo dmesg | grep tty bei dir an?
        Nach den Bildern weiter oben, sieht das anders aus.

        B Offline
        B Offline
        Boardy
        schrieb am zuletzt editiert von
        #41

        @Matis auf der Syno oder im Container? oben das war doch im Container, da kommt nichts an...

        1 Antwort Letzte Antwort
        0
        • B Boardy

          @Matis Also das von dir genannte USB Paket gibt es bei mir nicht - dafür aber USB Copy und das hatte ich aktiv... bei mir ist ja auch der ttyUSB0 vorhanden und ich kann die Rechte verändern - denke der Teil passt schon und es ist wie André sagt das Problem, dass der Parameter nicht sauber übergeben wird - teste ich heute Abend mit Portainer...

          M Offline
          M Offline
          Matis
          schrieb am zuletzt editiert von
          #42

          @Boardy ... du kannst im Container and USB0 eintragen was du willst, daran ändert auch portainer nichts, wenn es den port nicht gibt, kann auch nichts übergeben werden.

          M 1 Antwort Letzte Antwort
          0
          • M Matis

            @Boardy ... du kannst im Container and USB0 eintragen was du willst, daran ändert auch portainer nichts, wenn es den port nicht gibt, kann auch nichts übergeben werden.

            M Offline
            M Offline
            Matis
            schrieb am zuletzt editiert von Matis
            #43

            @Boardy ... im ssh Terminal-Fenster, wenn es in der Syno nicht vorhanden ist, kann es auch im COntainer nicht vorhanden sein!

            B 1 Antwort Letzte Antwort
            0
            • M Matis

              @Boardy ... im ssh Terminal-Fenster, wenn es in der Syno nicht vorhanden ist, kann es auch im COntainer nicht vorhanden sein!

              B Offline
              B Offline
              Boardy
              schrieb am zuletzt editiert von
              #44

              @Matis da ist es natürlich da... sagte ich doch: oben der Screenshot ist aus dem Container - mit privilegiertem Container läuft ja auch alles ...

              1 Antwort Letzte Antwort
              0
              • andreA andre

                @Boardy Du arbeitest mit der Synology Oberfläche? Da kannst du kein Device durch reichen... Die Umgebungsvariable setzt nur die Berechtigungen...
                Entweder du startest deinen Container privileged oder du steigst auf portainer als Weboberfläche oder die Kommandozeile um.

                MfG,
                André

                B Offline
                B Offline
                Boardy
                schrieb am zuletzt editiert von
                #45

                @andre Ich gehe davon aus dass du weißt, dass deine Homepage offline ist...
                Ich bekome es leider nicht hin unter Portainer eine neue IOBroker Instanz anzulegen, die Parameter muss man alle von hand eintragen? (in der syno Oberfläche ist ja alles vorbelgt) wenn ich dann starte kommt die Meldung das das /bin/bash,-c,/opt/scripts/iobroker_startup.sh nicht existiert - ich finde leider keine Anleitung - alles verweißt auf deine Hompage...

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • B Boardy

                  @andre Ich gehe davon aus dass du weißt, dass deine Homepage offline ist...
                  Ich bekome es leider nicht hin unter Portainer eine neue IOBroker Instanz anzulegen, die Parameter muss man alle von hand eintragen? (in der syno Oberfläche ist ja alles vorbelgt) wenn ich dann starte kommt die Meldung das das /bin/bash,-c,/opt/scripts/iobroker_startup.sh nicht existiert - ich finde leider keine Anleitung - alles verweißt auf deine Hompage...

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #46

                  @Boardy sagte in Docker Iobroker USB Device Synology DS918+ pass:

                  /bin/bash,-c,/opt/scripts/iobroker_startup.sh

                  Das ist ja auch kein gültiger Pfad.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  B 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @Boardy sagte in Docker Iobroker USB Device Synology DS918+ pass:

                    /bin/bash,-c,/opt/scripts/iobroker_startup.sh

                    Das ist ja auch kein gültiger Pfad.

                    B Offline
                    B Offline
                    Boardy
                    schrieb am zuletzt editiert von
                    #47

                    ich habe es nun am laufen... keine weitern Parameter mitgegeben außer Netzwerkkarte, den USB Parameter und das Docker Laufwerk mapping... Container läuft nun , aber auch ohne USB Zugriff :cold_sweat:

                    1 Antwort Letzte Antwort
                    0
                    • B Boardy

                      @Matis Also das von dir genannte USB Paket gibt es bei mir nicht - dafür aber USB Copy und das hatte ich aktiv... bei mir ist ja auch der ttyUSB0 vorhanden und ich kann die Rechte verändern - denke der Teil passt schon und es ist wie André sagt das Problem, dass der Parameter nicht sauber übergeben wird - teste ich heute Abend mit Portainer...

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

                      @Boardy sagte in Docker Iobroker USB Device Synology DS918+ pass:

                      Also das von dir genannte USB Paket gibt es bei mir nicht -

                      Das wir nachinstalliert : Link Text

                      .
                      1.JPG

                      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 ..

                      B 1 Antwort Letzte Antwort
                      0
                      • GlasfaserG Glasfaser

                        @Boardy sagte in Docker Iobroker USB Device Synology DS918+ pass:

                        Also das von dir genannte USB Paket gibt es bei mir nicht -

                        Das wir nachinstalliert : Link Text

                        .
                        1.JPG

                        B Offline
                        B Offline
                        Boardy
                        schrieb am zuletzt editiert von
                        #49

                        Hab ich nun installiert...

                         lsusb -v
                        
                        Bus 001 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT                                                                         232 USB-Serial (UART) IC
                        Couldn't open device, some information will be missing
                        Device Descriptor:
                          bLength                18
                          bDescriptorType         1
                          bcdUSB               2.00
                          bDeviceClass            0 (Defined at Interface level)
                          bDeviceSubClass         0
                          bDeviceProtocol         0
                          bMaxPacketSize0         8
                          idVendor           0x0403 Future Technology Devices International, Ltd
                          idProduct          0x6001 FT232 USB-Serial (UART) IC
                          bcdDevice            6.00
                          iManufacturer           1
                          iProduct                2
                          iSerial                 3
                          bNumConfigurations      1
                        Couldn't get configuration descriptor 0, some information will be missing
                        Couldn't get configuration descriptor 0, some information will be missing
                        
                        Bus 001 Device 003: ID f400:f400
                        Couldn't open device, some information will be missing
                        Device Descriptor:
                        
                        

                        Rechte Sitzen auch :
                        652e34f3-e576-4b63-8045-0a9612540155-grafik.png

                        aber es ändert nichts... im Container:
                        77a76f94-649b-4659-9f99-f65396c6a6bd-grafik.png

                        745fec8e-f8b4-4014-8280-3fd2ab4fd6b5-grafik.png

                        GlasfaserG 1 Antwort Letzte Antwort
                        0
                        • B Boardy

                          Hab ich nun installiert...

                           lsusb -v
                          
                          Bus 001 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT                                                                         232 USB-Serial (UART) IC
                          Couldn't open device, some information will be missing
                          Device Descriptor:
                            bLength                18
                            bDescriptorType         1
                            bcdUSB               2.00
                            bDeviceClass            0 (Defined at Interface level)
                            bDeviceSubClass         0
                            bDeviceProtocol         0
                            bMaxPacketSize0         8
                            idVendor           0x0403 Future Technology Devices International, Ltd
                            idProduct          0x6001 FT232 USB-Serial (UART) IC
                            bcdDevice            6.00
                            iManufacturer           1
                            iProduct                2
                            iSerial                 3
                            bNumConfigurations      1
                          Couldn't get configuration descriptor 0, some information will be missing
                          Couldn't get configuration descriptor 0, some information will be missing
                          
                          Bus 001 Device 003: ID f400:f400
                          Couldn't open device, some information will be missing
                          Device Descriptor:
                          
                          

                          Rechte Sitzen auch :
                          652e34f3-e576-4b63-8045-0a9612540155-grafik.png

                          aber es ändert nichts... im Container:
                          77a76f94-649b-4659-9f99-f65396c6a6bd-grafik.png

                          745fec8e-f8b4-4014-8280-3fd2ab4fd6b5-grafik.png

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

                          @Boardy

                          mache den nochmal

                          chown root:dialout /dev/ttyUSB0
                          chmod g+rw /dev/ttyUSB0
                          

                          und dann die Ausgabe

                          ls -la /dev/tty*
                          

                          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 ..

                          B 1 Antwort Letzte Antwort
                          0
                          • GlasfaserG Glasfaser

                            @Boardy

                            mache den nochmal

                            chown root:dialout /dev/ttyUSB0
                            chmod g+rw /dev/ttyUSB0
                            

                            und dann die Ausgabe

                            ls -la /dev/tty*
                            
                            B Offline
                            B Offline
                            Boardy
                            schrieb am zuletzt editiert von
                            #51

                            @Glasfaser chmod sitzt doch schon? 777 includiert doch g+rw?
                            aber chown kenne ich nicht und das wirft einen Fehler...?
                            $ chown root:dialout /dev/ttyUSB0
                            chown: invalid group: ‘root:dialout’

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

                              @Glasfaser chmod sitzt doch schon? 777 includiert doch g+rw?
                              aber chown kenne ich nicht und das wirft einen Fehler...?
                              $ chown root:dialout /dev/ttyUSB0
                              chown: invalid group: ‘root:dialout’

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

                              @Boardy

                              dann warte bis @Matis dir weiter hilft , denn ich komme so nicht weiter .....da wie ich schon erwähnt habe kein USB Modbus habe.

                              so ist es bei meinem Zigbee

                              root@iobroker:/opt/iobroker# ls -la /dev/ttyA*                                                          
                              crw-rw-rw- 1 root dialout 166, 0 Sep 27 20:04 /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 ..

                              B 1 Antwort Letzte Antwort
                              0
                              • GlasfaserG Glasfaser

                                @Boardy

                                dann warte bis @Matis dir weiter hilft , denn ich komme so nicht weiter .....da wie ich schon erwähnt habe kein USB Modbus habe.

                                so ist es bei meinem Zigbee

                                root@iobroker:/opt/iobroker# ls -la /dev/ttyA*                                                          
                                crw-rw-rw- 1 root dialout 166, 0 Sep 27 20:04 /dev/ttyACM0
                                
                                B Offline
                                B Offline
                                Boardy
                                schrieb am zuletzt editiert von
                                #53

                                @Glasfaser Hab gerade geguckt was chown macht, so wie es aussiht hab ich die Gruppe dialout nicht...??? Fraglich ob ich dies benötige oder nicht.. nochmals vielen Dank für die Ideen.. ich gedulde mich ...

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • B Boardy

                                  @Glasfaser Hab gerade geguckt was chown macht, so wie es aussiht hab ich die Gruppe dialout nicht...??? Fraglich ob ich dies benötige oder nicht.. nochmals vielen Dank für die Ideen.. ich gedulde mich ...

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von Thomas Braun
                                  #54

                                  @Boardy
                                  dialout ist eigentlich eine der absoluten Standardgruppen.
                                  Vielleicht ist dein user nur nicht Mitglied dieser Gruppe.

                                  groups
                                  

                                  anschauen.

                                  [Edit:] Ach, Synology... Da hab ich keine Ahnung von. Vielleicht sind die Gruppen da auch anders...

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  B 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @Boardy
                                    dialout ist eigentlich eine der absoluten Standardgruppen.
                                    Vielleicht ist dein user nur nicht Mitglied dieser Gruppe.

                                    groups
                                    

                                    anschauen.

                                    [Edit:] Ach, Synology... Da hab ich keine Ahnung von. Vielleicht sind die Gruppen da auch anders...

                                    B Offline
                                    B Offline
                                    Boardy
                                    schrieb am zuletzt editiert von
                                    #55

                                    @Thomas-Braun Ja Synology, hab gerad ein /etc/group nachgesehen, dialout gibt es nicht

                                    GlasfaserG 1 Antwort Letzte Antwort
                                    0
                                    • B Boardy

                                      @Thomas-Braun Ja Synology, hab gerad ein /etc/group nachgesehen, dialout gibt es nicht

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

                                      @Thomas-Braun

                                      [Edit:] Ach, Synology... Da hab ich keine Ahnung von. Vielleicht sind die Gruppen da auch anders...

                                      root@iobroker:/opt/iobroker# groups
                                      root
                                      

                                      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 ..

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • GlasfaserG Glasfaser

                                        @Thomas-Braun

                                        [Edit:] Ach, Synology... Da hab ich keine Ahnung von. Vielleicht sind die Gruppen da auch anders...

                                        root@iobroker:/opt/iobroker# groups
                                        root
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von Thomas Braun
                                        #57

                                        @Glasfaser root darf alles, der braucht nicht in Gruppen sein.
                                        Wird nur für User benötigt.
                                        dialout hat bei mir beide User drin:

                                        pi@raspberrypi:~ $ cat /etc/group | grep dialout
                                        dialout:x:20:pi,iobroker

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        B 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @Glasfaser root darf alles, der braucht nicht in Gruppen sein.
                                          Wird nur für User benötigt.
                                          dialout hat bei mir beide User drin:

                                          pi@raspberrypi:~ $ cat /etc/group | grep dialout
                                          dialout:x:20:pi,iobroker
                                          B Offline
                                          B Offline
                                          Boardy
                                          schrieb am zuletzt editiert von
                                          #58

                                          So, kurze Rückmeldung : es läuft nun alles...
                                          Den USB Treiber benötige ich bei der DS920+ allerdings nicht, ich weiß nicht was nun genau gefehlt hat aber nach dem Restarten und ggf etwas ausgeschlafener hat es nun geklappt... jetzt kämpfe ich noch mit einem CRC Fehler aber das ist ein Modbus Thema...

                                          D 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          790

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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