Page 1 of 1

Posted: Sun Feb 28, 2010 9:24 pm
by StopSpazzing
You may want to contact the manufacter online or see if there are instructions included with the modem on how to set it up properly. Try googling the name of the modem and see what you can find. That's what I recommend because its hard knowing everything single hardware configuration.

Best of luck to you.

Re: USB card

Posted: Thu Aug 12, 2010 9:52 am
by jessekaye
To see the port that a USB device is using, run this command before you plug the device in.

Code: Select all

tail -f /var/log/messages
Then when you plug in the device, it will show the system messages associated with that device. One of them should be the /dev/ttyx of the device. To escape the messages, use the Ctrl+c keys. HTH