public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] USB-Serial Converter?
@ 2006-08-05 17:29 Peter Davoust
  2006-08-05 20:49 ` Richard Freeman
  0 siblings, 1 reply; 12+ messages in thread
From: Peter Davoust @ 2006-08-05 17:29 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 1149 bytes --]

I'm very new to list servs, so I don't really know if I'm going about this
the right way, but I can't really find my USB-serial converter in /dev, and
I would appreciate if someone could tell me where I might find it. I'm using
an FTDI rs-232 to usb converter, and I installed the driver from their site.
I tried

echo "test" >> /dev/ttyS0 and the light on the dongle didn't blink, which it
does when there's data traveling through it. I tried that with
/dev/ttyS0-4.  /proc/bus/usb/devices gives me this, among other things:


T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0403 ProdID=6001 Rev= 4.00
S:  Manufacturer=FTDI
S:  Product=USB HS SERIAL CONVERTER
S:  SerialNumber=FTCTXW5O
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr= 44mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms

I basically just need to open the device as a file in either C++ or Java and
write to/read from it. If I'm going about this the wrong way, please let me
know.

Thanks,
-Peter

[-- Attachment #2: Type: text/html, Size: 1310 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-amd64] USB-Serial Converter?
  2006-08-05 17:29 [gentoo-amd64] USB-Serial Converter? Peter Davoust
@ 2006-08-05 20:49 ` Richard Freeman
  2006-08-12 17:41   ` Peter Davoust
  0 siblings, 1 reply; 12+ messages in thread
From: Richard Freeman @ 2006-08-05 20:49 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 1192 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Peter Davoust wrote:
> I'm very new to list servs, so I don't really know if I'm going about
> this the right way, but I can't really find my USB-serial converter in
> /dev, and I would appreciate if someone could tell me where I might find
> it. I'm using an FTDI rs-232 to usb converter, and I installed the
> driver from their site. I tried
> 
> echo "test" >> /dev/ttyS0 and the light on the dongle didn't blink,
> which it does when there's data traveling through it. I tried that with
> /dev/ttyS0-4.  /proc/bus/usb/devices gives me this, among other things:
> 
> 

I've got two of them - they're on /dev/ttyUSB0 and 1.  The biggest pain
for me was getting them to show up on a particular port all of the time.
 I managed to do this by tweaking the hotplug config to be dependent on
what USB port the device was plugged into.

You do need to have the appropriate kernel drivers enabled.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE1QRmG4/rWKZmVWkRAvFgAJkBeqXVNap2bGTb2o2gieNriD2yMwCcDdSM
zBf4aK31928jKqOVT+k6K0c=
=MRKg
-----END PGP SIGNATURE-----

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 4275 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-amd64] USB-Serial Converter?
  2006-08-05 20:49 ` Richard Freeman
@ 2006-08-12 17:41   ` Peter Davoust
  2006-08-13  2:59     ` Richard Freeman
  0 siblings, 1 reply; 12+ messages in thread
From: Peter Davoust @ 2006-08-12 17:41 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 1415 bytes --]

Hmmmm.... I see no ttyUSB when I do ls /dev/tty*. Is there anywhere else it
could be?

Thanks,
-Peter

On 8/5/06, Richard Freeman <rich@thefreemanclan.net> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Peter Davoust wrote:
> > I'm very new to list servs, so I don't really know if I'm going about
> > this the right way, but I can't really find my USB-serial converter in
> > /dev, and I would appreciate if someone could tell me where I might find
> > it. I'm using an FTDI rs-232 to usb converter, and I installed the
> > driver from their site. I tried
> >
> > echo "test" >> /dev/ttyS0 and the light on the dongle didn't blink,
> > which it does when there's data traveling through it. I tried that with
> > /dev/ttyS0-4.  /proc/bus/usb/devices gives me this, among other things:
> >
> >
>
> I've got two of them - they're on /dev/ttyUSB0 and 1.  The biggest pain
> for me was getting them to show up on a particular port all of the time.
> I managed to do this by tweaking the hotplug config to be dependent on
> what USB port the device was plugged into.
>
> You do need to have the appropriate kernel drivers enabled.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFE1QRmG4/rWKZmVWkRAvFgAJkBeqXVNap2bGTb2o2gieNriD2yMwCcDdSM
> zBf4aK31928jKqOVT+k6K0c=
> =MRKg
> -----END PGP SIGNATURE-----
>
>
>

[-- Attachment #2: Type: text/html, Size: 1855 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-amd64] USB-Serial Converter?
  2006-08-12 17:41   ` Peter Davoust
@ 2006-08-13  2:59     ` Richard Freeman
  2006-08-14  0:10       ` Peter Davoust
  0 siblings, 1 reply; 12+ messages in thread
From: Richard Freeman @ 2006-08-13  2:59 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 1295 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Peter Davoust wrote:
> Hmmmm.... I see no ttyUSB when I do ls /dev/tty*. Is there anywhere else
> it could be?
> 

Check dmesg when you plug it in - is it detected?

Try checking out lsusb - can you figure out what driver is needed?

Make sure you have CONFIG_USB_SERIAL set in your kernel.  You probably
also need the appropriate driver for your adapter.  I have PL2303 set
for mine.  Here is my lsusb output for the serial ports:

Bus 002 Device 003: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial
Port
Bus 002 Device 002: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial
Port

If the kernel doesn't have USB_SERIAL support enabled you definitely
won't get a ttyUSB device.  You also need hotplug properly configured,
but that should pretty-much work out of the box with gentoo.  You might
need to tweak it if you have more than one and want to ensure it gets
the same port each time (wouldn't do to have my two mythtv satellite
boxes getting random assignments every time I reboot).
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE3pWcG4/rWKZmVWkRAtfeAJ9f3OqapDopnCMngbAqOD4Rq7s4hwCdEG1V
4YLVEcarg8qgDvPD0A2Sxgk=
=NL/L
-----END PGP SIGNATURE-----

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3875 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-amd64] USB-Serial Converter?
  2006-08-13  2:59     ` Richard Freeman
@ 2006-08-14  0:10       ` Peter Davoust
  2006-08-14  1:45         ` Richard Freeman
  0 siblings, 1 reply; 12+ messages in thread
From: Peter Davoust @ 2006-08-14  0:10 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 1530 bytes --]

It's device 008 on bus 003. I tried /dev/bus/003/008, and got nothing. Any
more ideas?

Thanks,
-Peter

On 8/13/06, Richard Freeman <rich@thefreemanclan.net> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Peter Davoust wrote:
> > Hmmmm.... I see no ttyUSB when I do ls /dev/tty*. Is there anywhere else
> > it could be?
> >
>
> Check dmesg when you plug it in - is it detected?
>
> Try checking out lsusb - can you figure out what driver is needed?
>
> Make sure you have CONFIG_USB_SERIAL set in your kernel.  You probably
> also need the appropriate driver for your adapter.  I have PL2303 set
> for mine.  Here is my lsusb output for the serial ports:
>
> Bus 002 Device 003: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial
> Port
> Bus 002 Device 002: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial
> Port
>
> If the kernel doesn't have USB_SERIAL support enabled you definitely
> won't get a ttyUSB device.  You also need hotplug properly configured,
> but that should pretty-much work out of the box with gentoo.  You might
> need to tweak it if you have more than one and want to ensure it gets
> the same port each time (wouldn't do to have my two mythtv satellite
> boxes getting random assignments every time I reboot).
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFE3pWcG4/rWKZmVWkRAtfeAJ9f3OqapDopnCMngbAqOD4Rq7s4hwCdEG1V
> 4YLVEcarg8qgDvPD0A2Sxgk=
> =NL/L
> -----END PGP SIGNATURE-----
>
>
>

[-- Attachment #2: Type: text/html, Size: 1967 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-amd64] USB-Serial Converter?
  2006-08-14  0:10       ` Peter Davoust
@ 2006-08-14  1:45         ` Richard Freeman
  2006-08-14  3:47           ` Peter Davoust
  0 siblings, 1 reply; 12+ messages in thread
From: Richard Freeman @ 2006-08-14  1:45 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 1206 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Peter Davoust wrote:
> It's device 008 on bus 003. I tried /dev/bus/003/008, and got nothing.
> Any more ideas?
> 

What is the actual output of dmesg after plugging it in (just the last
few relevant lines)?  How about the output of lsusb (emerge usbutils)?
Also, what is the output of grep USB /usr/src/linux/.config (assuming
you built your own kernel)?  And, for that matter, what is the output of
lsmod (in case support is in an unloaded module)?

Hotplug is obviously not creating a device for the adapter - it is
probably because the kernel isn't recognizing it.  That is likely the
result of support not being compiled in, or it being compiled into a
module that isn't loaded.  Failing that it could be a hotplug issue - we
can work around that using mknod to create a device with major,minor
188,0.  If that works then you have a hotplug issue.  However, I think
that isn't the most likely problem.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE39WfG4/rWKZmVWkRAk2gAJ9Xfbc2KOS6Jy5qavk6A3hO/XJ1dQCeOEZH
+nDmU7aN+Gb0OpreGRQzIXY=
=/XlJ
-----END PGP SIGNATURE-----

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3875 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-amd64] USB-Serial Converter?
  2006-08-14  1:45         ` Richard Freeman
@ 2006-08-14  3:47           ` Peter Davoust
  2006-08-14 10:16             ` Paul de Vrieze
  2006-08-14 10:46             ` Kirby Walborn
  0 siblings, 2 replies; 12+ messages in thread
From: Peter Davoust @ 2006-08-14  3:47 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 6338 bytes --]

Dmesg:

ohci_hcd 0000:00:13.0: wakeup
usb 2-1: new full speed USB device using ohci_hcd and address 4
usb 2-1: configuration #1 chosen from 1 choice

lsusb:

Bus 003 Device 004: ID 03f0:011d Hewlett-Packard
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 004: ID 0403:6001 Future Technology Devices International,
Ltd 8-bit FIFO
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000

**I plugged it into a different port.

I Do compile my own kernel, but I use make menuconfig so I probably won't
know a lot of the variables.

grep USB /usr/src/linux/.config:

CONFIG_BT_HCIUSB=y
CONFIG_BT_HCIUSB_SCO=y
CONFIG_BT_HCIBFUSB=y
# USB-based Watchdog Cards
# CONFIG_USBPCWATCHDOG is not set
# CONFIG_USB_DABUSB is not set
# USB devices
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set
# USB support
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
# Miscellaneous USB options
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_OTG is not set
# USB Host Controller Drivers
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_SPLIT_ISO is not set
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_ISP116X_HCD is not set
CONFIG_USB_OHCI_HCD=y
# CONFIG_USB_OHCI_BIG_ENDIAN is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
# USB Device Class drivers
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=y
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
# may also be needed; see USB_STORAGE Help for more information
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_LIBUSUAL is not set
# USB Input Devices
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_ACECAD is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_TOUCHSCREEN is not set
# CONFIG_USB_YEALINK is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set
# CONFIG_USB_ATI_REMOTE2 is not set
# CONFIG_USB_KEYSPAN_REMOTE is not set
# CONFIG_USB_APPLETOUCH is not set
# USB Imaging devices
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# USB Network Adapters
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_ZD1201 is not set
CONFIG_USB_MON=y
# USB port drivers
# USB Serial Converter support
CONFIG_USB_SERIAL=y
# CONFIG_USB_SERIAL_CONSOLE is not set
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_AIRPRIME is not set
# CONFIG_USB_SERIAL_ANYDATA is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP2101 is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_FUNSOFT is not set
CONFIG_USB_SERIAL_VISOR=y
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_HP4X is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# USB Miscellaneous drivers
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGETKIT is not set
# CONFIG_USB_PHIDGETSERVO is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TEST is not set
# USB DSL modem support
# USB Gadget Support
# CONFIG_USB_GADGET is not set

lsmod:

Module                  Size  Used by
fglrx                 440948  8
ndiswrapper           190952  0

I'm new to hardware issues, so I'd appreciate some fairly simple verbage.

Thanks,
-Peter


On 8/14/06, Richard Freeman <rich@thefreemanclan.net> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Peter Davoust wrote:
> > It's device 008 on bus 003. I tried /dev/bus/003/008, and got nothing.
> > Any more ideas?
> >
>
> What is the actual output of dmesg after plugging it in (just the last
> few relevant lines)?  How about the output of lsusb (emerge usbutils)?
> Also, what is the output of grep USB /usr/src/linux/.config (assuming
> you built your own kernel)?  And, for that matter, what is the output of
> lsmod (in case support is in an unloaded module)?
>
> Hotplug is obviously not creating a device for the adapter - it is
> probably because the kernel isn't recognizing it.  That is likely the
> result of support not being compiled in, or it being compiled into a
> module that isn't loaded.  Failing that it could be a hotplug issue - we
> can work around that using mknod to create a device with major,minor
> 188,0.  If that works then you have a hotplug issue.  However, I think
> that isn't the most likely problem.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFE39WfG4/rWKZmVWkRAk2gAJ9Xfbc2KOS6Jy5qavk6A3hO/XJ1dQCeOEZH
> +nDmU7aN+Gb0OpreGRQzIXY=
> =/XlJ
> -----END PGP SIGNATURE-----
>
>
>

[-- Attachment #2: Type: text/html, Size: 7503 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-amd64] USB-Serial Converter?
  2006-08-14  3:47           ` Peter Davoust
@ 2006-08-14 10:16             ` Paul de Vrieze
  2006-08-14 11:01               ` Richard Freeman
  2006-08-14 10:46             ` Kirby Walborn
  1 sibling, 1 reply; 12+ messages in thread
From: Paul de Vrieze @ 2006-08-14 10:16 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 736 bytes --]

On Monday 14 August 2006 05:47, Peter Davoust wrote:
> Dmesg:
>
> ohci_hcd 0000:00:13.0: wakeup
> usb 2-1: new full speed USB device using ohci_hcd and address 4
> usb 2-1: configuration #1 chosen from 1 choice

This is not exactly what is needed. Basically the easiest thing is to unplug 
the device. Do a dmesg. Plug the device. Do a dmesg. The new lines are 
interesting. I think however that the others are right that you don't have 
the proper driver in your kernel. As you say that you have a driver 
available, make sure that this module is loaded / compiled into your kernel 
before pluggin in the device.

Paul

-- 
Paul de Vrieze
Gentoo Developer
Mail: pauldv@gentoo.org
Homepage: http://www.devrieze.net

[-- Attachment #2: Type: application/pgp-signature, Size: 200 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-amd64] USB-Serial Converter?
  2006-08-14  3:47           ` Peter Davoust
  2006-08-14 10:16             ` Paul de Vrieze
@ 2006-08-14 10:46             ` Kirby Walborn
  2006-08-14 12:33               ` Drake Donahue
  1 sibling, 1 reply; 12+ messages in thread
From: Kirby Walborn @ 2006-08-14 10:46 UTC (permalink / raw
  To: gentoo-amd64

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Peter Davoust wrote:

> # CONFIG_USB_SERIAL_FTDI_SIO is not set

A quick check of google tells me that CONFIG_USB_SERIAL_FTDI_SIO=Y needs
tyo be set in the kernel for this device to work.  Rebuild your kernel
with this support and try it.
- --

Kirby Walborn

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE4FR85HAWgdRxRvURAuIeAKCGQfxIl6F6DSCsHp7qIhcyUPGovACgme7B
WnWb6gBJeW25CA9j7PcnVU4=
=KJMN
-----END PGP SIGNATURE-----
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-amd64] USB-Serial Converter?
  2006-08-14 10:16             ` Paul de Vrieze
@ 2006-08-14 11:01               ` Richard Freeman
  0 siblings, 0 replies; 12+ messages in thread
From: Richard Freeman @ 2006-08-14 11:01 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 1700 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Paul de Vrieze wrote:
> On Monday 14 August 2006 05:47, Peter Davoust wrote:
>> Dmesg:
>>
>> ohci_hcd 0000:00:13.0: wakeup
>> usb 2-1: new full speed USB device using ohci_hcd and address 4
>> usb 2-1: configuration #1 chosen from 1 choice
> 
> This is not exactly what is needed. Basically the easiest thing is to unplug 
> the device. Do a dmesg. Plug the device. Do a dmesg. The new lines are 
> interesting. I think however that the others are right that you don't have 
> the proper driver in your kernel. As you say that you have a driver 
> available, make sure that this module is loaded / compiled into your kernel 
> before pluggin in the device.
> 

Actually, the output he sent is exactly what you get if you don't have a
driver installed.  It just states that a device was plugged in and
nothing more.  If you have a driver then it gives you a bit more output.

The other post seems right - if make menuconfig is being used look under
the USB settings where USB serial support is enabled, and there will be
a list of supported serial devices.  I believe that the actual config
item CONFIG_USB_SERIAL_FTDI_SIO will appear in the help pop-up when you
have the right item selected.  Alternatively it shows up in the
bottom-right pane if you use make xconfig.  You can also safely just
edit this line in the .config file (remove the # and set it =y, and get
rid of the "is not set" verbage).
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE4FgcG4/rWKZmVWkRAs7IAKChwzfNLytNK38jgrfttZ2f0iCJXgCfTCKt
srjzSXHVAovDJVuxXzGuiCo=
=1/ki
-----END PGP SIGNATURE-----

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3875 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-amd64] USB-Serial Converter?
  2006-08-14 10:46             ` Kirby Walborn
@ 2006-08-14 12:33               ` Drake Donahue
  2006-08-14 14:35                 ` Peter Davoust
  0 siblings, 1 reply; 12+ messages in thread
From: Drake Donahue @ 2006-08-14 12:33 UTC (permalink / raw
  To: gentoo-amd64

snip

> Peter Davoust wrote:
>
>> # CONFIG_USB_SERIAL_FTDI_SIO is not set
>
> A quick check of google tells me that CONFIG_USB_SERIAL_FTDI_SIO=Y needs
> tyo be set in the kernel for this device to work.  Rebuild your kernel
> with this support and try it.
> - --
>
> Kirby Walborn

There is a manual.
http://www.gentoo.org/doc/en/usb-guide.xml
Gentoo Linux USB Guide, says:
"
(If you have a serial to USB converter like the Prolific 2303, you'll need 
this)
USB Serial Converter support  --->
    <*> USB Serial Converter support
    <*> USB Prolific 2303 Single Port Serial Driver (NEW)
"
snip 

-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-amd64] USB-Serial Converter?
  2006-08-14 12:33               ` Drake Donahue
@ 2006-08-14 14:35                 ` Peter Davoust
  0 siblings, 0 replies; 12+ messages in thread
From: Peter Davoust @ 2006-08-14 14:35 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 918 bytes --]

I just editted the config file. I've done that once before, and it worked
like a charm this time. I'm going to reboot in a minute and see if it works.


Thanks,
-Peter

On 8/14/06, Drake Donahue <donahue95@comcast.net> wrote:
>
> snip
>
> > Peter Davoust wrote:
> >
> >> # CONFIG_USB_SERIAL_FTDI_SIO is not set
> >
> > A quick check of google tells me that CONFIG_USB_SERIAL_FTDI_SIO=Y needs
> > tyo be set in the kernel for this device to work.  Rebuild your kernel
> > with this support and try it.
> > - --
> >
> > Kirby Walborn
>
> There is a manual.
> http://www.gentoo.org/doc/en/usb-guide.xml
> Gentoo Linux USB Guide, says:
> "
> (If you have a serial to USB converter like the Prolific 2303, you'll need
> this)
> USB Serial Converter support  --->
>     <*> USB Serial Converter support
>     <*> USB Prolific 2303 Single Port Serial Driver (NEW)
> "
> snip
>
> --
> gentoo-amd64@gentoo.org mailing list
>
>

[-- Attachment #2: Type: text/html, Size: 1457 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2006-08-14 14:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-05 17:29 [gentoo-amd64] USB-Serial Converter? Peter Davoust
2006-08-05 20:49 ` Richard Freeman
2006-08-12 17:41   ` Peter Davoust
2006-08-13  2:59     ` Richard Freeman
2006-08-14  0:10       ` Peter Davoust
2006-08-14  1:45         ` Richard Freeman
2006-08-14  3:47           ` Peter Davoust
2006-08-14 10:16             ` Paul de Vrieze
2006-08-14 11:01               ` Richard Freeman
2006-08-14 10:46             ` Kirby Walborn
2006-08-14 12:33               ` Drake Donahue
2006-08-14 14:35                 ` Peter Davoust

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox