LightBurn Bridge - No laser connected and Laser timeout error (Ruida 6445S)

Hello everyone! Read about 10 topics with this problem - nothing helped me to solve my problem. I have message in LightBurn - No laser Connected. I got Raspberry 3b+, and Ruida 6445S controller. One router in room with one laptop on wifi and raspberry on it.

Logs

Nov 14 10:46:20 lightburnbridge python3[423]: 2023-11-14 10:46:20,013 | INFO - Running: nmcli c add type ethernet ifname eth0 con-name LBBDirect ip4 10.0.3.1/24
Nov 14 10:46:20 lightburnbridge python3[423]: 2023-11-14 10:46:20,119 | INFO - $> Connection ‘LBBDirect’ (19b285c1-d0e3-47a9-9c7d-15ee782d634d) successfully added.
Nov 14 10:46:20 lightburnbridge python3[423]: 2023-11-14 10:46:20,126 | INFO - Running: sudo nmcli con up LBBDirect
Nov 14 10:46:20 lightburnbridge sudo[836]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/nmcli con up LBBDirect
Nov 14 10:46:20 lightburnbridge sudo[836]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 14 10:46:20 lightburnbridge python3[423]: 2023-11-14 10:46:20,387 | INFO - $> Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/7)
Nov 14 10:46:20 lightburnbridge sudo[836]: pam_unix(sudo:session): session closed for user root
Nov 14 10:46:20 lightburnbridge python3[423]: 2023-11-14 10:46:20,401 | INFO - Starting ruida relay
Nov 14 10:46:20 lightburnbridge python3[423]: 2023-11-14 10:46:20,403 | INFO - ruida 1.0
Nov 14 10:46:20 lightburnbridge python3[423]: 2023-11-14 10:46:20,405 | INFO - Ruida relay started, laser IP: 10.0.3.3
Nov 14 10:49:17 lightburnbridge python3[423]: 2023-11-14 10:49:17,583 | INFO - Connection from: 192.168.147.101:60655
Nov 14 10:49:17 lightburnbridge python3[423]: 2023-11-14 10:49:17,606 | INFO - Ruida command complete
Nov 14 10:49:17 lightburnbridge python3[423]: 2023-11-14 10:49:17,610 | INFO - Connection from: 192.168.147.101:60656
Nov 14 10:49:23 lightburnbridge python3[423]: 2023-11-14 10:49:23,761 | ERROR - Laser timeout error
Nov 14 10:49:23 lightburnbridge python3[423]: 2023-11-14 10:49:23,762 | INFO - Ruida command complete

What i did:

  • Re-installed image on raspberry 3 times
  • Tried 4 different ethernet cables (5, 5e, 6 CAT)
  • Tried different IP addresses (just in case)
  • Tried to connect from extension port and from ruida controller

What I cant check - if my controller fault. But its brand new. And I can connect and control it with computer<->controller direct ethernet connection from LightBurn.

One thing that bothers me - on my raspberry pi always lights only one green light (solid or blinking), so no orange light. But this raspberry was fully functional last time I used it (for my smart home system).

And I can’t check if it’s possible to ping controller from bridge because i don’t know credentials for SSH (tried - root/root root/admin admin/root and pi/root and all combinations).

Any ideas? :grinning:
image
image


UPD:
Finally got how to log in with SSH.
10.0.3.3 pinging

Any suggestions? :slight_smile: Still can’t connect Bridge to my laser

Try verifying full function of ethernet on the Pi. Can you connect the computer directly to the Pi through ethernet and make sure that it communicates properly? May be simpler to do this with a Raspberry Pi OS image.

Once that’s established then any issues are likely limited to network issues. Make sure that nothing on the computer or network is running that would block the communication. Disable any firewalls temporarily to confirm.