Re: Arduino on Mageia linux

2017-06-22 Thread Shlomo Solomon
As I already wrote, it turned out to be a bad USB cable. I should have checked that first. My bad. On Thu, 22 Jun 2017 15:20:40 +0300 borissh1...@gmail.com wrote: > Hi , > > I had a similar issue when I checked the wrong board in the IDE (few > years ago things may have changed). > > Unplug

Re: Arduino on Mageia linux

2017-06-22 Thread borissh1983
Hi , I had a similar issue when I checked the wrong board in the IDE (few years ago things may have changed). Unplug the device , close the IDE , plug it in again and : dmesg ls /dev/serial/by-* start the IDE again and make sure you choose the correct board. On Tuesday, 20 June 2017

Re: Arduino on Mageia linux

2017-06-20 Thread Rabin Yasharzadehe
You're welcome. On Jun 20, 2017 15:23, "Shlomo Solomon" wrote: > Stupid of me not to have looked at dmesg before writing. > > It turned out to be a bad USB cable - so I wasn't connecting :-( > > Thanks for pointing me in the write direction > > > > On Tue, 20 Jun 2017

Re: Arduino on Mageia linux

2017-06-20 Thread Shlomo Solomon
Stupid of me not to have looked at dmesg before writing. It turned out to be a bad USB cable - so I wasn't connecting :-( Thanks for pointing me in the write direction On Tue, 20 Jun 2017 15:04:57 +0300 Rabin Yasharzadehe wrote: > what is the output of `dmesg` when you

Re: Arduino on Mageia linux

2017-06-20 Thread Rabin Yasharzadehe
what is the output of `dmesg` when you connect the device to the machine ? e.g, should be something like this, [393503.604738] usb 1-4.2: new full-speed USB device number 71 using xhci_hcd [393503.698674] usb 1-4.2: New USB device found, idVendor=1a86, idProduct=7523 [393503.698678] usb 1-4.2:

Re: Arduino on Mageia linux

2017-06-20 Thread Shlomo Solomon
Sorry - just noticed I cut off part of the error message, so here it is again: WARNING: RXTX Version mismatch Jar version = RXTX-2.2 native lib Version = RXTX-2.2pre2 Binary sketch size: 1,056 bytes (of a 32,256 byte maximum) avrdude: stk500_recv(): programmer is not responding

Arduino on Mageia linux

2017-06-20 Thread Shlomo Solomon
I installed the Arduino IDE from Mageia RPMs and added my user to the lock group as instructed. In the tools >> serial port menu, there is no /dev/ttyUSB0 - only /dev/ttyS0 and /dev/ttyS1. I tried both of them but could not upload a program. I read that sometimes Arduino needs to be run as