[breezy] No /dev/ttyUSB* is being created
mlomker
ulist at gs1.ubuntuforums.org
Sun Sep 25 12:50:21 UTC 2005
>
> in dmesg, there's no /dev/ttyUSB0 or /dev/ttyUSB1 being created - any
> ideas?
>
Have you run a system update recently? UDEV should create the device
and there's been some udev problems recently.
I think this would manually create the device:
Code:
--------------------
mknod /dev/ttyUSB1 c 188 1
chmod 0666 /dev/ttyUSB1
--------------------
--
mlomker
More information about the ubuntu-users
mailing list