USB Serial on Synology NAS #193
Unanswered
GitMarkLab
asked this question in
Q&A
Replies: 1 comment 3 replies
-
ok the printer needs an additional custom driver UsbSerialDrivers DSM 6.2 v6-8 http://www.jadahl.com/drivers_6.2/?arch=geminilake it now works for me with a docker-compose file. Just add where 32772 is custom. I will use a network cam, maybe ESP32Cam.... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i would like use octoprint-docker on a Synology DS720+ with an Anycubic.
Now i have problems to establish the USB Serial communication.
I logged in into the NAS via SSH and add the following comments
sudo insmod /lib/modules/usbserial.ko
sudo insmod /lib/modules/ftdi_sio.ko
sudo chmod 777 /lib/modules/usbserial.ko
sudo chmod 777 /lib/modules/ftdi_sio.ko
(https://community.openhab.org/t/get-serial-devices-working-on-synology-ds216-ii-diskstation/36072/4)
than i checked /dev/tty* but no ttyUSB0 appered. Is it correct to establish the connection on the NAS first and than integrate it
into octoprint-docker?
Any ideas how to set it up?
BR
Beta Was this translation helpful? Give feedback.
All reactions