I just installed Zorin alongside my Win 11 and I must say I`m loving it.
Now I've just got back into Arduino programming for a project I'm working on, but there was an issue and I could not get my Arduino board connecting to Win 11, a driver issue and it was just not working, so I thought I would use Arduino in Zorin, all installed working great except no coms to the board, checked everything and it turns out there is no CH340 linux driver installed in Zorin.
I`ve downloaded a driver and it comes with a Makefile, which I have tried to run but with no success.
So either my commands are wrong or I`m missing something to make it all work,
Any help is greatly appreciated in helping me get the CH340 driver installed.
I don't think the CH340 driver is necessary. Try running this command in the terminal:
sudo apt remove brltty
This is an often source of issues with things like this as it takes over any devices plugged in, like 3D printers and such.
If this doesn't work, we can try to install those drivers but it would be very good to know where you're downloading them from, and what instructions are you following. Makefiles already are prepared commands, there should be instructions alongside what commands to run precisely. If there are any errors, please share them.
Yes, I can confirm what zenzen says. I have installed Arduino IDE a couple of months ago and also had to remove brltty. Secondly, make sure you are trying to connect to the right Arduino board, defined by the settings in IDE.