Modem

Summary

  • Sigillo has a SmartLink SL1800, an AMR (Audio Modem Riser) softmodem
    • Specifically, a HAMR5600 based modem on the ALI 1535 Southbridge
  • Confirmed to work under 2.6.12 with no patches on 21 Jan 2006
  • Use kppp (X11), wvdial, or pon -- they each have their strengths
  • Shortcut for kppp in KDE: Ctrl-Shift-Up
  • Shortcuts in ICEWM: Ctrl-Shift-Up = pon, Ctrl-Shift-f = poff
  • Keep track of connection for wvdial or pon with pppstatus or netload ppp0
  • Fax class 1 is implemented as of the 2.9.8 driver -- works!
  • Note that the connection is dropped when going between X11 and ttys, either way (reported bug)
  • In a new country
    • tzconfig to set time zone
    • just reconfigure sl-modem-daemon to set modem location
Guides and support

Operating instructions

  • sl-off
  • sl-on
  • If eth0 is running
    • unplug the eth0 cable
    • ifdown eth0
    • just start sl-modem-daemon
    • kppp or pon or wvdial
  • If you first turned the smartlink modem off
    • just start sl-modem-daemon
    • kppp or pon or wvdial
    • pppstatus
    • poff

The reason you have to take down eth0 is that ppp needs to set its own route, and it won't set a new route if there already is one.

If the modem fails to respond properly, do this (not necessary with 2.9.9 driver):

root@sigillo:~# just stop sl-modem-daemon
Shutting down SmartLink Modem driver normally.
root@sigillo:~# rmmod slamr
root@sigillo:~# modprobe slamr
root@sigillo:~# /etc/init.d/sl-modem-daemon start (just start sl-modem-daemon)
Starting SmartLink Modem driver for: slamr0.
Creating /dev/modem symlink, pointing to: /dev/ttySL0.
(Note that just start sl-modem-daemon is currently not working.)

Various utilities and commands

  • configuration files
    • /etc/default/sl-modem-daemon
    • /etc/ppp -- dialup configuration files
    • /home/steen/scanModem (see output below)
    • /sbin/ifconfig -- display interface information
    • /etc/ppp/resolv.conf -- list of Domain Name Servers to use
    • /etc/wvdial.conf
  • log files
    • /var/log/ppp.log
    • /var/log/syslogd -- information on connections establishing
    • /var/log/daemon.log -- possibly information on net connections
    • /var/log/slmodemd
  • commands
    • just reconfigure sl-modem-daemon (reconfigure modem for new country)
      • slmodemd --countrylist
      • slver -c (see all supported countries)
      • tzconfig (set new timezone)
      • /usr/sbin/slmodemd --country=USA /dev/slamr0
      • modprobe -v slamr debug=3
    • ifdown eth0 -- turn off eth0
    • kppp
    • pppconfig
    • pon -- to log on
    • pppstatus -- to display traffic
    • poff -- to log off
    • wvdial --config /etc/wvdial.conf
    • wvdialconf
    • alsactl --version
  • To hear the modem through the headphones,
    • activate recording for the phone mixer channel
    • if you don't do this, you won't hear the modem at all when something is plugged into the headphone jack!
    • there may be a condition where you can control volume with the phone mixer volume slider! (only happened once)
    • the phone speakers can be on or off

Installation instructions

  • Hardware
    • aplay -l -- list playback hardware devices
      • card 0: A5451 [ALI 5451], device 0: ALI 5451 [ALI 5451]
    • lspci -vvv
  • Kernel
    • Networking support | PPP support
      • PPP support for async serial ports
      • PPP defalte compression
        • CONFIG_PPP=m
        • CONFIG_PPP_FILTER=y
        • CONFIG_PPP_ASYNC=m
        • CONFIG_PPP_DEFLATE=m
  • Debian packages:
    • kppp
    • ppp
    • pppconfig
    • sl-modem-source
    • sl-modem-daemon
      • Maintainer Eduard Bloch <blade@debian.org>
    • wvdial
  • Configuration scripts
    • /etc/default/sl-modem-daemon (just start sl-modem-daemon)
      • creates a temporary device /dev/ttySL0
    • /etc/wvdial.conf
      • wvdialconf -- generates a new wvdial configuration
      • remove old versions of /etc/ppp/chap-secrets and pap-secrets
    • /etc/ppp/options
      • egrep -v '#|^ *$' /etc/ppp/options
      • comment out "auth" (technically insecure)
        • see man page for using the call option for specific peers
        • cf. the setting in /etc/ppp/peers/provider
    • /etc/ppp/chap-secrets -- contains passwords
    • /etc/chatscripts/provider and /etc/ppp/peers/provider
      • /etc/chatscripts has the ISP scripts
      • use pppconfig to generate new chatscripts
  • kppp (use in X11)
    • Dial: Authentication PAP/CHAP
    • IP: Dynamic IP Address
    • Gateway: Default gateway
    • Assign the default route to this gateway
      • this is also the setting in /etc/ppp/peers/provider
    • DNS: Automatic
  • Commands
    • just start sl-modem-daemon (it's started on boot)
    • just stop sl-modem-daemon
    • pppconfig -- generate a new connection with new chatscripts
    • wvdialconf -- generate a new wvdial configuration
    • pon (turn on the ppp connection)
    • poff (turn off the ppp connection)
    • plog (monitor the ppp.log)
    • pppstatus (see traffic)
    • sl-on
    • sl-off
    • home (turns off eth0 -- but unplug it first -- and starts the Smart Link driver)
    • office (turns off the Smart Link modem and turns on eth0)
    • dpkg-reconfigure sl-modem-daemon -plow (reconfigure modem for new country)
    • pico /etc/defaults/sl-modem-daemon (reconfigure modem manually)
    • tzconfig (set location and time zone)
    • wvdial (connect)

Install sl-modem-source to /usr/src and untar to /usr/src/modules. Build using module assistant like this:

module-assistant autoinstall sl-modem
Or use make-kpkg like this:
make-kpkg clean kernel_image modules_image
and install. Then install the sl-modem-daemon.

From version 2.9.9's instructions, I get these specs:

Modem: V.92, V.90, V.34, V.32bis, V.23, V.22, V.21, Bell 103/212.
Flow control: V.42, MNP 2-4.
Compression: V.44, V.42bis, MNP5.
Fax: Class 1.
Voice: ADPCM voice compression, Digital Answering Machine.

While there were no instructions on making the fax work, there may be now; I did get it to work once (see separate page) and the most recent version should have improved support.

Installation history

2 February 2006

Installing the new version of sl-modem, I forgot that the 2.6.12 version was already working, deleted the deb for it, and built a new one. It makes the right device node, but complains it can't get a dial tone.  Building this for 2.6.15 may work, which was the purpose of this exercise.

21 January 2006: ungrab-winmodem

After downloading the new release, I built it on the 2.6.12 kernel (still the best one for suspend) using "make-kpkg -rev 4 modules_image" and get sl-modem-modules-2.6.12_2.9.9d+e-pre2-2+4_i386.deb. On installing the package I get this in dmesg:

slamr: SmartLink AMRMO modem. slamr: probe 10b9:5457 SL1800 card... PCI: Enabling device 0000:00:08.0 (0000 -> 0003) ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 11 ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [LNKG] -> GSI 11 (level, low) -> IRQ 11 slamr: mc97 codec is SIL27 slamr: slamr0 is SL1800 card.

The new sl-modem packages now include ungrab-winmodem, which means the patch is no longer necessary. Initially I had problems getting this to work -- the device node didn't get created, likely because ungrab-winmodem wasn't loading. However, once it started working, I couldn't reproduce the problem. The modem was tested to work from the office to BOL. I was able to load and unload alsa and use the sl-on and sl-off scripts without problems; the ungrab-winmodem module now loads and unloads, and does what it's supposed to do.

Note that this works on 2.6.12. I also built the package on 2.6.15, but inserting the modem caused an oops. The problem is that the ungrab-winmodem isn't working on 2.6.15:

insmod /lib/modules/2.6.15/misc/ungrab-winmodem.ko
device 10b9:5457 is grabbed by driver serial: try to release
ACPI: PCI interrupt for device 0000:00:08.0 disabled
For a workaround, see Edouard Bloch's e-mail to Liontooth on 22 Jan 2006 -- essentially he uncomments the code we had in the 2.6.10 kernel that freed the device. It would be better to have ungrab-winmodem work.

12 March 2005: Patching the 2.6.10 kernel

The 2.6.10 kernel boot process takes over the modem, so that the slamr driver gets the message that the modem is already in use by another driver. To stop this from happening, the drivers/serial/8250_pci.c file must be patched.  Jacques Goldberg at linmodems sent me the patched file (two minor code snippets changed), I recompiled, and can now see and control the modem. This didn't work in the office (likely because I used a two-wire cord, and the modem needs all four wires), but it worked great in Oslo.

For details, see /usr/src/patches.

Update 20 April 2005: there's an "ungrab-winmodem" module that does the same trick at linmodems.

6 August 2004 Update: dialup other than user root

I noticed a few days ago (see 1 Aug) that if you just delete /etc/ppp/chap-secrets and pap-secrets, wvdial will create new ones with the correct values from its own configuration file. Once those non-cluttered versions have been created, it turns out non-root users can dialup! The user does not have write access to the secrets files, but since they're already correct that's fine. So if you want to give non-root users access to the modem, just let wvdial create the correct secrets files as user root first.

Both wvdial and kppp now work for non-root users. That's pretty much the last problem fixed.

There were at least two reasons this failed before: the noauth problem (remote system was supposed to authenticate itself), and the problem with mixed up secrets files that the user didn't have write access to.

2 August 2004 Update: fax

I discovered that the 2.9.8 version of the slamr modem driver now includes class 1 fax support! For details, see separate page.

1 August 2004 Update: wvdial

Finally figured out (sort of) why wvdial wasn't working: the passwords were somehow being read from /etc/ppp/chap-secrets and pap-secrets when logging on using pppd. The problem was solved by moving the existing /etc/ppp/chap-secrets and pap-secrets out of the way. The effect was that wvdial created new versions of those files, with only the user name and password in them. Everything then works fine. So it looks like you should remove old versions of these files when you need to use a new ISP. The solution was trivial, though this is not exactly user friendly. Of course kppp lets you bypass the whole thing. Still, it's fun to now have everything working great -- pon, wvdial, and kppp. And the connection speed in Oslo is 52k, the fastest I've ever seen.

18 May 2004 Update

Unable to make wvdial work; I discovered that ppp can be used directly.

Connecting to the Internet via modem

  • pppconfig
    •  the device is /dev/ttySL0 for the SmartLink modem
  • if eth0 was activated
    •  disconnect ethernet cable
    •  ifdown eth0
    •  home
  • pon BOL or pon BOL-home

It should just connect! Very cool.

  •  plog to track log file
  •  poff to disconnect

You may have to remove the slamr module and stop the sl-modem-daemon to unstick a stuck modem. Also try wvdial.

Remember you can set the country in the SmartLink modem -- worked fine in the UK, France, and Norway!

The dialup scripts are in /etc/chatscripts. kppp also works of course, independently of the chat scripts.

17 May 2004 Update

# wvdial
--> WvDial: Internet dialer version 1.54.0
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT68311
--> Waiting for carrier.
ATDT68311
CONNECT 46667
--> Carrier detected.  Waiting for prompt.
--> Connected, but carrier signal lost!  Retrying...
--> Sending: ATDT68311
--> Waiting for carrier.
                          Welcome to Bruin OnLine
You are connected to the UCLA Campus Backbone Network dial-up service.
This is terminal server #49 in West Los Angeles.
ci5200-4.csb1 line 46
User Access Verification
Username:
Username:
--> Carrier detected.  Waiting for prompt.
--> Connected, but carrier signal lost!  Retrying...
--> Sending: ATDT68311
--> Waiting for carrier.
Username:
Username:

I asked on the discuss@linmodems.org mailing list, and Marvin Stodolsky <marvstod@rcn.com> responded,

Has
Carrier Check  =  no
been added to your /etc/wvdial.conf , as recommended in the slmodem readme.txt  ??
I tried that -- the current config file is:
[Dialer Defaults]
Phone = 68311
Username = fsteen
Password = xxxx
New PPPD = yes
Modem = /dev/ttySL0
Baud = 460800
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Carrier Check = no
ISDN = 0
Modem Type = Analog Modem
Not yet tested. In Norway, pon worked but not wvdial.

11 April 2004 update

I found out how to compile modules and kernel together or separately, using the command,

make-kpkg clean kernel_image modules_image
Installing the module:
root@sigillo:/usr/src# just install sl-modem-modules-2.6.5_2.9.6-4+1_i386.deb
Selecting previously deselected package sl-modem-modules-2.6.5.
(Reading database ... 171983 files and directories currently installed.)
Unpacking sl-modem-modules-2.6.5 (from sl-modem-modules-2.6.5_2.9.6-4+1_i386.deb) ...
Setting up sl-modem-modules-2.6.5 (2.9.6-4+1) ...
slamr: module license 'Smart Link Ltd.' taints kernel.
slamr: SmartLink AMRMO modem.
slamr: probe 10b9:5457 SL1800 card...
slamr: mc97 codec is SIL27
slamr: slamr0 is SL1800 card.
Starting SmartLink Modem driver for: slamr0.
Creating /dev/modem symlink, pointing to: /dev/ttySL0.
Then I can use wvdial to access the modem (set /etc/wvdial.conf to /dev/ttySL0). After a reinstallation it works -- but ppp first exited with exit code 1, which man pppd says is "An immediately fatal error of some kind occurred, such as an  essential  system call failing, or running out of virtual memory." I figured out you likely lack PPP support for async serial ports in the kernel. After that I was on!

I don't know yet whether the modem interferes with the NIC connection.

2 February 2004 update

I got the most recent sl-modem-source from the Debian sid mirror this time; it's clearly the package I need. It downloads to /usr/src and untars to /usr/src/modules/sl-modem. There's a debian/ directory there but I don't know how to use it to build a debian package.

6 January 2004 update

From the <discuss@linmodems.org> mailing list I found out that SmartLink has ported the modem driver to the 2.6 kernel; the new driver is available at ftp://ftp.smlink.com/linux/unsupported.

Marvin Stodolsky <marvstod@rcn.com> writes, "the slmdm successor for 2.6.nn are the slmodem-2.9.n series.  Note that the Makefile is significantly different for 2.6.nn and beginning with 2.9.4,

  /lib/modules/`uname`/build -->  Path_to/kernel_headers_folder/

is a mandatory symbolic link.   /usr/src/linux -->  will not suffice." 2.9.4 is the current version. I got the tarball, untarred it, issued make and then make install -- looks fine. README says this will be installed:

  • application 'slmodemd' under '/usr/sbin' directory
  • hardware specific drivers (kernel modules) 'slamr' and 'slusb' under conventional kernel modules directory
  • character device nodes '/dev/slamr0-3' with major number 212 (for pci modems)
The first one already existed from the previous installation (/dev/slamr0) -- the other three got created with permission 600. I set it to 666.
Config modem country.

   Use AT+GCI=<T.35 country code> command to setup country.

   Also you can setup default modem country by passing command line
   parameter '--country=MY_COUNTRY' to program 'slmodemd'
   (also see 'slmodemd --help').
I'll see if the old "options slmdm country=USA" in /etc/modutils/modem works. "Command ATI7 shows currently installed country setting."

Load the modem hardware specific kernel module:

        # modprobe slamr

Goes straight in.

Run soft modem application:
/usr/sbin/slmodemd --country=USA /dev/slamr0
"When 'slmodemd' is running this creates PTY (pseudo-terminal) to emulate modem port device, also this creates symbolic link like '/dev/ttySL0' (shown at startup). Config your application to use this link '/dev/ttySL0' (or PTY node itself) as modem port." I already have a symlink from /dev/modem and left that in place.

Known application notes:

   - 'wvdial' requires option 'Carrier Check = no' in config file

There's a whole separate procedure for alsa, involving a kernel patch; see the README file. It's not clear if the modem will work without it, given that I use Alsa. When I start kppp and query the modem, I get "The modem is busy", so no luck this time. Looks like I'll have to built it using Alsa, but that code is so new it may be worth waiting.

10 July 2003 update

I downloaded slmdm-2.7.14.tar.gz from

http://linmodems.technion.ac.il/packages/smartlink/

and the driver claims to support "HAMR5600 based AMR/CNR/MDC/ACR modem cards on the ALI 1535 southbridge" (/usr/src/modem/slmdm-2.7.14/README). From WinXP, I had earlier determined that indeed I have an "Agere SoftModem Version 2.1.14, AMR ALi1535p MB" -- even though lspci says something else (ALi Corporation Intel 537 [M5457 AC-Link Modem]).

I issued "make" and it built fine -- but only against the 2.4.20 kernel, not the 2.5.69. I used gcc 2.95 but that may not matter. Result: slamrmo.o and slfax.o. Then run make install-amr -- but only do this while you're booted into the 2.4.20 kernel, as it installs modules.

I added the file /etc/modutils/modem with the line "options slmdm country=USA" and ran update-modules. (ATI7 shows installed country setting; use 'slver -c' to see list of all supported countries and their codes. The slver utility is in the /usr/src/modem directory.)

Load with modprobe slamrmo.

Installation will automatically create character tty device entry '/dev/ttySL0' with major number 212 and symbolic link '/dev/modem'. Use one of them as modem device for your dialing application. I installed kppp and it works!

# modprobe slamrmo
Warning: loading /lib/modules/2.4.20/misc/slmdm.o will taint the kernel: non-GPL license - Smart Link Ltd.
  See http://www.tux.org/lkml/#export-tainted for information about tainted modules
slmdm: version 2.7.14 Apr  6 2003 16:09:06 (Smart Link Ltd.).
slmdm: country set is 0xb5 (USA).
Module slmdm loaded, with warnings
Warning: loading /lib/modules/2.4.20/misc/slamrmo.o will taint the kernel: non-GPL license - Smart Link Ltd.
Smart Link AMRMO modem.
amrmo: probe 10b9:5457 Acer Laboratories Inc. [ALi] M5457 AC-Link Modem Interface Controller : SL1800(SmartPCI561) card...
PCI: Found IRQ 5 for device 00:08.0
Module slamrmo loaded, with warnings

AMR modem driver development

"Support for Lucent/Agere AC'97 and MC'97 modems serving under a Controller is projected for February-March 2003." This turned out to be accurate, though it took longer to get a driver for the 2.6 kernel.

Summary chip information

Modem inf section: ALI1535p_AMR.Modem
Matching hardware ID: pci\ven_10b9&dev_5457&subsys_2201152d

ATI3 - Agere SoftModem Version 2.1.14
ATI4 - Built on 06/05/2002 14:56:16
ATI5 - 2.1.14, AMR ALi1535p MB, AC97 ID:SIL REV:0x27, 19
ATI6 - OK

For a good report see:  http://phep2.technion.ac.il/linmodems/archive/msg05099.html

A script for pulling out the chip details was posted here on the last day of the year; I downloaded it on 2 Feb 03. When you run it, make sure that AC97_codec and trident audio modules are loaded. In fact, you can get the information straight from lspci -vvv

If you use the script, results should look like this:

Return results, updates or corrections to discuss@linmodems.org in this information block:

Summary information
---------------------------
Input=example
Isolated_codec=0x5349:0x4c22
SIL_id=SIL34

with tentative correspondences to:
cid SIL_id Manufacturer/Product
===================================
26 SIL38 Motorola
22 SIL34 SmartLink HAMR5600
21 SIL33 PCTel
27 SIL39 Agere Systems subsidiary of Lucent Technologies
?? SIL?? Conexant
Others??

I already know I have the 27 SIL -- and possibly it is 27 SIL39? So you might want to check that, using the script or lspci -vvv on AC97. Keep a copy of this in the dmesg file for Sigillo.

Dial-up modem

Below I've pasted in the logs of my softmodem and PC card modem on Sigillo, the output of the scanModem utility, and the contents of the /windows/WINDOWS/inf/modemcsa.inf file.

In brief, my softmodem is an Agere Systems AC'97 SoftModem Version 2.1.14. It is plugged into the motherboard's Audio Modem Riser (AMR) slot. The modem uses the AC'97 codec, which in my case is built into the ALi1535p southbridge of the motherboard. The ID (of the IC or integrated circuit or main modem chip) is SIL, suggesting it is made by Silicon Labs. The vendor code is 10b9 and the device code 5457. The AMR modem cord ID is 2201152.

ATI3 - Agere SoftModem Version 2.1.14
ATI4 - Built on 06/05/2002 14:56:16
ATI5 - 2.1.14, AMR ALi1535p MB, AC97 ID:SIL REV:0x27, 19

"For motherboards with Audio Modem Riser (AMR) slots there is NOT a direct correlation between the modem hardware inserted in the AMR slot and the primary PCI_IDs in the following Table and the modem hardware inserted in the AMR slot. The MOulation and DEModulation conversions necessary for MODEM use over phone lines are managed by a distinct Audio Card with an ac97.o modular driver. The remaining communication functions are managed by the modem card in the AMR slot, which could be made by several modem manufacturers and needs additional drivers. The PCI_ID == VendorID:DeviceID representing the AMR slot reflects a combination of the core logic chipset and the AC-97 Codec of the audio driver. A SubSystem ID represents the AMR modem card, which could be from any of several manufacturers." Source.

The PC card modem -- see Cardbus

Getting ppp to work
25 January 2003

For configuration files, see /etc/ppp

Jan 25 16:59:03 sigillo pppd[947]: The remote system is required to authenticate itself
Jan 25 16:59:03 sigillo pppd[947]: but I couldn't find any suitable secret (password) for it to use to do so.
Jan 25 16:59:03 sigillo pppd[947]: (None of the available passwords would let it use an IP address.)

/etc/ppp/options specifies that the server must authenticate itself with the client -- a maddening default, but one Debian is pushing. I wasted hours trying to figure out why I couldn't connect, and no amount of noauth in the other configuration files seemed to help. There was no useful information in the help files for how to solve this problem. I'm sure there's a solution, but my needs are trivial -- connect to a secure modem pool for a few minutes occasionally.

It looks like I'm connected, but ping is not getting out:

ppp0 Link encap:Point-to-Point Protocol
inet addr:169.232.226.138 P-t-P:169.232.224.5 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:3 errors:2 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:66 (66.0 b) TX bytes:87 (87.0 b)

Note that /dev/modem is a symbolic link to /dev/ttyS0

So the problem at this point seems to be that when you have a NIC, the OS tries to use that, ignoring your ppp connection. Here is the full session, from /var/log/ppp.log -

Jan 25 23:59:15 sigillo pppd[2381]: pppd 2.4.1 started by steen, uid 1000
Jan 25 23:59:15 sigillo pppd[2381]: Using interface ppp0
Jan 25 23:59:15 sigillo pppd[2381]: Connect: ppp0 <--> /dev/ttyS0
Jan 25 23:59:22 sigillo pppd[2381]: not replacing existing default route to eth0 [128.97.184.1]
Jan 25 23:59:22 sigillo pppd[2381]: Cannot determine ethernet address for proxy ARP
Jan 25 23:59:22 sigillo pppd[2381]: local IP address 169.232.226.138
Jan 25 23:59:22 sigillo pppd[2381]: remote IP address 169.232.224.5
Jan 25 23:59:22 sigillo pppd[2381]: primary DNS address 164.67.128.1
Jan 25 23:59:22 sigillo pppd[2381]: secondary DNS address 164.67.128.2
Jan 26 00:17:21 sigillo pppd[2381]: Terminating on signal 15.
Jan 26 00:17:21 sigillo pppd[2381]: Connection terminated.
Jan 26 00:17:21 sigillo pppd[2381]: Connect time 18.1 minutes.
Jan 26 00:17:21 sigillo pppd[2381]: Sent 87 bytes, received 66 bytes.
Jan 26 00:17:21 sigillo pppd[2381]: Exit.

The operative line here is "not replacing existing default route". I got this when issuing route:

root@sigillo:/home/steen# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
169.232.228.3 * 255.255.255.255 UH 0 0 0 ppp0
128.97.184.0 * 255.255.255.0 U 0 0 0 eth0
default 128.97.184.1 0.0.0.0 UG 0 0 0 eth0

It turns out you need to turn off eth0 entirely before you connect (and while you are connected) to avoid this routing problem -- you can only use one connection at a time. Of course there may be ways around that, but it's not relevant as one at a time is fine. So I'll do a script called home that turns off eth0.

ppp works if eth0 is down:

eth0 Link encap:Ethernet HWaddr 00:C0:9F:15:0F:59
inet addr:128.97.184.97 Bcast:128.97.184.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:5

ppp0 Link encap:Point-to-Point Protocol
inet addr:169.232.225.85 P-t-P:169.232.224.3 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:268 errors:0 dropped:0 overruns:0 frame:0
TX packets:380 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:42179 (41.1 KiB) TX bytes:29154 (28.4 KiB)

You can run ifconfig without disturbing it. The IP routing table now reads:

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
mgmt.ci5300-3.c * 255.255.255.255 UH 0 0 0 ppp0
default mgmt.ci5300-3.c 0.0.0.0 UG 0 0 0 ppp0

mgmt is the BOL server.


 

Here is the content of the /windows/WINDOWS/inf/oem7.inf softmodem information file in Windows XP:

root@sigillo:/home/steen# cat /windows/WINDOWS/inf/oem7.inf
; Windows Modem Setup File
; Copyright (c) 1993-2002 Microsoft Corporation
; Manufacturer: Agere Systems
; Last Edited 06/06/2002
; Legacy Audio

[Version]
CatalogFile=AGRMDwxp.cat
Signature="$CHICAGO$"
Class=Modem
ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
Provider=%ModemProvider%
DriverVer=06/05/2002,2.1.14

[DestinationDirs]
DefaultDestDir=11
Drv.Copy=12
;Sys.Copy=11
Win.Copy=10
;CoInstallers.Copy=11

[Manufacturer]
%ModemProvider%=Agere_Modems

[Agere_Modems]


%ALI1535p_AMR.Modem% = ALI1535p_AMR.Modem, PCI\VEN_10B9&DEV_5457&SUBSYS_2201152D
[ControlFlags]


ExcludeFromSelect = PCI\VEN_10B9&DEV_5457&SUBSYS_2201152D

[SM_Device_LowerFilter]
HKR,,LowerFilters,0x00010000,%ModemProvider%%ShortProductName%
HKR,,"WakeOnRing",0x00010001,1

[SM_Device_Service_Inst]
DisplayName = %FullProductName%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\AGRSM.sys


[Strings]
ALI1535p_AMR.Modem="Agere Systems AC'97 Modem"
FullCompanyName="Agere Systems"
FullProductName="Agere Systems Soft Modem"
ModemProvider="Agere"
ShortProductName="SoftModem"
Disk1Name="Agere Systems AC'97 Modem Installation Disk "

[Drv.Copy]
AGRSM.sys

;[Sys.Copy]
; empty for Win9X compatibility

[Win.Copy]
AGRSMMSG.exe
agrsmdel.exe

[PortMod.AddReg]
HKR,,DevLoader,,*vcomm
HKR,,ConfigDialog,,modemui.dll
HKR,,PortSubClass,1,02
HKR,,EnumPropPages,,"modemui.dll,EnumPropPages"
HKR, Init, 1,, "AT<cr>"
HKR,, DeviceType, 1, 02
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,AGRSMMSG,,AGRSMMSG.exe
;HKLM,Software\Agere\SoftModem\Message_Enable,OverCurrent,1,01
; &D support
;HKLM,SOFTWARE\Agere\SoftModem,DeferCloseTime,1,10,27,00,00
; TAPI country disable, +GCI enable
;HKLM,SOFTWARE\Agere\SoftModem,AGRSMSetup,1,00,04,00,84
; TAPI country enable, +GCI enable
HKLM,SOFTWARE\Agere\SoftModem,AGRSMSetup,1,00,04,00,80
; TAPI country enable, +GCI disable
;HKLM,SOFTWARE\Agere\SoftModem,AGRSMSetup,1,00,04,02,80
HKR,,V92Data,1,00

[MfgAddReg]
HKR, Fax, HardwareFlowControl,, "1"
HKR, Fax, SetupCommand,, "ATS7=60&K3"
HKR,Fax\Class1\AdaptiveAnswer\AnswerCommand, 1,,"AT"
HKR,Fax\Class1\AdaptiveAnswer\AnswerCommand, 2,,"AT &F S0=0 E0 V1 S95=0 &D2"
HKR,Fax\Class1\AdaptiveAnswer\AnswerCommand, 3,,"AT L1 M1 &K3"
HKR,Fax\Class1\AdaptiveAnswer\AnswerCommand, 4,,"AT X4"
HKR,Fax\Class1\AdaptiveAnswer\AnswerCommand, 5,,"AT+FCLASS=1"
HKR,Fax\Class1\AdaptiveAnswer\AnswerCommand, 6,,"AT+FAA=1"
HKR,Fax\Class1\AdaptiveAnswer\AnswerCommand, 7,,"ATA"
HKR, Fax\Class1\AdaptiveAnswer, ModemResponseFaxDetect,, "FAX"
HKR, Fax\Class1\AdaptiveAnswer, ModemResponseDataConnect,, "CONNECT"
HKR, Fax\Class1\AdaptiveAnswer, ModemResponseDataDetect,, "DATA"
HKR, Fax\Class1\AdaptiveAnswer, ModemResponseFaxConnect,, "CONNECT"
;----------------------------------------------------------------------------
; The [MfgAddReg] section contains the first modem's Init,
; Settings, and Responses keys. It is installed for all
; modems in the INF.
;----------------------------------------------------------------------------
HKR, Init, 1,, "AT<cr>" ; do an "AT" to get autobaud correct (start other init strings with 2)
HKR, Init, 2,, "AT &F E0 &C1 &D2 V1 S0=0\V1<cr>"

HKR, Monitor, 1,, "ATS0=0<cr>"
HKR, Monitor, 2,, "None"

HKR, Answer, 1,, "ATA<cr>"
HKR, Hangup, 1,, "ATH E1<cr>"

HKR,, Reset,, "AT&F<cr>" ; slam in a reset before closing

HKR, Settings, Prefix,, "AT"
HKR, Settings, Terminator,, "<cr>"
HKR, Settings, DialPrefix,, "D"
HKR, Settings, DialSuffix,, ";"
HKR, Settings, CallSetupFailTimer,, "S7=<#>"
HKR, Settings, SpeakerVolume_Low,, "L0"
HKR, Settings, SpeakerVolume_Med,, "L2"
HKR, Settings, SpeakerVolume_High,, "L3"
HKR, Settings, SpeakerMode_Off,, "M0"
HKR, Settings, SpeakerMode_Dial,, "M1"
HKR, Settings, SpeakerMode_On,, "M2"
HKR, Settings, SpeakerMode_Setup,, "M3"
HKR, Settings, FlowControl_Off,, "&K0"
HKR, Settings, FlowControl_Hard,, "&K3"
HKR, Settings, FlowControl_Soft,, "&K4"
HKR, Settings, ErrorControl_On,, "\N3"
HKR, Settings, ErrorControl_Off,, "\N1"
HKR, Settings, ErrorControl_Forced,, "\N4"
HKR, Settings, Compression_Off,, "%%C0"
HKR, Settings, Compression_On,, "%%C1"
HKR, Settings, Modulation_CCITT,, "B0B15B2"
HKR, Settings, Modulation_Bell,, "B1B16B2"
HKR, Settings, SpeedNegotiation_Off,, "N0\J1"
HKR, Settings, SpeedNegotiation_On,, "N1\J1"
HKR, Settings, Pulse,, "P"
HKR, Settings, Tone,, "T"
HKR, Settings, Blind_Off,, "X4"
HKR, Settings, Blind_On,, "X3"
HKR,, InactivityScale,1, 3c,00,00,00
HKR, Settings, InactivityTimeOut,, "S30=<#>"

;----------------------------------------------------------------------------
; Verbose result codes
;----------------------------------------------------------------------------
HKR, Responses, "<cr>", 1, 01, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<lf>", 1, 01, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "0<cr>", 1, 00, 00, 00,00,00,00, 00,00,00,00 ; OK - Command executed
HKR, Responses, "1<cr>", 1, 02, 00, 00,00,00,00, 00,00,00,00 ; CONNECT - Connection
HKR, Responses, "2<cr>", 1, 08, 00, 00,00,00,00, 00,00,00,00 ; RING - Ring signal indicated
HKR, Responses, "3<cr>", 1, 04, 00, 00,00,00,00, 00,00,00,00 ; NO CARRIER
HKR, Responses, "4<cr>", 1, 03, 00, 00,00,00,00, 00,00,00,00 ; ERROR - Invalid command
HKR, Responses, "5<cr>", 1, 02, 00, B0,04,00,00, 00,00,00,00 ; CONNECT 1200
HKR, Responses, "6<cr>", 1, 05, 00, 00,00,00,00, 00,00,00,00 ; NO DIALTONE - No dial tone detected
HKR, Responses, "7<cr>", 1, 06, 00, 00,00,00,00, 00,00,00,00 ; BUSY - Engaged (busy) signal
HKR, Responses, "8<cr>", 1, 07, 00, 00,00,00,00, 00,00,00,00 ; NO ANSWER
HKR, Responses, "<cr><lf>OK<cr><lf>", 1, 00, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>RING<cr><lf>", 1, 08, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>ERROR<cr><lf>", 1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>NO DIALTONE<cr><lf>", 1, 05, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>NO DIAL TONE<cr><lf>",1, 05, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>BUSY<cr><lf>", 1, 06, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>NO CARRIER<cr><lf>", 1, 04, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>NO ANSWER<cr><lf>", 1, 07, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>FAX<cr><lf>", 1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>DATA<cr><lf>", 1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>VOICE<cr><lf>", 1, 03, 00, 00,00,00,00, 00,00,00,00
;HKR, Responses, "<cr><lf>RINGING<cr><lf>", 1, 01, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>DELAYED<cr><lf>", 1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>BLACKLISTED<cr><lf>", 1, 03, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>+FCERROR<cr><lf>", 1, 03, 00, 00,00,00,00, 00,00,00,00

HKR, Responses, "<cr><lf>CONNECT<cr><lf>", 1, 02, 00, 00,00,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 300<cr><lf>", 1, 02, 00, 2C,01,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 300 NoEC<cr><lf>", 1, 02, 00, 2C,01,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 300 MNP4<cr><lf>", 1, 02, 02, 2C,01,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 300 MNP5<cr><lf>", 1, 02, 03, 2C,01,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 300 V42<cr><lf>", 1, 02, 02, 2C,01,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 300 V42bis<cr><lf>", 1, 02, 03, 2C,01,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 600<cr><lf>", 1, 02, 00, 58,02,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 600 NoEC<cr><lf>", 1, 02, 00, 58,02,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 600 MNP4<cr><lf>", 1, 02, 02, 58,02,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 600 MNP5<cr><lf>", 1, 02, 03, 58,02,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 600 V42<cr><lf>", 1, 02, 02, 58,02,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 600 V42bis<cr><lf>", 1, 02, 03, 58,02,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200<cr><lf>", 1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200 NoEC<cr><lf>", 1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200 MNP4<cr><lf>", 1, 02, 02, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200 MNP5<cr><lf>", 1, 02, 03, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200 V42<cr><lf>", 1, 02, 02, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200 V42bis<cr><lf>", 1, 02, 03, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200/75<cr><lf>", 1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200/75 NoEC<cr><lf>", 1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200/75 MNP4<cr><lf>", 1, 02, 02, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200/75 MNP5<cr><lf>", 1, 02, 03, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200/75 V42<cr><lf>", 1, 02, 02, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200/75 V42bis<cr><lf>", 1, 02, 03, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200TX/75RX<cr><lf>", 1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200TX/75RX NoEC<cr><lf>", 1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200TX/75RX MNP4<cr><lf>",1, 02, 02, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200TX/75RX MNP5<cr><lf>",1, 02, 03, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200TX/75RX V42<cr><lf>", 1, 02, 02, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200TX/75RX V42bis<cr><lf>",1, 02, 03, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 75/1200<cr><lf>", 1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 75/1200 NoEC<cr><lf>", 1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 75/1200 MNP4<cr><lf>", 1, 02, 02, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 75/1200 MNP5<cr><lf>", 1, 02, 03, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 75/1200 V42<cr><lf>", 1, 02, 02, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 75/1200 V42bis<cr><lf>", 1, 02, 03, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 75TX/1200RX<cr><lf>", 1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 75TX/1200RX NoEC<cr><lf>", 1, 02, 00, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 75TX/1200RX MNP4<cr><lf>",1, 02, 02, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 75TX/1200RX MNP5<cr><lf>",1, 02, 03, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 75TX/1200RX V42<cr><lf>", 1, 02, 02, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 75TX/1200RX V42bis<cr><lf>",1, 02, 03, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 2400<cr><lf>", 1, 02, 00, 60,09,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 2400 NoEC<cr><lf>", 1, 02, 00, 60,09,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 2400 MNP4<cr><lf>", 1, 02, 02, 60,09,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 2400 MNP5<cr><lf>", 1, 02, 03, 60,09,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 2400 V42<cr><lf>", 1, 02, 02, 60,09,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 2400 V42bis<cr><lf>", 1, 02, 03, 60,09,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4800<cr><lf>", 1, 02, 00, C0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4800 NoEC<cr><lf>", 1, 02, 00, C0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4800 MNP4<cr><lf>", 1, 02, 02, C0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4800 MNP5<cr><lf>", 1, 02, 03, C0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4800 V42<cr><lf>", 1, 02, 02, C0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4800 V42bis<cr><lf>", 1, 02, 03, C0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4800 V42 DSVD<cr><lf>", 1, 02, 02, C0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4800 V42bis DSVD<cr><lf>", 1, 02, 03, C0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 7200<cr><lf>", 1, 02, 00, 20,1C,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 7200 NoEC<cr><lf>", 1, 02, 00, 20,1C,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 7200 MNP4<cr><lf>", 1, 02, 02, 20,1C,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 7200 MNP5<cr><lf>", 1, 02, 03, 20,1C,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 7200 V42<cr><lf>", 1, 02, 02, 20,1C,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 7200 V42bis<cr><lf>", 1, 02, 03, 20,1C,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 7200 V42 DSVD<cr><lf>", 1, 02, 02, 20,1C,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 7200 V42bis DSVD<cr><lf>", 1, 02, 03, 20,1C,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9600<cr><lf>", 1, 02, 00, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9600 NoEC<cr><lf>", 1, 02, 00, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9600 MNP4<cr><lf>", 1, 02, 02, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9600 MNP5<cr><lf>", 1, 02, 03, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9600 V42<cr><lf>", 1, 02, 02, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9600 V42bis<cr><lf>", 1, 02, 03, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9600 V42 DSVD<cr><lf>", 1, 02, 02, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9600 V42bis DSVD<cr><lf>", 1, 02, 03, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 12000<cr><lf>", 1, 02, 00, E0,2E,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 12000 NoEC<cr><lf>", 1, 02, 00, E0,2E,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 12000 MNP4<cr><lf>", 1, 02, 02, E0,2E,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 12000 MNP5<cr><lf>", 1, 02, 03, E0,2E,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 12000 V42<cr><lf>", 1, 02, 02, E0,2E,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 12000 V42bis<cr><lf>", 1, 02, 03, E0,2E,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 12000 V42 DSVD<cr><lf>", 1, 02, 02, E0,2E,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 12000 V42bis DSVD<cr><lf>", 1, 02, 03, E0,2E,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 14400<cr><lf>", 1, 02, 00, 40,38,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 14400 NoEC<cr><lf>", 1, 02, 00, 40,38,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 14400 MNP4<cr><lf>", 1, 02, 02, 40,38,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 14400 MNP5<cr><lf>", 1, 02, 03, 40,38,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 14400 V42<cr><lf>", 1, 02, 02, 40,38,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 14400 V42bis<cr><lf>", 1, 02, 03, 40,38,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 14400 V42 DSVD<cr><lf>", 1, 02, 02, 40,38,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 14400 V42bis DSVD<cr><lf>", 1, 02, 03, 40,38,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 16800<cr><lf>", 1, 02, 00, A0,41,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 16800 NoEC<cr><lf>", 1, 02, 00, A0,41,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 16800 MNP4<cr><lf>", 1, 02, 02, A0,41,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 16800 MNP5<cr><lf>", 1, 02, 03, A0,41,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 16800 V42<cr><lf>", 1, 02, 02, A0,41,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 16800 V42bis<cr><lf>", 1, 02, 03, A0,41,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 16800 V42 DSVD<cr><lf>", 1, 02, 02, A0,41,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 16800 V42bis DSVD<cr><lf>", 1, 02, 03, A0,41,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 19200<cr><lf>", 1, 02, 00, 00,4B,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 19200 NoEC<cr><lf>", 1, 02, 00, 00,4B,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 19200 MNP4<cr><lf>", 1, 02, 02, 00,4B,00,00, 00,00,00,00
HKR, Responses, "<cr=<lf>CONNECT 19200 MNP5<cr><lf>", 1, 02, 03, 00,4B,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 19200 V42<cr><lf>", 1, 02, 02, 00,4B,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 19200 V42bis<cr><lf>", 1, 02, 03, 00,4B,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 19200 V42 DSVD<cr><lf>", 1, 02, 02, 00,4B,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 19200 V42bis DSVD<cr><lf>", 1, 02, 03, 00,4B,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 21600<cr><lf>", 1, 02, 00, 60,54,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 21600 NoEC<cr><lf>", 1, 02, 00, 60,54,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 21600 MNP4<cr><lf>", 1, 02, 02, 60,54,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 21600 MNP5<cr><lf>", 1, 02, 03, 60,54,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 21600 V42<cr><lf>", 1, 02, 02, 60,54,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 21600 V42bis<cr><lf>", 1, 02, 03, 60,54,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 21600 V42 DSVD<cr><lf>", 1, 02, 02, 60,54,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 21600 V42bis DSVD<cr><lf>", 1, 02, 03, 60,54,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 24000<cr><lf>", 1, 02, 00, C0,5D,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 24000 NoEC<cr><lf>", 1, 02, 00, C0,5D,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 24000 MNP4<cr><lf>", 1, 02, 02, C0,5D,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 24000 MNP5<cr><lf>", 1, 02, 03, C0,5D,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 24000 V42<cr><lf>", 1, 02, 02, C0,5D,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 24000 V42bis<cr><lf>", 1, 02, 03, C0,5D,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 24000 V42 DSVD<cr><lf>", 1, 02, 02, C0,5D,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 24000 V42bis DSVD<cr><lf>", 1, 02, 03, C0,5D,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 26400<cr><lf>", 1, 02, 00, 20,67,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 26400 NoEC<cr><lf>", 1, 02, 00, 20,67,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 26400 MNP4<cr><lf>", 1, 02, 02, 20,67,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 26400 MNP5<cr><lf>", 1, 02, 03, 20,67,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 26400 V42<cr><lf>", 1, 02, 02, 20,67,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 26400 V42bis<cr><lf>", 1, 02, 03, 20,67,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 26400 V42 DSVD<cr><lf>", 1, 02, 02, 20,67,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 26400 V42bis DSVD<cr><lf>", 1, 02, 03, 20,67,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28800<cr><lf>", 1, 02, 00, 80,70,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28800 NoEC<cr><lf>", 1, 02, 00, 80,70,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28800 MNP4<cr><lf>", 1, 02, 02, 80,70,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28800 MNP5<cr><lf>", 1, 02, 03, 80,70,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28800 V42<cr><lf>", 1, 02, 02, 80,70,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28800 V42bis<cr><lf>", 1, 02, 03, 80,70,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28800 V42 DSVD<cr><lf>", 1, 02, 02, 80,70,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28800 V42bis DSVD<cr><lf>", 1, 02, 03, 80,70,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 31200<cr><lf>", 1, 02, 00, e0,79,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 31200 NoEC<cr><lf>", 1, 02, 00, e0,79,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 31200 MNP4<cr><lf>", 1, 02, 02, e0,79,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 31200 MNP5<cr><lf>", 1, 02, 03, e0,79,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 31200 V42<cr><lf>", 1, 02, 02, e0,79,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 31200 V42bis<cr><lf>", 1, 02, 03, e0,79,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 31200 V42 DSVD<cr><lf>", 1, 02, 02, e0,79,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 31200 V42bis DSVD<cr><lf>", 1, 02, 03, e0,79,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33600<cr><lf>", 1, 02, 00, 40,83,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33600 NoEC<cr><lf>", 1, 02, 00, 40,83,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33600 MNP4<cr><lf>", 1, 02, 02, 40,83,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33600 MNP5<cr><lf>", 1, 02, 03, 40,83,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33600 V42<cr><lf>", 1, 02, 02, 40,83,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33600 V42bis<cr><lf>", 1, 02, 03, 40,83,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33600 V42 DSVD<cr><lf>", 1, 02, 02, 40,83,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33600 V42bis DSVD<cr><lf>", 1, 02, 03, 40,83,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38400<cr><lf>", 1, 02, 00, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38400 NoEC<cr><lf>", 1, 02, 00, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38400 MNP4<cr><lf>", 1, 02, 02, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38400 MNP5<cr><lf>", 1, 02, 03, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38400 V42<cr><lf>", 1, 02, 02, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38400 V42bis<cr><lf>", 1, 02, 03, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38400 V42 DSVD<cr><lf>", 1, 02, 02, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38400 V42bis DSVD<cr><lf>", 1, 02, 03, 00,96,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 57600<cr><lf>", 1, 02, 00, 00,e1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 57600 NoEC<cr><lf>", 1, 02, 00, 00,e1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 57600 MNP4<cr><lf>", 1, 02, 02, 00,e1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 57600 MNP5<cr><lf>", 1, 02, 03, 00,e1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 57600 V42<cr><lf>", 1, 02, 02, 00,e1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 57600 V42bis<cr><lf>", 1, 02, 03, 00,e1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 57600 V42 DSVD<cr><lf>", 1, 02, 02, 00,e1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 57600 V42bis DSVD<cr><lf>", 1, 02, 03, 00,e1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 115200<cr><lf>", 1, 02, 00, 00,c2,01,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 115200 NoEC<cr><lf>", 1, 02, 00, 00,c2,01,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 115200 MNP4<cr><lf>", 1, 02, 02, 00,c2,01,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 115200 MNP5<cr><lf>", 1, 02, 03, 00,c2,01,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 115200 V42<cr><lf>", 1, 02, 02, 00,c2,01,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 115200 V42bis<cr><lf>", 1, 02, 03, 00,c2,01,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 115200 V42 DSVD<cr><lf>", 1, 02, 02, 00,c2,01,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 115200 V42bis DSVD<cr><lf>", 1, 02, 03, 00,c2,01,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28000<cr><lf>", 1, 02, 00, 60,6d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28000 NoEC<cr><lf>", 1, 02, 00, 60,6d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28000 MNP4<cr><lf>", 1, 02, 02, 60,6d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28000 MNP5<cr><lf>", 1, 02, 03, 60,6d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28000 V42<cr><lf>", 1, 02, 02, 60,6d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28000 V42bis<cr><lf>", 1, 02, 03, 60,6d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 29333<cr><lf>", 1, 02, 00, 95,72,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 29333 NoEC<cr><lf>", 1, 02, 00, 95,72,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 29333 MNP4<cr><lf>", 1, 02, 02, 95,72,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 29333 MNP5<cr><lf>", 1, 02, 03, 95,72,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 29333 V42<cr><lf>", 1, 02, 02, 95,72,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 29333 V42bis<cr><lf>", 1, 02, 03, 95,72,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 30666<cr><lf>", 1, 02, 00, ca,77,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 30666 NoEC<cr><lf>", 1, 02, 00, ca,77,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 30666 MNP4<cr><lf>", 1, 02, 02, ca,77,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 30666 MNP5<cr><lf>", 1, 02, 03, ca,77,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 30666 V42<cr><lf>", 1, 02, 02, ca,77,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 30666 V42bis<cr><lf>", 1, 02, 03, ca,77,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 32000<cr><lf>", 1, 02, 00, 00,7d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 32000 NoEC<cr><lf>", 1, 02, 00, 00,7d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 32000 MNP4<cr><lf>", 1, 02, 02, 00,7d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 32000 MNP5<cr><lf>", 1, 02, 03, 00,7d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 32000 V42<cr><lf>", 1, 02, 02, 00,7d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 32000 V42bis<cr><lf>", 1, 02, 03, 00,7d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33333<cr><lf>", 1, 02, 00, 35,82,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33333 NoEC<cr><lf>", 1, 02, 00, 35,82,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33333 MNP4<cr><lf>", 1, 02, 02, 35,82,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33333 MNP5<cr><lf>", 1, 02, 03, 35,82,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33333 V42<cr><lf>", 1, 02, 02, 35,82,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33333 V42bis<cr><lf>", 1, 02, 03, 35,82,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 34000<cr><lf>", 1, 02, 00, d0,84,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 34000 NoEC<cr><lf>", 1, 02, 00, d0,84,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 34000 MNP4<cr><lf>", 1, 02, 02, d0,84,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 34000 MNP5<cr><lf>", 1, 02, 03, d0,84,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 34000 V42<cr><lf>", 1, 02, 02, d0,84,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 34000 V42bis<cr><lf>", 1, 02, 03, d0,84,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 34666<cr><lf>", 1, 02, 00, 6a,87,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 34666 NoEC<cr><lf>", 1, 02, 00, 6a,87,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 34666 MNP4<cr><lf>", 1, 02, 02, 6a,87,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 34666 MNP5<cr><lf>", 1, 02, 03, 6a,87,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 34666 V42<cr><lf>", 1, 02, 02, 6a,87,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 34666 V42bis<cr><lf>", 1, 02, 03, 6a,87,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 36000<cr><lf>", 1, 02, 00, a0,8c,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 36000 NoEC<cr><lf>", 1, 02, 00, a0,8c,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 36000 MNP4<cr><lf>", 1, 02, 02, a0,8c,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 36000 MNP5<cr><lf>", 1, 02, 03, a0,8c,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 36000 V42<cr><lf>", 1, 02, 02, a0,8c,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 36000 V42bis<cr><lf>", 1, 02, 03, a0,8c,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 37333 <cr><lf>", 1, 02, 00, d5,91,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 37333 NoEC<cr><lf>", 1, 02, 00, d5,91,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 37333 MNP4<cr><lf>", 1, 02, 02, d5,91,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 37333 MNP5<cr><lf>", 1, 02, 03, d5,91,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 37333 V42<cr><lf>", 1, 02, 02, d5,91,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 37333 V42bis<cr><lf>", 1, 02, 03, d5,91,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38000<cr><lf>", 1, 02, 00, 70,94,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38000 NoEC<cr><lf>", 1, 02, 00, 70,94,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38000 MNP4<cr><lf>", 1, 02, 02, 70,94,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38000 MNP5<cr><lf>", 1, 02, 03, 70,94,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38000 V42<cr><lf>", 1, 02, 02, 70,94,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38000 V42bis<cr><lf>", 1, 02, 03, 70,94,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38666<cr><lf>", 1, 02, 00, 0a,97,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38666 NoEC<cr><lf>", 1, 02, 00, 0a,97,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38666 MNP4<cr><lf>", 1, 02, 02, 0a,97,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38666 MNP5<cr><lf>", 1, 02, 03, 0a,97,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38666 V42<cr><lf>", 1, 02, 02, 0a,97,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38666 V42bis<cr><lf>", 1, 02, 03, 0a,97,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 40000<cr><lf>", 1, 02, 00, 40,9c,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 40000 NoEC<cr><lf>", 1, 02, 00, 40,9c,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 40000 MNP4<cr><lf>", 1, 02, 02, 40,9c,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 40000 MNP5<cr><lf>", 1, 02, 03, 40,9c,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 40000 V42<cr><lf>", 1, 02, 02, 40,9c,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 40000 V42bis<cr><lf>", 1, 02, 03, 40,9c,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 41333<cr><lf>", 1, 02, 00, 75,a1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 41333 NoEC<cr><lf>", 1, 02, 00, 75,a1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 41333 MNP4<cr><lf>", 1, 02, 02, 75,a1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 41333 MNP5<cr><lf>", 1, 02, 03, 75,a1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 41333 V42<cr><lf>", 1, 02, 02, 75,a1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 41333 V42bis<cr><lf>", 1, 02, 03, 75,a1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 42000<cr><lf>", 1, 02, 00, 10,a4,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 42000 NoEC<cr><lf>", 1, 02, 00, 10,a4,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 42000 MNP4<cr><lf>", 1, 02, 02, 10,a4,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 42000 MNP5<cr><lf>", 1, 02, 03, 10,a4,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 42000 V42<cr><lf>", 1, 02, 02, 10,a4,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 42000 V42bis<cr><lf>", 1, 02, 03, 10,a4,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 42666<cr><lf>", 1, 02, 00, aa,a6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 42666 NoEC<cr><lf>", 1, 02, 00, aa,a6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 42666 MNP4<cr><lf>", 1, 02, 02, aa,a6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 42666 MNP5<cr><lf>", 1, 02, 03, aa,a6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 42666 V42<cr><lf>", 1, 02, 02, aa,a6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 42666 V42bis<cr><lf>", 1, 02, 03, aa,a6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 44000<cr><lf>", 1, 02, 00, e0,ab,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 44000 NoEC<cr><lf>", 1, 02, 00, e0,ab,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 44000 MNP4<cr><lf>", 1, 02, 02, e0,ab,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 44000 MNP5<cr><lf>", 1, 02, 03, e0,ab,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 44000 V42<cr><lf>", 1, 02, 02, e0,ab,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 44000 V42bis<cr><lf>", 1, 02, 03, e0,ab,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 45333<cr><lf>", 1, 02, 00, 15,b1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 45333 NoEC<cr><lf>", 1, 02, 00, 15,b1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 45333 MNP4<cr><lf>", 1, 02, 02, 15,b1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 45333 MNP5<cr><lf>", 1, 02, 03, 15,b1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 45333 V42<cr><lf>", 1, 02, 02, 15,b1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 45333 V42bis<cr><lf>", 1, 02, 03, 15,b1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 46000<cr><lf>", 1, 02, 00, b0,b3,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 46000 NoEC<cr><lf>", 1, 02, 00, b0,b3,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 46000 MNP4<cr><lf>", 1, 02, 02, b0,b3,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 46000 MNP5<cr><lf>", 1, 02, 03, b0,b3,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 46000 V42<cr><lf>", 1, 02, 02, b0,b3,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 46000 V42bis<cr><lf>", 1, 02, 03, b0,b3,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 46666<cr><lf>", 1, 02, 00, 4a,b6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 46666 NoEC<cr><lf>", 1, 02, 00, 4a,b6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 46666 MNP4<cr><lf>", 1, 02, 02, 4a,b6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 46666 MNP5<cr><lf>", 1, 02, 03, 4a,b6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 46666 V42<cr><lf>", 1, 02, 02, 4a,b6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 46666 V42bis<cr><lf>", 1, 02, 03, 4a,b6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 48000<cr><lf>", 1, 02, 00, 80,bb,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 48000 NoEC<cr><lf>", 1, 02, 00, 80,bb,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 48000 MNP4<cr><lf>", 1, 02, 02, 80,bb,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 48000 MNP5<cr><lf>", 1, 02, 03, 80,bb,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 48000 V42<cr><lf>", 1, 02, 02, 80,bb,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 48000 V42bis<cr><lf>", 1, 02, 03, 80,bb,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 49333<cr><lf>", 1, 02, 00, b5,c0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 49333 NoEC<cr><lf>", 1, 02, 00, b5,c0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 49333 MNP4<cr><lf>", 1, 02, 02, b5,c0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 49333 MNP5<cr><lf>", 1, 02, 03, b5,c0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 49333 V42<cr><lf>", 1, 02, 02, b5,c0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 49333 V42bis<cr><lf>", 1, 02, 03, b5,c0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 50000<cr><lf>", 1, 02, 00, 50,c3,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 50000 NoEC<cr><lf>", 1, 02, 00, 50,c3,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 50000 MNP4<cr><lf>", 1, 02, 02, 50,c3,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 50000 MNP5<cr><lf>", 1, 02, 03, 50,c3,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 50000 V42<cr><lf>", 1, 02, 02, 50,c3,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 50000 V42bis<cr><lf>", 1, 02, 03, 50,c3,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 50666<cr><lf>", 1, 02, 00, ea,c5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 50666 NoEC<cr><lf>", 1, 02, 00, ea,c5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 50666 MNP4<cr><lf>", 1, 02, 02, ea,c5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 50666 MNP5<cr><lf>", 1, 02, 03, ea,c5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 50666 V42<cr><lf>", 1, 02, 02, ea,c5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 50666 V42bis<cr><lf>", 1, 02, 03, ea,c5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 52000<cr><lf>", 1, 02, 00, 20,cb,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 52000 NoEC<cr><lf>", 1, 02, 00, 20,cb,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 52000 MNP4<cr><lf>", 1, 02, 02, 20,cb,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 52000 MNP5<cr><lf>", 1, 02, 03, 20,cb,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 52000 V42<cr><lf>", 1, 02, 02, 20,cb,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 52000 V42bis<cr><lf>", 1, 02, 03, 20,cb,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 53333<cr><lf>", 1, 02, 00, 55,d0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 53333 NoEC<cr><lf>", 1, 02, 00, 55,d0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 53333 MNP4<cr><lf>", 1, 02, 02, 55,d0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 53333 MNP5<cr><lf>", 1, 02, 03, 55,d0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 53333 V42<cr><lf>", 1, 02, 02, 55,d0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 53333 V42bis<cr><lf>", 1, 02, 03, 55,d0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 54000<cr><lf>", 1, 02, 00, f0,d2,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 54000 NoEC<cr><lf>", 1, 02, 00, f0,d2,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 54000 MNP4<cr><lf>", 1, 02, 02, f0,d2,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 54000 MNP5<cr><lf>", 1, 02, 03, f0,d2,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 54000 V42<cr><lf>", 1, 02, 02, f0,d2,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 54000 V42bis<cr><lf>", 1, 02, 03, f0,d2,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 54666<cr><lf>", 1, 02, 00, 8a,d5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 54666 NoEC<cr><lf>", 1, 02, 00, 8a,d5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 54666 MNP4<cr><lf>", 1, 02, 02, 8a,d5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 54666 MNP5<cr><lf>", 1, 02, 03, 8a,d5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 54666 V42<cr><lf>", 1, 02, 02, 8a,d5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 54666 V42bis<cr><lf>", 1, 02, 03, 8a,d5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 56000<cr><lf>", 1, 02, 00, c0,da,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 56000 NoEC<cr><lf>", 1, 02, 00, c0,da,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 56000 MNP4<cr><lf>", 1, 02, 02, c0,da,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 56000 MNP5<cr><lf>", 1, 02, 03, c0,da,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 56000 V42<cr><lf>", 1, 02, 02, c0,da,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 56000 V42bis<cr><lf>", 1, 02, 03, c0,da,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 1200 V44<cr><lf>", 1, 02, 03, B0,04,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 2400 V44<cr><lf>", 1, 02, 03, 60,09,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 4800 V44<cr><lf>", 1, 02, 03, C0,12,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 7200 V44<cr><lf>", 1, 02, 03, 20,1C,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 9600 V44<cr><lf>", 1, 02, 03, 80,25,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 12000 V44<cr><lf>", 1, 02, 03, E0,2E,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 14400 V44<cr><lf>", 1, 02, 03, 40,38,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 16800 V44<cr><lf>", 1, 02, 03, A0,41,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 19200 V44<cr><lf>", 1, 02, 03, 00,4B,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 21600 V44<cr><lf>", 1, 02, 03, 60,54,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 24000 V44<cr><lf>", 1, 02, 03, C0,5D,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 26400 V44<cr><lf>", 1, 02, 03, 20,67,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28800 V44<cr><lf>", 1, 02, 03, 80,70,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 31200 V44<cr><lf>", 1, 02, 03, e0,79,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33600 V44<cr><lf>", 1, 02, 03, 40,83,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 28000 V44<cr><lf>", 1, 02, 03, 60,6d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 29333 V44<cr><lf>", 1, 02, 03, 95,72,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 30666 V44<cr><lf>", 1, 02, 03, ca,77,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 32000 V44<cr><lf>", 1, 02, 03, 00,7d,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 33333 V44<cr><lf>", 1, 02, 03, 35,82,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 34666 V44<cr><lf>", 1, 02, 03, 6a,87,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 36000 V44<cr><lf>", 1, 02, 03, a0,8c,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 37333 V44<cr><lf>", 1, 02, 03, d5,91,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 38666 V44<cr><lf>", 1, 02, 03, 0a,97,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 40000 V44<cr><lf>", 1, 02, 03, 40,9c,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 41333 V44<cr><lf>", 1, 02, 03, 75,a1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 42666 V44<cr><lf>", 1, 02, 03, aa,a6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 44000 V44<cr><lf>", 1, 02, 03, e0,ab,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 45333 V44<cr><lf>", 1, 02, 03, 15,b1,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 46666 V44<cr><lf>", 1, 02, 03, 4a,b6,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 48000 V44<cr><lf>", 1, 02, 03, 80,bb,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 49333 V44<cr><lf>", 1, 02, 03, b5,c0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 50666 V44<cr><lf>", 1, 02, 03, ea,c5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 52000 V44<cr><lf>", 1, 02, 03, 20,cb,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 53333 V44<cr><lf>", 1, 02, 03, 55,d0,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 54666 V44<cr><lf>", 1, 02, 03, 8a,d5,00,00, 00,00,00,00
HKR, Responses, "<cr><lf>CONNECT 56000 V44<cr><lf>", 1, 02, 03, c0,da,00,00, 00,00,00,00

HKR,, Properties, 1, C0,01,00,00, ff,00,00,00, ff,00,00,00, 07,00,00,00, 0f,00,00,00, 97,03,00,00, 00,C2,01,00, C0,DA,00,00
;HKR,, Properties, 1, 00,01,00,00, ff,00,00,00, ff,00,00,00, 07,00,00,00, 0f,00,00,00, 97,03,00,00, 00,10,0E,00, C0,DA,00,00

[Uninstall.AddReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,UninstallString,,"agrsmdel"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,QuietUninstallString,,"agrsmdel -s"

[SourceDisksNames.x86]
1=%Disk1Name%

[SourceDisksFiles]
AGRSM.sys = 1
AGRSMMSG.exe = 1
agrsmdel.exe=1

[VIA_AMR.Modem.AddReg]
HKR,,CodecType,1,0f
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%VIA_AMR.Modem%
;[VIA_AMR_SA.Modem.AddReg]
;HKR,,CodecType,1,0f
;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%VIA_AMR.Modem%
[INTEL_AMR.Modem.AddReg]
HKR,,CodecType,1,0f
;HKLM,SOFTWARE\Agere\SoftModem,CodecFlags,1,02,00,00,00
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%INTEL_AMR.Modem%
;[INTEL_AMR_SA.Modem.AddReg]
;HKR,,CodecType,1,0f
;HKLM,SOFTWARE\Agere\SoftModem,CodecFlags,1,02,00,00,00
;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%INTEL_AMR.Modem%
[SIS_AMR.Modem.AddReg]
HKR,,CodecType,1,0f
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%SIS_AMR.Modem%
;[SIS_AMR_SA.Modem.AddReg]
;HKR,,CodecType,1,0f
;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%SIS_AMR.Modem%
[ALI_AMR.Modem.AddReg]
HKR,,CodecType,1,0f
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%ALI_AMR.Modem%
;[ALI_AMR_SA.Modem.AddReg]
;HKR,,CodecType,1,0f
;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%ALI_AMR.Modem%
[ALI1535p_AMR.Modem.AddReg]
HKR,,CodecType,1,0f
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%ALI1535p_AMR.Modem%
;[ALI1535p_AMR_SA.Modem.AddReg]
;HKR,,CodecType,1,0f
;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%ALI1535p_AMR.Modem%

[VIA_AMR.Modem.NT]
CopyFiles=Drv.Copy,Win.Copy
AddReg=PortMod.AddReg, VIA_AMR.Modem.AddReg, MfgAddReg, Uninstall.AddReg
;[VIA_AMR_SA.Modem.NT]
;CopyFiles=Drv.Copy,Win.Copy
;AddReg=PortMod.AddReg, VIA_AMR_SA.Modem.AddReg, MfgAddReg, Uninstall.AddReg
[INTEL_AMR.Modem.NT]
CopyFiles=Drv.Copy,Win.Copy
AddReg=PortMod.AddReg, INTEL_AMR.Modem.AddReg, MfgAddReg, Uninstall.AddReg
;[INTEL_AMR_SA.Modem.NT]
;CopyFiles=Drv.Copy,Win.Copy
;AddReg=PortMod.AddReg, INTEL_AMR_SA.Modem.AddReg, MfgAddReg, Uninstall.AddReg
[SIS_AMR.Modem.NT]
CopyFiles=Drv.Copy,Win.Copy
AddReg=PortMod.AddReg, SIS_AMR.Modem.AddReg, MfgAddReg, Uninstall.AddReg
;[SIS_AMR_SA.Modem.NT]
;CopyFiles=Drv.Copy,Win.Copy
;AddReg=PortMod.AddReg, SIS_AMR_SA.Modem.AddReg, MfgAddReg, Uninstall.AddReg
[ALI_AMR.Modem.NT]
CopyFiles=Drv.Copy,Win.Copy
AddReg=PortMod.AddReg, ALI_AMR.Modem.AddReg, MfgAddReg, Uninstall.AddReg
;[ALI_AMR_SA.Modem.NT]
;CopyFiles=Drv.Copy,Win.Copy
;AddReg=PortMod.AddReg, ALI_AMR_SA.Modem.AddReg, MfgAddReg, Uninstall.AddReg
[ALI1535p_AMR.Modem.NT]
CopyFiles=Drv.Copy,Win.Copy
AddReg=PortMod.AddReg, ALI1535p_AMR.Modem.AddReg, MfgAddReg, Uninstall.AddReg
;[ALI1535p_AMR_SA.Modem.NT]
;CopyFiles=Drv.Copy,Win.Copy
;AddReg=PortMod.AddReg, ALI1535p_AMR_SA.Modem.AddReg, MfgAddReg, Uninstall.AddReg

[VIA_AMR.Modem.NT.Services]
AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
;[VIA_AMR_SA.Modem.NT.Services]
;AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
[INTEL_AMR.Modem.NT.Services]
AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
;[INTEL_AMR_SA.Modem.NT.Services]
;AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
[SIS_AMR.Modem.NT.Services]
AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
;[SIS_AMR_SA.Modem.NT.Services]
;AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
[ALI_AMR.Modem.NT.Services]
AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
;[ALI_AMR_SA.Modem.NT.Services]
;AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
[ALI1535p_AMR.Modem.NT.Services]
AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
;[ALI1535p_AMR_SA.Modem.NT.Services]
;AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst

[VIA_AMR.Modem.NT.HW]
AddReg=SM_Device_LowerFilter
;[VIA_AMR_SA.Modem.NT.HW]
;AddReg=SM_Device_LowerFilter
[INTEL_AMR.Modem.NT.HW]
AddReg=SM_Device_LowerFilter
;[INTEL_AMR_SA.Modem.NT.HW]
;AddReg=SM_Device_LowerFilter
[SIS_AMR.Modem.NT.HW]
AddReg=SM_Device_LowerFilter
;[SIS_AMR_SA.Modem.NT.HW]
;AddReg=SM_Device_LowerFilter
[ALI_AMR.Modem.NT.HW]
AddReg=SM_Device_LowerFilter
;[ALI_AMR_SA.Modem.NT.HW]
;AddReg=SM_Device_LowerFilter
[ALI1535p_AMR.Modem.NT.HW]
AddReg=SM_Device_LowerFilter
;[ALI1535p_AMR_SA.Modem.NT.HW]
;AddReg=SM_Device_LowerFilter

Here is the output of my softmodem in Windows:

12-17-2002 02:11:20.959 - File: C:\WINDOWS\System32\tapisrv.dll, Version 5.1.2600
12-17-2002 02:11:20.959 - File: C:\WINDOWS\System32\unimdm.tsp, Version 5.1.2600
12-17-2002 02:11:20.959 - File: C:\WINDOWS\System32\unimdmat.dll, Version 5.1.2600
12-17-2002 02:11:20.959 - File: C:\WINDOWS\System32\uniplat.dll, Version 5.1.2600
12-17-2002 02:11:20.959 - File: C:\WINDOWS\System32\drivers\modem.sys, Version 5.1.2600
12-17-2002 02:11:20.959 - File: C:\WINDOWS\System32\modemui.dll, Version 5.1.2600
12-17-2002 02:11:20.959 - File: C:\WINDOWS\System32\mdminst.dll, Version 5.1.2600
12-17-2002 02:11:20.959 - Modem type: Agere Systems AC'97 Modem
12-17-2002 02:11:20.959 - Modem inf path: oem7.inf
12-17-2002 02:11:20.959 - Modem inf section: ALI1535p_AMR.Modem
12-17-2002 02:11:20.959 - Matching hardware ID: pci\ven_10b9&dev_5457&subsys_2201152d
12-17-2002 02:11:21.159 - 115200,8,N,1, ctsfl=1, rtsctl=2
12-17-2002 02:11:21.159 - Initializing modem.
12-17-2002 02:11:21.169 - Send: AT<cr>
12-17-2002 02:11:21.179 - Recv: AT<cr>
12-17-2002 02:11:21.179 - Command Echo
12-17-2002 02:11:21.179 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:11:21.179 - Interpreted response: OK
12-17-2002 02:11:21.189 - Send: AT &F E0 &C1 &D2 V1 S0=0\V1<cr>
12-17-2002 02:11:21.189 - Recv: AT &F E0 &C1 &D2 V1 S0=0\V1<cr>
12-17-2002 02:11:21.189 - Command Echo
12-17-2002 02:11:21.199 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:11:21.199 - Interpreted response: OK
12-17-2002 02:11:21.209 - Send: ATS7=60S30=0L0M1\N3%C1&K3N1\J1X4<cr>
12-17-2002 02:11:21.209 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:11:21.209 - Interpreted response: OK
12-17-2002 02:11:21.209 - Waiting for a call.
12-17-2002 02:11:21.219 - Send: ATS0=0<cr>
12-17-2002 02:11:21.219 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:11:21.219 - Interpreted response: OK
12-17-2002 02:11:21.219 - 115200,8,N,1, ctsfl=1, rtsctl=2
12-17-2002 02:11:21.219 - Initializing modem.
12-17-2002 02:11:21.229 - Send: AT<cr>
12-17-2002 02:11:21.229 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:11:21.229 - Interpreted response: OK
12-17-2002 02:11:21.239 - Send: AT &F E0 &C1 &D2 V1 S0=0\V1<cr>
12-17-2002 02:11:21.249 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:11:21.249 - Interpreted response: OK
12-17-2002 02:11:21.259 - Send: ATS7=60S30=0L0M1\N3%C1&K3N1\J1X4<cr>
12-17-2002 02:11:21.259 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:11:21.259 - Interpreted response: OK
12-17-2002 02:11:21.259 - Dialing.
12-17-2002 02:11:21.269 - Send: ATDT####-####-####<cr>
12-17-2002 02:11:31.274 - Recv: <cr><lf>NO DIALTONE<cr><lf>
12-17-2002 02:11:31.274 - Interpreted response: No Dialtone
12-17-2002 02:11:31.274 - Hanging up the modem.
12-17-2002 02:11:31.284 - Send: ATH E1<cr>
12-17-2002 02:11:31.384 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:11:31.384 - Interpreted response: OK
12-17-2002 02:11:31.384 - 115200,8,N,1, ctsfl=1, rtsctl=2
12-17-2002 02:11:31.384 - Initializing modem.
12-17-2002 02:11:31.394 - Send: AT<cr>
12-17-2002 02:11:31.394 - Recv: AT<cr>
12-17-2002 02:11:31.394 - Command Echo
12-17-2002 02:11:31.394 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:11:31.394 - Interpreted response: OK
12-17-2002 02:11:31.404 - Send: AT &F E0 &C1 &D2 V1 S0=0\V1<cr>
12-17-2002 02:11:31.404 - Recv: AT &F E0 &C1 &D2 V1 S0=0\V1<cr>
12-17-2002 02:11:31.404 - Command Echo
12-17-2002 02:11:31.414 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:11:31.414 - Interpreted response: OK
12-17-2002 02:11:31.424 - Send: ATS7=60S30=0L0M1\N3%C1&K3N1\J1X4<cr>
12-17-2002 02:11:31.424 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:11:31.424 - Interpreted response: OK
12-17-2002 02:11:31.424 - Waiting for a call.
12-17-2002 02:11:31.434 - Send: ATS0=0<cr>
12-17-2002 02:11:31.434 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:11:31.434 - Interpreted response: OK
12-17-2002 02:11:31.444 - Session Statistics:
12-17-2002 02:11:31.444 - Reads : 55 bytes
12-17-2002 02:11:31.444 - Writes: 0 bytes
ATQ0V1E0 - OK
AT+GMM - H.324 video-ready rev. 1.0
AT+FCLASS=? - 0,1
AT#CLS=? - COMMAND NOT SUPPORTED
AT+GCI? - +GCI:B5
AT+GCI=? - +GCI:(00,04,07,09,0A,0D,0F,14,16,19,1B,20,25,26,27,2B,2D,2E,31,33,35,36,37,3C,3D,46,49,4F,50,51,52,53,54,57,58,59,5E,61,62,64,68,69,6C,70,73,77,7B,7E,7F,82,83,84,85,87,88,89,8A,8B,8C,8E,98,9C,9F,A0,A1,A5,A6,A9,AE,B2,B3,B4,B5,B7,B8,BB,BC,C1)
ATI1 - OK
ATI2 - OK
ATI3 - Agere SoftModem Version 2.1.14
ATI4 - Built on 06/05/2002 14:56:16
ATI5 - 2.1.14, AMR ALi1535p MB, AC97 ID:SIL REV:0x27, 19
ATI6 - OK
ATI7 - AMR ALi1535p MB
ATQ0V1E0 - OK
AT+GMM - H.324 video-ready rev. 1.0
AT+FCLASS=? - 0,1
AT#CLS=? - COMMAND NOT SUPPORTED
AT+GCI? - +GCI:B5
AT+GCI=? - +GCI:(00,04,07,09,0A,0D,0F,14,16,19,1B,20,25,26,27,2B,2D,2E,31,33,35,36,37,3C,3D,46,49,4F,50,51,52,53,54,57,58,59,5E,61,62,64,68,69,6C,70,73,77,7B,7E,7F,82,83,84,85,87,88,89,8A,8B,8C,8E,98,9C,9F,A0,A1,A5,A6,A9,AE,B2,B3,B4,B5,B7,B8,BB,BC,C1)

This is the output of the scanModem utility, which I found at Linmodem support site (frequent updates -- always get the latest) 

root@sigillo:/home/steen# bash ./scanModem

 This script utilizes the LSPCI tool from the package:   pciutils
 to identify potential modem devices in PCI bus slots.
 It will fail to recognize ISA bus modems and 16 bit PCMCIA card modems.

 The script originated as scanPCI written by Chris Hebeisen
 to recognize modems with DSP (digital signal processing) chip sets made by Lucent/Agere.
 It now aspires to provide useful information on other modems as well,
 recommending URLs with more detailed information or software.
 For the  Lucent/Agere DSP chip modems, System information is used to recommend Installers,
 from the Installer list output from Chris's repository:   http://www.heby.de/ltmodem/

 This script is updated whenever answers to queries can be written into it.
 So if new problems arise, download an update in favor of using a stored version.

To continue:    Enter

 Only the information blocks cogent to your System will be output into
       ModemData.txt   and      ModemData.txt.2
 Should you need assistance after FIRST following all the advice and/or URLs,
 1) browse the general information at:  http://linmodems.technion.ac.il/  and
 2) Please use the SEARCH ENGINE at:  http://linmodems.technion.ac.il/wgindex.html
    Answers to Most Newbie questions are already therein.
 ONLY thereafter send ModemData.txt to:   discuss@linmodems.org
 ModemData.txt.2  has common information the  List need not be bothered with.

To continue,    Enter

For rapidly updated information on potential resource URLs, see:

Please read: ModemData.txt ModemData.txt.2

root@sigillo:/home/steen# cat ModemData.txt

If further help is needed, send a description of your problem to:        discuss@linmodems.org
   with this ModemData.txt Attached.
using the following in the email Subject Line:
        scanModem, debian kernel 2.4.19

System info follows
==================================================
debian testing/unstable
Script executed as:     scanModem
on system:      Linux sigillo 2.4.19 #1 Sat Dec 7 23:19:20 PST 2002 i686 unknown unknown GNU/Linux
LSPCI=/sbin/lspci
UPDATE=2003 Jan 02

--------- lspci scan ----------------
00:00.0 Host bridge: Acer Laboratories Inc. [ALi] M1671 Northbridge [Aladdin-P4] (rev 02)
00:01.0 PCI bridge: Acer Laboratories Inc. [ALi] PCI to AGP Controller
00:06.0 Multimedia audio controller: Acer Laboratories Inc. [ALi] M5451 PCI AC-Link Controller Audio Device (rev 02)
00:07.0 ISA bridge: Acer Laboratories Inc. [ALi] M1533 PCI to ISA Bridge [Aladdin IV]
00:08.0 Modem: Acer Laboratories Inc. [ALi] M5457 AC-Link Modem Interface Controller
00:09.0 Network controller: Harris Semiconductor: Unknown device 3873 (rev 01)
00:0a.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 02)
00:0b.0 USB Controller: VIA Technologies, Inc. USB (rev 50)
00:0b.1 USB Controller: VIA Technologies, Inc. USB (rev 50)
00:0b.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 51)
00:0c.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22 1394a-2000 Controller
00:10.0 IDE interface: Acer Laboratories Inc. [ALi] M5229 IDE (rev c4)
00:11.0 Bridge: Acer Laboratories Inc. [ALi] M7101 PMU
00:12.0 Ethernet controller: National Semiconductor Corporation DP83815 (MacPhyter) Ethernet Controller
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 420 Go 32M] (rev a3)
-------------------------------------
Reading more detail for the Device at:
PCI bus
-------
00:08.0 Class 0703: 10b9:5457
          Subsystem 152d:2201
00:08.0 Modem: Acer Laboratories Inc. [ALi] M5457 AC-Link Modem Interface Controller (prog-if 00 [Generic])
        Subsystem: QUANTA Computer Inc: Unknown device 2201
        Flags: medium devsel, IRQ 5
        Memory at e8001000 (32-bit, non-prefetchable) [size=4K]
        I/O ports at 1400 [size=256]
        Capabilities: [40] Power Management version 2

-------------------------------------------------------
 10b9:5457  PCI_ID of the PCI bus with vendor: 10b9
 152d:2201  PCI_ID of Subsystem with vendor:   152d
-------------------------------------------------------
 are key Sought Descriptions of your modem firmware.
 Have them ready when visiting URLs with service software!!

    10b9:5457                   ALI 5457                +  p c

 AMR_Modems
 ==========
 The  PCI bus primary PCI_ID 10b9:5457 identifies Only the Controller of the
 soft modem Subsystem 152d:2201 .
 Sadly this information  commonly FAILS to designate the chipset!!
 Queries under MS windows may be informative, by the following routes:
   Open a COMM console and send ATI commands to the modem,
     which may provide identifying information.
     For a good report see:  http://phep2.technion.ac.il/linmodems/archive/msg05099.html
   Get whatever detail information is available through:
     Start > Settings > Control Panel > Modem
     Start > Settings > Control Panel > System > Devices > Modem
   Try to identify the modem setup file, with name perhaps MODEM.INF
     Information therein including driver names may help to identify the chipset.
 See complaint to IBM:   http://phep2.technion.ac.il/linmodems/archive/msg05076.html

 SmartLink http://www.smlink.com has an readible documentation set
 on rational and technologies.

 Support for Lucent/Agere AC'97 and MC'97 modems serving under a Controller
 is projected for February-March 2003.  The currently available ltmodem drivers
 for Digital Signal Processing chipsets are NOT adequate to support ppp under these modems.
 They may achieve a dialout, but will fail at ppp initiation.


########

 Any pf the Controllers in the left most column could support
 a variety of SubSystem soft modems.
 Hence the current ambiguity in possible support by drivers under Linux
 ==================================================================
                                Controller type
VendorID:DeviceID == PCI_ID     AC'97  MC97
   bus PCI_ID  subSystemID       name for bus PCI_ID   try drivers from
   ----------  -----------      ----------------       ----------------
    e159:0001                   TigerJet 320
    e159:0001  0359:0003        TJ320 v3.1
    e159:0001  8086:0003        TJ320 v2.0
    8086:2416                         82801AA (ICH)     + p c
    8086:2426                   82801AB (ICH0)          +
    8086:2446                         82801BA (ICH2)    + p c
    8086:2486                         ICH3              + p c
    8086:24c6                   INTEL ICH4
    8086:1040                   S1724
    8086:7196                         ????
    1543:3052  1543:3000        SI3052
    1039:7013                   SIS 630                 +  p
    1039:7018                   SIS 960                 +
    1055:9178                   Standard Microsystems   +
    1106:3068                           VIA                p c
    1022:7446                   AMD                     +
    10b9:5450                   ALI 5450
    10b9:5451                   ALI 5451
    10b9:5453                   ALI                        p c
    10b9:5457                   ALI 5457                +  p c

    10b9:5459                   ALI 5459 SmartPCI561    ++
    10ec:8197 - SmartLAN56 (RealTek ether/modem combo   ++
    1131:3400 - SmartPCI56 (Philips UCB1500)            ++
    163c:5459, 10a5:5459 - kinds of SmartPCI561         ++
    4005:0308 - ALS300plus (Avance sound/modem combo    ++
    11c1:048c   Lucent                                          -
    11c1:048e                                                   -
    11c1:048f                                                   -
  --------------------------------------------------------
  p   http://pctelcompdb.sourceforge.net/
  c   Conexant - http://www.mbsi.ca/cnxtlindrv/hsf/index.html
  +   HAMR5600 based AMR/CNR/MDC      ftp://ftp.smlink.com/Update/linux/unsupported
  ++  PCI slot modems                 http://www.smlink.com for drivers
  -   Linux service not yet available before February, 2003

  The AC97 Controllers may host Intel 537ep chip soft modems
  with Linux support expected in early 2003, perhaps with early release at
    http://linmodems.technion.ac.il/resources.html

        Checking Primary PCI bus vendor=10b9 through chipset providers and modem assemblers
        Checking Subsystem vendor=152d through chipset providers and modem assemblers


The following information blocks just query some ppp support items.
====================================================================
   grep ppp /etc/modules.conf
--------------------------------

alias /dev/ppp          ppp_generic
alias char-major-108    ppp_generic
alias tty-ldisc-3       ppp_async
alias tty-ldisc-14      ppp_synctty
alias ppp-compress-21   bsd_comp
alias ppp-compress-24   ppp_deflate
alias ppp-compress-26   ppp_deflate

--------------------------------
DEVPPP=crw-rw---- 1 root dip 108, 0 Aug 27 11:41 /dev/ppp
DEVFS=
DEVFSD=

This is the log of the PC card modem in Windows XP:

12-17-2002 02:18:29.397 - File: C:\WINDOWS\System32\tapisrv.dll, Version 5.1.2600
12-17-2002 02:18:29.397 - File: C:\WINDOWS\System32\unimdm.tsp, Version 5.1.2600
12-17-2002 02:18:29.397 - File: C:\WINDOWS\System32\unimdmat.dll, Version 5.1.2600
12-17-2002 02:18:29.397 - File: C:\WINDOWS\System32\uniplat.dll, Version 5.1.2600
12-17-2002 02:18:29.397 - File: C:\WINDOWS\System32\drivers\modem.sys, Version 5.1.2600
12-17-2002 02:18:29.397 - File: C:\WINDOWS\System32\modemui.dll, Version 5.1.2600
12-17-2002 02:18:29.397 - File: C:\WINDOWS\System32\mdminst.dll, Version 5.1.2600
12-17-2002 02:18:29.397 - Modem type: 3CCM556 56K Data Fax Cell PC Card
12-17-2002 02:18:29.397 - Modem inf path: mdmx5560.inf
12-17-2002 02:18:29.397 - Modem inf section: ModemSpLite2
12-17-2002 02:18:29.397 - Matching hardware ID: pcmcia\3com-3cxm/3ccm556-fdb3
12-17-2002 02:18:32.561 - 115200,8,N,1, ctsfl=1, rtsctl=2
12-17-2002 02:18:32.561 - Initializing modem.
12-17-2002 02:18:32.571 - Send: ATE0Q0V1<cr>
12-17-2002 02:18:32.571 - Recv: ATE0Q0V1<cr>
12-17-2002 02:18:32.571 - Command Echo
12-17-2002 02:18:32.691 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:18:32.691 - Interpreted response: OK
12-17-2002 02:18:32.701 - Send: AT&F1E0Q0V1&C1&D2S0=0<cr>
12-17-2002 02:18:32.822 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:18:32.822 - Interpreted response: OK
12-17-2002 02:18:32.832 - Send: ATS7=60S19=0M1&M4&K1&H1&R2&I0B0X4<cr>
12-17-2002 02:18:32.952 - Recv: <cr><lf>OK<cr><lf>
12-17-2002 02:18:32.952 - Interpreted response: OK
12-17-2002 02:18:32.952 - Lowering DTR before closing port
12-17-2002 02:18:33.062 - Session Statistics:
12-17-2002 02:18:33.062 - Reads : 27 bytes
12-17-2002 02:18:33.062 - Writes: 65 bytes
ATQ0V1E0 - OK
AT+GMM - COMMAND NOT SUPPORTED
AT+FCLASS=? - 0,1,2.0
AT#CLS=? - 0,1,2.0,8
AT+GCI? - Current selected country is: USA (1)
AT+GCI=? - List of countries available:
1 USA
81 Japan
60 Malaysia
55 Brazil
52 Mexico
2 Canada
ATI1 - A69A
ATI2 - OK
ATI3 - TC200, V.90 Modem
Regulatory revision 1.1
ATI4 - V.90 Modem Settings...
B0 E0 F1 L2 M1 Q0 V1 X4 Y0
BAUD=115200 PARITY=N WORDLEN=8
DIAL=TONE ON HOOK CID=0 LINE=LAND LINE
&A3 &B1 &C1 &D2 &G0 &H1 &I0 &K1
&M4 &N0 &P0 &R2 &S0 &T5 &U0 &Y1
S00=000 S01=000 S02=043 S03=013 S04=010 S05=008 S06=004
S07=060 S08=002 S09=006 S10=014 S11=070 S12=050 S13=000
S15=000 S16=000 S18=000 S19=000 S21=010 S22=017 S23=019
S25=005 S27=000 S28=008 S29=020 S30=000 S31=128 S32=002
S33=032 S34=000 S35=000 S36=014 S38=000 S39=000 S40=003
S41=000 S42=000

LAST DIALED #:
NORMAL MODE (~Z0)
ATI5 - V.90 Modem NVRAM Settings...
Template Y0
DIAL=TONE B0 E1 F1 L2 M1 Q0 V1 X4
BAUD=38400 PARITY=N WORDLEN=8
&A3 &B1 &C1 &D2 &G0 &H1 &I0 &K1 &M4 &N0
&P0 &R2 &S0 &T5 &U0 &Y1
S00=000 S02=043 S03=013 S04=010 S05=008 S06=004 S07=060
S08=002 S09=006 S10=014 S11=070 S12=050 S13=000 S15=000
S19=000 S21=010 S22=017 S23=019 S25=005 S27=000 S28=008
S29=020 S30=000 S31=128 S32=002 S33=032 S34=000 S35=000
S36=014 S38=000 S39=000 S40=003 S41=000 S42=000

Strike a key when ready . . .
Template Y1
DIAL=TONE B0 E1 F1 L2 M1 Q0 V1 X4
BAUD=38400 PARITY=N WORDLEN=8
&A3 &B1 &C1 &D2 &G0 &H1 &I0 &K1 &M4 &N0
&P0 &R2 &S0 &T5 &U0 &Y1
S00=000 S02=043 S03=013 S04=010 S05=008 S06=004 S07=060
S08=002 S09=006 S10=014 S11=070 S12=050 S13=000 S15=000
S19=000 S21=010 S22=017 S23=019 S25=005 S27=000 S28=008
S29=020 S30=000 S31=128 S32=002 S33=032 S34=000 S35=000
S36=014 S38=000 S39=000 S40=003 S41=000 S42=000

NORMAL MODE (~Z0)
STORED PHONE #0:
#1:
#2:
#3:
ATI6 - V.90 Modem Link Diagnostics...
Chars sent 0 Chars Received 0
Chars lost 0
Octets sent 0 Octets Received 0
Blocks sent 0 Blocks Received 0
Blocks resent 0
Retrains Requested 0 Retrains Granted 0
Rate Switches 0
Line Reversals 0 Blers 0
Link Timeouts 0 Link Naks 0
Data Compression NONE
Equalization Long
Fallback Enabled
Last Call 00:00:00
No Connection
ATI7 - Configuration Profile...
Product type USA (1) PC CARD
Product ID: CCXJ5560
Options V32bis,V.34+,x2,V.90
Fax Options Class 1/Class 2.0
Line Options Caller ID, Distinctive Ring
Cellular Options Nokia, Motorola, Ericsson
Voice Options Speakerphone, TAD
Clock Freq 92.0Mhz
EPROM 256k
RAM 64k
Regulatory revision 1.1
FLASH date 5/7/98
FLASH rev 2.00.127
DSP date 2/9/98
DSP rev 4.7.29
ATQ0V1E0 - OK
AT+GMM - COMMAND NOT SUPPORTED
AT+FCLASS=? - 0,1,2.0
AT#CLS=? - 0,1,2.0,8
AT+GCI? - Current selected country is: USA (1)
AT+GCI=? - List of countries available:
1 USA
81 Japan
60 Malaysia
55 Brazil
52 Mexico
2 Canada
ATI1 - A69A
ATI2 - OK
ATI3 - TC200, V.90 Modem
Regulatory revision 1.1
ATI4 - V.90 Modem Settings...
B0 E0 F1 L2 M1 Q0 V1 X4 Y0
BAUD=115200 PARITY=N WORDLEN=8
DIAL=TONE ON HOOK CID=0 LINE=LAND LINE
&A3 &B1 &C1 &D2 &G0 &H1 &I0 &K1
&M4 &N0 &P0 &R2 &S0 &T5 &U0 &Y1
S00=000 S01=000 S02=043 S03=013 S04=010 S05=008 S06=004
S07=060 S08=002 S09=006 S10=014 S11=070 S12=050 S13=000
S15=000 S16=000 S18=000 S19=000 S21=010 S22=017 S23=019
S25=005 S27=000 S28=008 S29=020 S30=000 S31=128 S32=002
S33=032 S34=000 S35=000 S36=014 S38=000 S39=000 S40=003
S41=000 S42=000

LAST DIALED #:
NORMAL MODE (~Z0)
ATI5 - V.90 Modem NVRAM Settings...
Template Y0
DIAL=TONE B0 E1 F1 L2 M1 Q0 V1 X4
BAUD=38400 PARITY=N WORDLEN=8
&A3 &B1 &C1 &D2 &G0 &H1 &I0 &K1 &M4 &N0
&P0 &R2 &S0 &T5 &U0 &Y1
S00=000 S02=043 S03=013 S04=010 S05=008 S06=004 S07=060
S08=002 S09=006 S10=014 S11=070 S12=050 S13=000 S15=000
S19=000 S21=010 S22=017 S23=019 S25=005 S27=000 S28=008
S29=020 S30=000 S31=128 S32=002 S33=032 S34=000 S35=000
S36=014 S38=000 S39=000 S40=003 S41=000 S42=000

Strike a key when ready . . .
Template Y1
DIAL=TONE B0 E1 F1 L2 M1 Q0 V1 X4
BAUD=38400 PARITY=N WORDLEN=8
&A3 &B1 &C1 &D2 &G0 &H1 &I0 &K1 &M4 &N0
&P0 &R2 &S0 &T5 &U0 &Y1
S00=000 S02=043 S03=013 S04=010 S05=008 S06=004 S07=060
S08=002 S09=006 S10=014 S11=070 S12=050 S13=000 S15=000
S19=000 S21=010 S22=017 S23=019 S25=005 S27=000 S28=008
S29=020 S30=000 S31=128 S32=002 S33=032 S34=000 S35=000
S36=014 S38=000 S39=000 S40=003 S41=000 S42=000

NORMAL MODE (~Z0)
STORED PHONE #0:
#1:
#2:
#3:
ATI6 - V.90 Modem Link Diagnostics...
Chars sent 0 Chars Received 0
Chars lost 0
Octets sent 0 Octets Received 0
Blocks sent 0 Blocks Received 0
Blocks resent 0
Retrains Requested 0 Retrains Granted 0
Rate Switches 0
Line Reversals 0 Blers 0
Link Timeouts 0 Link Naks 0
Data Compression NONE
Equalization Long
Fallback Enabled
Last Call 00:00:00
No Connection
ATI7 - Configuration Profile...
Product type USA (1) PC CARD
Product ID: CCXJ5560
Options V32bis,V.34+,x2,V.90
Fax Options Class 1/Class 2.0
Line Options Caller ID, Distinctive Ring
Cellular Options Nokia, Motorola, Ericsson
Voice Options Speakerphone, TAD
Clock Freq 92.0Mhz
EPROM 256k
RAM 64k
Regulatory revision 1.1
FLASH date 5/7/98
FLASH rev 2.00.127
DSP date 2/9/98
DSP rev 4.7.29
ATQ0V1E0 - OK
AT+GMM - COMMAND NOT SUPPORTED
AT+FCLASS=? - 0,1,2.0
AT#CLS=? - 0,1,2.0,8
AT+GCI? - Current selected country is: USA (1)
AT+GCI=? - List of countries available:
1 USA
81 Japan
60 Malaysia
55 Brazil
52 Mexico
2 Canada
ATI1 - A69A
ATI2 - OK
ATI3 - TC200, V.90 Modem
Regulatory revision 1.1
ATI4 - V.90 Modem Settings...
B0 E0 F1 L2 M1 Q0 V1 X4 Y0
BAUD=115200 PARITY=N WORDLEN=8
DIAL=TONE ON HOOK CID=0 LINE=LAND LINE
&A3 &B1 &C1 &D2 &G0 &H1 &I0 &K1
&M4 &N0 &P0 &R2 &S0 &T5 &U0 &Y1
S00=000 S01=000 S02=043 S03=013 S04=010 S05=008 S06=004
S07=060 S08=002 S09=006 S10=014 S11=070 S12=050 S13=000
S15=000 S16=000 S18=000 S19=000 S21=010 S22=017 S23=019
S25=005 S27=000 S28=008 S29=020 S30=000 S31=128 S32=002
S33=032 S34=000 S35=000 S36=014 S38=000 S39=000 S40=003
S41=000 S42=000

LAST DIALED #:
NORMAL MODE (~Z0)
ATI5 - V.90 Modem NVRAM Settings...
Template Y0
DIAL=TONE B0 E1 F1 L2 M1 Q0 V1 X4
BAUD=38400 PARITY=N WORDLEN=8
&A3 &B1 &C1 &D2 &G0 &H1 &I0 &K1 &M4 &N0
&P0 &R2 &S0 &T5 &U0 &Y1
S00=000 S02=043 S03=013 S04=010 S05=008 S06=004 S07=060
S08=002 S09=006 S10=014 S11=070 S12=050 S13=000 S15=000
S19=000 S21=010 S22=017 S23=019 S25=005 S27=000 S28=008
S29=020 S30=000 S31=128 S32=002 S33=032 S34=000 S35=000
S36=014 S38=000 S39=000 S40=003 S41=000 S42=000

Strike a key when ready . . .
Template Y1
DIAL=TONE B0 E1 F1 L2 M1 Q0 V1 X4
BAUD=38400 PARITY=N WORDLEN=8
&A3 &B1 &C1 &D2 &G0 &H1 &I0 &K1 &M4 &N0
&P0 &R2 &S0 &T5 &U0 &Y1
S00=000 S02=043 S03=013 S04=010 S05=008 S06=004 S07=060
S08=002 S09=006 S10=014 S11=070 S12=050 S13=000 S15=000
S19=000 S21=010 S22=017 S23=019 S25=005 S27=000 S28=008
S29=020 S30=000 S31=128 S32=002 S33=032 S34=000 S35=000
S36=014 S38=000 S39=000 S40=003 S41=000 S42=000

NORMAL MODE (~Z0)
STORED PHONE #0:
#1:
#2:
#3:
ATI6 - V.90 Modem Link Diagnostics...
Chars sent 0 Chars Received 0
Chars lost 0
Octets sent 0 Octets Received 0
Blocks sent 0 Blocks Received 0
Blocks resent 0
Retrains Requested 0 Retrains Granted 0
Rate Switches 0
Line Reversals 0 Blers 0
Link Timeouts 0 Link Naks 0
Data Compression NONE
Equalization Long
Fallback Enabled
Last Call 00:00:00
No Connection
ATI7 - Configuration Profile...
Product type USA (1) PC CARD
Product ID: CCXJ5560
Options V32bis,V.34+,x2,V.90
Fax Options Class 1/Class 2.0
Line Options Caller ID, Distinctive Ring
Cellular Options Nokia, Motorola, Ericsson
Voice Options Speakerphone, TAD
Clock Freq 92.0Mhz
EPROM 256k
RAM 64k
Regulatory revision 1.1
FLASH date 5/7/98
FLASH rev 2.00.127
DSP date 2/9/98
DSP rev 4.7.29

 


top
Debate
Evolution
CogSci

Maintained by Francis F. Steen, Communication Studies, University of California Los Angeles


CogWeb