I am running Ubuntu 24.04 and have the CH341 driver installed and running.
The user is a member of group tty
The user is a member of group disk
Package brltty has been uninstalled
The CH341 says that it has renamed the usb0 to cdc_ether (not sure if that’s helpful)
The Lightburn software cannot find the tool.
Is there some setting or other that I have missed somewhere?
[ 2238.085400] usb 1-4: new high-speed USB device number 7 using xhci_hcd
[ 2238.213450] usb 1-4: New USB device found, idVendor=0525, idProduct=a4a2, bcdDevice= 3.33
[ 2238.213480] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2238.213493] usb 1-4: Product: RNDIS/Ethernet Gadget
[ 2238.213505] usb 1-4: Manufacturer: Linux 3.4.113-sun8i with sunxi_usb_udc
[ 2238.220390] cdc_ether 1-4:1.0 usb0: register 'cdc_ether' at usb-0000:00:14.0-4, CDC Ethernet Device, b2:f6:a1:12:d1:b5
[ 2238.258353] cdc_ether 1-4:1.0 enxb2f6a112d1b5: renamed from usb0
[ 2239.751435] usb 1-4: USB disconnect, device number 7
[ 2239.751942] cdc_ether 1-4:1.0 enxb2f6a112d1b5: unregister 'cdc_ether' usb-0000:00:14.0-4, CDC Ethernet Device
[ 2240.044312] usb 1-4: new high-speed USB device number 8 using xhci_hcd
[ 2240.172378] usb 1-4: New USB device found, idVendor=0525, idProduct=a4a2, bcdDevice= 3.33
[ 2240.172384] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2240.172386] usb 1-4: Product: RNDIS/Ethernet Gadget
[ 2240.172387] usb 1-4: Manufacturer: Linux 3.4.113-sun8i with sunxi_usb_udc
[ 2240.176598] cdc_ether 1-4:1.0 usb0: register 'cdc_ether' at usb-0000:00:14.0-4, CDC Ethernet Device, b2:f6:a1:12:d1:b5
[ 2240.206188] cdc_ether 1-4:1.0 enxb2f6a112d1b5: renamed from usb0
[ 2250.629930] warning: `LightBurn' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 2396.374706] usb 1-7: USB disconnect, device number 4
[ 2690.550308] usbcore: registered new interface driver usb_ch341
[ 2690.550314] ch341: USB serial driver for ch340, ch341, etc.
[ 2690.550315] ch341: V1.7 On 2023.07
jack@Kilo:~$ lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 25a7:fa67
Bus 001 Device 003: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 005: ID 9588:9899 BJJCZ USBLMCV4
Bus 003 Device 004: ID 056a:0011 Wacom Co., Ltd ET-0405A [Graphire2 (4x5)]
Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
jack@Kilo:~$
Most of these end up being in the /dev directory… if it made it, might try
ls -l /dev/cdc*
I can identify my fiber on the usb hub with lsusb, but I can’t ever find a /dev entry for it. I powered it off, which is the disconnect in the entry below. Then powered it back on. I get one line in dmesg and there is no entry that I can find or that I know of in the /dev directory.
jack@Kilo:~$ sudo dmesg | tail
.
.
[533057.534289] usb 3-4: USB disconnect, device number 5
[533063.436267] usb 3-4: new high-speed USB device number 9 using xhci_hcd
jack@Kilo:~$