Hello everyone. I am trying to install Home Assistant container in Portainer CE on Linux Mint operating system. I need to transfer the USB adapter to the Home Assistant container to use ZHA.
My problem is that I do not know and cannot find the address of the adapter. I can see my device when I run the lsusb command, but it’s not the device address
bogdan@beelink:/etc/udev/rules.d$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
Bus 001 Device 005: ID 31b2:0010 KTMicro KT USB Audio
Bus 001 Device 004: ID 09da:c10a A4Tech Co., Ltd. USB Mouse
Bus 001 Device 003: ID 0603:00f2 Novatek Microelectronics Corp. Keyboard (Labtec Ultra Flat Keyboard)
Bus 001 Device 008: ID 1a86:7523 QinHeng Electronics CH340 serial converter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I see that dmesg shows my device as ttyUSB0
bogdan@beelink:/etc/udev/rules.d$ dmesg | grep tty
[ 0.109976] printk: console [tty0] enabled
[ 9.672454] dw-apb-uart.6: ttyS4 at MMIO 0x4010006000 (irq = 20, base_baud = 7500000) is a 16550A
[ 9.794076] usb 1-2: ch341-uart converter now attached to ttyUSB0
[ 10.358053] usb 1-2: usbfs: interface 0 claimed by ch341 while 'brltty' sets config #1
[ 10.358485] ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0
[20835.782468] usb 1-2: ch341-uart converter now attached to ttyUSB0
[20836.490613] usb 1-2: usbfs: interface 0 claimed by ch341 while 'brltty' sets config #1
[20836.491124] ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0
[97592.400045] usb 1-2: ch341-uart converter now attached to ttyUSB0
[97593.104210] usb 1-2: usbfs: interface 0 claimed by ch341 while 'brltty' sets config #1
[97593.108452] ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0
i guessed it might be the /dev/tty0 device, but that didn’t work for me. I get the following result
help please