Offline
Newbie
Karma: 1
Posts: 42
|
 |
« on: February 11, 2011, 01:05:37 am » |
Hi All. Seeing all the problems with Arduino One in Ubuntu, Mac and Windows, it is clear that it is a beta product. Well but, Why not advised of this situation on the main page and before to buy it?
Jaume Nogues Vall Hebron Tech School Barcelona
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 1
Posts: 42
|
 |
« Reply #1 on: February 11, 2011, 01:41:10 am » |
I like open source. I only use Ubuntu, I don't want use Windows. My comment is that I can not use the Arduino. Did not want to seem rude, but the last I'm trying to blink an LED and can not. I tried all the solutions proposed in the forum, on different computers, and only works on windows. Sorry.
Jaume
|
|
|
|
|
Logged
|
|
|
|
|
Lancashire, UK
Offline
Edison Member
Karma: 8
Posts: 1988
|
 |
« Reply #2 on: February 11, 2011, 02:24:54 am » |
Different USB cable ? Different Uno ? The Uno works fine on Ubuntu. I Use it. The IDE can be problematic on Windows too if its any consolation, its just Windows is rarely mentioned in the thread titles (and often needs to be got out of the poster). Windows users are often confident in the knowledge that theirs is the only OS out there and it goes without saying they are using Windows....... Woe betide you if some installation in the past has removed 'Runonce' from the registry. 
|
|
|
|
« Last Edit: February 11, 2011, 02:28:18 am by pluggy »
|
Logged
|
|
|
|
|
Forum Administrator
Cambridge, MA
Offline
Faraday Member
Karma: 7
Posts: 3532
|
 |
« Reply #3 on: February 11, 2011, 02:50:32 am » |
Sorry that you're having trouble. I do test the software on Ubuntu and it should work. What happens you try to run the software or upload to the Arduino? What error or message or behavior do you get?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 1
Posts: 42
|
 |
« Reply #4 on: February 11, 2011, 09:02:13 am » |
Hi Mellis. I can't upload. The error is:
Error openig serial port '/dev/ttyACM0' processing.app.SerialException: Error opening serial port '/dev/ttyACM0'. at processing.app.Serial.<init>(Serial.java:146) at processing.app.Serial.<init>(Serial.java:76) at processing.app.debug.Uploader.flushSerialBuffer(Uploader.java:75) at processing.app.debug.AvrdudeUploader.uploadViaBootloader(AvrdudeUploader.java:93) at processing.app.debug.AvrdudeUploader.uploadUsingPreferences(AvrdudeUploader.java:56) at processing.app.Sketch.upload(Sketch.java:1603) at processing.app.Sketch.exportApplet(Sketch.java:1568) at processing.app.Sketch.exportApplet(Sketch.java:1524) at processing.app.Editor$DefaultExportHandler.run(Editor.java:2293) at processing.app.Editor$DefaultExportHandler.run(Editor.java:2302) at java.lang.Thread.run(Thread.java:636) Caused by: gnu.io.UnsupportedCommOperationException: Invalid Parameter at gnu.io.RXTXPort.setSerialPortParams(RXTXPort.java:171) at processing.app.Serial.<init>(Serial.java:136) ... 10 more processing.app.debug.RunnerException: Error opening serial port '/dev/ttyACM0'. at processing.app.debug.Uploader.flushSerialBuffer(Uploader.java:99) at processing.app.debug.AvrdudeUploader.uploadViaBootloader(AvrdudeUploader.java:93) at processing.app.debug.AvrdudeUploader.uploadUsingPreferences(AvrdudeUploader.java:56) at processing.app.Sketch.upload(Sketch.java:1603) at processing.app.Sketch.exportApplet(Sketch.java:1568) at processing.app.Sketch.exportApplet(Sketch.java:1524) at processing.app.Editor$DefaultExportHandler.run(Editor.java:2293) at processing.app.Editor$DefaultExportHandler.run(Editor.java:2302) at java.lang.Thread.run(Thread.java:636)[/color]
|
|
|
|
|
Logged
|
|
|
|
|
Lancashire, UK
Offline
Edison Member
Karma: 8
Posts: 1988
|
 |
« Reply #5 on: February 11, 2011, 09:57:01 am » |
With the arduino plugged in, goto a terminal screen and type ls /dev/ttyA* -lt and press enter and then post what it says back here.
|
|
|
|
|
Logged
|
|
|
|
|
Chile
Offline
Edison Member
Karma: 28
Posts: 1144
Arduino rocks
|
 |
« Reply #6 on: February 11, 2011, 09:57:44 am » |
Search for "ttyACM0"
Beta testers? that's like complaining about legos coming unfinished in the box. Arduino is by far the most user friendly prototyping board out there. There are just too much lazy people.
|
|
|
|
|
Logged
|
|
|
|
|
Macclesfield UK
Offline
Newbie
Karma: 0
Posts: 16
Arduino rocks
|
 |
« Reply #7 on: February 11, 2011, 12:10:12 pm » |
As a comment to the original poster my own experience starting a year ago is that the combination of Arduino and Linux worked beautifully right from the start. There has been a major hiccup with the Uno which must be deeply dispiriting for beginners, and would probably have put me off had it been my first experience of Arduino.
As far as I can see the problem is with the Arduino firmware and has nothing to do with the operating system you're using. I've updated my firmware apparently successfully following instructions in this forum but I can see that this procedure could be intimidating for some.
In my experience this is the sort of thing that tends to happen when you buy a new product. Alas.
All I can suggest is to try the firmware update.
Regards, Pete
|
|
|
|
|
Logged
|
Regards, Pete
|
|
|
|
Offline
Newbie
Karma: 1
Posts: 42
|
 |
« Reply #8 on: February 11, 2011, 12:12:29 pm » |
Hi pluggy.
If I do: ls /dev/ttyA* -lt
it says:
crw-rw---- 1 root dialout 166, 0 2011-02-11 18:06 /dev/ttyACM0
Jaume
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 1
Posts: 42
|
 |
« Reply #9 on: February 11, 2011, 12:17:42 pm » |
Hi pythoncoder.
When you say update the firmware, Is the bootloader or 8u2?
Regards, Jaume
|
|
|
|
|
Logged
|
|
|
|
|
Macclesfield UK
Offline
Newbie
Karma: 0
Posts: 16
Arduino rocks
|
 |
« Reply #10 on: February 11, 2011, 12:19:12 pm » |
The 8U2.
Regards, Pete
|
|
|
|
|
Logged
|
Regards, Pete
|
|
|
|
Offline
Newbie
Karma: 1
Posts: 42
|
 |
« Reply #11 on: February 11, 2011, 12:20:49 pm » |
The update is done, and I have the same problems.
|
|
|
|
|
Logged
|
|
|
|
|
Macclesfield UK
Offline
Newbie
Karma: 0
Posts: 16
Arduino rocks
|
 |
« Reply #12 on: February 11, 2011, 12:26:53 pm » |
Oh dear, I'm sorry to hear that. I've only done the update in the last hour, so I may well be being over optimistic but so far it's working for me. It has to be said that the firmware update procedure doesn't give much feedback as to whether it completed successfully but I take it you're pretty confident about that aspect.
I'm afraid I've nothing else to suggest as I've been struggling with the Uno for days - you'd better wait for someone more experienced to turn up.
Best of luck, Pete
|
|
|
|
|
Logged
|
Regards, Pete
|
|
|
|
Phoenix, Arizona USA
Offline
Faraday Member
Karma: 27
Posts: 5077
Where's the beer?
|
 |
« Reply #13 on: February 11, 2011, 12:31:22 pm » |
Hi pluggy.
If I do: ls /dev/ttyA* -lt
it says:
crw-rw---- 1 root dialout 166, 0 2011-02-11 18:06 /dev/ttyACM0
Jaume
Is the user you are running the Arduino IDE under a member of the dialout group? http://www.techotopia.com/index.php/Managing_Ubuntu_Linux_Users_and_Groups
|
|
|
|
« Last Edit: February 11, 2011, 12:32:56 pm by cr0sh »
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 1
Posts: 42
|
 |
« Reply #14 on: February 11, 2011, 12:34:23 pm » |
Thanks Pete. I will try!!
Regards,
Jaume
|
|
|
|
|
Logged
|
|
|
|
|
|