On Fri, Oct 27, 2000 at 03:53:25PM -0500, John Hasler wrote: > Robert Waldner writes: > > could be that your ISP has more than one kind of accesserver (or slightly > > different configured ones) in their huntgroup. > > That doesn't explain why he doesn't always get 'CONNECT' from his modem. I > think the next thing to try is an init string that forcibly sets > everything.
Ah, but he does.... (digging up old mail) | Oct 13 12:53:58 straylight chat[1102]: ^M | Oct 13 12:54:18 straylight chat[1102]: ATDT019161^MT 115200^M | Oct 13 12:54:19 straylight chat[1102]: mediaWays access-node That 'T 115200^M' is the tail end of 'CONNECT 115200'.. it got the connect just as it redialed. The modem simply isn't connecting within 20 seconds. Change the timeout to 30. Oh, and since this is a 486, make sure it has a decent UART instead of the 8250 junk many systems of that era came with. > > this specific question shouldn´t be a challenge for a good helpdesk ;-) > > An ISP with a good helpdesk? ROFL. Hey, we have a good one. (Heck, if people ask nice, I can be pestered to provide Linux support, even dealing with odd things like evil PCI modems that live on funny IRQs and need to be setserial'd to behave right. If MS can tell people to ask their ISP why they can't print, then I should do the same for our Linux users... :)) (And, no, I don't do Windows support... 'format and install linux' is supposedly not a 'proper' answer for some reason and I have no idea how to use Windows.) -- CueCat decoder .signature by Larry Wall: #!/usr/bin/perl -n printf "Serial: %s Type: %s Code: %s\n", map { tr/a-zA-Z0-9+-/ -_/; $_ = unpack 'u', chr(32 + length()*3/4) . $_; s/\0+$//; $_ ^= "C" x length; } /\.([^.]+)/g;