On Wed, Oct 6, 2010 at 6:42 PM, Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx> wrote: > > Adiano, > If you have not also installed the agrsm-tools Âpackage, please do so. > If provides for loading of drivers and port creation, through a single: > $ sudo Âmodprobe agrserial > which will also preload agrmodem and create > ÂÂ/dev/ttySAGR --> /dev/ttyAGR3 > the latter being the real modem port > Otherwise you must do: > $ sudo modprobe agrmodem > $ sudo modprobe agrserial > and then specify the port as /dev/ttyAGR3 > Our preference is that modem testing be done through > $ sudo wvdialconf > which is a first test of modem responsiveness. > If the modem is found > $ sudo gedit Â/etc/wvdial.conf > rmoving the symbols ; < > and entering your personal data. > Then try a dialout with > $ sudo wvdial > MarvS > scanModemÂmaintainer > > On Wed, Oct 6, 2010 at 4:04 PM, Adriano Lorencetti <loren7@xxxxxxxxx> wrote: >> >> Antonio, thanks for the reply. >> >> I tested this driver that you told me, but the issue is the same as >> the previous email: >> >> When I try to connect through kppp software, the modem stop at step "Initializing modem" ... >> >> I noticed the following message in /var/log/messages when I try to >> connect through kppp software: >> [ 1757.377343] ==> codecType = 0x31 >> [ 1757.377349] ERR: Control Interface failed >> >> I'm using kernel 2.6.33, is this driver supported ? >> >> I too found this question at a support's website: >> http://comments.gmane.org/gmane.linux.linmodem/28755 >> It is the same audio and I think that is the same modem too. >> >> Regards. >> ____________________________ >> Adriano Loren7 >> loren7@xxxxxxxxx >> >> >> >> 2010/10/5 Antonio Olivares <olivares14031@xxxxxxxxx>: >> > Adriano, >> > >> > You need the following driver: >> > >> > 11c11040 (on HDA audio cards) Â 2.6.31 >> > agrsm-11c11040_20091225_i386.deb or >> > agrsm-11c11040-2.1.80~20091225.tar.bz2 Â!! >> > Â All available at: >> > http://linmodems.technion.ac.il/packages/ltmodem/11c11040/ >> > >> > >> > Download it and install it. ÂTry to remove the other drivers because >> > they will likely conflict with the correct one. ÂReport back >> > presently. >> > >> > Regards, >> > >> > >> > Antonio >> > >> > On 10/5/10, Adriano Lorencetti <loren7@xxxxxxxxx> wrote: >> >> Hello friends ... >> >> I'm trying to install a modem driver, but I'm having some problems: >> >> >> >> ModemData.txt attached. >> >> >> >> NAME="Communication controller: Intel Corporation 5 Series/3400 Series >> >> Chipset HECI Controller " >> >> CLASS=0780 >> >> PCIDEV=8086:3b64 >> >> SUBSYS=1509:5020 >> >> IRQ=11 >> >> HDA2=00:1b.0 >> >> HDAchipVendorID=11c1 >> >> CHIP=0x11c11040 >> >> IDENT=agrsm >> >> Driver=agrsm >> >> package=agrsm-11c11040 >> >> >> >> As ScanModem told me, I used a driver from: >> >> http://linmodems.technion.ac.il/packages/ltmodem/11c11040/ >> >> >> >> I used the most recent driver: >> >> agrsm06pci-2.1.80~20100106.tar.gz >> >> >> >> To install: >> >> make clean >> >> make >> >> make modules_install >> >> >> >> The driver was installed perfectly, and the modules too. >> >> The /dev/ttyAGS3 was created perfectly. >> >> >> >> The problem happens when I try to connect through kppp software. The >> >> function "Configue, Modem, Ask to Modem" works but returns no >> >> information. >> >> And, when I try to connect, the modem stop at step "Initializing >> >> modem" ... at this point the kppp stop ... no error appears ... and I >> >> can "Cancel" and "Connect" again (no freeze), but always stop at the >> >> point "Initializing modem". >> >> >> >> Any idea ? >> >> >> >> Tanks >> >> >> >> ____________________________ >> >> Adriano Loren7 >> >> loren7@xxxxxxxxx >> >> >> > >