Arduino Duemilanove/328 on OpenSuse11

Upload error using Arduino Duemilanove
with ATmega328 on OpenSuse 11

"programmer is not responding"

using arduino-0016-linux.tgz

user has uucp group membership

tried the reset before and immediately
afetr upload command

board works nice on WindowsXP using
arduino-0016-win.zip

dmesg on plug device in:
usb 1-8: new full speed USB device using ohci_hcd and address 3
usb 1-8: configuration #1 chosen from 1 choice
ftdi_sio 1-8:1.0: FTDI USB Serial Device converter detected
ftdi_sio: Detected FT232RL
usb 1-8: FTDI USB Serial Device converter now attached to ttyUSB0
usb 1-8: New USB device found, idVendor=0403, idProduct=6001
usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-8: Product: FT232R USB UART
usb 1-8: Manufacturer: FTDI
usb 1-8: SerialNumber: A9007KT4

arduino linux verbose output

avrdude: Version 5.7, compiled on Jul 5 2009 at 19:56:24
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch

System wide configuration file is "hardware/tools/avrdude.conf"
User configuration file is "/home/op/.avrduderc"
User configuration file does not exist or is not a regular file, skipping

Using Port : /dev/ttyUSB0
Using Programmer : stk500v1
Overriding Baud Rate : 57600
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: Send: Q [51] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding

by the way: How to increase the Menufontsize of
the arduino ide application ?

regards wally

Have you disabled the brltty daemon (see here)?

Otherwise, it might be your DTR line is not being properly driven high to reset the board. You may have to play with the correct timing of pressing the reset button (definitely before upload).

avrdude 5.7 doesn't come with openSUSE 11. did you try the official version 5.5 ?

I've never seen a brltty process run on openSUSE.

Hello RuggedCircuits,
Hello madworm

Thank you for reply!

I did not find any hint to "brltty" in proctable
or in any of my repositories.

The arduino-0016-linux.tgz i downloaded from
arduino.cc came with avrdude v5.4

I updated to the avtual avrdude v5.7 after getting
the described error, because i assumed that this
may solve the problem.

i have installed avrdude, avr-libc, cross-avr-binutils
and cross-avr-gcc43 but NOT cross-avr-gcc

avr-gcc --v
Using built-in specs.
Target: avr
Configured with: ../configure --prefix=/opt/cross
--infodir=/opt/cross/share/info --mandir=/opt/cross/share/man
--libdir=/opt/cross/lib --libexecdir=/opt/cross/lib
--enable-languages=c,c++ --enable-checking=release
--with-gxx-include-dir=/opt/cross/include/c++/4.3 --enable-ssp
--disable-libssp --with-bugurl=http://bugs.opensuse.org/
--with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap
--with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-version-specific-runtime-libs --disable-shared --disable-nls
--target=avr --build=i586-suse-linux
Thread model: single
gcc version 4.3.3 [gcc-4_3-branch revision 144878] (SUSE Linux)

Can i use Arduino Duemilanove/328 with KontrollerLab ?
Maybe this give some more infos on this problem ?

regs wally