Re: Re: soft modem in Acer Aspire 3002LC laptop

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Success. I had to write this startup script before I got it to work though:
#!/bin/bash

rmmod slamr
rmmod snd-intel8x0m
modprobe snd-intel8x0m




----- Original Message ----- 
From: "Marvin Stodolsky" <marvin.stodolsky@xxxxxxxxx>
To: <linmodems@xxxxxxxxxxxxxxxxxxxxx>
Cc: <discuss@xxxxxxxxxxxxx>
Sent: Friday, December 19, 2008 3:27 PM
Subject: Re: soft modem in Acer Aspire 3002LC laptop


To compile slmodemd with ALSA support, the compile should be done in
the modem/  subfolder. not the base folder of slmodem-2.9.11-20080817
Also the package libalsa2-dev (or equivalent must be installed first.
Complies are successful with gcc-4.2, but not yet gcc-4.3

slmodem-2.9.11-20080817/modem $  make  SUPPORT_ALSA=1
If the compiled is successful
$ sudo cp slmodemd /usr/sbin/slmodemd
$ sudo chmod +x /usr/sbin/slmodemd

The setup command for your system is
$ sudo slmodemd -c USA --alsa modem:1
(modem:0   == hw:0  is the audio card.)
There should be announced:
     /dev/ttySL0 /dev/pts/N   (some Number)

Leaving slmodemd running, open a 2nd console
$  sudo wvdialconf  /etc/wvdial.conf
should find the modem.

Read wvdial.txt about ediiting  /etc/wvdial.conf

Send along your ModemData.txt  if more help is neded

MarvS








On Thu, Dec 18, 2008 at 9:18 PM,  <linmodems@xxxxxxxxxxxxxxxxxxxxx> wrote:
> I have a Acer Aspire 3002LC laptop. I've followed the instructions as best I could but have hit a brick wall. I've downloaded from
source(http://linmodems.technion.ac.il/packages/smartlink/):
> slmodem-2.9.11-20080817.tar.gz
> I used:
> make install SUPPORT_ALSA=1
> to install it.
>
> I've also downloaded and installed from source:
> ungrab-winmodem-20080126.tar.gz
>
>
> Is there anything else I need to download and install(slamr-2.6.22-14-generic.tar.gz)????
>
>
> I've tried running slmodemd with and without alsa:
> /usr/sbin/slmodemd --country=AUSTRALIA
> /usr/sbin/slmodemd --country=AUSTRALIA --alsa modem:0
>
>
> I've tried with and without ungrab module.
>
>
> I've also tried playing with boot options:
> pci=routeirq
> pci=pollirq
>
> But all that happens is that the modem will repond successfully to the init strings but when it gets the ATDT command it won't
actually dial the number. I pick up another phone and listen to see if the modem dials any numbers but it doesn't.
>
>
> Am I using the right driver?? From the Acer support site the correct Windows driver is:
> as35-modem.zip
> which I saved as
> agere modem driver v2.1.47_as35-modem.zip
> Inside the zip file are a few files, one of them is:
> AGRMDwxp.inf
> which contains:
> ; Windows Modem Setup File
> ; Copyright (c) 1993-2004 Microsoft Corporation
> ; Manufacturer: Agere Systems
> ; Last Edited 10/11/2004
> ; Legacy Audio lsy
>
> [Version]
> CatalogFile=AGRMDwxp.cat
> Signature="$CHICAGO$"
> Class=Modem
> ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
> Provider=%ModemProvider%
> DriverVer=10/08/2004,2.1.47
>
> [DestinationDirs]
> DefaultDestDir=11
> Drv.Copy=12
> ;Sys.Copy=11
> Win.Copy=10
> ;CoInstallers.Copy=11
>
> [Manufacturer]
> %ModemProvider%=Agere_Modems
>
> [Agere_Modems]
>
> %SIS_AMR.Modem% = SIS_AMR.Modem, PCI\VEN_1039&DEV_7013&SUBSYS_00831025
> %SIS_AMR.Modem% = SIS_AMR.Modem, PCI\VEN_1039&DEV_7013&SUBSYS_00821025
>
> [ControlFlags]
>
> ExcludeFromSelect = PCI\VEN_1039&DEV_7013&SUBSYS_00831025
> ExcludeFromSelect = PCI\VEN_1039&DEV_7013&SUBSYS_00821025
>
> [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]
> SIS_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,C0,80
> ; TAPI country enable, +GCI disable
> ;HKLM,SOFTWARE\Agere\SoftModem,AGRSMSetup,1,00,04,02,80
> ; S3/S4 WOR support
> HKLM,SOFTWARE\Agere\SoftModem,CodecFlags,1,02,00,00,40
> ; S3/S4 WOR support & Disable TAM function
> ;HKLM,SOFTWARE\Agere\SoftModem,CodecFlags,1,02,00,00,44
> 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
>
> [INTEL_AZL.Modem.AddReg]
> HKR,,CodecType,1,032
> HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%INTEL_AZL.Modem%
> ;[INTEL_AZL_SA.Modem.AddReg]
> ;HKR,,CodecType,1,032
> ;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%INTEL_AZL.Modem%
> [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%
> [NVIDIA_AMR.Modem.AddReg]
> HKR,,CodecType,1,0f
> HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%NVIDIA_AMR.Modem%
> ;[NVIDIA_AMR_SA.Modem.AddReg]
> ;HKR,,CodecType,1,0f
> ;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%NVIDIA_AMR.Modem%
> [REALTEK_AMR.Modem.AddReg]
> HKR,,CodecType,1,0f
> HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%REALTEK_AMR.Modem%
> ;[REALTEK_AMR_SA.Modem.AddReg]
> ;HKR,,CodecType,1,0f
> ;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%REALTEK_AMR.Modem%
> [AMD_AMR.Modem.AddReg]
> HKR,,CodecType,1,0f
> HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%AMD_AMR.Modem%
> ;[AMD_AMR_SA.Modem.AddReg]
> ;HKR,,CodecType,1,0f
> ;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%AMD_AMR.Modem%
> [ATI_AMR.Modem.AddReg]
> HKR,,CodecType,1,0f
> HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%ATI_AMR.Modem%
> ;[ATI_AMR_SA.Modem.AddReg]
> ;HKR,,CodecType,1,0f
> ;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%FullProductName%,DisplayName,,%ATI_AMR.Modem%
>
> [INTEL_AZL.Modem.NT]
> CopyFiles=Drv.Copy,Win.Copy
> AddReg=PortMod.AddReg, INTEL_AZL.Modem.AddReg, MfgAddReg, Uninstall.AddReg
> ;[INTEL_AZL_SA.Modem.NT]
> ;CopyFiles=Drv.Copy,Win.Copy
> ;AddReg=PortMod.AddReg, INTEL_AZL_SA.Modem.AddReg, MfgAddReg, Uninstall.AddReg
> [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
> [NVIDIA_AMR.Modem.NT]
> CopyFiles=Drv.Copy,Win.Copy
> AddReg=PortMod.AddReg, NVIDIA_AMR.Modem.AddReg, MfgAddReg, Uninstall.AddReg
> ;[NVIDIA_AMR_SA.Modem.NT]
> ;CopyFiles=Drv.Copy,Win.Copy
> ;AddReg=PortMod.AddReg, NVIDIA_AMR_SA.Modem.AddReg, MfgAddReg, Uninstall.AddReg
> [REALTEK_AMR.Modem.NT]
> CopyFiles=Drv.Copy,Win.Copy
> AddReg=PortMod.AddReg, REALTEK_AMR.Modem.AddReg, MfgAddReg, Uninstall.AddReg
> ;[REALTEK_AMR_SA.Modem.NT]
> ;CopyFiles=Drv.Copy,Win.Copy
> ;AddReg=PortMod.AddReg, REALTEK_AMR_SA.Modem.AddReg, MfgAddReg, Uninstall.AddReg
> [AMD_AMR.Modem.NT]
> CopyFiles=Drv.Copy,Win.Copy
> AddReg=PortMod.AddReg, AMD_AMR.Modem.AddReg, MfgAddReg, Uninstall.AddReg
> ;[AMD_AMR_SA.Modem.NT]
> ;CopyFiles=Drv.Copy,Win.Copy
> ;AddReg=PortMod.AddReg, AMD_AMR_SA.Modem.AddReg, MfgAddReg, Uninstall.AddReg
> [ATI_AMR.Modem.NT]
> CopyFiles=Drv.Copy,Win.Copy
> AddReg=PortMod.AddReg, ATI_AMR.Modem.AddReg, MfgAddReg, Uninstall.AddReg
> ;[ATI_AMR_SA.Modem.NT]
> ;CopyFiles=Drv.Copy,Win.Copy
> ;AddReg=PortMod.AddReg, ATI_AMR_SA.Modem.AddReg, MfgAddReg, Uninstall.AddReg
>
> [INTEL_AZL.Modem.NT.Services]
> AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
> ;[INTEL_AZL_SA.Modem.NT.Services]
> ;AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
> [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
> [NVIDIA_AMR.Modem.NT.Services]
> AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
> ;[NVIDIA_AMR_SA.Modem.NT.Services]
> ;AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
> [REALTEK_AMR.Modem.NT.Services]
> AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
> ;[REALTEK_AMR_SA.Modem_SA.NT.Services]
> ;AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
> [AMD_AMR.Modem.NT.Services]
> AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
> ;[AMD_AMR.Modem_SA.NT.Services]
> ;AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
> [ATI_AMR.Modem.NT.Services]
> AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
> ;[ATI_AMR.Modem_SA.NT.Services]
> ;AddService = AgereSoftModem, 0x00000000, SM_Device_Service_Inst
>
> [INTEL_AZL.Modem.NT.HW]
> AddReg=SM_Device_LowerFilter
> ;[INTEL_AZL_SA.Modem.NT.HW]
> ;AddReg=SM_Device_LowerFilter
> [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
> [NVIDIA_AMR.Modem.NT.HW]
> AddReg=SM_Device_LowerFilter
> ;[NVIDIA_AMR_SA.Modem.NT.HW]
> ;AddReg=SM_Device_LowerFilter
> [REALTEK_AMR.Modem.NT.HW]
> AddReg=SM_Device_LowerFilter
> ;[REALTEK_AMR.Modem_SA.NT.HW]
> ;AddReg=SM_Device_LowerFilter
> [AMD_AMR.Modem.NT.HW]
> AddReg=SM_Device_LowerFilter
> ;[AMD_AMR_SA.Modem.NT.HW]
> ;AddReg=SM_Device_LowerFilter
> [ATI_AMR.Modem.NT.HW]
> AddReg=SM_Device_LowerFilter
> ;[ATI_AMR_SA.Modem.NT.HW]
> ;AddReg=SM_Device_LowerFilter
>
>
> Any help would be appreciated,
>
> Thanks.
>
>
>
>
> --------------------------------------------------------------------------------
>
>
>
>
> MarvS writes...
> Folks,
>
> Just to alert watchfullness.  Over the pass couple of weeks we have
> encountered some novel outputs from scanModem diagnositcs.  This includes
> Hertl's case below and a few signatures like
>   Si3036,8 rev 7,
> where previously there was
>   Si3036/8 rev 7,
> which was Lozza's case.  There may be some significant problems for Sasha
> to work through here. There hasn't been a success report back yet, from any
> of the afflicted modem users.
>
> The next scanModem update will try to elicit more information.
>
> MarvS
> ==================
>
> Herlt
>
> Those files under /proc/asound/asound/card1/codec97#0 represent the modem
> and
> have the expected folder/file hierarchy.  However unexpected, they contain
> no data (not your fault)!
>
> Sasha will have to dig into this issue, it is FAR beyond my expertise.
>>> ATI3 - Agere SoftModem Version 2.1.47
>>> ATI4 - Built on 10/08/2004 09:51:06
>>> ATI5 - 2.1.47, AMR SiS MB, AC97 ID:SIL REV:0x2F, 19
> in contrast to earlier
>>> ATI5 - 2.1.??, AMR SiS MB, AC97 ID:SIL REV:0x27, ??
> represents some new control structures he will have to work through with
> you.
>
> But it will do harm to
> # su - root
> # modprobe snd-intel8x0m
> # slmoded --alsa -c AUSTRALIA hw:1
> Which may populate the files with data. It may be that they are only filled
> after slmodemd activates some processes, which is not necessary for earlier
> modems
>
> So do in a 2nd console again
>> # tar cfz Hertl2.tgz /proc/asound/
>> send Hertl2.tgz to both Sasha and me.
>
> MarvS
>
> Original Message:
> -----------------
> From:  herlt@xxxxxxxxxxxxxx
> Date: Thu, 11 Aug 2005 22:41:43 +1000 (EST)
> To: marvstod@xxxxxxxxxxx, SashaK@xxxxxxxxxx
> Subject: RE: scanModem,Fedora Core release 4 (Stentz) kernel
> 2.6.11-1.1369_FC4
>
>
> Hello Marv and Sasha,
>
> Please find tgz file attached
>
>> Hertl
>>
>> Sorry for the delay, I'm not online much during vacation and a slow
>> CONNECT
>> Do a few things:
>> 1)
>>> # su - root
>>> # modprobe snd-intel8x0m
>>> # slmoded --alsa --log -debug=3 -c AUSTRALIA hw:1
>> There will be a lot of output which should be written to a log file
>> Send it only to maintainer  SashaK@xxxxxxxxxx along with your
>> ModemData.txt
>> There may be a fix needed to support :SIL REV:0x2F
>> 2) After
>> # modprobe snd-intel8x0m
>> also do
>> # tar cfz Hertl.tgz /proc/asound/
>> send Hertl.tgz to both Sasha and me.  It will contain modem Register
>> information on SIL REV:0x2F which may be needed.
>>
>> MarvS
>>
>> Original Message
>> -----------------
>> From:  herlt@xxxxxxxxxxxxxx
>> Date: Wed, 10 Aug 2005 17:18:21 +1000 (EST)
>> To: marvstod@xxxxxxxxxxx
>> Subject: RE: scanModem,Fedora Core release 4 (Stentz) kernel
>> 2.6.11-1.1369_FC4
>>
>>
>> Thank you for your reply, Marv.  I was able to configure the modem with
>> the alternative:
>>
>> # slmodemd --alsa -c AUSTRALIA hw:1
>>
>> which is mentioned in the txt file that accompanied the zipped slmodemd
>> file below.  This configured the modem as /dev/ttySL0 which was confirmed
>> with wvdialconf. After adding <Carrier Check = No> to the /etc/wvdial.conf
>> file, I entered /dev/ttySL0 into the modem device field of the internet
>> configuration wizard.  On attempting to activate the connection I received
>> the message:
>>
>> failed to connect to (my ISP) with error 2
>>
>> regardless of the type of flow control used: none, software or hardware.
>>
>> Have you any ideas on what I may be doing wrong?  I am relatively new to
>> linux and a neophyte when it comes to modem connections. Thanks for any
>> help.
>>
>>> Hertl,
>>>
>>> ATI3 - Agere SoftModem Version 2.1.47
>>> ATI4 - Built on 10/08/2004 09:51:06
>>> ATI5 - 2.1.47, AMR SiS MB, AC97 ID:SIL REV:0x2F, 19
>>> is a new Agere soft modem variant we haven't previously encountered.
>>>
>>> From http://linmodems.technion.ac.il/packages/smartlink/
>>> download the slmodemd-2.9.9e-pre1-alsa.tar.gz containing an already
>>> compiled
>>> slmodemd.  Check if port creation is accomplished by
>>>
>>> # su - root
>>> # modprobe snd-intel8x0m
>>> # slmoded -c AUSTRALIA hw:1
>>> if successful open a 2nd console and
>>> # wvdialconf wvtest.txt
>>> If the modem is found, use the Internet Wizard within the popup menus to
>>> configure a dialout.  It will write a /etc/wvdial.conf file
>>> to which there was he added a line
>>>   Carrier Check = no
>>> that is needed by slmodemd support
>>>
>>> Do report back
>>>
>>> MarvS
>>> scanModem maintainer
>>>
>>>
>>>
>>>
>>> Original Message:
>>> -----------------
>>> From:  herlt@xxxxxxxxxxxxxx
>>> Date: Tue, 9 Aug 2005 13:19:01 +1000 (EST)
>>> To: discuss@xxxxxxxxxxxxx
>>> Subject: scanModem, Fedora Core release 4 (Stentz) kernel
>>> 2.6.11-1.1369_FC4
>>>
>>>
>>> Hello, I hope you can help me with this softmodem that is present in an
>>> Acer Aspire 3002LC laptop and is not detected by this Linux distribution
>>> -I have not tried any others.  According to a modem query using Windows
>>> XP
>>> home control panel the following may also be pertinent:
>>>
>>> ATI3 - Agere SoftModem Version 2.1.47
>>> ATI4 - Built on 10/08/2004 09:51:06
>>> ATI5 - 2.1.47, AMR SiS MB, AC97 ID:SIL REV:0x2F, 19
>>>
>>> scanmodem data follows:
>>>
>>> ------------ --------------  System information ------------------------
>>>
>>> Fedora Core release 4 (Stentz)
>>> Kernel
>>>  on System with processor: i686
>>>  currently under kernel:   2.6.11-1.1369_FC4
>>>
>>> There are emerging complications under 2.6.10 and later kernels.
>>> Concerning Intel-536ep and 537
>>>    http://www.ubuntulinux.org/wiki/IntelFiveThreeSixEPModemHowto/
>>>    http://linmodems.technion.ac.il/archive-fifth/msg00280.html
>>>    http://linmodems.technion.ac.il/archive-fifth/msg00881.html
>>>
>>>
>>>  The kernel-2.6.11-1.1369_FC4 was compiled with CONFIG_REGPARM,
>>> providing
>>> more compact and faster code.
>>>
>>>  The kernel was assembled with compiler:  4.0.0
>>>  a gcc-4.0.0  package must be installed to support driver compiling
>>>
>>> Checking for kernel-headers needed for compiling.
>>>  Needed kernel-devel packages are on CD1 or CD4 in the Fedora/ folder.
>>>  http://fedora.redhat.com/docs/release-notes/fc4/  may be usefull.
>>> The package  kernel-devel-2.6.11-1.1369_FC4 must be installed to support
>>> compiling.
>>>
>>> Checking /usr/src/ for compressed compressed headers or kernel-source
>>>
>>> Kernel-header resources needed for compiling are not manifestly ready!
>>> If compressed resources are present, expand and then configure them
>>> following DriverCompiling.txt
>>> They may have to be installed.
>>> Within your Linux distributions' installation CD or online resource (and
>>> mirrows), search for :
>>>   Distribution  PackageName                  OnLine
>>>   ----------------------------------------------------------------------
>>>  Debian              kernel-headers-2.6.11-1.1369_FC4
>>>      http://www.debian.org/distrib/packages or install CD
>>>  Ubuntu
>>>              linux-headers-2.6.11-1.1369_FC4         http://http://packages.ubuntu.com/ or
>>> install CD
>>>  Xandros
>>>                         kernel-kbuild-3.6 are additionally required by
>>> Debian, Ubuntu and Xandros
>>>  Mandrake    kernel-source-2.6.11-1.1369_FC4    If not present on install
>>> CDs search
>>>
>>
>        http://mirror.switch.ch/ftp/mirror/mandrake/official/10.0/i586/Mandrake/RP
>>> MS/
>>>      http://rpms.mandrakeclub.com/rpms/mandrake/official/LByName.html, or
>>> other mirrors.
>>>   SuSE               kernel-source-2.6.11-1.1369_FC4          , kernels are named k_deflt
>>>   FedoraCore4  kernel-devel-2.6.11-1.1369_FC4 or
>>> kernel-smp-devel-2.6.11-1.1369_FC4 on install CD1 or CD4
>>> One of which must be installed if compiling drivers to match kernel
>>> 2.6.11-1.1369_FC4 proves necessary.
>>> Within the output Modem/ folder, read CompilingDrivers.txt for details.
>>>
>>>
>>> Please install the package WVDIAL for modem testing and dialout.
>>>
>>>  A /dev/modem symbolic link is not set.
>>>  USB modem not detected.
>>>
>>> 00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
>>> Sound Controller (rev a0)
>>>
>>> Modem candidates are at PCI_buses:  00:02.6
>>>
>>> Providing detail for device at  00:02.6
>>>   with vendor-ID:device-ID
>>>          ----:----
>>> Class 0703: 1039:7013   Modem: Silicon Integrated Systems [SiS] AC'97
>>> Modem Controller (rev a0) (prog-if 00 [Generic])
>>>   SubSystem 1025:0083   Acer Incorporated [ALI]: Unknown device 0083
>>>      Flags: bus master, medium devsel, latency 173, IRQ 5
>>>
>>>                   -----PCI_IDs-------                    --CompilerVer-
>>>     Feature List:  Primary  Subsystem Distr  KernelVer   kernel default
>>> CPU
>>>  ./scanModem test 1039:7013 1025:0083 redhat 2.6.11-1.1369_FC4  4.0.0
>>> none
>>>    i686
>>>
>>>
>>>  The soft modem Subsystem operates under a controller
>>>    1039:7013  SIS 630
>>>  capable of supporting under Linux AT LEAST modem Subsystem chips from
>>> manufacturers:
>>>
>>>      Pctel
>>>      AgereSystems
>>>      Conexant
>>>      Intel
>>>      Smartlink
>>>  The Subsystem PCI id does not itself identify the modem Codec.
>>>
>>>   Driver snd-intel8x0m  may enable codec acquisition
>>>   === Begin mc97 codec query  == Codec file is
>>> /proc/asound/card1/codec97#0/mc97#1-1
>>> File /proc/asound/card1/codec97#0/mc97#1-1
>>>  --------
>>> 1-1/0: Silicon Laboratory Si3036,8 rev 15
>>>
>>> Extended modem ID: codec=1 LIN1
>>> Modem status     : GPIO ADC1 DAC1 PRB(res) PRE(ADC2) PRF(DAC2) PRG(HADC)
>>> PRH(HDAC)
>>> Line1 rate       : 12000Hz
>>>  --------
>>>   === End mc97 codec query  = Beginning check for older ac97_codec
>>> modems.
>>>  An older ac97_modem codec was not detected.
>>>
>>>  Checking through information gathered from LinModem ARCHIVES
>>>  Modem codec information on Subsystem 1025:0083 is not in the records.
>>>  There are the following routes toward support:
>>>      Follow instructions in Modem/SoftModem.txt for identifying the modem
>>> under a Microsoft boot.
>>>      Read Modem/Slmodem.txt instruction for doing the slamr diagnostic.
>>>   Test the effectiveness of the hsfmodem package from
>>> http://www.linuxant.com/drivers/hsf/index.php.
>>>
>>>  Information on several modem chipset providers is provided below,
>>>  because ambiguities remain on the correct choice of supporting
>>> software.
>>>
>>>  == Checking PCI IDs through modem chip suppliers  Vendor=1025 is Acer,
>>> http://global.acer.com/ PC and latop manufacturer
>>> with devices including:
>>>   1025:5453   M5453 AC-Link Controller Modem Device
>>>   1025:0038   an AC97 link modem.
>>>
>>>
>>>  Vendor 11c1 corresponds to Lucent Technologies or subsidiary Agere
>>> Systems, Inc.
>>>  Information is at:  http://www.agere.com/client/modem_dsp.html.
>>> Produced
>>> are both:
>>>    1) modems identifiable from their primary PCI IDs and
>>>    2) soft modem Subystem chips requiring identification through codec
>>> readouts.
>>>
>>>  AgereSoftModem drivers only support AC97 or MC97 modem controllers with
>>> codecs charcterized by one of:
>>>    SIL_id = 39
>>>    mc97 codec is SIL27
>>>    0x27 , as output by modem diagnostics under Microsoft Windows
>>>  If uncertain, identity the softmodem codec through tests described in
>>> Modem/SoftModem.txt
>>>  Support is currently ONLY for 2.4.n kernels and the following modem
>>> controllers:
>>>    8086:(2416 2426 2446 7196 2486 24C6)  , with 8086 == Intel
>>>    1039:7013  SIS
>>>    1106:3068  VIA
>>>  Access the soft modem software through code sponsor IBM at:
>>>
> http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-52698
>>>  The SmartLink slmodem-2.9.9 may serve for modems not served by this
>>> AgereSystems software.
>>>
>>>  If may be necessary to add -DMODVERSIONS to the compile flags,
>>>  depending on whether your kernel was thus compiled. See
>>>  http://linmodems.technion.ac.il/archive-fourth/msg01408.html
>>>
>>>
>>>  Under the controller 1039:7013  SIS 630 ,
>>>  with modem subSystem 1025:0083
>>>  Alternative supporting packages are the SmartLink slmodem-2.9.n using
>>> its
>>> proprietary slamr driver,
>>>  or dependent on  1039:7013  SIS 630 , an  Open Source driver from the
>>> ALSA package.
>>>  See Modem/Slmodem-ALSA.txt for details.
>>>  A sample compilation is shown in:
>>> http://linmodems.technion.ac.il/archive-fifth/msg02567.html
>>>
>>>  For SuSE 9.2 users, there is an update  for driver slamr.ko loading
>>> during bootup.
>>>  To find it easily, search for "slamr" within
>>> http://www.novell.com/linux/download/updates/92_i386.html
>>>
>>>
>>>  SmartLink at http://www.smlink.com/ owns vendor IDs 163c, 2000, 2003,
>>> and
>>> 2004
>>>  The official download site is:
>>> http://www.smlink.com/main/index1.php?ln=en&main_id=40 ,
>>>  with slmodem-2.9.10 and later releases only licensed for Smartlink
>>> chipsets.
>>>
>>>  A slmodem-2.9.9? series retains a much broader license for other
>>> chipset
>>> support,
>>>  has some more recent updates than the  slmodem-2.9.10, and can be
>>> downloaded
>>> from http://linmodems.technion.ac.il/packages/smartlink/  Though not all
>>> will be
>>>  needed, download the most recent versions of files:
>>>    slmodem-2.9.9?.tar.gz - provides slamr driver and slmodemd daemon
>>>    slmodemd-2.9.9?-alsa.tar.gz  -   alreadly compiled slmodemd daemon
>>>    ungrab-winmodem.tar.gz  -  may be needed for usage with slamr.
>>> Details on their usage are in Slmodem.txt, Slmodem-ALSA.txt and
>>> http://linmodems.technion.ac.il/slmodem-serial.html
>>>
>>>  == Checking PCI IDs through modem chip suppliers = Vendor 1039 is SiS,
>>> Silicon Integrated System, producing  soft modem
>>> controllers and subsystems.
>>>
>>>   ======= PCI_ID checking completed ===== Update=2005_July_21
>>>
>>> Analyzing information for PCMCIA device at PCI Bus 00:06.0
>>> 00:06.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus
>>> Controller (rev 02)
>>>      Subsystem: Acer Incorporated [ALI]: Unknown device 0083
>>>      Flags: bus master, medium devsel, latency 168, IRQ 255
>>>      Memory at 10000000 (32-bit, non-prefetchable) [size=4K]
>>>      Bus: primary=00, secondary=02, subordinate=05, sec-latency=176
>>>      Memory window 0: 10400000-107ff000 (prefetchable)
>>>      Memory window 1: 10800000-10bff000
>>>      I/O window 0: 00004000-000040ff
>>>      I/O window 1: 00004400-000044ff
>>>      16-bit legacy interface ports at 0001
>>>
>>> GREPping for an inserted PCMCIA modem with filter:        ommunication
>>>  If a PCMCIA modem is currently inserted and the sockets activated by
>>>     /etc/init.d/pcmcia start
>>>  then the PCMCIA bridge is NOT transparent.
>>>
>>>  If the modem is known to have a Lucent digital signal processing
>>> chipset,
>>>  then PCMCIA.tar.gz variant assembled by Joern Wustenfeld is necessary,
>>>  rather than the standard ltmodem-8.31a10.tar.gz at
>>> http://ltmodem.heby.de/
>>>
>>> For information on modem port creation under the UDEV device file system
>>> see:
>>>    http://linmodems.technion.ac.il/archive-fourth/msg03299.html  for
>>> Conexnant modems
>>>    http://linmodems.technion.ac.il/archive-fifth/msg01177.html  for
>>> Lucent/Agere DSP modems
>>>
>>> The following information blocks just query some ppp support items.
>>>
>>> ===================================================   grep -rs ppp
>>> /etc/modprobe.*
>>> -------------------------------------
>>> /etc/modprobe.conf.dist:alias tty-ldisc-3 ppp_async
>>> /etc/modprobe.conf.dist:alias tty-ldisc-14 ppp_synctty
>>> /etc/modprobe.conf.dist:alias ppp-compress-18 ppp_mppe
>>> /etc/modprobe.conf.dist:install ppp-compress-21 /bin/true
>>> /etc/modprobe.conf.dist:alias ppp-compress-24 ppp_deflate
>>> /etc/modprobe.conf.dist:alias ppp-compress-26 ppp_deflate
>>> -------------------------------------
>>>  PPP support module  bsd_comp.ko  not found!
>>>  Resident PPP support modules are properly uncompressed .
>>>  COMM services are not active
>>> A /dev/modem symbolic link is not present
>>>
>>>  No devfsd.conf file found, indicated absense of the devfsd daemon
>>> package
>>>  for device file system (devfs) symbolic link support.
>>>
>>> DEVFSD ---- dmesg queries -------
>>> ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11) *0, disabled.
>>> ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11) *0, disabled.
>>> apm: BIOS not found.
>>> audit: initializing netlink socket (disabled)
>>> ibm_acpi: ec object not found
>>>
>>>   Beginning with Fedora 2  kernel-2.6.6-1.427, kernel-headers needed
>>>   for compiling drivers are provide at:
>>> /lib/modules/kernel-version/build/
>>>   Thus upgrading above kernel 2.6.5-1.358 to 2.6.6-* is Stongly
>>> Recommended
>>>
>>>   pppd version 2.4.2 may not be fully compatible with 2.6.8 kernel
>>> releases.
>>>   If an initial CONNECT is achieved without PPP being subsequently
>>> established,
>>>   drop back to a 2.4.1 version.  This has worked for PCTEL AMR modem
>>> users,
>>>   supported by the http://www.smlink.com  slmodem software.
>>>   Check pppd version with:
>>>     pppd --version
>>>   See  http://linmodems.technion.ac.il/archive-fourth/msg03167.html
>>>
>>>
>>>  For kernel-version 2.4.20-8 , a failure in automatic loading of PPP
>>> related modules
>>>  has been reported. It was necessary to manually load with:
>>>   /sbin/modprobe /lib/modules/2.4.20-8/kernel/drivers/net ppp_generic
>>>   /sbin/modprobe /lib/modules/2.4.20-8/kernel/drivers/net ppp_deflate
>>>   /sbin/modprobe /lib/modules/2.4.20-8/kernel/drivers/net ppp_synctty
>>>   /sbin/modprobe /lib/modules/2.4.20-8/kernel/drivers/net ppp_async
>>>  or dialout efforts failed.
>>>
>>>   The Internet Configuration Wizard writes a configuration file:
>>>     /etc/wvdial.conf
>>>   containing a line default line
>>>     Stupid Mode = yes
>>>   Better dialup performance may be achieved by commenting out this line
>>> as:
>>>     # Stupid Mode = yes
>>>   Also non-USA Users may need to add to the [Modem0] block:
>>>     Init2 = AT+GCI=hexadecimal_country_code
>>>   but test without it first.
>>>
>>>   redhat is not yet providing pre-compiled drivers for WinModems
>


[Index of Archives]     [Linux Media Development]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Fedora Women]     [Linux USB]

  Powered by Linux