Ubuntu UNO R3 connect

I'm running Netrunner (kubuntu) and tyeing connect to arduino board. Bus 003 Device 002: ID 2341:0043 Arduino SA Uno R3 (CDC ACM)
But nor Arduino IDE nor Eclipse unable connect to device. I use instruction from this site.
Arduiono board have red light and blinking green LED.

Is it showing any error?

Then I use 'Burn bootloader'

avrdude: stk500_recv(): programmer is not responding

Then proprammer selected as 'Arduino as ISP'

Why are you using burn bootloader option.Isn't it already bootloaded? If it is not you should use another arduino or use an AVR ICSP pogrammer to bootload.

If the arduino you are using is a new one its most probably bootloaded already and, you can test whether it works by uploading the blink sketch, the arduino IDE must show "done uploading". and the LED on board should be blinking.

It's new and yes i think it have a bootloader. I just tried test connection.

So it is working alright ?

I'm not sure. How check it? Is possible just read firmware from controller?

I was asking whether the sketches are uploading properly and working correctly.(Like the Blink and Fade sketches)

/usr/share/arduino/hardware/arduino/cores/arduino/main.cpp:14: undefined reference to `loop'
collect2: error: ld returned 1 exit status

Ok everything works. Issue was that I thought that small controller on the boars is programmer, which is wrong. This is just USB to Serial converter( why they just not use FL232 IC?)