To program an ESP32 microcontroller over USB, the CP210x driver is used. This usally gives me a "serial over USB" device in /dev/tty*, but the tty device doesn't show up.
When running lsusb the device shows up in the list and is identified properly.
Any idea why this would be? Or how I can investigate further?
I'm running latest Arch with kernel 6.2.12-arch1-1
The driver is located at /lib/modules/6.2.12-arch1-1/kernel/drivers/usb/serial/cp210x.ko.zst
edit: Should I enable udev_log="debug" as described at https://wiki.archlinux.org/title/Udev#Debug_output ?
