Roaster Not Connected - Linux

Update here:

I also tried:

Still no luck :confused:

@ryantulleris.D94j Are you running an R1 or R2? They have different product ids.

Sorry should have added to my original message -R2. Where can I locate the correct product ID I should be entering?

here is my output of lsusb:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 27c6:609c Shenzhen Goodix Technology Co.,Ltd. Goodix USB2.0 MISC
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 32ac:0002 Framework HDMI Expansion Card
Bus 003 Device 003: ID 32ac:001c Framework Laptop Webcam Module (2nd Gen)
Bus 003 Device 004: ID 0e8d:0717 MediaTek Inc. Wireless_Device
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 002: ID 0483:a4cd STMicroelectronics Aillio LTD - Bullet R2 CDC
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

So I’m assuming it’s vendorId:ProductId ? so 0483:a4cd

After that assumption I tried this in my /etc/udev/rules.d/99-aillio.rules file:

SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a4cd", MODE="0666", GROUP="dialout"

but it looks like I’m missing another line based on some posts here in the thread