I tried to use the AVRIPS mk11 as a programmer but I allways get this
Sketch uses 1,106 bytes (3%) of program storage space. Maximum is 30,720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes.
avrdude: usbdev_open(): did not find any USB device "usb"
Yes. It works fine (though I haven't tried it with the AVRISP MkII - that's too rich for my blood, I use the $3 USBAsps) .
That error indicates that there was no AVRISP MKII programmer detected by the IDE. Is the programmer plugged into the computer? Are drivers installed correctly?
That was a good question. I checked drivers in windows control panel, and AVRISP is there. Besides, I can hear a sound when I connect it. Not an error sound that is.
The driver is in Jungo dep. drivers, is that a problem?
LMI:
The driver is in Jungo dep. drivers, is that a problem?
The Jungo driver is incompatible with Arduino IDE. You need to use the LibUSB driver instead. The following post is pretty old so you might find better info with more searching but it was the first result I found: forum.arduino.cc/index.php?topic=118089
"The Jungo driver is incompatible with Arduino IDE." Yes. remember it now. I should have searched. There is a lot of dixcussions about this in this forum. I downloaded drivers from an old IDE. I could not find them in the current version. I tried modifying an IDE text file trick too, but it did not help.
Now I remember this. We'll see if I forget this when I next try Atmel Studio.