On Thu, 14 Apr 2005 17:53:01 +0000
lore <[EMAIL PROTECTED]> wrote:

> but i don't know how to use the remote console on usb. I've no usb device 
> on /dev. should i create it? there's anyone can help me?

According to /usr/src/linux/Documentation/devices.txt the ttyUSB devices are:
188 char        USB serial converters
                  0 = /dev/ttyUSB0      First USB serial converter
                  1 = /dev/ttyUSB1      Second USB serial converter
                    ...

TSL2.x has no devfs/udev, you must create the devicefiles by hand:
$ mknod /dev/ttyUSB0 c 188 0
$ mknod /dev/ttyUSB1 c 188 1

After this, you can use these ports.

Olaf

_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to