Re: [Ftdi-usb-sio-devel] howto: setting up driver to ftdi usb (fwd)
Brought to you by:
bryder
From: Bill R. <br...@pa...> - 2002-11-18 00:10:01
|
HI there, Mike Rosing wrote: >I was just going to sleep when the below output came back to me: > > > >>Nov 14 21:23:07 localhost kernel: usbserial.c: FTDI 8U232AM converter now >>attached to ttyUSB0 (or usb/tts/0 for devfs) >> >>and dmesg returns: >> >>usbserial.c: FTDI 8U232AM converter now attached to ttyUSB0 (or usb/tts/0 >>for devfs) >> >>So I'm doing something stupid in my calls to the driver. Here's what I >>do: >> portname == "/dev/usb/ttyUSB0" >> On mandrake 9 with the 2.4.20-rc1 kernel "/dev/usb/ttyUSB0" is a link to /dev/ttyUSB0. This is the device I use so the device should be OK. The major/minor numbers for /dev/ttyUSB0 and /dev/usb/ttyUSB0 should be the same. I use /dev/ttyUSB0 for everything I ever do with the device. You should definitely turn on the full usb serial debugging to get some more info from the driver methinks. --- Bill |