WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: FT2232C-based USB Devices not detected  (Read 4910 times)

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
FT2232C-based USB Devices not detected
« on: July 05, 2012, 07:03:26 AM »
I'm running the latest Tiny Core and it does not create any /dev/ttyUSB*
I have an FTDI device and lsusb lists it.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11232
Re: FT2232C-based USB Devices not detected
« Reply #1 on: July 05, 2012, 07:28:55 AM »
Hi mbertrand
Quote
I have an FTDI device
I'm not sure what that is, but, maybe you want to install the  ftdi_eeprom.tcz  extension?

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: FT2232C-based USB Devices not detected
« Reply #2 on: July 05, 2012, 08:07:33 AM »
It's a usb to serial device by FTDI. I read somwhere that adding usb-serial-3.0.3-tinycore will work but it does noting.
I used the AppBrowser to get it and set t o Onboot. Is there something else I deen to do?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11232
Re: FT2232C-based USB Devices not detected
« Reply #3 on: July 05, 2012, 08:35:07 AM »
Hi mbertrand
OK, I checked the kernel config file and module support is compiled in. I can't seem to locate an existing
driver for Tinycore though. You probably need to compile it yourself from source. Here's a link to the source
package from the FTDI website:
http://www.ftdichip.com/Drivers/VCP/Linux/ftdi_sio.tar.gz
You will need the following extensions installed to build it:
compiletc.tcz
libftdi.tcz
libftdi-dev.tcz
You may need some other extensions in addition, which will be indicated if the compiler generates any errors.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: FT2232C-based USB Devices not detected
« Reply #4 on: July 05, 2012, 08:55:01 AM »
Also, no 3.0.3 module would be correct for your 3.0.21 kernel.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11232
Re: FT2232C-based USB Devices not detected
« Reply #5 on: July 05, 2012, 09:13:03 AM »
Hi mbertrand
As gerald_clark pointed out, remove the  usb-serial-3.0.3-tinycore  extension, install the  usb-serial-3.0.21-tinycore
and reboot. The driver is in there, no need to compile your own, it's under:
Quote
/usr/local/lib/modules/3.0.21-tinycore/kernel/drivers/usb/serial/ftdi_sio.ko.gz
The strange thing is, when I entered   ftdi   in the provides field in AppBrowser, none of the  usb-serial   extensions
showed up. This is under TC4.1. Can someone running a later version of TC confirm this behavior?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10965
Re: FT2232C-based USB Devices not detected
« Reply #6 on: July 05, 2012, 09:27:26 AM »
Yep, no module match for ftdi. Perhaps the provides db is out of date?
The only barriers that can stop you are the ones you create yourself.

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: FT2232C-based USB Devices not detected
« Reply #7 on: July 05, 2012, 09:32:21 AM »
Thanks, the older package worked.

But just out of curiosity, I downloaded and install Tiny Core 2 day ago and I'm not at current version?
When I was looking for the package I  chose the latest one thinking that I'm at the latest version usb-serial-3.0.3-tinycore.
But uname tells me I'm at 3.0.21. So I got that version of usb-serial and it worked!!!
« Last Edit: July 05, 2012, 09:38:26 AM by mbertrand »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11232
Re: FT2232C-based USB Devices not detected
« Reply #8 on: July 05, 2012, 09:35:39 AM »
Hi curaga
I take it you mean the one on ibiblio, TC doesn't keep a local copy, does it? Should I inform someone or will
you handle it?

    @mbertrand: You are welcome.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11232
Re: FT2232C-based USB Devices not detected
« Reply #9 on: July 05, 2012, 09:42:17 AM »
Hi mbertrand
You are running the latest version which is 3.0.21, 3.0.3 was the previous kernel. 21 is greater than 3.

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: FT2232C-based USB Devices not detected
« Reply #10 on: July 05, 2012, 09:58:35 AM »
St*pid me, sorry!!! I gues I must of been thinking 3.0.2.1

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10965
Re: FT2232C-based USB Devices not detected
« Reply #11 on: July 05, 2012, 02:51:10 PM »
@Rich

The searches are done on the dynamic server, same as the forum. I don't think I have access there.
The only barriers that can stop you are the ones you create yourself.