You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running usb-serial-drivers.sh I got an error mentioned below. Reason is that I've copy/pasted it from github and used notepad to create a file. The error was:
root@root:/lib/modules# /usr/local/etc/rc.d/usb-serial-drivers.sh start
-ash: /usr/local/etc/rc.d/usb-serial-drivers.sh: /bin/sh^M: bad interpreter: No such file or directory
I've solved it by running, where the "sed" command replaces spurious CR characters:
It's probably a bit late, but I used the RAW-source. After a few Synology updates I'm downloading the zip-file extract the needed files to my NAS, copy it to the desired directory, CHOWN the files and run the .sh.
When running usb-serial-drivers.sh I got an error mentioned below. Reason is that I've copy/pasted it from github and used notepad to create a file. The error was:
I've solved it by running, where the "sed" command replaces spurious CR characters:
Hope this will help others.
The text was updated successfully, but these errors were encountered: