You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am so done with this. This is without a doubt the worst error ever, I hate make.
When I try to execute sudo make in the CH341SER folder, it simply enters the modules/....../amd64/build foldder and leaves because no destination or make control file was named.
When using the InstallACModule's "InstallCH340.sh" file, I finally have a ch34x.ko. So I tried to copy the file to the CH341SER folder and then wrote `sudo make load.
Except now I get the error
modprobe usbserial
insmod ch34x.ko
insmod: ERROR: could not insert module ch34x.ko: Invalid module format
make: *** [Makefile:12: load] Error 1
EDIT: Please help, put an end to this extrodinary suffering
The text was updated successfully, but these errors were encountered:
No no you misunderstood something or I didnt clarify my case well enough.
I don't have any sensors. I haven't even written a sketch, I can't see my nano in arduino IDE because the drivers are not installed
So I have to install these drivers (CH340/CH341) to be able to use my nano in the first place.
I am so done with this. This is without a doubt the worst error ever, I hate make.
When I try to execute
sudo make
in the CH341SER folder, it simply enters the modules/....../amd64/build foldder and leaves because no destination ormake
control file was named.When using the InstallACModule's "InstallCH340.sh" file, I finally have a ch34x.ko. So I tried to copy the file to the CH341SER folder and then wrote `sudo make load.
Except now I get the error
modprobe usbserial
insmod ch34x.ko
insmod: ERROR: could not insert module ch34x.ko: Invalid module format
make: *** [Makefile:12: load] Error 1
EDIT: Please help, put an end to this extrodinary suffering
The text was updated successfully, but these errors were encountered: