Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. docker install Synology DSM 7 zigbee stick nicht erkannt

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    docker install Synology DSM 7 zigbee stick nicht erkannt

    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      heinzie @Steff75 last edited by heinzie

      @steff75 Habe mich wohl etwas unklar ausgedrückt. Ich habe das genau so gemacht wie du es angegeben hast. Mit script war dein user.conf File gemeint was du beschrieben hast.

      S 1 Reply Last reply Reply Quote 0
      • S
        Steff75 @heinzie last edited by

        @heinzie ok. Also ich hatte die Datei als User root angelegt. Berechtigung ist 644.
        Hattest du auch einen Reboot gemacht? Nur dann wird durch das Vorhandensein der Datei das Laden der eingetragenen Module ausgelöst.

        H 1 Reply Last reply Reply Quote 0
        • H
          heinzie @Steff75 last edited by

          @steff75 Ja habe mehrmals die NAS neu gestartet. Berechtingungen hatte ich 777 vergeben, müsste dann aber eigentlich auch funktionieren, oder?

          S 1 Reply Last reply Reply Quote 0
          • S
            Steff75 @heinzie last edited by

            @heinzie Bin mir da nicht sicher. Alternativ kannst du ja auch im Aufgabenplaner die Module laden lassen, als Event Boot, als Benutzer root. Da brauchst du aber auch das sudo nicht voranstellen.

            H 1 Reply Last reply Reply Quote 0
            • H
              heinzie @Steff75 last edited by

              @steff75 Danke. Mit den geänderten Berechtigungen geht es leider auch nicht. Werde mich dann einmal an dem Aufgabenplaner versuchen.

              1 Reply Last reply Reply Quote 0
              • ?
                A Former User last edited by

                LOL, ich hab gerade das hier gefunden.

                https://mariushosting.com/synology-how-to-add-usb-support-on-dsm-7/

                gehen damit die USB Dinger wieder? Ziggbee , Connbee2 und so?

                N 1 Reply Last reply Reply Quote 0
                • N
                  nachon @Guest last edited by

                  Hallo,

                  ich weiss, ich hole hier einen wirklich alten Thread wieder raus, aber aufgrund von anderen Probleme war ich nun gezwungen auf DSM 7.1.X upzugraden.

                  Seither bekomme ich meinen ioBroker Container nicht mehr zum laufen.
                  Die Meldung:

                  ERROR: for bc01307252f5_iobroker1  Cannot start service iobroker: error gathering device information while adding custom device "/dev/ttyUSB0": no such file or directory
                  
                  ERROR: for iobroker  Cannot start service iobroker: error gathering device information while adding custom device "/dev/ttyUSB0": no such file or directory
                  

                  Ich nutze einen Zigbee Stick von hier (von dimaiv)

                  Irgendwie bekomme ich das nicht zum laufen. Ich bin dabei der Anleitung von hier gefolgt:
                  https://mariushosting.com/synology-how-to-add-usb-support-on-dsm-7/

                  Wenn ich lsusb eingebe erhalte ich folgendes:

                  lsusb
                  |__usb1          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
                    |__1-1         1a86:7523:0263 ff  1.10   12MBit/s 98mA 1IF  ( ffffffd8ffffffb9ffffffd0ffffffa2)
                    |__1-4         f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 65007AA0F472B860)
                  |__usb2          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
                  

                  Ich habe es anschliessend auch über die Konsole wie folgt probiert:

                  sudo -i
                  /sbin/modprobe usbserial
                  /sbin/modprobe ftdi_sio
                  /sbin/modprobe cdc-acm
                  

                  Leider brachte auch das kein Erfolg.

                  Hat jemand eine Idee, oder bin ich hier auf verlorenem Posten und muss alles aufgeben?

                  Besten Dank schonmal.

                  Glasfaser 2 Replies Last reply Reply Quote 0
                  • Glasfaser
                    Glasfaser @nachon last edited by Glasfaser

                    @nachon sagte in docker install Synology DSM 7 zigbee stick nicht erkannt:

                    Seither bekomme ich meinen ioBroker Container nicht mehr zum laufen.

                    Logo ..
                    da er nicht in Devices eingetragen ist .

                    Beispiel :

                    b53a79b7-fb81-4077-b19f-a0be8fecd41a-grafik.png

                    steht auch hier :

                    https://github.com/buanet/ioBroker.docker/issues/307

                    GTV1 created this issue in buanet/ioBroker.docker

                    closed [Problem]: After adding USBDEVICES iobroker did not start ( restart in a loop ) #307

                    1 Reply Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @nachon last edited by Glasfaser

                      @nachon sagte in docker install Synology DSM 7 zigbee stick nicht erkannt:

                      Ich bin dabei der Anleitung von hier gefolgt:

                      und noch dazu wird der Stick auch nicht mehr erkannt.

                      Was sagt

                      in der Synology

                      ls -l /dev/ttyUSB* && ls -l /dev/ttyA*
                      

                      im ioBroker Docker

                      ls -l /dev/ttyUSB* && ls -l /dev/ttyA*
                      
                      N 1 Reply Last reply Reply Quote 0
                      • N
                        nachon @Glasfaser last edited by

                        @glasfaser

                        Hi, vielen Dank.

                        In der Synology kommt folgendes:

                        ls -l /dev/ttyUSB* && ls -l /dev/ttyA*
                        ls: cannot access '/dev/ttyUSB*': No such file or directory
                        

                        Im ioBroker Docker kann ich nicht gucken, der startet ja nicht. Da komme ich demnach nicht drauf.

                        Glasfaser 1 Reply Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser @nachon last edited by Glasfaser

                          @nachon

                          Starte die Synology neu .

                          Hinweis : Lass den Stick drin ., beim reboot .. nicht rein und raus stecken !!!

                          dann :
                          Ausgabe von

                          ls -l /dev/ttyUSB*
                          
                          ls -l /dev/ttyA*
                          
                          ls -l /dev/*
                          
                          N 1 Reply Last reply Reply Quote 0
                          • N
                            nachon @Glasfaser last edited by

                            @glasfaser

                            Besten Dank.
                            Neustart gemacht; Stick nicht angefasst. (Also normal stecken gelassen)
                            Ausgaben wie folgt:

                            ls -l /dev/ttyUSB*
                            ls: cannot access '/dev/ttyUSB*': No such file or directory
                            
                            ls -l /dev/ttyA*
                            ls: cannot access '/dev/ttyA*': No such file or directory
                            

                            Und hier nun etwsa länger:

                             ls -l /dev/*
                            crw------- 1 root root   10, 234 Feb  4 16:05 /dev/btrfs-control
                            crw------- 1 root root    5,   1 Feb  4 16:05 /dev/console
                            lrwxrwxrwx 1 root root        11 Feb  4 16:05 /dev/core -> /proc/kcore
                            crw------- 1 root root   10,  62 Feb  4 16:05 /dev/cpu_dma_latency
                            crw------- 1 root root   29,   0 Feb  4 16:05 /dev/fb0
                            lrwxrwxrwx 1 root root        13 Feb  4 16:05 /dev/fd -> /proc/self/fd
                            crw-rw-rw- 1 root root    1,   7 Feb  4 16:05 /dev/full
                            crw-rw-rw- 1 root users  10, 229 Feb  4 16:06 /dev/fuse
                            crw------- 1 root root   89,   0 Feb  4 16:05 /dev/i2c-0
                            crw------- 1 root root   89,   1 Feb  4 16:05 /dev/i2c-1
                            crw------- 1 root root   89,   2 Feb  4 16:05 /dev/i2c-2
                            crw------- 1 root root   89,   3 Feb  4 16:05 /dev/i2c-3
                            crw------- 1 root root   89,   4 Feb  4 16:05 /dev/i2c-4
                            crw------- 1 root root    1,   2 Feb  4 16:05 /dev/kmem
                            crw-r--r-- 1 root root    1,  11 Feb  4 16:05 /dev/kmsg
                            lrwxrwxrwx 1 root root        28 Feb  4 16:05 /dev/log -> /run/systemd/journal/dev-log
                            brw------- 1 root root    7,   0 Feb  4 16:05 /dev/loop0
                            brw------- 1 root root    7,   1 Feb  4 16:05 /dev/loop1
                            brw------- 1 root root    7,   2 Feb  4 16:05 /dev/loop2
                            brw------- 1 root root    7,   3 Feb  4 16:05 /dev/loop3
                            brw------- 1 root root    7,   4 Feb  4 16:05 /dev/loop4
                            brw------- 1 root root    7,   5 Feb  4 16:05 /dev/loop5
                            brw------- 1 root root    7,   6 Feb  4 16:05 /dev/loop6
                            brw------- 1 root root    7,   7 Feb  4 16:05 /dev/loop7
                            crw------- 1 root root   10, 237 Feb  4 16:05 /dev/loop-control
                            crw------- 1 root root   10, 227 Feb  4 16:05 /dev/mcelog
                            brw------- 1 root root    9,   0 Feb  4 16:05 /dev/md0
                            brw------- 1 root root    9,   1 Feb  4 16:05 /dev/md1
                            brw------- 1 root root    9,   2 Feb  4 16:05 /dev/md2
                            crw------- 1 root root    1,   1 Feb  4 16:05 /dev/mem
                            crw------- 1 root root   10,  59 Feb  4 16:05 /dev/memory_bandwidth
                            crw------- 1 root root   10,  61 Feb  4 16:05 /dev/network_latency
                            crw------- 1 root root   10,  60 Feb  4 16:05 /dev/network_throughput
                            crw-rw-rw- 1 root root    1,   3 Feb  4 16:05 /dev/null
                            crw------- 1 root root    1,   4 Feb  4 16:05 /dev/port
                            crw-rw-rw- 1 root root    5,   2 Feb  4 16:07 /dev/ptmx
                            crw------- 1 root root  252,   0 Feb  4 16:05 /dev/ptp0
                            crw------- 1 root root    2, 176 Feb  4  2023 /dev/ptya0
                            crw------- 1 root root    2, 177 Feb  4  2023 /dev/ptya1
                            crw------- 1 root root    2, 178 Feb  4  2023 /dev/ptya2
                            crw------- 1 root root    2, 179 Feb  4  2023 /dev/ptya3
                            crw------- 1 root root    2, 180 Feb  4  2023 /dev/ptya4
                            crw------- 1 root root    2, 181 Feb  4  2023 /dev/ptya5
                            crw------- 1 root root    2, 182 Feb  4  2023 /dev/ptya6
                            crw------- 1 root root    2, 183 Feb  4  2023 /dev/ptya7
                            crw------- 1 root root    2, 184 Feb  4  2023 /dev/ptya8
                            crw------- 1 root root    2, 185 Feb  4  2023 /dev/ptya9
                            crw------- 1 root root    2, 186 Feb  4  2023 /dev/ptyaa
                            crw------- 1 root root    2, 187 Feb  4  2023 /dev/ptyab
                            crw------- 1 root root    2, 188 Feb  4  2023 /dev/ptyac
                            crw------- 1 root root    2, 189 Feb  4  2023 /dev/ptyad
                            crw------- 1 root root    2, 190 Feb  4  2023 /dev/ptyae
                            crw------- 1 root root    2, 191 Feb  4  2023 /dev/ptyaf
                            crw------- 1 root root    2, 192 Feb  4  2023 /dev/ptyb0
                            crw------- 1 root root    2, 193 Feb  4  2023 /dev/ptyb1
                            crw------- 1 root root    2, 194 Feb  4  2023 /dev/ptyb2
                            crw------- 1 root root    2, 195 Feb  4  2023 /dev/ptyb3
                            crw------- 1 root root    2, 196 Feb  4  2023 /dev/ptyb4
                            crw------- 1 root root    2, 197 Feb  4  2023 /dev/ptyb5
                            crw------- 1 root root    2, 198 Feb  4  2023 /dev/ptyb6
                            crw------- 1 root root    2, 199 Feb  4  2023 /dev/ptyb7
                            crw------- 1 root root    2, 200 Feb  4  2023 /dev/ptyb8
                            crw------- 1 root root    2, 201 Feb  4  2023 /dev/ptyb9
                            crw------- 1 root root    2, 202 Feb  4  2023 /dev/ptyba
                            crw------- 1 root root    2, 203 Feb  4  2023 /dev/ptybb
                            crw------- 1 root root    2, 204 Feb  4  2023 /dev/ptybc
                            crw------- 1 root root    2, 205 Feb  4  2023 /dev/ptybd
                            crw------- 1 root root    2, 206 Feb  4  2023 /dev/ptybe
                            crw------- 1 root root    2, 207 Feb  4  2023 /dev/ptybf
                            crw------- 1 root root    2, 208 Feb  4  2023 /dev/ptyc0
                            crw------- 1 root root    2, 209 Feb  4  2023 /dev/ptyc1
                            crw------- 1 root root    2, 210 Feb  4  2023 /dev/ptyc2
                            crw------- 1 root root    2, 211 Feb  4  2023 /dev/ptyc3
                            crw------- 1 root root    2, 212 Feb  4  2023 /dev/ptyc4
                            crw------- 1 root root    2, 213 Feb  4  2023 /dev/ptyc5
                            crw------- 1 root root    2, 214 Feb  4  2023 /dev/ptyc6
                            crw------- 1 root root    2, 215 Feb  4  2023 /dev/ptyc7
                            crw------- 1 root root    2, 216 Feb  4  2023 /dev/ptyc8
                            crw------- 1 root root    2, 217 Feb  4  2023 /dev/ptyc9
                            crw------- 1 root root    2, 218 Feb  4  2023 /dev/ptyca
                            crw------- 1 root root    2, 219 Feb  4  2023 /dev/ptycb
                            crw------- 1 root root    2, 220 Feb  4  2023 /dev/ptycc
                            crw------- 1 root root    2, 221 Feb  4  2023 /dev/ptycd
                            crw------- 1 root root    2, 222 Feb  4  2023 /dev/ptyce
                            crw------- 1 root root    2, 223 Feb  4  2023 /dev/ptycf
                            crw------- 1 root root    2, 224 Feb  4  2023 /dev/ptyd0
                            crw------- 1 root root    2, 225 Feb  4  2023 /dev/ptyd1
                            crw------- 1 root root    2, 226 Feb  4  2023 /dev/ptyd2
                            crw------- 1 root root    2, 227 Feb  4  2023 /dev/ptyd3
                            crw------- 1 root root    2, 228 Feb  4  2023 /dev/ptyd4
                            crw------- 1 root root    2, 229 Feb  4  2023 /dev/ptyd5
                            crw------- 1 root root    2, 230 Feb  4  2023 /dev/ptyd6
                            crw------- 1 root root    2, 231 Feb  4  2023 /dev/ptyd7
                            crw------- 1 root root    2, 232 Feb  4  2023 /dev/ptyd8
                            crw------- 1 root root    2, 233 Feb  4  2023 /dev/ptyd9
                            crw------- 1 root root    2, 234 Feb  4  2023 /dev/ptyda
                            crw------- 1 root root    2, 235 Feb  4  2023 /dev/ptydb
                            crw------- 1 root root    2, 236 Feb  4  2023 /dev/ptydc
                            crw------- 1 root root    2, 237 Feb  4  2023 /dev/ptydd
                            crw------- 1 root root    2, 238 Feb  4  2023 /dev/ptyde
                            crw------- 1 root root    2, 239 Feb  4  2023 /dev/ptydf
                            crw------- 1 root root    2, 240 Feb  4  2023 /dev/ptye0
                            crw------- 1 root root    2, 241 Feb  4  2023 /dev/ptye1
                            crw------- 1 root root    2, 242 Feb  4  2023 /dev/ptye2
                            crw------- 1 root root    2, 243 Feb  4  2023 /dev/ptye3
                            crw------- 1 root root    2, 244 Feb  4  2023 /dev/ptye4
                            crw------- 1 root root    2, 245 Feb  4  2023 /dev/ptye5
                            crw------- 1 root root    2, 246 Feb  4  2023 /dev/ptye6
                            crw------- 1 root root    2, 247 Feb  4  2023 /dev/ptye7
                            crw------- 1 root root    2, 248 Feb  4  2023 /dev/ptye8
                            crw------- 1 root root    2, 249 Feb  4  2023 /dev/ptye9
                            crw------- 1 root root    2, 250 Feb  4  2023 /dev/ptyea
                            crw------- 1 root root    2, 251 Feb  4  2023 /dev/ptyeb
                            crw------- 1 root root    2, 252 Feb  4  2023 /dev/ptyec
                            crw------- 1 root root    2, 253 Feb  4  2023 /dev/ptyed
                            crw------- 1 root root    2, 254 Feb  4  2023 /dev/ptyee
                            crw------- 1 root root    2, 255 Feb  4  2023 /dev/ptyef
                            crw------- 1 root root    2,   0 Feb  4  2023 /dev/ptyp0
                            crw------- 1 root root    2,   1 Feb  4  2023 /dev/ptyp1
                            crw------- 1 root root    2,   2 Feb  4  2023 /dev/ptyp2
                            crw------- 1 root root    2,   3 Feb  4  2023 /dev/ptyp3
                            crw------- 1 root root    2,   4 Feb  4  2023 /dev/ptyp4
                            crw------- 1 root root    2,   5 Feb  4  2023 /dev/ptyp5
                            crw------- 1 root root    2,   6 Feb  4  2023 /dev/ptyp6
                            crw------- 1 root root    2,   7 Feb  4  2023 /dev/ptyp7
                            crw------- 1 root root    2,   8 Feb  4  2023 /dev/ptyp8
                            crw------- 1 root root    2,   9 Feb  4  2023 /dev/ptyp9
                            crw------- 1 root root    2,  10 Feb  4  2023 /dev/ptypa
                            crw------- 1 root root    2,  11 Feb  4  2023 /dev/ptypb
                            crw------- 1 root root    2,  12 Feb  4  2023 /dev/ptypc
                            crw------- 1 root root    2,  13 Feb  4  2023 /dev/ptypd
                            crw------- 1 root root    2,  14 Feb  4  2023 /dev/ptype
                            crw------- 1 root root    2,  15 Feb  4  2023 /dev/ptypf
                            crw------- 1 root root    2,  16 Feb  4  2023 /dev/ptyq0
                            crw------- 1 root root    2,  17 Feb  4  2023 /dev/ptyq1
                            crw------- 1 root root    2,  18 Feb  4  2023 /dev/ptyq2
                            crw------- 1 root root    2,  19 Feb  4  2023 /dev/ptyq3
                            crw------- 1 root root    2,  20 Feb  4  2023 /dev/ptyq4
                            crw------- 1 root root    2,  21 Feb  4  2023 /dev/ptyq5
                            crw------- 1 root root    2,  22 Feb  4  2023 /dev/ptyq6
                            crw------- 1 root root    2,  23 Feb  4  2023 /dev/ptyq7
                            crw------- 1 root root    2,  24 Feb  4  2023 /dev/ptyq8
                            crw------- 1 root root    2,  25 Feb  4  2023 /dev/ptyq9
                            crw------- 1 root root    2,  26 Feb  4  2023 /dev/ptyqa
                            crw------- 1 root root    2,  27 Feb  4  2023 /dev/ptyqb
                            crw------- 1 root root    2,  28 Feb  4  2023 /dev/ptyqc
                            crw------- 1 root root    2,  29 Feb  4  2023 /dev/ptyqd
                            crw------- 1 root root    2,  30 Feb  4  2023 /dev/ptyqe
                            crw------- 1 root root    2,  31 Feb  4  2023 /dev/ptyqf
                            crw------- 1 root root    2,  32 Feb  4  2023 /dev/ptyr0
                            crw------- 1 root root    2,  33 Feb  4  2023 /dev/ptyr1
                            crw------- 1 root root    2,  34 Feb  4  2023 /dev/ptyr2
                            crw------- 1 root root    2,  35 Feb  4  2023 /dev/ptyr3
                            crw------- 1 root root    2,  36 Feb  4  2023 /dev/ptyr4
                            crw------- 1 root root    2,  37 Feb  4  2023 /dev/ptyr5
                            crw------- 1 root root    2,  38 Feb  4  2023 /dev/ptyr6
                            crw------- 1 root root    2,  39 Feb  4  2023 /dev/ptyr7
                            crw------- 1 root root    2,  40 Feb  4  2023 /dev/ptyr8
                            crw------- 1 root root    2,  41 Feb  4  2023 /dev/ptyr9
                            crw------- 1 root root    2,  42 Feb  4  2023 /dev/ptyra
                            crw------- 1 root root    2,  43 Feb  4  2023 /dev/ptyrb
                            crw------- 1 root root    2,  44 Feb  4  2023 /dev/ptyrc
                            crw------- 1 root root    2,  45 Feb  4  2023 /dev/ptyrd
                            crw------- 1 root root    2,  46 Feb  4  2023 /dev/ptyre
                            crw------- 1 root root    2,  47 Feb  4  2023 /dev/ptyrf
                            crw------- 1 root root    2,  48 Feb  4  2023 /dev/ptys0
                            crw------- 1 root root    2,  49 Feb  4  2023 /dev/ptys1
                            crw------- 1 root root    2,  50 Feb  4  2023 /dev/ptys2
                            crw------- 1 root root    2,  51 Feb  4  2023 /dev/ptys3
                            crw------- 1 root root    2,  52 Feb  4  2023 /dev/ptys4
                            crw------- 1 root root    2,  53 Feb  4  2023 /dev/ptys5
                            crw------- 1 root root    2,  54 Feb  4  2023 /dev/ptys6
                            crw------- 1 root root    2,  55 Feb  4  2023 /dev/ptys7
                            crw------- 1 root root    2,  56 Feb  4  2023 /dev/ptys8
                            crw------- 1 root root    2,  57 Feb  4  2023 /dev/ptys9
                            crw------- 1 root root    2,  58 Feb  4  2023 /dev/ptysa
                            crw------- 1 root root    2,  59 Feb  4  2023 /dev/ptysb
                            crw------- 1 root root    2,  60 Feb  4  2023 /dev/ptysc
                            crw------- 1 root root    2,  61 Feb  4  2023 /dev/ptysd
                            crw------- 1 root root    2,  62 Feb  4  2023 /dev/ptyse
                            crw------- 1 root root    2,  63 Feb  4  2023 /dev/ptysf
                            crw------- 1 root root    2,  64 Feb  4  2023 /dev/ptyt0
                            crw------- 1 root root    2,  65 Feb  4  2023 /dev/ptyt1
                            crw------- 1 root root    2,  66 Feb  4  2023 /dev/ptyt2
                            crw------- 1 root root    2,  67 Feb  4  2023 /dev/ptyt3
                            crw------- 1 root root    2,  68 Feb  4  2023 /dev/ptyt4
                            crw------- 1 root root    2,  69 Feb  4  2023 /dev/ptyt5
                            crw------- 1 root root    2,  70 Feb  4  2023 /dev/ptyt6
                            crw------- 1 root root    2,  71 Feb  4  2023 /dev/ptyt7
                            crw------- 1 root root    2,  72 Feb  4  2023 /dev/ptyt8
                            crw------- 1 root root    2,  73 Feb  4  2023 /dev/ptyt9
                            crw------- 1 root root    2,  74 Feb  4  2023 /dev/ptyta
                            crw------- 1 root root    2,  75 Feb  4  2023 /dev/ptytb
                            crw------- 1 root root    2,  76 Feb  4  2023 /dev/ptytc
                            crw------- 1 root root    2,  77 Feb  4  2023 /dev/ptytd
                            crw------- 1 root root    2,  78 Feb  4  2023 /dev/ptyte
                            crw------- 1 root root    2,  79 Feb  4  2023 /dev/ptytf
                            crw------- 1 root root    2,  80 Feb  4  2023 /dev/ptyu0
                            crw------- 1 root root    2,  81 Feb  4  2023 /dev/ptyu1
                            crw------- 1 root root    2,  82 Feb  4  2023 /dev/ptyu2
                            crw------- 1 root root    2,  83 Feb  4  2023 /dev/ptyu3
                            crw------- 1 root root    2,  84 Feb  4  2023 /dev/ptyu4
                            crw------- 1 root root    2,  85 Feb  4  2023 /dev/ptyu5
                            crw------- 1 root root    2,  86 Feb  4  2023 /dev/ptyu6
                            crw------- 1 root root    2,  87 Feb  4  2023 /dev/ptyu7
                            crw------- 1 root root    2,  88 Feb  4  2023 /dev/ptyu8
                            crw------- 1 root root    2,  89 Feb  4  2023 /dev/ptyu9
                            crw------- 1 root root    2,  90 Feb  4  2023 /dev/ptyua
                            crw------- 1 root root    2,  91 Feb  4  2023 /dev/ptyub
                            crw------- 1 root root    2,  92 Feb  4  2023 /dev/ptyuc
                            crw------- 1 root root    2,  93 Feb  4  2023 /dev/ptyud
                            crw------- 1 root root    2,  94 Feb  4  2023 /dev/ptyue
                            crw------- 1 root root    2,  95 Feb  4  2023 /dev/ptyuf
                            crw------- 1 root root    2,  96 Feb  4  2023 /dev/ptyv0
                            crw------- 1 root root    2,  97 Feb  4  2023 /dev/ptyv1
                            crw------- 1 root root    2,  98 Feb  4  2023 /dev/ptyv2
                            crw------- 1 root root    2,  99 Feb  4  2023 /dev/ptyv3
                            crw------- 1 root root    2, 100 Feb  4  2023 /dev/ptyv4
                            crw------- 1 root root    2, 101 Feb  4  2023 /dev/ptyv5
                            crw------- 1 root root    2, 102 Feb  4  2023 /dev/ptyv6
                            crw------- 1 root root    2, 103 Feb  4  2023 /dev/ptyv7
                            crw------- 1 root root    2, 104 Feb  4  2023 /dev/ptyv8
                            crw------- 1 root root    2, 105 Feb  4  2023 /dev/ptyv9
                            crw------- 1 root root    2, 106 Feb  4  2023 /dev/ptyva
                            crw------- 1 root root    2, 107 Feb  4  2023 /dev/ptyvb
                            crw------- 1 root root    2, 108 Feb  4  2023 /dev/ptyvc
                            crw------- 1 root root    2, 109 Feb  4  2023 /dev/ptyvd
                            crw------- 1 root root    2, 110 Feb  4  2023 /dev/ptyve
                            crw------- 1 root root    2, 111 Feb  4  2023 /dev/ptyvf
                            crw------- 1 root root    2, 112 Feb  4  2023 /dev/ptyw0
                            crw------- 1 root root    2, 113 Feb  4  2023 /dev/ptyw1
                            crw------- 1 root root    2, 114 Feb  4  2023 /dev/ptyw2
                            crw------- 1 root root    2, 115 Feb  4  2023 /dev/ptyw3
                            crw------- 1 root root    2, 116 Feb  4  2023 /dev/ptyw4
                            crw------- 1 root root    2, 117 Feb  4  2023 /dev/ptyw5
                            crw------- 1 root root    2, 118 Feb  4  2023 /dev/ptyw6
                            crw------- 1 root root    2, 119 Feb  4  2023 /dev/ptyw7
                            crw------- 1 root root    2, 120 Feb  4  2023 /dev/ptyw8
                            crw------- 1 root root    2, 121 Feb  4  2023 /dev/ptyw9
                            crw------- 1 root root    2, 122 Feb  4  2023 /dev/ptywa
                            crw------- 1 root root    2, 123 Feb  4  2023 /dev/ptywb
                            crw------- 1 root root    2, 124 Feb  4  2023 /dev/ptywc
                            crw------- 1 root root    2, 125 Feb  4  2023 /dev/ptywd
                            crw------- 1 root root    2, 126 Feb  4  2023 /dev/ptywe
                            crw------- 1 root root    2, 127 Feb  4  2023 /dev/ptywf
                            crw------- 1 root root    2, 128 Feb  4  2023 /dev/ptyx0
                            crw------- 1 root root    2, 129 Feb  4  2023 /dev/ptyx1
                            crw------- 1 root root    2, 130 Feb  4  2023 /dev/ptyx2
                            crw------- 1 root root    2, 131 Feb  4  2023 /dev/ptyx3
                            crw------- 1 root root    2, 132 Feb  4  2023 /dev/ptyx4
                            crw------- 1 root root    2, 133 Feb  4  2023 /dev/ptyx5
                            crw------- 1 root root    2, 134 Feb  4  2023 /dev/ptyx6
                            crw------- 1 root root    2, 135 Feb  4  2023 /dev/ptyx7
                            crw------- 1 root root    2, 136 Feb  4  2023 /dev/ptyx8
                            crw------- 1 root root    2, 137 Feb  4  2023 /dev/ptyx9
                            crw------- 1 root root    2, 138 Feb  4  2023 /dev/ptyxa
                            crw------- 1 root root    2, 139 Feb  4  2023 /dev/ptyxb
                            crw------- 1 root root    2, 140 Feb  4  2023 /dev/ptyxc
                            crw------- 1 root root    2, 141 Feb  4  2023 /dev/ptyxd
                            crw------- 1 root root    2, 142 Feb  4  2023 /dev/ptyxe
                            crw------- 1 root root    2, 143 Feb  4  2023 /dev/ptyxf
                            crw------- 1 root root    2, 144 Feb  4  2023 /dev/ptyy0
                            crw------- 1 root root    2, 145 Feb  4  2023 /dev/ptyy1
                            crw------- 1 root root    2, 146 Feb  4  2023 /dev/ptyy2
                            crw------- 1 root root    2, 147 Feb  4  2023 /dev/ptyy3
                            crw------- 1 root root    2, 148 Feb  4  2023 /dev/ptyy4
                            crw------- 1 root root    2, 149 Feb  4  2023 /dev/ptyy5
                            crw------- 1 root root    2, 150 Feb  4  2023 /dev/ptyy6
                            crw------- 1 root root    2, 151 Feb  4  2023 /dev/ptyy7
                            crw------- 1 root root    2, 152 Feb  4  2023 /dev/ptyy8
                            crw------- 1 root root    2, 153 Feb  4  2023 /dev/ptyy9
                            crw------- 1 root root    2, 154 Feb  4  2023 /dev/ptyya
                            crw------- 1 root root    2, 155 Feb  4  2023 /dev/ptyyb
                            crw------- 1 root root    2, 156 Feb  4  2023 /dev/ptyyc
                            crw------- 1 root root    2, 157 Feb  4  2023 /dev/ptyyd
                            crw------- 1 root root    2, 158 Feb  4  2023 /dev/ptyye
                            crw------- 1 root root    2, 159 Feb  4  2023 /dev/ptyyf
                            crw------- 1 root root    2, 160 Feb  4  2023 /dev/ptyz0
                            crw------- 1 root root    2, 161 Feb  4  2023 /dev/ptyz1
                            crw------- 1 root root    2, 162 Feb  4  2023 /dev/ptyz2
                            crw------- 1 root root    2, 163 Feb  4  2023 /dev/ptyz3
                            crw------- 1 root root    2, 164 Feb  4  2023 /dev/ptyz4
                            crw------- 1 root root    2, 165 Feb  4  2023 /dev/ptyz5
                            crw------- 1 root root    2, 166 Feb  4  2023 /dev/ptyz6
                            crw------- 1 root root    2, 167 Feb  4  2023 /dev/ptyz7
                            crw------- 1 root root    2, 168 Feb  4  2023 /dev/ptyz8
                            crw------- 1 root root    2, 169 Feb  4  2023 /dev/ptyz9
                            crw------- 1 root root    2, 170 Feb  4  2023 /dev/ptyza
                            crw------- 1 root root    2, 171 Feb  4  2023 /dev/ptyzb
                            crw------- 1 root root    2, 172 Feb  4  2023 /dev/ptyzc
                            crw------- 1 root root    2, 173 Feb  4  2023 /dev/ptyzd
                            crw------- 1 root root    2, 174 Feb  4  2023 /dev/ptyze
                            crw------- 1 root root    2, 175 Feb  4  2023 /dev/ptyzf
                            brw------- 1 root root    1,   0 Feb  4 16:05 /dev/ram0
                            brw------- 1 root root    1,   1 Feb  4 16:05 /dev/ram1
                            brw------- 1 root root    1,  10 Feb  4 16:05 /dev/ram10
                            brw------- 1 root root    1,  11 Feb  4 16:05 /dev/ram11
                            brw------- 1 root root    1,  12 Feb  4 16:05 /dev/ram12
                            brw------- 1 root root    1,  13 Feb  4 16:05 /dev/ram13
                            brw------- 1 root root    1,  14 Feb  4 16:05 /dev/ram14
                            brw------- 1 root root    1,  15 Feb  4 16:05 /dev/ram15
                            brw------- 1 root root    1,   2 Feb  4 16:05 /dev/ram2
                            brw------- 1 root root    1,   3 Feb  4 16:05 /dev/ram3
                            brw------- 1 root root    1,   4 Feb  4 16:05 /dev/ram4
                            brw------- 1 root root    1,   5 Feb  4 16:05 /dev/ram5
                            brw------- 1 root root    1,   6 Feb  4 16:05 /dev/ram6
                            brw------- 1 root root    1,   7 Feb  4 16:05 /dev/ram7
                            brw------- 1 root root    1,   8 Feb  4 16:05 /dev/ram8
                            brw------- 1 root root    1,   9 Feb  4 16:05 /dev/ram9
                            crw-rw-rw- 1 root root    1,   8 Feb  4 16:05 /dev/random
                            crw------- 1 root root  254,   0 Feb  4 16:05 /dev/rtc0
                            brw------- 1 root root    8,   0 Feb  4 16:05 /dev/sda
                            brw------- 1 root root    8,   1 Feb  4 16:05 /dev/sda1
                            brw------- 1 root root    8,   2 Feb  4 16:05 /dev/sda2
                            brw------- 1 root root    8,   3 Feb  4 16:05 /dev/sda3
                            crw------- 1 root root   21,   0 Feb  4 16:05 /dev/sg0
                            crw------- 1 root root   21,   1 Feb  4 16:05 /dev/sg1
                            crw------- 1 root root   10, 231 Feb  4 16:05 /dev/snapshot
                            lrwxrwxrwx 1 root root        15 Feb  4 16:05 /dev/stderr -> /proc/self/fd/2
                            lrwxrwxrwx 1 root root        15 Feb  4 16:05 /dev/stdin -> /proc/self/fd/0
                            lrwxrwxrwx 1 root root        15 Feb  4 16:05 /dev/stdout -> /proc/self/fd/1
                            crw-r--r-- 1 root root  201,   0 Feb  4 16:05 /dev/synobios
                            brw------- 1 root root  135, 240 Feb  4 16:05 /dev/synoboot
                            brw------- 1 root root  135, 241 Feb  4 16:05 /dev/synoboot1
                            brw------- 1 root root  135, 242 Feb  4 16:05 /dev/synoboot2
                            crw-rw-rw- 1 root root    5,   0 Feb  4  2023 /dev/tty
                            crw------- 1 root root    4,   0 Feb  4  2023 /dev/tty0
                            crw------- 1 root root    4,   1 Feb  4  2023 /dev/tty1
                            crw------- 1 root root    4,  10 Feb  4  2023 /dev/tty10
                            crw------- 1 root root    4,  11 Feb  4  2023 /dev/tty11
                            crw------- 1 root root    4,  12 Feb  4  2023 /dev/tty12
                            crw------- 1 root root    4,  13 Feb  4  2023 /dev/tty13
                            crw------- 1 root root    4,  14 Feb  4  2023 /dev/tty14
                            crw------- 1 root root    4,  15 Feb  4  2023 /dev/tty15
                            crw------- 1 root root    4,  16 Feb  4  2023 /dev/tty16
                            crw------- 1 root root    4,  17 Feb  4  2023 /dev/tty17
                            crw------- 1 root root    4,  18 Feb  4  2023 /dev/tty18
                            crw------- 1 root root    4,  19 Feb  4  2023 /dev/tty19
                            crw------- 1 root root    4,   2 Feb  4  2023 /dev/tty2
                            crw------- 1 root root    4,  20 Feb  4  2023 /dev/tty20
                            crw------- 1 root root    4,  21 Feb  4  2023 /dev/tty21
                            crw------- 1 root root    4,  22 Feb  4  2023 /dev/tty22
                            crw------- 1 root root    4,  23 Feb  4  2023 /dev/tty23
                            crw------- 1 root root    4,  24 Feb  4  2023 /dev/tty24
                            crw------- 1 root root    4,  25 Feb  4  2023 /dev/tty25
                            crw------- 1 root root    4,  26 Feb  4  2023 /dev/tty26
                            crw------- 1 root root    4,  27 Feb  4  2023 /dev/tty27
                            crw------- 1 root root    4,  28 Feb  4  2023 /dev/tty28
                            crw------- 1 root root    4,  29 Feb  4  2023 /dev/tty29
                            crw------- 1 root root    4,   3 Feb  4  2023 /dev/tty3
                            crw------- 1 root root    4,  30 Feb  4  2023 /dev/tty30
                            crw------- 1 root root    4,  31 Feb  4  2023 /dev/tty31
                            crw------- 1 root root    4,  32 Feb  4  2023 /dev/tty32
                            crw------- 1 root root    4,  33 Feb  4  2023 /dev/tty33
                            crw------- 1 root root    4,  34 Feb  4  2023 /dev/tty34
                            crw------- 1 root root    4,  35 Feb  4  2023 /dev/tty35
                            crw------- 1 root root    4,  36 Feb  4  2023 /dev/tty36
                            crw------- 1 root root    4,  37 Feb  4  2023 /dev/tty37
                            crw------- 1 root root    4,  38 Feb  4  2023 /dev/tty38
                            crw------- 1 root root    4,  39 Feb  4  2023 /dev/tty39
                            crw------- 1 root root    4,   4 Feb  4  2023 /dev/tty4
                            crw------- 1 root root    4,  40 Feb  4  2023 /dev/tty40
                            crw------- 1 root root    4,  41 Feb  4  2023 /dev/tty41
                            crw------- 1 root root    4,  42 Feb  4  2023 /dev/tty42
                            crw------- 1 root root    4,  43 Feb  4  2023 /dev/tty43
                            crw------- 1 root root    4,  44 Feb  4  2023 /dev/tty44
                            crw------- 1 root root    4,  45 Feb  4  2023 /dev/tty45
                            crw------- 1 root root    4,  46 Feb  4  2023 /dev/tty46
                            crw------- 1 root root    4,  47 Feb  4  2023 /dev/tty47
                            crw------- 1 root root    4,  48 Feb  4  2023 /dev/tty48
                            crw------- 1 root root    4,  49 Feb  4  2023 /dev/tty49
                            crw------- 1 root root    4,   5 Feb  4  2023 /dev/tty5
                            crw------- 1 root root    4,  50 Feb  4  2023 /dev/tty50
                            crw------- 1 root root    4,  51 Feb  4  2023 /dev/tty51
                            crw------- 1 root root    4,  52 Feb  4  2023 /dev/tty52
                            crw------- 1 root root    4,  53 Feb  4  2023 /dev/tty53
                            crw------- 1 root root    4,  54 Feb  4  2023 /dev/tty54
                            crw------- 1 root root    4,  55 Feb  4  2023 /dev/tty55
                            crw------- 1 root root    4,  56 Feb  4  2023 /dev/tty56
                            crw------- 1 root root    4,  57 Feb  4  2023 /dev/tty57
                            crw------- 1 root root    4,  58 Feb  4  2023 /dev/tty58
                            crw------- 1 root root    4,  59 Feb  4  2023 /dev/tty59
                            crw------- 1 root root    4,   6 Feb  4  2023 /dev/tty6
                            crw------- 1 root root    4,  60 Feb  4  2023 /dev/tty60
                            crw------- 1 root root    4,  61 Feb  4  2023 /dev/tty61
                            crw------- 1 root root    4,  62 Feb  4  2023 /dev/tty62
                            crw------- 1 root root    4,  63 Feb  4  2023 /dev/tty63
                            crw------- 1 root root    4,   7 Feb  4  2023 /dev/tty7
                            crw------- 1 root root    4,   8 Feb  4  2023 /dev/tty8
                            crw------- 1 root root    4,   9 Feb  4  2023 /dev/tty9
                            crw------- 1 root root    3, 176 Feb  4  2023 /dev/ttya0
                            crw------- 1 root root    3, 177 Feb  4  2023 /dev/ttya1
                            crw------- 1 root root    3, 178 Feb  4  2023 /dev/ttya2
                            crw------- 1 root root    3, 179 Feb  4  2023 /dev/ttya3
                            crw------- 1 root root    3, 180 Feb  4  2023 /dev/ttya4
                            crw------- 1 root root    3, 181 Feb  4  2023 /dev/ttya5
                            crw------- 1 root root    3, 182 Feb  4  2023 /dev/ttya6
                            crw------- 1 root root    3, 183 Feb  4  2023 /dev/ttya7
                            crw------- 1 root root    3, 184 Feb  4  2023 /dev/ttya8
                            crw------- 1 root root    3, 185 Feb  4  2023 /dev/ttya9
                            crw------- 1 root root    3, 186 Feb  4  2023 /dev/ttyaa
                            crw------- 1 root root    3, 187 Feb  4  2023 /dev/ttyab
                            crw------- 1 root root    3, 188 Feb  4  2023 /dev/ttyac
                            crw------- 1 root root    3, 189 Feb  4  2023 /dev/ttyad
                            crw------- 1 root root    3, 190 Feb  4  2023 /dev/ttyae
                            crw------- 1 root root    3, 191 Feb  4  2023 /dev/ttyaf
                            crw------- 1 root root    3, 192 Feb  4  2023 /dev/ttyb0
                            crw------- 1 root root    3, 193 Feb  4  2023 /dev/ttyb1
                            crw------- 1 root root    3, 194 Feb  4  2023 /dev/ttyb2
                            crw------- 1 root root    3, 195 Feb  4  2023 /dev/ttyb3
                            crw------- 1 root root    3, 196 Feb  4  2023 /dev/ttyb4
                            crw------- 1 root root    3, 197 Feb  4  2023 /dev/ttyb5
                            crw------- 1 root root    3, 198 Feb  4  2023 /dev/ttyb6
                            crw------- 1 root root    3, 199 Feb  4  2023 /dev/ttyb7
                            crw------- 1 root root    3, 200 Feb  4  2023 /dev/ttyb8
                            crw------- 1 root root    3, 201 Feb  4  2023 /dev/ttyb9
                            crw------- 1 root root    3, 202 Feb  4  2023 /dev/ttyba
                            crw------- 1 root root    3, 203 Feb  4  2023 /dev/ttybb
                            crw------- 1 root root    3, 204 Feb  4  2023 /dev/ttybc
                            crw------- 1 root root    3, 205 Feb  4  2023 /dev/ttybd
                            crw------- 1 root root    3, 206 Feb  4  2023 /dev/ttybe
                            crw------- 1 root root    3, 207 Feb  4  2023 /dev/ttybf
                            crw------- 1 root root    3, 208 Feb  4  2023 /dev/ttyc0
                            crw------- 1 root root    3, 209 Feb  4  2023 /dev/ttyc1
                            crw------- 1 root root    3, 210 Feb  4  2023 /dev/ttyc2
                            crw------- 1 root root    3, 211 Feb  4  2023 /dev/ttyc3
                            crw------- 1 root root    3, 212 Feb  4  2023 /dev/ttyc4
                            crw------- 1 root root    3, 213 Feb  4  2023 /dev/ttyc5
                            crw------- 1 root root    3, 214 Feb  4  2023 /dev/ttyc6
                            crw------- 1 root root    3, 215 Feb  4  2023 /dev/ttyc7
                            crw------- 1 root root    3, 216 Feb  4  2023 /dev/ttyc8
                            crw------- 1 root root    3, 217 Feb  4  2023 /dev/ttyc9
                            crw------- 1 root root    3, 218 Feb  4  2023 /dev/ttyca
                            crw------- 1 root root    3, 219 Feb  4  2023 /dev/ttycb
                            crw------- 1 root root    3, 220 Feb  4  2023 /dev/ttycc
                            crw------- 1 root root    3, 221 Feb  4  2023 /dev/ttycd
                            crw------- 1 root root    3, 222 Feb  4  2023 /dev/ttyce
                            crw------- 1 root root    3, 223 Feb  4  2023 /dev/ttycf
                            crw------- 1 root root    3, 224 Feb  4  2023 /dev/ttyd0
                            crw------- 1 root root    3, 225 Feb  4  2023 /dev/ttyd1
                            crw------- 1 root root    3, 226 Feb  4  2023 /dev/ttyd2
                            crw------- 1 root root    3, 227 Feb  4  2023 /dev/ttyd3
                            crw------- 1 root root    3, 228 Feb  4  2023 /dev/ttyd4
                            crw------- 1 root root    3, 229 Feb  4  2023 /dev/ttyd5
                            crw------- 1 root root    3, 230 Feb  4  2023 /dev/ttyd6
                            crw------- 1 root root    3, 231 Feb  4  2023 /dev/ttyd7
                            crw------- 1 root root    3, 232 Feb  4  2023 /dev/ttyd8
                            crw------- 1 root root    3, 233 Feb  4  2023 /dev/ttyd9
                            crw------- 1 root root    3, 234 Feb  4  2023 /dev/ttyda
                            crw------- 1 root root    3, 235 Feb  4  2023 /dev/ttydb
                            crw------- 1 root root    3, 236 Feb  4  2023 /dev/ttydc
                            crw------- 1 root root    3, 237 Feb  4  2023 /dev/ttydd
                            crw------- 1 root root    3, 238 Feb  4  2023 /dev/ttyde
                            crw------- 1 root root    3, 239 Feb  4  2023 /dev/ttydf
                            crw------- 1 root root    3, 240 Feb  4  2023 /dev/ttye0
                            crw------- 1 root root    3, 241 Feb  4  2023 /dev/ttye1
                            crw------- 1 root root    3, 242 Feb  4  2023 /dev/ttye2
                            crw------- 1 root root    3, 243 Feb  4  2023 /dev/ttye3
                            crw------- 1 root root    3, 244 Feb  4  2023 /dev/ttye4
                            crw------- 1 root root    3, 245 Feb  4  2023 /dev/ttye5
                            crw------- 1 root root    3, 246 Feb  4  2023 /dev/ttye6
                            crw------- 1 root root    3, 247 Feb  4  2023 /dev/ttye7
                            crw------- 1 root root    3, 248 Feb  4  2023 /dev/ttye8
                            crw------- 1 root root    3, 249 Feb  4  2023 /dev/ttye9
                            crw------- 1 root root    3, 250 Feb  4  2023 /dev/ttyea
                            crw------- 1 root root    3, 251 Feb  4  2023 /dev/ttyeb
                            crw------- 1 root root    3, 252 Feb  4  2023 /dev/ttyec
                            crw------- 1 root root    3, 253 Feb  4  2023 /dev/ttyed
                            crw------- 1 root root    3, 254 Feb  4  2023 /dev/ttyee
                            crw------- 1 root root    3, 255 Feb  4  2023 /dev/ttyef
                            crw------- 1 root root    3,   0 Feb  4  2023 /dev/ttyp0
                            crw------- 1 root root    3,   1 Feb  4  2023 /dev/ttyp1
                            crw------- 1 root root    3,   2 Feb  4  2023 /dev/ttyp2
                            crw------- 1 root root    3,   3 Feb  4  2023 /dev/ttyp3
                            crw------- 1 root root    3,   4 Feb  4  2023 /dev/ttyp4
                            crw------- 1 root root    3,   5 Feb  4  2023 /dev/ttyp5
                            crw------- 1 root root    3,   6 Feb  4  2023 /dev/ttyp6
                            crw------- 1 root root    3,   7 Feb  4  2023 /dev/ttyp7
                            crw------- 1 root root    3,   8 Feb  4  2023 /dev/ttyp8
                            crw------- 1 root root    3,   9 Feb  4  2023 /dev/ttyp9
                            crw------- 1 root root    3,  10 Feb  4  2023 /dev/ttypa
                            crw------- 1 root root    3,  11 Feb  4  2023 /dev/ttypb
                            crw------- 1 root root    3,  12 Feb  4  2023 /dev/ttypc
                            crw------- 1 root root    3,  13 Feb  4  2023 /dev/ttypd
                            crw------- 1 root root    3,  14 Feb  4  2023 /dev/ttype
                            crw------- 1 root root    3,  15 Feb  4  2023 /dev/ttypf
                            crw------- 1 root root    3,  16 Feb  4  2023 /dev/ttyq0
                            crw------- 1 root root    3,  17 Feb  4  2023 /dev/ttyq1
                            crw------- 1 root root    3,  18 Feb  4  2023 /dev/ttyq2
                            crw------- 1 root root    3,  19 Feb  4  2023 /dev/ttyq3
                            crw------- 1 root root    3,  20 Feb  4  2023 /dev/ttyq4
                            crw------- 1 root root    3,  21 Feb  4  2023 /dev/ttyq5
                            crw------- 1 root root    3,  22 Feb  4  2023 /dev/ttyq6
                            crw------- 1 root root    3,  23 Feb  4  2023 /dev/ttyq7
                            crw------- 1 root root    3,  24 Feb  4  2023 /dev/ttyq8
                            crw------- 1 root root    3,  25 Feb  4  2023 /dev/ttyq9
                            crw------- 1 root root    3,  26 Feb  4  2023 /dev/ttyqa
                            crw------- 1 root root    3,  27 Feb  4  2023 /dev/ttyqb
                            crw------- 1 root root    3,  28 Feb  4  2023 /dev/ttyqc
                            crw------- 1 root root    3,  29 Feb  4  2023 /dev/ttyqd
                            crw------- 1 root root    3,  30 Feb  4  2023 /dev/ttyqe
                            crw------- 1 root root    3,  31 Feb  4  2023 /dev/ttyqf
                            crw------- 1 root root    3,  32 Feb  4  2023 /dev/ttyr0
                            crw------- 1 root root    3,  33 Feb  4  2023 /dev/ttyr1
                            crw------- 1 root root    3,  34 Feb  4  2023 /dev/ttyr2
                            crw------- 1 root root    3,  35 Feb  4  2023 /dev/ttyr3
                            crw------- 1 root root    3,  36 Feb  4  2023 /dev/ttyr4
                            crw------- 1 root root    3,  37 Feb  4  2023 /dev/ttyr5
                            crw------- 1 root root    3,  38 Feb  4  2023 /dev/ttyr6
                            crw------- 1 root root    3,  39 Feb  4  2023 /dev/ttyr7
                            crw------- 1 root root    3,  40 Feb  4  2023 /dev/ttyr8
                            crw------- 1 root root    3,  41 Feb  4  2023 /dev/ttyr9
                            crw------- 1 root root    3,  42 Feb  4  2023 /dev/ttyra
                            crw------- 1 root root    3,  43 Feb  4  2023 /dev/ttyrb
                            crw------- 1 root root    3,  44 Feb  4  2023 /dev/ttyrc
                            crw------- 1 root root    3,  45 Feb  4  2023 /dev/ttyrd
                            crw------- 1 root root    3,  46 Feb  4  2023 /dev/ttyre
                            crw------- 1 root root    3,  47 Feb  4  2023 /dev/ttyrf
                            crw------- 1 root root    3,  48 Feb  4  2023 /dev/ttys0
                            crw------- 1 root root    4,  64 Feb  4  2023 /dev/ttyS0
                            crw------- 1 root root    3,  49 Feb  4  2023 /dev/ttys1
                            crw------- 1 root root    4,  65 Feb  4 16:06 /dev/ttyS1
                            crw------- 1 root root    3,  50 Feb  4  2023 /dev/ttys2
                            crw------- 1 root root    4,  66 Feb  4 16:05 /dev/ttyS2
                            crw------- 1 root root    3,  51 Feb  4  2023 /dev/ttys3
                            crw------- 1 root root    4,  67 Feb  4  2023 /dev/ttyS3
                            crw------- 1 root root    3,  52 Feb  4  2023 /dev/ttys4
                            crw------- 1 root root    3,  53 Feb  4  2023 /dev/ttys5
                            crw------- 1 root root    3,  54 Feb  4  2023 /dev/ttys6
                            crw------- 1 root root    3,  55 Feb  4  2023 /dev/ttys7
                            crw------- 1 root root    3,  56 Feb  4  2023 /dev/ttys8
                            crw------- 1 root root    3,  57 Feb  4  2023 /dev/ttys9
                            crw------- 1 root root    3,  58 Feb  4  2023 /dev/ttysa
                            crw------- 1 root root    3,  59 Feb  4  2023 /dev/ttysb
                            crw------- 1 root root    3,  60 Feb  4  2023 /dev/ttysc
                            crw------- 1 root root    3,  61 Feb  4  2023 /dev/ttysd
                            crw------- 1 root root    3,  62 Feb  4  2023 /dev/ttyse
                            crw------- 1 root root    3,  63 Feb  4  2023 /dev/ttysf
                            crw------- 1 root root    3,  64 Feb  4  2023 /dev/ttyt0
                            crw------- 1 root root    3,  65 Feb  4  2023 /dev/ttyt1
                            crw------- 1 root root    3,  66 Feb  4  2023 /dev/ttyt2
                            crw------- 1 root root    3,  67 Feb  4  2023 /dev/ttyt3
                            crw------- 1 root root    3,  68 Feb  4  2023 /dev/ttyt4
                            crw------- 1 root root    3,  69 Feb  4  2023 /dev/ttyt5
                            crw------- 1 root root    3,  70 Feb  4  2023 /dev/ttyt6
                            crw------- 1 root root    3,  71 Feb  4  2023 /dev/ttyt7
                            crw------- 1 root root    3,  72 Feb  4  2023 /dev/ttyt8
                            crw------- 1 root root    3,  73 Feb  4  2023 /dev/ttyt9
                            crw------- 1 root root    3,  74 Feb  4  2023 /dev/ttyta
                            crw------- 1 root root    3,  75 Feb  4  2023 /dev/ttytb
                            crw------- 1 root root    3,  76 Feb  4  2023 /dev/ttytc
                            crw------- 1 root root    3,  77 Feb  4  2023 /dev/ttytd
                            crw------- 1 root root    3,  78 Feb  4  2023 /dev/ttyte
                            crw------- 1 root root    3,  79 Feb  4  2023 /dev/ttytf
                            crw------- 1 root root    3,  80 Feb  4  2023 /dev/ttyu0
                            crw------- 1 root root    3,  81 Feb  4  2023 /dev/ttyu1
                            crw------- 1 root root    3,  82 Feb  4  2023 /dev/ttyu2
                            crw------- 1 root root    3,  83 Feb  4  2023 /dev/ttyu3
                            crw------- 1 root root    3,  84 Feb  4  2023 /dev/ttyu4
                            crw------- 1 root root    3,  85 Feb  4  2023 /dev/ttyu5
                            crw------- 1 root root    3,  86 Feb  4  2023 /dev/ttyu6
                            crw------- 1 root root    3,  87 Feb  4  2023 /dev/ttyu7
                            crw------- 1 root root    3,  88 Feb  4  2023 /dev/ttyu8
                            crw------- 1 root root    3,  89 Feb  4  2023 /dev/ttyu9
                            crw------- 1 root root    3,  90 Feb  4  2023 /dev/ttyua
                            crw------- 1 root root    3,  91 Feb  4  2023 /dev/ttyub
                            crw------- 1 root root    3,  92 Feb  4  2023 /dev/ttyuc
                            crw------- 1 root root    3,  93 Feb  4  2023 /dev/ttyud
                            crw------- 1 root root    3,  94 Feb  4  2023 /dev/ttyue
                            crw------- 1 root root    3,  95 Feb  4  2023 /dev/ttyuf
                            crw------- 1 root root    3,  96 Feb  4  2023 /dev/ttyv0
                            crw------- 1 root root    3,  97 Feb  4  2023 /dev/ttyv1
                            crw------- 1 root root    3,  98 Feb  4  2023 /dev/ttyv2
                            crw------- 1 root root    3,  99 Feb  4  2023 /dev/ttyv3
                            crw------- 1 root root    3, 100 Feb  4  2023 /dev/ttyv4
                            crw------- 1 root root    3, 101 Feb  4  2023 /dev/ttyv5
                            crw------- 1 root root    3, 102 Feb  4  2023 /dev/ttyv6
                            crw------- 1 root root    3, 103 Feb  4  2023 /dev/ttyv7
                            crw------- 1 root root    3, 104 Feb  4  2023 /dev/ttyv8
                            crw------- 1 root root    3, 105 Feb  4  2023 /dev/ttyv9
                            crw------- 1 root root    3, 106 Feb  4  2023 /dev/ttyva
                            crw------- 1 root root    3, 107 Feb  4  2023 /dev/ttyvb
                            crw------- 1 root root    3, 108 Feb  4  2023 /dev/ttyvc
                            crw------- 1 root root    3, 109 Feb  4  2023 /dev/ttyvd
                            crw------- 1 root root    3, 110 Feb  4  2023 /dev/ttyve
                            crw------- 1 root root    3, 111 Feb  4  2023 /dev/ttyvf
                            crw------- 1 root root    3, 112 Feb  4  2023 /dev/ttyw0
                            crw------- 1 root root    3, 113 Feb  4  2023 /dev/ttyw1
                            crw------- 1 root root    3, 114 Feb  4  2023 /dev/ttyw2
                            crw------- 1 root root    3, 115 Feb  4  2023 /dev/ttyw3
                            crw------- 1 root root    3, 116 Feb  4  2023 /dev/ttyw4
                            crw------- 1 root root    3, 117 Feb  4  2023 /dev/ttyw5
                            crw------- 1 root root    3, 118 Feb  4  2023 /dev/ttyw6
                            crw------- 1 root root    3, 119 Feb  4  2023 /dev/ttyw7
                            crw------- 1 root root    3, 120 Feb  4  2023 /dev/ttyw8
                            crw------- 1 root root    3, 121 Feb  4  2023 /dev/ttyw9
                            crw------- 1 root root    3, 122 Feb  4  2023 /dev/ttywa
                            crw------- 1 root root    3, 123 Feb  4  2023 /dev/ttywb
                            crw------- 1 root root    3, 124 Feb  4  2023 /dev/ttywc
                            crw------- 1 root root    3, 125 Feb  4  2023 /dev/ttywd
                            crw------- 1 root root    3, 126 Feb  4  2023 /dev/ttywe
                            crw------- 1 root root    3, 127 Feb  4  2023 /dev/ttywf
                            crw------- 1 root root    3, 128 Feb  4  2023 /dev/ttyx0
                            crw------- 1 root root    3, 129 Feb  4  2023 /dev/ttyx1
                            crw------- 1 root root    3, 130 Feb  4  2023 /dev/ttyx2
                            crw------- 1 root root    3, 131 Feb  4  2023 /dev/ttyx3
                            crw------- 1 root root    3, 132 Feb  4  2023 /dev/ttyx4
                            crw------- 1 root root    3, 133 Feb  4  2023 /dev/ttyx5
                            crw------- 1 root root    3, 134 Feb  4  2023 /dev/ttyx6
                            crw------- 1 root root    3, 135 Feb  4  2023 /dev/ttyx7
                            crw------- 1 root root    3, 136 Feb  4  2023 /dev/ttyx8
                            crw------- 1 root root    3, 137 Feb  4  2023 /dev/ttyx9
                            crw------- 1 root root    3, 138 Feb  4  2023 /dev/ttyxa
                            crw------- 1 root root    3, 139 Feb  4  2023 /dev/ttyxb
                            crw------- 1 root root    3, 140 Feb  4  2023 /dev/ttyxc
                            crw------- 1 root root    3, 141 Feb  4  2023 /dev/ttyxd
                            crw------- 1 root root    3, 142 Feb  4  2023 /dev/ttyxe
                            crw------- 1 root root    3, 143 Feb  4  2023 /dev/ttyxf
                            crw------- 1 root root    3, 144 Feb  4  2023 /dev/ttyy0
                            crw------- 1 root root    3, 145 Feb  4  2023 /dev/ttyy1
                            crw------- 1 root root    3, 146 Feb  4  2023 /dev/ttyy2
                            crw------- 1 root root    3, 147 Feb  4  2023 /dev/ttyy3
                            crw------- 1 root root    3, 148 Feb  4  2023 /dev/ttyy4
                            crw------- 1 root root    3, 149 Feb  4  2023 /dev/ttyy5
                            crw------- 1 root root    3, 150 Feb  4  2023 /dev/ttyy6
                            crw------- 1 root root    3, 151 Feb  4  2023 /dev/ttyy7
                            crw------- 1 root root    3, 152 Feb  4  2023 /dev/ttyy8
                            crw------- 1 root root    3, 153 Feb  4  2023 /dev/ttyy9
                            crw------- 1 root root    3, 154 Feb  4  2023 /dev/ttyya
                            crw------- 1 root root    3, 155 Feb  4  2023 /dev/ttyyb
                            crw------- 1 root root    3, 156 Feb  4  2023 /dev/ttyyc
                            crw------- 1 root root    3, 157 Feb  4  2023 /dev/ttyyd
                            crw------- 1 root root    3, 158 Feb  4  2023 /dev/ttyye
                            crw------- 1 root root    3, 159 Feb  4  2023 /dev/ttyyf
                            crw------- 1 root root    3, 160 Feb  4  2023 /dev/ttyz0
                            crw------- 1 root root    3, 161 Feb  4  2023 /dev/ttyz1
                            crw------- 1 root root    3, 162 Feb  4  2023 /dev/ttyz2
                            crw------- 1 root root    3, 163 Feb  4  2023 /dev/ttyz3
                            crw------- 1 root root    3, 164 Feb  4  2023 /dev/ttyz4
                            crw------- 1 root root    3, 165 Feb  4  2023 /dev/ttyz5
                            crw------- 1 root root    3, 166 Feb  4  2023 /dev/ttyz6
                            crw------- 1 root root    3, 167 Feb  4  2023 /dev/ttyz7
                            crw------- 1 root root    3, 168 Feb  4  2023 /dev/ttyz8
                            crw------- 1 root root    3, 169 Feb  4  2023 /dev/ttyz9
                            crw------- 1 root root    3, 170 Feb  4  2023 /dev/ttyza
                            crw------- 1 root root    3, 171 Feb  4  2023 /dev/ttyzb
                            crw------- 1 root root    3, 172 Feb  4  2023 /dev/ttyzc
                            crw------- 1 root root    3, 173 Feb  4  2023 /dev/ttyzd
                            crw------- 1 root root    3, 174 Feb  4  2023 /dev/ttyze
                            crw------- 1 root root    3, 175 Feb  4  2023 /dev/ttyzf
                            crw-rw-rw- 1 root root    1,   9 Feb  4 16:05 /dev/urandom
                            crw------- 1 root root    7,   0 Feb  4 16:05 /dev/vcs
                            crw------- 1 root root    7,   1 Feb  4 16:05 /dev/vcs1
                            crw------- 1 root root    7,   2 Feb  4 16:05 /dev/vcs2
                            crw------- 1 root root    7,   3 Feb  4 16:05 /dev/vcs3
                            crw------- 1 root root    7,   4 Feb  4 16:05 /dev/vcs4
                            crw------- 1 root root    7,   5 Feb  4 16:05 /dev/vcs5
                            crw------- 1 root root    7,   6 Feb  4 16:05 /dev/vcs6
                            crw------- 1 root root    7, 128 Feb  4 16:05 /dev/vcsa
                            crw------- 1 root root    7, 129 Feb  4 16:05 /dev/vcsa1
                            crw------- 1 root root    7, 130 Feb  4 16:05 /dev/vcsa2
                            crw------- 1 root root    7, 131 Feb  4 16:05 /dev/vcsa3
                            crw------- 1 root root    7, 132 Feb  4 16:05 /dev/vcsa4
                            crw------- 1 root root    7, 133 Feb  4 16:05 /dev/vcsa5
                            crw------- 1 root root    7, 134 Feb  4 16:05 /dev/vcsa6
                            crw------- 1 root root   10,  63 Feb  4 16:05 /dev/vga_arbiter
                            crw------- 1 root root   10,  58 Feb  4 16:05 /dev/vhost-scsi
                            crw-rw-rw- 1 root root    1,   5 Feb  4 16:05 /dev/zero
                            brw------- 1 root root  249,   0 Feb  4 16:05 /dev/zram0
                            brw------- 1 root root  249,   1 Feb  4 16:05 /dev/zram1
                            
                            /dev/block:
                            total 0
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:0 -> ../ram0
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:1 -> ../ram1
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 1:10 -> ../ram10
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 1:11 -> ../ram11
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 1:12 -> ../ram12
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 1:13 -> ../ram13
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 1:14 -> ../ram14
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 1:15 -> ../ram15
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:2 -> ../ram2
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:3 -> ../ram3
                            lrwxrwxrwx 1 root root 11 Feb  4 16:05 135:240 -> ../synoboot
                            lrwxrwxrwx 1 root root 12 Feb  4 16:05 135:241 -> ../synoboot1
                            lrwxrwxrwx 1 root root 12 Feb  4 16:05 135:242 -> ../synoboot2
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:4 -> ../ram4
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:5 -> ../ram5
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:6 -> ../ram6
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:7 -> ../ram7
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:8 -> ../ram8
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:9 -> ../ram9
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 249:0 -> ../zram0
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 249:1 -> ../zram1
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 7:0 -> ../loop0
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 7:1 -> ../loop1
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 7:2 -> ../loop2
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 7:3 -> ../loop3
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 7:4 -> ../loop4
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 7:5 -> ../loop5
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 7:6 -> ../loop6
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 7:7 -> ../loop7
                            lrwxrwxrwx 1 root root  6 Feb  4 16:05 8:0 -> ../sda
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 8:1 -> ../sda1
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 8:2 -> ../sda2
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 8:3 -> ../sda3
                            lrwxrwxrwx 1 root root  6 Feb  4 16:05 9:0 -> ../md0
                            lrwxrwxrwx 1 root root  6 Feb  4 16:05 9:1 -> ../md1
                            lrwxrwxrwx 1 root root  6 Feb  4 16:05 9:2 -> ../md2
                            
                            /dev/bsg:
                            total 0
                            crw------- 1 root root 251, 0 Feb  4 16:05 0:0:0:0
                            crw------- 1 root root 251, 1 Feb  4 16:05 3:0:0:0
                            
                            /dev/bus:
                            total 0
                            drwxr-xr-x 4 root root 100 Feb  4 16:05 usb
                            
                            /dev/char:
                            total 0
                            lrwxrwxrwx 1 root root  9 Feb  4 16:05 10:227 -> ../mcelog
                            lrwxrwxrwx 1 root root  7 Feb  4 16:06 10:229 -> ../fuse
                            lrwxrwxrwx 1 root root 11 Feb  4 16:05 10:231 -> ../snapshot
                            lrwxrwxrwx 1 root root 16 Feb  4 16:05 10:234 -> ../btrfs-control
                            lrwxrwxrwx 1 root root 17 Feb  4 16:05 10:236 -> ../mapper/control
                            lrwxrwxrwx 1 root root 15 Feb  4 16:05 10:237 -> ../loop-control
                            lrwxrwxrwx 1 root root 13 Feb  4 16:05 10:58 -> ../vhost-scsi
                            lrwxrwxrwx 1 root root 19 Feb  4 16:05 10:59 -> ../memory_bandwidth
                            lrwxrwxrwx 1 root root 21 Feb  4 16:05 10:60 -> ../network_throughput
                            lrwxrwxrwx 1 root root 18 Feb  4 16:05 10:61 -> ../network_latency
                            lrwxrwxrwx 1 root root 18 Feb  4 16:05 10:62 -> ../cpu_dma_latency
                            lrwxrwxrwx 1 root root 14 Feb  4 16:05 10:63 -> ../vga_arbiter
                            lrwxrwxrwx 1 root root  6 Feb  4 16:05 1:1 -> ../mem
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:11 -> ../kmsg
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:2 -> ../kmem
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:3 -> ../null
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:4 -> ../port
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:5 -> ../zero
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 1:7 -> ../full
                            lrwxrwxrwx 1 root root  9 Feb  4 16:05 1:8 -> ../random
                            lrwxrwxrwx 1 root root 18 Feb  4 16:05 189:0 -> ../bus/usb/001/001
                            lrwxrwxrwx 1 root root 18 Feb  4 16:05 189:1 -> ../bus/usb/001/002
                            lrwxrwxrwx 1 root root 18 Feb  4 16:05 189:128 -> ../bus/usb/002/001
                            lrwxrwxrwx 1 root root 18 Feb  4 16:05 189:2 -> ../bus/usb/001/003
                            lrwxrwxrwx 1 root root 10 Feb  4 16:05 1:9 -> ../urandom
                            lrwxrwxrwx 1 root root 12 Feb  4 16:05 202:0 -> ../cpu/0/msr
                            lrwxrwxrwx 1 root root 12 Feb  4 16:05 202:1 -> ../cpu/1/msr
                            lrwxrwxrwx 1 root root 14 Feb  4 16:05 203:0 -> ../cpu/0/cpuid
                            lrwxrwxrwx 1 root root 14 Feb  4 16:05 203:1 -> ../cpu/1/cpuid
                            lrwxrwxrwx 1 root root  6 Feb  4 16:05 21:0 -> ../sg0
                            lrwxrwxrwx 1 root root  6 Feb  4 16:05 21:1 -> ../sg1
                            lrwxrwxrwx 1 root root 12 Feb  4 16:05 226:0 -> ../dri/card0
                            lrwxrwxrwx 1 root root 17 Feb  4 16:05 226:128 -> ../dri/renderD128
                            lrwxrwxrwx 1 root root 14 Feb  4 16:05 251:0 -> ../bsg/0:0:0:0
                            lrwxrwxrwx 1 root root 14 Feb  4 16:05 251:1 -> ../bsg/3:0:0:0
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 252:0 -> ../ptp0
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 254:0 -> ../rtc0
                            lrwxrwxrwx 1 root root  6 Feb  4 16:05 29:0 -> ../fb0
                            lrwxrwxrwx 1 root root  6 Feb  4 16:05 7:0 -> ../vcs
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 7:1 -> ../vcs1
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 7:128 -> ../vcsa
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 7:129 -> ../vcsa1
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 7:130 -> ../vcsa2
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 7:131 -> ../vcsa3
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 7:132 -> ../vcsa4
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 7:133 -> ../vcsa5
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 7:134 -> ../vcsa6
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 7:2 -> ../vcs2
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 7:3 -> ../vcs3
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 7:4 -> ../vcs4
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 7:5 -> ../vcs5
                            lrwxrwxrwx 1 root root  7 Feb  4 16:05 7:6 -> ../vcs6
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 89:0 -> ../i2c-0
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 89:1 -> ../i2c-1
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 89:2 -> ../i2c-2
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 89:3 -> ../i2c-3
                            lrwxrwxrwx 1 root root  8 Feb  4 16:05 89:4 -> ../i2c-4
                            
                            /dev/cpu:
                            total 0
                            drwxr-xr-x 2 root root 80 Feb  4  2023 0
                            drwxr-xr-x 2 root root 80 Feb  4  2023 1
                            
                            /dev/dri:
                            total 0
                            crw------- 1 root root        226,   0 Feb  4 16:05 card0
                            crw-rw---- 1 root videodriver 226, 128 Feb  4 16:05 renderD128
                            
                            /dev/mapper:
                            total 0
                            crw------- 1 root root 10, 236 Feb  4 16:05 control
                            
                            /dev/pts:
                            total 0
                            crw------- 1 core users 136, 0 Feb  4 16:07 0
                            c--------- 1 root root    5, 2 Feb  4  2023 ptmx
                            
                            /dev/shm:
                            total 244
                            -rw-r--r-- 1 root     root       4096 Feb  4 16:06 nginx_mod
                            -rw------- 1 postgres postgres 242992 Feb  4 16:05 PostgreSQL.1289882853
                            
                            Glasfaser 1 Reply Last reply Reply Quote 0
                            • Glasfaser
                              Glasfaser @nachon last edited by

                              @nachon

                              Dein Script oder was du da nuzt funktioniert nicht ... habe ein anderes !

                              Nimm mal das , das ist aktuell:

                              https://www.youtube.com/watch?v=A2WmzU8N-38

                              dort sind auch Links

                              24a59550-7d51-4e11-8b39-1d3627b3a912-grafik.png

                              N 2 Replies Last reply Reply Quote 1
                              • N
                                nachon @Glasfaser last edited by nachon

                                @glasfaser
                                Danke, aber die Links (speziell zu "Access USB Drivers Folder" funktionieren nicht mehr. 😞
                                Zumindest komme ich von hier nicht rauf.

                                Ok, sehe gerade, die Commands sind auch eine Zeile tiefer zu finden. Ich probiere es damit und gebe Feedback.

                                1 Reply Last reply Reply Quote 0
                                • N
                                  nachon @Glasfaser last edited by

                                  @glasfaser

                                  Funktioniert, besten Dank. Das war wirklich meine Rettung. Vielen vielen Dank.

                                  Glasfaser 1 Reply Last reply Reply Quote 0
                                  • Glasfaser
                                    Glasfaser @nachon last edited by

                                    @nachon sagte in docker install Synology DSM 7 zigbee stick nicht erkannt:

                                    Funktioniert, besten Dank. Das war wirklich meine Rettung. Vielen vielen Dank.

                                    und ...
                                    was fehlte
                                    bzw. was hast du gemacht ...

                                    Damit es auch andere hier wissen ... wenn Sie in der gleichen Situation sind .

                                    N 1 Reply Last reply Reply Quote 0
                                    • N
                                      nachon @Glasfaser last edited by

                                      @glasfaser
                                      Ich bin Deinem verlinkten Video gefolgt und habe über die dort beschriebene Methode die Treiber in den Kernel geladen. Das hate stellenweise etwas gedauert, weil er keine Verbindung aufbauen konnte, aber am Ende hat es geklappt.

                                      Es ist auch hier gut beschrieben, kommt aber aus Deinem verlinkten Video:
                                      https://github.com/EddieDSuza/techwitheddie/blob/main/dsm7_usb_suppot/dsm7_enable_usb_support.sh

                                      Im Video wurde die Architektur verwendet, die ich auch nutze, daher passte das alles für mich.

                                      Danke nochmal, das hat wirklich sehr geholfen.

                                      Glasfaser 1 Reply Last reply Reply Quote 1
                                      • Glasfaser
                                        Glasfaser @nachon last edited by

                                        @nachon sagte in docker install Synology DSM 7 zigbee stick nicht erkannt:

                                        Danke nochmal, das hat wirklich sehr geholfen.

                                        Kein Problem ... schön das es funktioniert 🙂

                                        1 Reply Last reply Reply Quote 1
                                        • First post
                                          Last post

                                        Support us

                                        ioBroker
                                        Community Adapters
                                        Donate
                                        FAQ Cloud / IOT
                                        HowTo: Node.js-Update
                                        HowTo: Backup/Restore
                                        Downloads
                                        BLOG

                                        911
                                        Online

                                        31.9k
                                        Users

                                        80.1k
                                        Topics

                                        1.3m
                                        Posts

                                        docker anfänger
                                        10
                                        49
                                        7368
                                        Loading More Posts
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        Community
                                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                        The ioBroker Community 2014-2023
                                        logo