dialer, me too

I have a USRobotics isapnp modem.
BIOS set up the modem.
Dials out fine in QNX.

Photon Dialer
Finds USRobotics pnp fax modem and dials.
(devc-ser8250 -u3 3e8,10)
AUTHORIZATION FAILS (pap/chap)

Connects (INTERACTIVE),but
(garbage on screen) then
FAILS (NO CARRIER).
CONNECTION IS IN LOG SO IT WAS MADE !!!

isp - easy-pages.com 215-857-9995
name servers are listed in dial-up and resolv.conf
207.8.135.5
207.106.32.3

Any help, I’m at a loss.

Ted@easy-pages.com (Ted) wrote in <8s3gt3$s5t$1@inn.qnx.com>:

I have a USRobotics isapnp modem.
BIOS set up the modem.
Dials out fine in QNX.

Suspisions are being confirmed with the external comm port issue !!

Ted <Ted@easy-pages.com> wrote:

I have a USRobotics isapnp modem.
BIOS set up the modem.
Dials out fine in QNX.

Photon Dialer
Finds USRobotics pnp fax modem and dials.
(devc-ser8250 -u3 3e8,10)
AUTHORIZATION FAILS (pap/chap)

Connects (INTERACTIVE),but
(garbage on screen) then
FAILS (NO CARRIER).
CONNECTION IS IN LOG SO IT WAS MADE !!!

isp - easy-pages.com 215-857-9995
name servers are listed in dial-up and resolv.conf
207.8.135.5
207.106.32.3

Any help, I’m at a loss.

Thanks, this will come in useful - we’ll try it out.

I just wanted to clear up some misconceptions. All real modems should
be supported. The problems that people have been posting are typically
one of the following:

  1. modem not detected

If the serial enumerator did not correctly detect your com,port,irq you’ll
have to restart devc-ser8250 with the appropriate settings. Add the following
to your /etc/rc.d/rc.local

slay devc-ser8250
devc-ser8250 -u3 3e8,10

don’t forget to

chmod 755 /etc/rc.d/rc.local

The next time you reboot, com3 will be setup with port 3e8 and irq 10.


2) modem not dialing

Try the following:

qtalk -m /dev/ser3

atz
OK
atdt

[ctrl-a to quit]

note that com1 → /dev/ser1, com2 → /dev/ser2 etc…

If OK does not appear, but you do hear a tone after you enter atdt, then
it might have to do with the serial driver itself. We’re taking a look
at this.


3) modem disconnects shortly after PPPD connect

Many people have reported this one. We’re looking into it. Something strange
is happening that seems to be related to the ISP.

If those of you who have had problems can include the ISP name and the phone
number then we can try it.