1833016 Members
2959 Online
110048 Solutions
New Discussion

Modem configuration.

 
Joell
Occasional Contributor

Modem configuration.

Hi!

I have a Server D370 and I was configure a modem from SAM and I edit the file /etc/uucp/Devices using:

Direct ttyd1p0 - 2400 direct

but when I use the command cu I cant dial to remote server, How can I configure the modem??

Thnx
2 REPLIES 2
Ruediger Noack
Valued Contributor

Re: Modem configuration.

Hi Joell,

ususally the dialout device is culxxx - here cul1p0. ttydxxx is in default for dial in. Check with lssf /dev/ttyd1p0 (or better lssf /dev/*1p0) the configuration and use the right device for modem accecc
( e.g. cu -l cul1p0 ). Now configure with AT command set your modem (see modem manual).
And : 2400 ! Is your modem one or two days older ?

Ruediger
Andreas Voss
Honored Contributor

Re: Modem configuration.

Hi,

you have to use a different device file in /usr/lib/uucp/Devices:
Direct cul1p0 - 2400 direct

Then you can connect with:
cu -l cul1p0

Cheers

Andrew