On ubuntu 8.04 on my laptop, I downloaded the Arduino software onto my desktop and plugged in a board I just bought. But when I ran the software there are no serial ports recognized. In bash I saw
alan@alan-laptop:~/.arduino$ /dev/ttyUSB0
bash: /dev/ttyUSB0: No such file or directory
alan@alan-laptop:~/.arduino$ /dev/ttyUSB1
bash: /dev/ttyUSB1: No such file or directory
So I followed the procedure given at "Ubuntu USB-Serial port install procedure". Now /dev/ttyUSB0 appears in menu and can be selected. When I tried to upload the blink example to the board I got
avrdude: stk500_getsync(): not in sync: resp=0x01
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x01
Can anyone suggest what is going wrong?
Thanks
Alan