Author Topic: How to configure serial modem in linux  (Read 5007 times)

Open Your Hands

  • Administrator
  • Full Member
  • *****
  • Posts: 146
How to configure serial modem in linux
« on: August 06, 2007, 01:13:19 PM »
My modem work with windows properly, but in fedora 7 i couldn't find com port. in windows modem in com port 1. how can i find my com port in fedora linux ???
« Last Edit: August 06, 2007, 01:27:44 PM by Open Your Hands »

Open Your Hands

  • Administrator
  • Full Member
  • *****
  • Posts: 146
Re: How to configer serial modem in linux
« Reply #1 on: August 06, 2007, 01:18:19 PM »
If you have this type of problem,

First check is modem configured properly. see below comports in linux OS.

IF com1: = Linux /dev/cua0 (and /dev/ttyS0)
IF com2: = Linux /dev/cua1 (and /dev/ttyS1)

You can check your IRQ settings in linux using this command;  #cat /proc/interrupts


 0:    6766283   timer
 1:      91545   keyboard
 2:          0   cascade
 4:     156944 + serial
 7:     101764   WD8013


How to move your serial ports to non-standard IRQs

#/bin/setserial -b /dev/ttyS2 IRQ 11
#/bin/setserial -b /dev/ttyS3 IRQ 15

After that install your modem drivers. and connect to your ISP and enjoy.
« Last Edit: August 06, 2007, 01:35:43 PM by Open Your Hands »

WTC

  • Newbie
  • *
  • Posts: 9
Re: How to configure serial modem in linux
« Reply #2 on: August 06, 2007, 01:43:02 PM »
I have an externel serial modem. It seems to be not working. Plz help.  >:(

Open Your Hands

  • Administrator
  • Full Member
  • *****
  • Posts: 146
Re: How to configure serial modem in linux
« Reply #3 on: August 06, 2007, 01:50:08 PM »
Check your external modems (14,400 Baud or above), your serial port needs to be capable of handling the throughput that such a modem is capable of producing, particularly when the modems are compressing the data.

This requires your serial port to use a modern UART (Universal Asynchronous Receiver Transmitter) such as a 16550(A). If you are using an old machine (or old serial card), it is quite possible that your serial port has only an 8250 UART, which will cause you considerable problems when used with a high speed modem.

Check with; #setserial -a /dev/ttySx

Check the results If you do not have a 16550A type UART fix the new serial card.

GoogleTagged