Your message dated Sun, 20 Mar 2011 11:39:19 -0400
with message-id <[email protected]>
and subject line Re: Bug#619025: arduino: pb to select serial port on IDE
has caused the Debian Bug report #619025,
regarding arduino: pb to select serial port on IDE
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
619025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619025
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: arduino
Version: 0018+dfsg-6
Severity: normal
with arduino Uno
can't select the right serial port (tool/serial port is grey).
maybe pb with RXTX
(it's working with a standalone version of IDE (v. 022) and when user is making
party of the group "dialout")
-- System Information:
Debian Release: 6.0
APT prefers squeeze-updates
APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages arduino depends on:
ii arduino-core 0018+dfsg-6 Minimal (java-free) tool to intera
ii default-jre [java6 1:1.6-40 Standard Java or Java compatible R
ii libantlr-java 2.7.7-16 language tool for constructing rec
ii libecj-java 3.5.1-1 Eclipse Java compiler (library)
ii libjna-java 3.2.4-2 Dynamic access of native libraries
ii liboro-java 2.0.8a-7 Regular expression library for Jav
ii librxtx-java 2.2pre2-2 Full Java CommAPI implementation
ii openjdk-6-jdk 6b18-1.8.3-2+squeeze1 OpenJDK Development Kit (JDK)
ii openjdk-6-jre [jav 6b18-1.8.3-2+squeeze1 OpenJDK Java runtime, using Hotspo
Versions of packages arduino recommends:
ii extra-xdg-menus 1.0-4 Extra menu categories for applicat
arduino suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
reassign librxtx-java 2.2pre2-2
fixed 619025 2.2pre2-3
thanks
Hello,
On Sun, Mar 20, 2011 at 10:32 AM, willtynux <[email protected]> wrote:
> Package: arduino
> Version: 0018+dfsg-6
> Severity: normal
>
> with arduino Uno
> can't select the right serial port (tool/serial port is grey).
> maybe pb with RXTX
To use with an UNO, you need to use the librxtx-java package 2.2pre2-3
or newer. The Uno uses a new usb to serial chip, and needs the the
updated rxtx. You can download it from
http://packages.debian.org/sid/librxtx-java, pick your architecture
from the bottom then dpkg -i {the downloaded.deb}.
You also need to update your arduino packages to at least 0022-1 since
Uno support is only in 0022-1 and newer. The Uno was released after
squeeze was frozen, so you have to use the packages in wheezy/unstable
or download them from packages.debian.org/arduino.
See the changelog for RXTX:
rxtx (2.2pre2-3) experimental; urgency=low
* Added ${java:Recommends} to debian/control to recommend links to
system installed javadocs per Debian Java Policy.
* Debian policy 3.9.1 (no changes).
* Added ttyACM_ports.patch to allow for enumeration of many additional
ports, including ttyACM used in Arduino Uno development boards.
-- Scott Howard <[email protected]> Tue, 05 Oct 2010 09:42:49 -0400
--- End Message ---