Quote:
3) you have an internal HARDWARE modem (bless ur little heart lol). If this is the case (If ur modem is ISA this is likely....PCI not so likely) but either way find out which COM port your modem is using in windows device manager and set your linux distro to use the modem on /dev/ttyS? where the ? is the COM port number
|
to clarify (and save some confusion):
windows com ports start numbering at "Com1"
Linux 'com' ports start at number at 0
so, what ever the com port you modem is set to in windows, subtract 1 from it.
for example:
COM1 = /dev/ttyS0
COM2 = /dev/ttyS1
COM3 = /dev/ttyS2