Operating System - HP-UX
1752781 Members
6001 Online
108789 Solutions
New Discussion юеВ

How to configure modem in 11.31 with SMH?

 
SOLVED
Go to solution
dictum9
Super Advisor

How to configure modem in 11.31 with SMH?


Have a 4640 running 11.31, would like to configure the modem connected to it.

Don't see the options in SMH.
12 REPLIES 12
Torsten.
Acclaimed Contributor
Solution

Re: How to configure modem in 11.31 with SMH?

I don't think there is an option in SMH.

You need to configure manually.

Do you like MP access or OS access only?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
dictum9
Super Advisor

Re: How to configure modem in 11.31 with SMH?


That's what I thought after looked at SMH.

I just need dial-out capability, how do I do it?

Steven Schweda
Honored Contributor

Re: How to configure modem in 11.31 with SMH?

Would you like to configure the (unspecified)
modem, or the (unspecified) serial port where
the modem is connected?
dictum9
Super Advisor

Re: How to configure modem in 11.31 with SMH?

Hardware: 4640 running 11.31

The modem is: MultiTech Systems MultiModem MT2834 Series 33.6Kbps

It's connected to the DB9 serial port "remote".

I need assistance creating the device file for it and connecting to it.
dictum9
Super Advisor

Re: How to configure modem in 11.31 with SMH?

Trying to create the device file but not able to connect to the modem.
Did I create the device file correctly?


#: /usr/sbin/mksf -d asio0 -H 0/0/1/1 -a0 -i -v
making cua1p0 c 1 0x010000
#
a2nnmi:/var/tmp#: lssf /dev/cua1p0
asio0 card instance 1 port 0 hardwired at address 0/0/1/1 /dev/cua1p0
a2nnmi:/var/tmp#:
a2nnmi:/var/tmp#: /usr/bin/cu -s2400 -lcua1p0 dir Connect failed: Requested device/system name not known

a2nnmi:/var/tmp#: /usr/bin/cu -l cua1p0
Connect failed: Requested device/system name not known
Steven Schweda
Honored Contributor

Re: How to configure modem in 11.31 with SMH?

> a2nnmi:/var/tmp#: /usr/bin/cu -s2400 -lcua1p0 dir
> Connect failed: Requested device/system name not known
>
> a2nnmi:/var/tmp#: /usr/bin/cu -l cua1p0
> Connect failed: Requested device/system name not known

I know nothing, but if the device name is
"/dev/cua1p0", then why not try that?

man cu

Look for "EXAMPLES"?
dictum9
Super Advisor

Re: How to configure modem in 11.31 with SMH?


Doesn't like it:


#: /usr/bin/cu -s 19200 -l cua1p0 Connect failed: Requested device/system name not known

#: lssf /dev/cua1p0
asio0 card instance 1 port 0 hardwired at address 0/0/1/1 /dev/cua1p0
#:

Steven Schweda
Honored Contributor

Re: How to configure modem in 11.31 with SMH?

> I know nothing, but if the device name is
> "/dev/cua1p0", then why not try that?

> Doesn't like it:
>
> #: /usr/bin/cu -s 19200 -l cua1p0 [...]

Which part of "/dev/" wasn't clear?

> man cu
>
> Look for "EXAMPLES"?

Look again?
dictum9
Super Advisor

Re: How to configure modem in 11.31 with SMH?

The same thing:

#: /usr/bin/cu -s 19200 -l /dev/cua1p0 Connect failed: Requested device/system name not known