NEWS
[gelöst] Installation iobroker auf QNAP 251+ in docker
-
-
ls -la /dev/serial/by-id/
ls: Zugriff auf '/dev/serial/by-id/' nicht möglich: Datei oder Verzeichnis nicht gefunden
-
Das mußt du mir mal erklären !????
... -
mit winscp geht das (aber mit terminal von qnap geht das nicht)
/$ ls -la /dev/serial/by-id/ total 0 drwxr-xr-x 2 admin administrators 60 Nov 20 12:37 . drwxr-xr-x 4 admin administrators 80 Nov 20 12:37 .. lrwxrwxrwx 1 admin administrators 13 Nov 20 12:37 usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B000BE5AB9C-if00 -> ../../ttyACM0
-
-
@piccobello said in [gelöst] Installation iobroker auf QNAP 251+ in docker:
ls -la /dev/serial/by-id/
![alt text]( image url)
da geht das nicht
-
/$ ls -la /dev/ttyACM0 crw-rw---- 1 admin 20 166, 0 Nov 20 12:37 /dev/ttyACM0
-
-
@Glasfaser said in [gelöst] Installation iobroker auf QNAP 251+ in docker:
ls -la /dev/ttyACM0
/$ chmod 777 /dev/ttyACM0 /$ ls -la /dev/ttyACM0 crwxrwxrwx 1 admin 20 166, 0 Nov 20 12:37 /dev/ttyACM0
-
und jetzt den Zigbee mit dem Port ttyACM0
neu Starten -
777 /dev/ttyACM0 so ??
-
-
wieder error
zigbee.0 2019-11-20 21:06:13.407 error (1443) Error while starting zigbee-shepherd!. Error: Error: No such file or directory, cannot open /dev/ttyACM0 zigbee.0 2019-11-20 21:06:13.398 info (1443) Starting zigbee-shepherd zigbee.0 2019-11-20 21:05:13.395 info (1443) Error while starting zigbee-shepherd, attempting to fix... (takes 60 seconds) zigbee.0 2019-11-20 21:05:13.365 info (1443) Reset coordinator zigbee.0 2019-11-20 21:05:13.320 info (1443) Queue is: true zigbee.0 2019-11-20 21:05:13.319 info (1443) Start on port: /dev/ttyACM0 channel 11 zigbee.0 2019-11-20 21:05:13.277 info (1443) starting. Version 0.11.5 in /opt/iobroker/node_modules/iobroker.zigbee, node: v10.17.0 host.8862f2d30733 2019-11-20 21:05:11.356 info instance system.adapter.zigbee.0 started with pid 1443 host.8862f2d30733 2019-11-20 21:05:09.352 info instance system.adapter.zigbee.0 terminated with code 156 (156) zigbee.0 2019-11-20 21:05:08.833 info (1404) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason zigbee.0 2019-11-20 21:05:08.832 info (1404) terminating zigbee.0 2019-11-20 21:05:08.828 info (1404) Got terminate signal TERMINATE_YOURSELF host.8862f2d30733 2019-11-20 21:05:08.824 info stopInstance system.adapter.zigbee.0 send kill signal host.8862f2d30733 2019-11-20 21:05:08.821 info stopInstance system.adapter.zigbee.0 (force=false, process=true) info.0 2019-11-20 20:50:32.271 info (431) Popup news was read...
-
-
im Container macht er das
chmod: Zugriff auf '/dev/ttyACM0' nicht möglich: Datei oder Verzeichnis nicht gefunden
-
Leider kenne ich den Qnap - Container nicht ,
da kann ich dir leider nicht mehr weiterhelfen … SorryDa fällt mir noch etwas ein :
Vielleicht muss man es weiterreichen , gibt es soetwas bei dir !? -
leicht nur so was
![alt text]( image url)
-
![alt text]( image url)
-
Gib mal das im Container ein :
insmod /usr/local/modules/cdc-acm.ko
und dann die Ausgabe im Container
ls -la /dev/ttyACM0
-
@Glasfaser said in [gelöst] Installation iobroker auf QNAP 251+ in docker:
insmod /usr/local/modules/cdc-acm.ko
oci runtime error: exec failed: container_linux.go:265: starting container process caused "exec: \"insmod\": executable file not found in $PATH"