So whatever i do i cant get the port to be seen by arduino ide. i added myself to dialout group. Also the usb is recognized is lusb as shown below. please help
Bus 001 Device 013: ID 1a86:7523 QinHeng Electronics CH340 serial converter
Try the suggestions on this topic:
sudo usermod -a -G dialout $USER
sudo apt-get update
sudo apt-get upgrade
dmesg might reveal something.
- Disconnect the board.
- Run dmesg -w; note that the command will not return to the shell.
- Connect the board.
- Look at the added lines; post them here is needed.
One culprit might be BRLTTY; if you see that, uninstall it.
1 Like
sudo apt remove brltty worked for me. Thanks
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.