Update: problem still persists. See previous post.
However: if I try to use the network control daemon, while I'm lookin at my logs, I see this... (took me long enough didn't it?)
Code:
May 26 14:23:07 hauora3 pppd[3831]: pppd 2.4.1 started by root, uid 0
May 26 14:23:07 hauora3 ifup-ppp: pppd started for ppp0 on /dev/ttyS1 at 19200
May 26 14:23:07 hauora3 wvdial[3846]: WvDial: Internet dialer version 1.53
May 26 14:23:07 hauora3 wvdial[3846]: Warning: section [Dialer testcnx] does not exist in wvdial.conf.
May 26 14:23:07 hauora3 wvdial[3846]: Initializing modem.
May 26 14:23:07 hauora3 wvdial[3846]: Sending: ATZ
May 26 14:23:07 hauora3 wvdial[3846]: ATZ
May 26 14:23:08 hauora3 wvdial[3846]: OK
May 26 14:23:08 hauora3 wvdial[3846]: Modem initialized.
May 26 14:23:08 hauora3 wvdial[3846]: Configuration does not specify a valid phone number.
May 26 14:23:08 hauora3 wvdial[3846]: Configuration does not specify a valid login name.
May 26 14:23:08 hauora3 wvdial[3846]: Configuration does not specify a valid password.
May 26 14:23:08 hauora3 pppd[3831]: Connect script failed
May 26 14:23:09 hauora3 pppd[3831]: Exit.
So it would seem that I need to enter the login name et al into wvdial.conf ... however, I see from wvdial.conf that all this stuff is in there all right.
~/.wvdialrc dosn't exist. However, there is no information local which could be different to the wvdial.conf options.
I'm a little miffed to discover that my password appears unencrypted in wvdial.conf!
Anyway, I've included a default section.
Running wvdial from CLI ...
The default section goes fine, but the system dialup section (created by redhat-config-network) chokes on the initialisation string.
It seems it does not like the "&F" (reset factory defaults) at the start ... ??? Odd - remove offending bit - now the NDC will dialout and get to the handshake - and stalls... (the modem picks up and hangs up repeatedly (click click click click ...) only a full shutdown stops it.)
I can dialout and login on the defaults OK ...
So - under the dialer heading used by the NDC daemon, I deleted everything and added "inherits=dialer defaults" - this fixed it.
Good greif.
I've has issues with redhat-config-network before ... I think I'll just manually edit the wvdial.conf file in future. Now to create section "test CNX" (atz - atz)
(Now just wait for a future sysadmin to run the dialog...)