Hello m trying to use my Sculpfun S9 with Lightburn on UBUNTU. And It doesn’t connect. The drivers seems to be installed, I followed the installation instructions or linux and tried all USB/portsof my laptop.
I tested the lases on a WndowsPC and it was running fine.
Now I need to get it connected to my own Laptop, thats runing with Ubuntu.
Thanks for all help
(I am new on Lightburn and not that experementet on Linux)
[EDIT - note that this should actually be ls /dev/*USB*. Leaving in place for Topic consistency]
2. Full screenshot of LightBurn
3. Any output from Console window in LightBurn when trying to connect
anna@anna-Inspiron-15-3567:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 0cf3:e005 Qualcomm Atheros Communications
Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 003: ID 0c45:6a05 Microdia Integrated_Webcam_HD
Bus 001 Device 008: ID 046d:c050 Logitech, Inc. RX 250 Optical Mouse
Bus 001 Device 007: ID 1a86:7523 QinHeng Electronics CH340 serial converter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
That’s what I get from that. Seems to be detected…
You mean to say that you pushed the button currently showing as “(Auswählen)” and there are no choices there?
If so, I think that confirms that for some reason you’re not getting a Serial device setup. So looks like the device is detected, LightBurn is setup but you don’t have a Serial device.
Let’s try to figure out why.
Can you run these commands in Terminal and return results??
lsb_release -a
lsmod | grep ch341
dmesg | grep ch341
Hurra! It seems tobe working now!
the laser is moving now with the Move panel!
here the output:
anna@anna-Inspiron-15-3567:~$ sudo dmesg | grep ch341
[sudo] password for anna:
[ 25.709170] usbcore: registered new interface driver ch341
[ 25.709554] usbserial: USB Serial support registered for ch341-uart
[ 25.710612] ch341 1-1:1.0: ch341-uart converter detected
[ 25.714275] usb 1-1: ch341-uart converter now attached to ttyUSB0
anna@anna-Inspiron-15-3567:~$ ls /dev/*usb*
ls: cannot open directory '/dev/vboxusb': Permission denied
anna@anna-Inspiron-15-3567:~$ sudo ls /dev/*usb*
001
anna@anna-Inspiron-15-3567:~$