Skip to content
Snippets Groups Projects
Commit 887d3d55 authored by Sam Calisch's avatar Sam Calisch
Browse files

Update README.md

parent 9108ec7f
Branches
No related tags found
No related merge requests found
......@@ -36,9 +36,9 @@ check serialserver is running with: <code>ps aux | grep node</code>
# Common Issues
1. *Help! My SRM-20 will only run a single job and then go dead!* Chances are you are using printserver.js instead of deviceserver.js to connect to the machine. For now, we need to treat the SRM-20 as a device instead of a printer.
2. *Argg... why do I need to reset permissions on /dev/usb/lp0 every restart?* You can use `sudo add_user username lp` and `sudo add_user username lpadmin` to make persistent permissions.
3. *Why is my web socket connection refused when the addresses are the same?* This can happen due to a difference between IPV4 and IPV6 addresses. In your start mods server script, try changing 127.0.0.1 to ::ffff:127.0.0.1 and see if it helps.
1. **_Help! My SRM-20 will only run a single job and then go dead!_** Chances are you are using printserver.js instead of deviceserver.js to connect to the machine. For now, we need to treat the SRM-20 as a device instead of a printer.
2. **_Argg... why do I need to reset permissions on /dev/usb/lp0 every restart?_** You can use `sudo add_user username lp` and `sudo add_user username lpadmin` to make persistent permissions.
3. **_Why is my web socket connection refused when the addresses are the same?_** This can happen due to a difference between IPV4 and IPV6 addresses. In your start mods server script, try changing 127.0.0.1 to ::ffff:127.0.0.1 and see if it helps.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment