I’ve migrated HA from a RPI-4 to a Rpi 5 using the latest build, but on plugging the Aeotec stick into the usb port, I’m not getting TTYACM0 - which worked fine though on the RPI-4.
I’m using a RFXTX433E in another usb port which is working fine
Subsequently, the Z-Wave JS isn’t working.
[core-ssh ~]$ lsusb -t
Bus 003 Device 001: ID 1d6b:0002
Bus 001 Device 001: ID 1d6b:0002
Bus 003 Device 002: ID 0403:6015
Bus 004 Device 001: ID 1d6b:0003
Bus 002 Device 001: ID 1d6b:0003
Bus 001 Device 006: ID 2148:7022
Dmesg:
[ 440.632653] usb 1-2: USB disconnect, device number 2
[ 446.583975] usb 1-2: new high-speed USB device number 3 using xhci-hcd
[ 446.732208] usb 1-2: New USB device found, idVendor=2148, idProduct=7022, bcdDevice= 1.00
[ 446.732218] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 446.732222] usb 1-2: Product: USB2.0 HUB
[ 446.768329] hub 1-2:1.0: USB hub found
[ 446.768375] hub 1-2:1.0: 4 ports detected
[ 794.309900] usb 1-2: USB disconnect, device number 3
[ 815.888397] usb 1-2: new full-speed USB device number 4 using xhci-hcd
[ 816.042176] usb 1-2: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
**[ 816.042187] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 816.042191] usb 1-2: Product: CP2102N USB to UART Bridge Controller
[ 816.042195] usb 1-2: Manufacturer: Silicon Labs
[ 816.042198] usb 1-2: SerialNumber: d893277db784ed1183b1d19f9d1cc348
[ 816.051849] usbcore: registered new interface driver cp210x
[ 816.051889] usbserial: USB Serial support registered for cp210x
[ 816.051939] cp210x 1-2:1.0: cp210x converter detected
[ 816.054064] usb 1-2: cp210x converter now attached to ttyUSB1
[ 828.194805] usb 1-2: USB disconnect, device number 4
[ 828.195038] cp210x ttyUSB1: cp210x converter now disconnected from ttyUSB1
[ 828.195233] cp210x 1-2:1.0: device disconnected **
[ 832.519178] usb 1-2: new high-speed USB device number 5 using xhci-hcd
[ 832.667388] usb 1-2: New USB device found, idVendor=2148, idProduct=7022, bcdDevice= 1.00
[ 832.667398] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 832.667402] usb 1-2: Product: USB2.0 HUB
[ 832.704052] hub 1-2:1.0: USB hub found
[ 832.704102] hub 1-2:1.0: 4 ports detected
[ 893.762373] usb 1-2: USB disconnect, device number 5
[ 905.681339] usb 1-2: new high-speed USB device number 6 using xhci-hcd
[ 905.829550] usb 1-2: New USB device found, idVendor=2148, idProduct=7022, bcdDevice= 1.00
[ 905.829560] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 905.829564] usb 1-2: Product: USB2.0 HUB
[ 905.891045] hub 1-2:1.0: USB hub found
[ 905.891090] hub 1-2:1.0: 4 ports detected
[core-ssh ~]$ ls /dev/tty*
/dev/tty /dev/tty17 /dev/tty26 /dev/tty35 /dev/tty44 /dev/tty53 /dev/tty62
/dev/tty0 /dev/tty18 /dev/tty27 /dev/tty36 /dev/tty45 /dev/tty54 /dev/tty63
/dev/tty1 /dev/tty19 /dev/tty28 /dev/tty37 /dev/tty46 /dev/tty55 /dev/tty7
/dev/tty10 /dev/tty2 /dev/tty29 /dev/tty38 /dev/tty47 /dev/tty56 /dev/tty8
/dev/tty11 /dev/tty20 /dev/tty3 /dev/tty39 /dev/tty48 /dev/tty57 /dev/tty9
/dev/tty12 /dev/tty21 /dev/tty30 /dev/tty4 /dev/tty49 /dev/tty58 /dev/ttyAMA10
/dev/tty13 /dev/tty22 /dev/tty31 /dev/tty40 /dev/tty5 /dev/tty59 /dev/ttyUSB0
/dev/tty14 /dev/tty23 /dev/tty32 /dev/tty41 /dev/tty50 /dev/tty6 /dev/ttyprintk
/dev/tty15 /dev/tty24 /dev/tty33 /dev/tty42 /dev/tty51 /dev/tty60
/dev/tty16 /dev/tty25 /dev/tty34 /dev/tty43 /dev/tty52 /dev/tty61
The TTYACM0 port isn’t showing up in the list of ports but lsusb seems to recognise the stick when it is plugged in.
Any thoughts on why the RPI-5 isn’t providing TTYACM0? I suspect it’s because there aren’t any drivers for the CP2102 in this build