Build id: 20110916-0149
Ubuntu Info:
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
My Enviroment Setup:
In /etc/bash.bashrc
JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk
export JAVA_HOME
PATH=$PATH:$JAVA_HOME/bin
export PATH
LEJOS_NXT_JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk
export LEJOS_NXT_JAVA_HOME
NXJ_HOME=/home/lejos_user/lejos_nxj
export NXJ_HOME
PATH=$NXJ_HOME/bin:$PATH
export PATH
CLASSPATH=/home/lejos_user/Documents/lejos_projects
export CLASSPATH
my ~.profile
export NXJ_HOME=/home/lejos_user/lejos_nxj
export LEJOS_HOME=$NXJ_HOME
export PATH=$PATH:$NXJ_HOME/bin
export CLASSPATH=$CLASSPATH:.:$NXJ_HOME/lib/classes.jar:$NXJ_HOME/lib/pccomm.jar:$NXJ_HOME/lib/jtools.jar:$NXJ_HOME/lib/pctools.jar
When I attempt to flash using the Eclipse toolbar I get the following error:

Uploaded with ImageShack.us
Here's my enviroment:

Uploaded with ImageShack.us
Problem:
When I try to flash my brick it gets stuck in SAMBA (soft continuous beeps) mode. At first it freaked me out and I thought my brick was really now a 'brick' but Eclipse on my Windows 7 Pro workstation is able to detect the brick and flash it.
Any ideas why I am unable to flash in Ubuntu
