teensy 2.0 notrecognized in debian 8 nor Ubuntu 14.4.1

Need help? Ask here and someone will help
Post Reply
crazyrobinhood
Posts: 7
Joined: Mon Jun 27, 2016 7:36 pm

teensy 2.0 notrecognized in debian 8 nor Ubuntu 14.4.1

Post by crazyrobinhood »

Hi there.
I have my teensy 2.0 board ad it's blinking fast.
I start teensy_loader and after it says press button and I do that, blinking stops but nothing seems to change in the interface of the program.
Is there a way to check USB-serial ports so I can paste the code here?
PS. I already tried different cables and nothing changes.
Apparently in Arduino 1.6.7 the board is recognized on /dev/ttySO port.

I'd love to know if it's a faulty board or if I'm doing something wrong.

Thank you in advance.
NK


UPDATE.
same issue on laptop with ubuntu 14.4.1 gimx keep saying to plug the teensy and in the teensy_loader the buttons are all grey.
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: teensy 2.0 notrecognized in debian 8 nor Ubuntu 14.4.1

Post by Matlo »

Hi,
I don't understand what you are doing here.
Please explain what you are trying to achieve, which firmware you loaded, and which parts/options of the GUI you are using.
GIMX creator
crazyrobinhood
Posts: 7
Joined: Mon Jun 27, 2016 7:36 pm

Re: teensy 2.0 notrecognized in debian 8 nor Ubuntu 14.4.1

Post by crazyrobinhood »

Hi Matlo,
thank you for your answer.
What I'm trying to do is to flash the teensy 2.0 board with the firmware of the g29 for ps4 (EMUG29PS4) under Linux.
I suspect that my board is not genuine teensy, even if there is a mark "teensy 2.0" on the board, because when I push the button the teensy loader dont' show the program and reboot buttons green. Insteas they remain grey like they are unoperable.
Is there a way to flash it with Arduino 1.6.7?
Another question, when I try to flash it, does the board needs to be already connected and assembled with CP2101?
I am trying both Bluetooth mode and DIY adapter mode. In both cases the pass of flashing the teensy is the same, isnt it?
Thank you in advance and I apologize for my english.

NK
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: teensy 2.0 notrecognized in debian 8 nor Ubuntu 14.4.1

Post by Matlo »

Hi,
Where did you buy it?
crazyrobinhood wrote:Is there a way to flash it with Arduino 1.6.7?
I can't tell what kind of loader runs on the board.
All the options are listed here: http://gimx.fr/wiki/index.php?title=DIY ... re_loading
crazyrobinhood wrote:Another question, when I try to flash it, does the board needs to be already connected and assembled with CP2101?
Only if the board has an Arduino Leonardo loader.
crazyrobinhood wrote:I am trying both Bluetooth mode and DIY adapter mode. In both cases the pass of flashing the teensy is the same, isnt it?
Yes, the procedure is the same, the only difference is the firmware to load.
GIMX creator
crazyrobinhood
Posts: 7
Joined: Mon Jun 27, 2016 7:36 pm

Re: teensy 2.0 notrecognized in debian 8 nor Ubuntu 14.4.1

Post by crazyrobinhood »

My board was brought on eBay here:
http://www.ebay.com.au/itm/221863060453

It seems that my only option is avrdude under Linux, isn't it?
And I have to assemble the adapter in order to flash it..

Thanks!


EDIT: avrdude gives this:


~/usr/bin/teensy/firmwares-5.8/EMUG29PS4$ avrdude -p atmega32u4 -c avr109 -P /dev/ttyS0 -D -U flash:w:atmega32u4.hex:i

Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding



EDIT2:

from Arduino IDE 1.6.7
avrdude: Version 6.0.1, compiled on Apr 14 2015 at 19:04:16
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch

System wide configuration file is "/home/nk/usr/bin/arduino-1.6.7/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/home/nk/.avrduderc"
User configuration file does not exist or is not a regular file, skipping

Using Port : /dev/ttyS0
Using Programmer : avr109
Overriding Baud Rate : 57600
AVR Part : ATmega32U4
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PA0
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :

Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 20 4 0 no 1024 4 0 9000 9000 0x00 0x00
flash 65 6 128 0 yes 32768 128 256 4500 4500 0x00 0x00
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00

Programmer Type : butterfly
Description : Atmel AppNote AVR109 Boot Loader

Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding
Problem uploading to board.
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: teensy 2.0 notrecognized in debian 8 nor Ubuntu 14.4.1

Post by Matlo »

ttyS0 is not the right device. What's the output of dmesg after plugging the Teensy?
GIMX creator
crazyrobinhood
Posts: 7
Joined: Mon Jun 27, 2016 7:36 pm

Re: teensy 2.0 notrecognized in debian 8 nor Ubuntu 14.4.1

Post by crazyrobinhood »

That's the output when I plug adapter from teensy side:

Code: Select all

kk@debian:~$ dmesg | tail
[ 1755.893385] usb 1-1.1: device descriptor read/64, error -32
[ 1756.068323] usb 1-1.1: device descriptor read/64, error -32
[ 1756.242275] usb 1-1.1: new full-speed USB device number 30 using ehci-pci
[ 1756.316248] usb 1-1.1: device descriptor read/64, error -32
[ 1756.491193] usb 1-1.1: device descriptor read/64, error -32
[ 1756.665137] usb 1-1.1: new full-speed USB device number 31 using ehci-pci
[ 1757.066808] usb 1-1.1: device not accepting address 31, error -32
[ 1757.139968] usb 1-1.1: new full-speed USB device number 32 using ehci-pci
[ 1757.541657] usb 1-1.1: device not accepting address 32, error -32
[ 1757.541832] usb 1-1-port1: unable to enumerate USB device
And this one is the output from CP2102:

Code: Select all

nk@debian:~$ dmesg | tail
[ 1608.271701] usb 1-1.1: Product: CP2102 USB to UART Bridge Controller
[ 1608.271703] usb 1-1.1: Manufacturer: Silicon Labs
[ 1608.271705] usb 1-1.1: SerialNumber: 0001
[ 1609.317423] usbcore: registered new interface driver usbserial
[ 1609.317441] usbcore: registered new interface driver usbserial_generic
[ 1609.317455] usbserial: USB Serial support registered for generic
[ 1609.322090] usbcore: registered new interface driver cp210x
[ 1609.322107] usbserial: USB Serial support registered for cp210x
[ 1609.322151] cp210x 1-1.1:1.0: cp210x converter detected
[ 1609.322247] usb 1-1.1: cp210x converter now attached to ttyUSB0
dmesg usb :

Code: Select all

nk@debian:~$ dmesg | grep -i usb
[    0.112794] ACPI: bus type USB registered
[    0.112805] usbcore: registered new interface driver usbfs
[    0.112812] usbcore: registered new interface driver hub
[    0.112823] usbcore: registered new device driver usb
[    0.814572] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.814918] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.824299] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.824340] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.824342] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.824344] usb usb1: Product: EHCI Host Controller
[    0.824346] usb usb1: Manufacturer: Linux 4.0-9.dmz.1-liquorix-amd64 ehci_hcd
[    0.824347] usb usb1: SerialNumber: 0000:00:1a.0
[    0.824477] hub 1-0:1.0: USB hub found
[    0.824640] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
[    0.824979] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    0.824982] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.824983] usb usb2: Product: xHCI Host Controller
[    0.824985] usb usb2: Manufacturer: Linux 4.0-9.dmz.1-liquorix-amd64 xhci-hcd
[    0.824987] usb usb2: SerialNumber: 0000:04:00.0
[    0.825104] hub 2-0:1.0: USB hub found
[    0.825214] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[    0.825225] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    0.828165] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    0.828167] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.828169] usb usb3: Product: xHCI Host Controller
[    0.828170] usb usb3: Manufacturer: Linux 4.0-9.dmz.1-liquorix-amd64 xhci-hcd
[    0.828172] usb usb3: SerialNumber: 0000:04:00.0
[    0.828306] hub 3-0:1.0: USB hub found
[    0.834340] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.834383] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    0.834386] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.834387] usb usb4: Product: EHCI Host Controller
[    0.834389] usb usb4: Manufacturer: Linux 4.0-9.dmz.1-liquorix-amd64 ehci_hcd
[    0.834390] usb usb4: SerialNumber: 0000:00:1d.0
[    0.834612] hub 4-0:1.0: USB hub found
[    1.126272] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.136258] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    1.240985] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    1.240988] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.241331] hub 1-1:1.0: USB hub found
[    1.250947] usb 4-1: New USB device found, idVendor=8087, idProduct=0024
[    1.250951] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.251340] hub 4-1:1.0: USB hub found
[    1.515364] usb 1-1.2: new high-speed USB device number 3 using ehci-pci
[    1.526161] usb 4-1.2: new full-speed USB device number 3 using ehci-pci
[    1.614181] usb 4-1.2: New USB device found, idVendor=0a12, idProduct=0001
[    1.614185] usb 4-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.688308] usb 4-1.3: new high-speed USB device number 4 using ehci-pci
[    1.773611] usb 4-1.3: New USB device found, idVendor=05ac, idProduct=911c
[    1.773615] usb 4-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.773885] hub 4-1.3:1.0: USB hub found
[    1.847255] usb 4-1.4: new high-speed USB device number 5 using ehci-pci
[    1.932736] usb 4-1.4: New USB device found, idVendor=05ac, idProduct=9131
[    1.932740] usb 4-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.933061] hub 4-1.4:1.0: USB hub found
[    2.007204] usb 4-1.5: new high-speed USB device number 6 using ehci-pci
[    2.094681] usb 4-1.5: New USB device found, idVendor=058f, idProduct=6366
[    2.094684] usb 4-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.094687] usb 4-1.5: Product: Mass Storage Device
[    2.094688] usb 4-1.5: Manufacturer: Generic
[    2.094690] usb 4-1.5: SerialNumber: 058F63666471
[    2.096390] usb-storage 4-1.5:1.0: USB Mass Storage device detected
[    2.096636] scsi host4: usb-storage 4-1.5:1.0
[    2.096724] usbcore: registered new interface driver usb-storage
[    2.097042] usbcore: registered new interface driver uas
[    2.166155] usb 4-1.3.2: new full-speed USB device number 7 using ehci-pci
[    2.254331] usb 1-1.2: New USB device found, idVendor=1058, idProduct=0730
[    2.254334] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.254336] usb 1-1.2: Product: My Passport 0730
[    2.254338] usb 1-1.2: Manufacturer: Western Digital
[    2.254339] usb 1-1.2: SerialNumber: 575836314135313739363630
[    2.254723] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[    2.255072] scsi host5: usb-storage 1-1.2:1.0
[    2.324113] usb 4-1.4.2: new full-speed USB device number 8 using ehci-pci
[    8.587865] usbcore: registered new interface driver btusb
[   12.252710] usb 4-1.3.2: New USB device found, idVendor=05ac, idProduct=921c
[   12.252715] usb 4-1.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   12.252717] usb 4-1.3.2: Product: Apple Cinema HD Display
[   12.252719] usb 4-1.3.2: Manufacturer: Apple Computer, Inc.
[   12.326808] usb 4-1.3.3: new low-speed USB device number 9 using ehci-pci
[   12.410659] usb 4-1.4.2: New USB device found, idVendor=05ac, idProduct=9223
[   12.410663] usb 4-1.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   12.410666] usb 4-1.4.2: Product: Apple Cinema HD Display
[   12.410668] usb 4-1.4.2: Manufacturer: Apple Computer, Inc.
[   12.435282] usb 4-1.3.3: New USB device found, idVendor=04d9, idProduct=1503
[   12.435285] usb 4-1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   12.435287] usb 4-1.3.3: Product: USB Keyboard
[   12.435289] usb 4-1.3.3: Manufacturer:  
[   12.491763] usb 4-1.4.3: new full-speed USB device number 10 using ehci-pci
[   12.580079] usb 4-1.4.3: New USB device found, idVendor=12cf, idProduct=0182
[   12.580090] usb 4-1.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   12.580093] usb 4-1.4.3: Product: Tt eSPORTS BLACK Element
[   12.580095] usb 4-1.4.3: Manufacturer: DEXIN Corp.
[   12.649713] usb 4-1.3.1: new high-speed USB device number 11 using ehci-pci
[   12.656078] usbcore: registered new interface driver usbhid
[   12.656080] usbhid: USB HID core driver
[   12.665846] hid-generic 0003:05AC:921C.0001: hiddev0,hidraw0: USB HID v1.11 Device [Apple Computer, Inc. Apple Cinema HD Display] on usb-0000:00:1d.0-1.3.2/input0
[   12.670656] hid-generic 0003:05AC:9223.0002: hiddev0,hidraw1: USB HID v1.11 Device [Apple Computer, Inc. Apple Cinema HD Display] on usb-0000:00:1d.0-1.4.2/input0
[   12.670835] input:   USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.3/4-1.3.3/4-1.3.3:1.0/0003:04D9:1503.0003/input/input16
[   12.721799] hid-generic 0003:04D9:1503.0003: input,hidraw2: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:00:1d.0-1.3.3/input0
[   12.724258] input:   USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.3/4-1.3.3/4-1.3.3:1.1/0003:04D9:1503.0004/input/input17
[   12.737936] usb 4-1.3.1: New USB device found, idVendor=1415, idProduct=2000
[   12.737939] usb 4-1.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   12.737941] usb 4-1.3.1: Product: USB Camera-B4.04.27.1
[   12.737943] usb 4-1.3.1: Manufacturer: OmniVision Technologies, Inc.
[   12.774629] hid-generic 0003:04D9:1503.0004: input,hidraw3: USB HID v1.10 Device [  USB Keyboard] on usb-0000:00:1d.0-1.3.3/input1
[   12.774796] input: DEXIN Corp. Tt eSPORTS BLACK Element as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.4/4-1.4.3/4-1.4.3:1.0/0003:12CF:0182.0005/input/input18
[   12.774885] hid-generic 0003:12CF:0182.0005: input,hidraw4: USB HID v1.11 Mouse [DEXIN Corp. Tt eSPORTS BLACK Element] on usb-0000:00:1d.0-1.4.3/input0
[   12.775104] input: DEXIN Corp. Tt eSPORTS BLACK Element as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.4/4-1.4.3/4-1.4.3:1.1/0003:12CF:0182.0006/input/input19
[   12.800820] usbcore: registered new interface driver appledisplay
[   12.825729] hid-generic 0003:12CF:0182.0006: input,hidraw5: USB HID v1.11 Keyboard [DEXIN Corp. Tt eSPORTS BLACK Element] on usb-0000:00:1d.0-1.4.3/input1
[   13.979281] usbcore: registered new interface driver ov534
[   14.058504] usb 4-1.3.1: current rate 11625 is different from the runtime rate 16000
[   14.061700] usb 4-1.3.1: 3:1: cannot get min/max values for control 2 (id 3)
[   14.061934] usbcore: registered new interface driver snd-usb-audio
[   39.960714] usb 4-1.3.1: current rate 207285 is different from the runtime rate 16000
[   40.160900] usb 4-1.3.1: current rate 1602 is different from the runtime rate 16000
[   40.164592] usb 4-1.3.1: 3:1: cannot get min/max values for control 2 (id 3)
[   40.200278] usb 4-1.3.1: current rate 315 is different from the runtime rate 16000
[   40.207481] usb 4-1.3.1: current rate 58 is different from the runtime rate 16000
[   40.211329] usb 4-1.3.1: 3:1: cannot get min/max values for control 2 (id 3)
[   64.660587] usb 4-1.3.1: current rate 195688 is different from the runtime rate 16000
[   64.666958] usb 4-1.3.1: current rate 51 is different from the runtime rate 16000
[   64.670242] usb 4-1.3.1: 3:1: cannot get min/max values for control 2 (id 3)
[   64.680556] usb 4-1.3.1: current rate 109 is different from the runtime rate 16000
[   64.684439] usb 4-1.3.1: current rate 31 is different from the runtime rate 16000
[   64.687630] usb 4-1.3.1: 3:1: cannot get min/max values for control 2 (id 3)
[  206.497940] usb 1-1.1: new full-speed USB device number 4 using ehci-pci
[  206.572126] usb 1-1.1: device descriptor read/64, error -32
[  206.736024] usb 1-1.1: device descriptor read/64, error -32
[  206.910007] usb 1-1.1: new full-speed USB device number 5 using ehci-pci
[  206.983774] usb 1-1.1: device descriptor read/64, error -32
[  207.147847] usb 1-1.1: device descriptor read/64, error -32
[  207.321873] usb 1-1.1: new full-speed USB device number 6 using ehci-pci
[  207.723550] usb 1-1.1: device not accepting address 6, error -32
[  207.796719] usb 1-1.1: new full-speed USB device number 7 using ehci-pci
[  208.198360] usb 1-1.1: device not accepting address 7, error -32
[  208.198507] usb 1-1-port1: unable to enumerate USB device
[  227.483416] usb 1-1.1: new full-speed USB device number 8 using ehci-pci
[  227.557433] usb 1-1.1: device descriptor read/64, error -32
[  227.721418] usb 1-1.1: device descriptor read/64, error -32
[  227.895275] usb 1-1.1: new full-speed USB device number 9 using ehci-pci
[  227.969257] usb 1-1.1: device descriptor read/64, error -32
[  228.133225] usb 1-1.1: device descriptor read/64, error -32
[  228.307098] usb 1-1.1: new full-speed USB device number 10 using ehci-pci
[  228.708852] usb 1-1.1: device not accepting address 10, error -32
[  228.782029] usb 1-1.1: new full-speed USB device number 11 using ehci-pci
[  229.183692] usb 1-1.1: device not accepting address 11, error -32
[  229.183817] usb 1-1-port1: unable to enumerate USB device
[  971.511856] usb 1-1.1: new full-speed USB device number 12 using ehci-pci
[  971.585833] usb 1-1.1: device descriptor read/64, error -32
[  971.760568] usb 1-1.1: device descriptor read/64, error -32
[  971.934512] usb 1-1.1: new full-speed USB device number 13 using ehci-pci
[  971.997690] usb 1-1.1: device descriptor read/64, error -32
[  972.174644] usb 1-1.1: device descriptor read/64, error -32
[  972.348577] usb 1-1.1: new full-speed USB device number 14 using ehci-pci
[  972.750217] usb 1-1.1: device not accepting address 14, error -32
[  972.823421] usb 1-1.1: new full-speed USB device number 15 using ehci-pci
[  973.225089] usb 1-1.1: device not accepting address 15, error -32
[  973.225290] usb 1-1-port1: unable to enumerate USB device
[  981.414599] usb 1-1.1: new full-speed USB device number 16 using ehci-pci
[  981.488567] usb 1-1.1: device descriptor read/64, error -32
[  981.663509] usb 1-1.1: device descriptor read/64, error -32
[  981.837453] usb 1-1.1: new full-speed USB device number 17 using ehci-pci
[  981.911430] usb 1-1.1: device descriptor read/64, error -32
[  982.086373] usb 1-1.1: device descriptor read/64, error -32
[  982.260315] usb 1-1.1: new full-speed USB device number 18 using ehci-pci
[  982.662071] usb 1-1.1: device not accepting address 18, error -32
[  982.735181] usb 1-1.1: new full-speed USB device number 19 using ehci-pci
[  983.136916] usb 1-1.1: device not accepting address 19, error -32
[  983.137035] usb 1-1-port1: unable to enumerate USB device
[ 1596.638979] usb 1-1.1: new full-speed USB device number 20 using ehci-pci
[ 1596.712973] usb 1-1.1: device descriptor read/64, error -32
[ 1596.887881] usb 1-1.1: device descriptor read/64, error -32
[ 1597.061866] usb 1-1.1: new full-speed USB device number 21 using ehci-pci
[ 1597.135808] usb 1-1.1: device descriptor read/64, error -32
[ 1597.310762] usb 1-1.1: device descriptor read/64, error -32
[ 1597.484690] usb 1-1.1: new full-speed USB device number 22 using ehci-pci
[ 1597.886411] usb 1-1.1: device not accepting address 22, error -32
[ 1597.959533] usb 1-1.1: new full-speed USB device number 23 using ehci-pci
[ 1598.361252] usb 1-1.1: device not accepting address 23, error -32
[ 1598.361403] usb 1-1-port1: unable to enumerate USB device
[ 1608.155217] usb 1-1.1: new full-speed USB device number 24 using ehci-pci
[ 1608.271694] usb 1-1.1: New USB device found, idVendor=10c4, idProduct=ea60
[ 1608.271699] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1608.271701] usb 1-1.1: Product: CP2102 USB to UART Bridge Controller
[ 1608.271703] usb 1-1.1: Manufacturer: Silicon Labs
[ 1608.271705] usb 1-1.1: SerialNumber: 0001
[ 1609.317423] usbcore: registered new interface driver usbserial
[ 1609.317441] usbcore: registered new interface driver usbserial_generic
[ 1609.317455] usbserial: USB Serial support registered for generic
[ 1609.322090] usbcore: registered new interface driver cp210x
[ 1609.322107] usbserial: USB Serial support registered for cp210x
[ 1609.322247] usb 1-1.1: cp210x converter now attached to ttyUSB0
[ 1633.825751] usb 1-1.1: USB disconnect, device number 24
[ 1633.825929] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[ 1647.309915] usb 1-1.1: new full-speed USB device number 25 using ehci-pci
[ 1647.383859] usb 1-1.1: device descriptor read/64, error -32
[ 1647.558836] usb 1-1.1: device descriptor read/64, error -32
[ 1647.732773] usb 1-1.1: new full-speed USB device number 26 using ehci-pci
[ 1647.806712] usb 1-1.1: device descriptor read/64, error -32
[ 1647.970701] usb 1-1.1: device descriptor read/64, error -32
[ 1648.144622] usb 1-1.1: new full-speed USB device number 27 using ehci-pci
[ 1648.546323] usb 1-1.1: device not accepting address 27, error -32
[ 1648.619450] usb 1-1.1: new full-speed USB device number 28 using ehci-pci
[ 1649.021170] usb 1-1.1: device not accepting address 28, error -32
[ 1649.021321] usb 1-1-port1: unable to enumerate USB device
[ 1755.819413] usb 1-1.1: new full-speed USB device number 29 using ehci-pci
[ 1755.893385] usb 1-1.1: device descriptor read/64, error -32
[ 1756.068323] usb 1-1.1: device descriptor read/64, error -32
[ 1756.242275] usb 1-1.1: new full-speed USB device number 30 using ehci-pci
[ 1756.316248] usb 1-1.1: device descriptor read/64, error -32
[ 1756.491193] usb 1-1.1: device descriptor read/64, error -32
[ 1756.665137] usb 1-1.1: new full-speed USB device number 31 using ehci-pci
[ 1757.066808] usb 1-1.1: device not accepting address 31, error -32
[ 1757.139968] usb 1-1.1: new full-speed USB device number 32 using ehci-pci
[ 1757.541657] usb 1-1.1: device not accepting address 32, error -32
[ 1757.541832] usb 1-1-port1: unable to enumerate USB device
I'm going to try this from mini laptop with ubuntu.
Thanks for your help!


EDIT: same device descriptor read/64 error also from mini laptop with ubuntu.
Last edited by crazyrobinhood on Thu Jun 30, 2016 2:06 pm, edited 1 time in total.
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: teensy 2.0 notrecognized in debian 8 nor Ubuntu 14.4.1

Post by Matlo »

The operating system does not recognize the fake Teensy board.
The USB cable or/and the fake Teensy may be defective.
GIMX creator
crazyrobinhood
Posts: 7
Joined: Mon Jun 27, 2016 7:36 pm

Re: teensy 2.0 notrecognized in debian 8 nor Ubuntu 14.4.1

Post by crazyrobinhood »

Ok, so I have to guess that the board is defective...
Do you have some well known places where to order a genuine teensy? ( I live in italy )

THank you very much for your support and help!
And thank you for your hard work!

NK

EDIT: nevermind, I found the link in the adapter description page.
thanks again.
Post Reply