Guys, help in ubuntu 12. 04 I can not choose the serial port.
Normally, that is due to a minor failure in the install. Mine did the same. From a command prompt:
groups
You should be a member of several groups, and one must be "dialout" to access the Arduino. If not, use this from the command prompt to add that group to your user.
sudo usermod -aG dialout myusername
edit: You must log out, then log in again for that group change to work.
Thanks, it worked