Hi All.
For a change I am trying to get along with Linux Mint 17.2 and while Arduino IDE 1.5.x and Ueide seem to work OK, including the FTDIxx module for programmimg the Pro mini I am having no luck at all using an USBasp programmer (this works fine under Win7-64).
Most of the time the fault seems to be it can't find the USBasp..
I have lots of spare USB ports but it never seems to find them, some folks say Linux/Mac has the drivers built-in? others say not and you need to do a bit in the terminal!
Please can someone give me an answer, or point me in the right direction..
I sort-of figure from what you say the USBasp is a piece of hardware that connects to a PC with USB and its other end connects to the Atmel chip to be programmed. (I had thought it was a piece of software)
If that is so, what do you see when you type lsusb at the console ?
and what do you see if you type dmesg immediately after you connect or disconnect the device from your PC
You might need to add a udev rule that will allow you to access the device. Download the firmware package from: USBasp - USB programmer for Atmel AVR controllers - fischl.de you will find a udev rule under bin/linux-nonroot, or just use the rule below.
Plug in the USBasp, open a terminal and run the lsusb command.
Bus 004 Device 003: ID VendorID:ProductID VOTI USBasp AVR Programmer
See that the vendor and product ID's match the udev rule, if not, edit the rule.