Page 1 of 2

Linux, Ubuntu 11.10, Using The Teensy Loader

Posted: Thu Jul 05, 2012 6:00 pm
by Dernogard
Hello

I decided to install Ubuntu 11.10 follow guide on website....
and i stuck nearly at end, I don;t know how to make to load program using Teensy Loader

Step by step i did:
1. Installed Ubuntu 11.10 (on separate partition - I can still switch on load screen between Windows and Ubuntu)
2. Add "universe" to software sources, Clicked Edit>Software Sources. Selected "Community-maintained Open Source software (universe)", and close.
3. Clicked on the Ubuntu desk. In the search area, typed "terminal" with no quotes, and hit enter. In the terminal, typed "sudo apt-get update" with no quotes, and pressed enter.
4. Download the .deb file and installed.
5. I connect DIY USB adapter and run GIMX (i was thinking it will work, because i install program when i used windows for teensy loader)
but instead i have GIMX saying to me NO SERIAL PORT DETECTED)

Question is what I did wrong please can any one help

Kind Regards

Dernogard

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Posted: Thu Jul 05, 2012 7:11 pm
by Matlo
Hi,

Did you connect the usb to serial board (CP2102...) to the PC, and the Teensy to the console?

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Posted: Thu Jul 05, 2012 7:43 pm
by Dernogard
Yes in that order and in Ubuntu didn't see ports
when i switch to windows everything works like before
maybe i need to do something in Ubuntu ?

I couldn't use Teensy Loader in Ubuntu its keep saying to press the button and I do press but nothing happened
When I switch to Windows Teensy Loader work perfectly, Programming, rebooting ...
and as far i know In tutorial I do not need to install drivers for serial board CP2102 for Ubuntu

Maybe should I try upgrade Ubuntu for latest version (I will not use Bluetooth) ?

Please post more advice If You can.

Kind Regards

Dernogard

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Posted: Thu Jul 05, 2012 9:12 pm
by Matlo
What's the result of the following commands:

Code: Select all

lsusb
ll /dev/ttyUSB*

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Posted: Thu Jul 05, 2012 10:52 pm
by Dernogard
adam@ubuntu:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 04f2:b210 Chicony Electronics Co., Ltd
Bus 004 Device 002: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x Composite Device
adam@ubuntu:~$ ll /dev/ttyUSB*
ls: cannot access /dev/ttyUSB*: No such file or directory

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Posted: Fri Jul 06, 2012 5:52 am
by Matlo
Dernogard wrote: ls: cannot access /dev/ttyUSB*: No such file or directory
That's the problem. Ubuntu is not mapping your cp2102 to a ttyUSB device.

What's the result of the following command:

Code: Select all

dmesg | grep -A 5 -B 5 cp210x

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Posted: Fri Jul 06, 2012 8:54 am
by Dernogard
adam@ubuntu:~$ dmesg | grep -A 5 -B 5 cp210x
[ 58.827588] input: PC Speaker as /devices/platform/pcspkr/input/input10
[ 58.836325] usbcore: registered new interface driver usbserial
[ 58.836341] USB Serial support registered for generic
[ 58.836354] usbcore: registered new interface driver usbserial_generic
[ 58.836355] usbserial: USB Serial Driver core
[ 58.841371] USB Serial support registered for cp210x
[ 58.841401] usbcore: registered new interface driver cp210x
[ 58.841403] cp210x: v0.09:Silicon Labs CP210x RS232 serial adaptor driver

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Posted: Fri Jul 06, 2012 10:29 am
by Dernogard
Ok I solv It !

I just Update Ubuntu - as a System not a version
so I still use 11.10 Ubuntu

Thank You for all help


Kind Regards

Dernogard

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Posted: Fri Jul 06, 2012 10:56 am
by Matlo
If you don't use gimx-bluetooth you can upgrade to Ubuntu 12.04.

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Posted: Sat Jul 07, 2012 6:13 am
by Cybereu
Whats problem with 12.04 and bluetooth ?