Gary, Please send to the List as there are others with more expertise in the agrsm using modems. Try the trouble shooting steps in the agrsm-howto. Then report back. MarvS On Wed, Feb 27, 2008 at 3:23 PM, Gary Lubrani <glubrani@xxxxxxxxx> wrote: > Hi MarvS > > here are two docs, one is the terminal printout and > the other came with the agrere driver package > > > TERMINAL > > tomana@HAL:~$ cd ~/Desktop > tomana@HAL:~/Desktop$ tar xzvf agrsm-20070804.tar.gz > agrsm/ > agrsm/agrsm_howto.txt > agrsm/Module.symvers > agrsm/agrmodemlib.o > agrsm/agr.h > agrsm/LICENSE > agrsm/ReadmeUpdate.txt > agrsm/Makefile > agrsm/README > agrsm/agrmodem.h > agrsm/agrsm_core.o > agrsm/.#Readme.1st > agrsm/agrsoftmodem.c > agrsm/serial26.c > agrsm/linuxif.h > agrsm/8250.h > agrsm/agrsm.rules > tomana@HAL:~/Desktop$ cd agrsm > tomana@HAL:~/Desktop/agrsm$ make > make -C /lib/modules/2.6.22-14-generic/build > SUBDIRS=/home/tomana/Desktop/agrsm modules > make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic' > CC [M] /home/tomana/Desktop/agrsm/agrsoftmodem.o > /home/tomana/Desktop/agrsm/agrsoftmodem.c: In function > 'agr_pci_find_device': > /home/tomana/Desktop/agrsm/agrsoftmodem.c:424: warning: 'pci_find_device' is > deprecated (declared at include/linux/pci.h:477) > CC [M] /home/tomana/Desktop/agrsm/serial26.o > /home/tomana/Desktop/agrsm/serial26.c: In function 'serial8250_get_mctrl': > /home/tomana/Desktop/agrsm/serial26.c:1371: warning: unused variable 'flags' > /home/tomana/Desktop/agrsm/serial26.c: In function 'serial8250_config_port': > /home/tomana/Desktop/agrsm/serial26.c:2039: warning: unused variable 'ret' > /home/tomana/Desktop/agrsm/serial26.c: At top level: > /home/tomana/Desktop/agrsm/serial26.c:2131: warning: initialization from > incompatible pointer type > /home/tomana/Desktop/agrsm/serial26.c:2132: warning: initialization from > incompatible pointer type > /home/tomana/Desktop/agrsm/serial26.c:1922: warning: > 'serial8250_request_rsa_resource' defined but not used > LD [M] /home/tomana/Desktop/agrsm/agrmodem.o > LD [M] /home/tomana/Desktop/agrsm/agrserial.o > Building modules, stage 2. > MODPOST 2 modules > WARNING: could not find /home/tomana/Desktop/agrsm/.agrsm_core.o.cmd for > /home/tomana/Desktop/agrsm/agrsm_core.o > CC /home/tomana/Desktop/agrsm/agrmodem.mod.o > LD [M] /home/tomana/Desktop/agrsm/agrmodem.ko > CC /home/tomana/Desktop/agrsm/agrserial.mod.o > LD [M] /home/tomana/Desktop/agrsm/agrserial.ko > make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic' > tomana@HAL:~/Desktop/agrsm$ sudo make install > [sudo] password for tomana: > make -C /lib/modules/2.6.22-14-generic/build M="/home/tomana/Desktop/agrsm" > modules_install > make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic' > INSTALL /home/tomana/Desktop/agrsm/agrmodem.ko > INSTALL /home/tomana/Desktop/agrsm/agrserial.ko > DEPMOD 2.6.22-14-generic > make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic' > if ! /sbin/modprobe -nq agrmodem.ko ; then /sbin/depmod -a; fi > tomana@HAL:~/Desktop/agrsm$ sudo ln -s /dev/ttyAGS3 /dev/ttySAGR > tomana@HAL:~/Desktop/agrsm$ sudo ln -s /dev/ttyAGS3 /dev/modem > tomana@HAL:~/Desktop/agrsm$ ls -l /dev/ttyAGS3 /dev/ttySAGR /dev/modem > ls: /dev/ttyAGS3: No such file or directory > lrwxrwxrwx 1 root root 12 2008-02-27 13:01 /dev/modem -> /dev/ttyAGS3 > lrwxrwxrwx 1 root root 12 2008-02-27 13:01 /dev/ttySAGR -> /dev/ttyAGS3 > tomana@HAL:~/Desktop/agrsm$ sudo wvdialconf /etc/wvdial.conf > Editing `/etc/wvdial.conf'. > > Scanning your serial ports for a modem. > > Modem Port Scan<*1>: S0 S1 S2 S3 SAGR > > Sorry, no modem was detected! Is it in use by another program? > Did you configure it properly with setserial? > > Please read the FAQ at http://open.nit.ca/wiki/?WvDial > > If you still have problems, send mail to wvdial-list@xxxxxxxxxxxxx > > END TERMINAL > > So, I made some progress as soon as I went to the Ubuntu 7.10 32 bit (was > using 64 bit) > but the modem still is not recognized. > > Teh Agere drivers install HowTo is too arge to out here so I attached it to > this email. > I also attached the modem.text that was generated during scanModem > > Thanks ahead of time for any help you might offer > > Tomana