On Mon, Aug 06, 2007 at 04:04:28PM +0100, Srdjan Todorovic wrote:
Hi Chris,
On 8/6/07, Chris G cl@isbd.net wrote:
The only (?!) problem is that I don't actually get a /dev/ttyUSB0, so what's wrong and/or how can I diagnose it?
This is probably some udev issue with not creating the device node. I had to create a device node manually. Off the top of my head, that device is major 188 and minor 0 (check /proc/devices for the major number).
So just create the device node and things would work.
.... as in 'mknod /dev/ttyUSB0 c 188 0' ?
I have done that and now have a /dev/ttyUSB0 but it doesn't appear to work still.
When the USB-Serial adapter is plugged in what *does* appear in /dev are the following:-
crw-rw---- 1 root root 189, 259 2007-08-06 16:20 usbdev3.4 crw-rw---- 1 root root 442, 4099 2007-08-06 16:20 usbdev3.4_ep00 crw-rw---- 1 root root 442, 4099 2007-08-06 16:20 usbdev3.4_ep02 crw-rw---- 1 root root 442, 4099 2007-08-06 16:20 usbdev3.4_ep81 crw-rw---- 1 root root 442, 4099 2007-08-06 16:20 usbdev3.4_ep83