Hi, I cannot seem to get HA to recognize my CS2531 dongle, or see a usb drive, or any usb device tbh. I am running Pop Os Linux, and have tried KVM supervised, HA Core, docker and VirtualBox. I have a feeling there is something wrong with my Linux and usb (udev) handling.
When trying supervised, I am able to see the dongle in KVM manager, and am able to make it pass through. Similarly after installing extension pack, in Virtualbox.
However, in my HA hardware list, I only get the ttyS0, ttyS1 etc as well as event1 event2 etc as devices. So no ttyAMA0 or ttyUSB0 or anything like this. But both KVM and VBox do see the the device and thinks it is passing it through.
Things I have tried:
- in lsusb my dongle is seen, and is indeed assigned the same ports etc as KVM tries to pass through
- in usb-devices it is not seen
- and in sudo dmesg -w it gives this when plugged in:
[ 2494.154195] usb 1-10.2: new full-speed USB device number 10 using xhci_hcd
[ 2494.277376] usb 1-10.2: New USB device found, idVendor=0451, idProduct=16ae, bcdDevice=98.60
[ 2494.277389] usb 1-10.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2494.277394] usb 1-10.2: Product: CC2531 USB Dongle
[ 2494.277397] usb 1-10.2: Manufacturer: Texas Instruments
[ 2494.622385] usb 1-10.2: reset full-speed USB device number 10 using xhci_hcd
[ 2494.950399] usb 1-10.2: reset full-speed USB device number 10 using xhci_hcd
Would anyone be able to help me point in the right direction? Maybe im just dumb and the dongle is one of the /ttyS0, is the problem in my usb handling? Thank you all!