6 Aug
2007
6 Aug
'07
4:04 p.m.
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. Srdjan