Linux, Ubuntu 11.10, Using The Teensy Loader

Need help? Ask here and someone will help
Dernogard
Posts: 10
Joined: Tue Jul 03, 2012 10:57 pm

Linux, Ubuntu 11.10, Using The Teensy Loader

Post 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
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Post by Matlo »

Hi,

Did you connect the usb to serial board (CP2102...) to the PC, and the Teensy to the console?
GIMX creator
Dernogard
Posts: 10
Joined: Tue Jul 03, 2012 10:57 pm

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Post 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
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Post by Matlo »

What's the result of the following commands:

Code: Select all

lsusb
ll /dev/ttyUSB*
GIMX creator
Dernogard
Posts: 10
Joined: Tue Jul 03, 2012 10:57 pm

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Post 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
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Post 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
GIMX creator
Dernogard
Posts: 10
Joined: Tue Jul 03, 2012 10:57 pm

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Post 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
Dernogard
Posts: 10
Joined: Tue Jul 03, 2012 10:57 pm

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Post 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
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Post by Matlo »

If you don't use gimx-bluetooth you can upgrade to Ubuntu 12.04.
GIMX creator
Cybereu
Posts: 183
Joined: Sun Jul 10, 2011 1:10 pm

Re: Linux, Ubuntu 11.10, Using The Teensy Loader

Post by Cybereu »

Whats problem with 12.04 and bluetooth ?
Post Reply