On Thu, 19 Dec 2002 15:12:04 +1100 Melinda Taylor wrote: > devfs the modem is on ie is it /dev/usb/ttyACM01 or /dev/usb/ttyACM02 > etc. Is there some file > which tells you this info?
It should have logged what device it was using in your system log when it was inserted. Probably the easiest way check is to run: tail -f /var/log/messages and watch the output when you plug the modem in. It'd be safe to assume, if it's the first device plugged in, it'll probably be /dev/ttyACM00 though. -- Pete -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
