Re: Agere modem - getting there but need info

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

 



Gary,
Please send to the List, not direct to me. Hugo is most experiencedwith the agrsm using modems.
Your test process is now technically OK.  You are sadly nowencountering the problem all to common with this modem.  Read theagrsm-howto.txt on additional steps to try.
Then report back to the list.
MarvS

On Fri, Feb 29, 2008 at 7:49 PM, Gary Lubrani <glubrani@xxxxxxxxx> wrote:>> ok I ran as you said to, same result ... no modem detected but it' sthe same> hardware> I use in Windows so I know it works. I'm geting all the right results up> until I run>>> sudo wvdialconf  /etc/wvdial.conf>> one WinModem gets an message that says can't find a modem>> and a second WinModem I tried gives a message that the device is busy>> here's the resulting terminal data when I tried the second WinModem>>>> tomana@HAL:~$ sudo wvdialconf /etc/wvdial.conf>> [sudo] password for tomana:>>> Editing `/etc/wvdial.conf'.>> Scanning your serial ports for a modem.>> Modem Port Scan<*1>: S0 S1 S2 S3>> ttySAGR<Info>: Device or resource busy>> Modem Port Scan<*1>: 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@xxxxxxxxxxxx>.>> tomana@HAL:~$ setserial>> setserial version 2.17, 27-Jan-2000>> usage: setserial serial-device -abqvVWz [cmd1 [arg]] ...>> setserial -g [-abGv] device1 ...>> Available commands: (* = Takes an argument)>> (^ = can be preceded by a '^' to turn off the option)>> * port set the I/O port>> * irq set the interrupt>> * uart set UART type (none, 8250, 16450, 16550, 16550A,>> 16650, 16650V2, 16750, 16850, 16950, 16954)>> * baud_base set base baud rate (CLOCK_FREQ / 16)>> * divisor set the custom divisor (see spd_custom)>> * close_delay set the amount of time (in 1/100 of a>> second) that DTR should be kept low>> while being closed>> * closing_wait set the amount of time (in 1/100 of a>> second) that the serial port should wait for>> data to be drained while being closed.>> ^ fourport configure the port as an AST Fourport>> autoconfig automatically configure the serial port>> ^ auto_irq try to determine irq during autoconfiguration>> ^ skip_test skip UART test during autoconfiguration>> ^ sak set the break key as the Secure Attention Key>> ^ session_lockout Lock out callout port across different sessions>> ^ pgrp_lockout Lock out callout port across different process groups>> ^ callout_nohup Don't hangup the tty when carrier detect drops>> on the callout device>> ^ split_termios Use separate termios for callout and dailin lines>> ^ hup_notify Notify a process blocked on opening a dial in line>> when a process has finished using a callout>> line by returning EAGAIN to the open.>> ^ low_latency Minimize receive latency at the cost of greater>> CPU utilization.>> get_multiport Display the multiport configuration>> set_multiport Set the multiport configuration>> * rx_trigger Set RX trigger level (ESP-only)>> * tx_trigger Set TX trigger level (ESP-only)>> * flow_off Set hardware flow off level (ESP-only)>> * flow_on Set hardware flow on level (ESP-only)>> * rx_timeout Set receive timeout (ESP-only)>> * dma_channel Set DMA channel (ESP-only)>> spd_hi use 56kb instead of 38.4kb>> spd_vhi use 115kb instead of 38.4kb>> spd_shi use 230kb instead of 38.4kb>> spd_warp use 460kb instead of 38.4kb>> spd_cust use the custom divisor to set the speed at 38.4kb>> (baud rate = baud_base / custom_divisor)>> spd_normal use 38.4kb when a baud rate of 38.4kb is selected>> Use a leading '0x' for hex numbers.>> CAUTION: Using an invalid port can lock up your machine!>> tomana@HAL:~$>> tomana@HAL:~$ setserial serial-device -abqvVWz port 01>> setserial version 2.17, 27-Jan-2000>> tomana@HAL:~$ sudo wvdialconf /etc/wvdial.conf>>> Editing `/etc/wvdial.conf'.>> Scanning your serial ports for a modem.>> Modem Port Scan<*1>: S0 S1 S2 S3>> ttySAGR<Info>: Device or resource busy>> Modem Port Scan<*1>: 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@xxxxxxxxxxxx>.>> tomana@HAL:~$ ls -l /dev/ttyAGS3 /dev/ttySAGR /dev/modem>> lrwxrwxrwx 1 root root 12 2008-02-29 10:21 /dev/modem -> /dev/ttyAGS3>> crw-rw---- 1 root dialout 62, 67 2008-02-29 10:20 /dev/ttyAGS3>> lrwxrwxrwx 1 root root 12 2008-02-29 10:21 /dev/ttySAGR -> /dev/ttyAGS3>> tomana@HAL:~$ sudo wvdialconf /etc/wvdial.conf>>> Editing `/etc/wvdial.conf'.>> Scanning your serial ports for a modem.>> Modem Port Scan<*1>: S0 S1 S2 S3>> ttySAGR<Info>: Device or resource busy>> Modem Port Scan<*1>: SAGR>>>>> Sorry, no modem was detected! Is it in use by another program?>> Did you configure it properly with setserial?>>>>>>>> On 2/29/08, Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx> wrote:> > sudo modprobe agrmodem> > sudo modprobe agrserial> > will create /dev/ttyAGS3> >> > Only then do:> > sudo ln -s /dev/ttyAGS3 /dev/ttySAGR> > sudo ln -s /dev/ttyAGS3 /dev/modem> >> > Followed by the test> > $ sudo wvdialconf  /etc/wvdial.conf> >> >> > On Fri, Feb 29, 2008 at 11:20 AM, hugocanalli> > <hugocanalli@xxxxxxxxxxxxxxxxxx> wrote:> > >> > >  tomana@HAL:~/Desktop/agrsm$ sudo ln -s /dev/ttyAGS3 /dev/ttySAGR> > >  tomana@HAL:~/Desktop/agrsm$ sudo ln -s /dev/ttyAGS3 /dev/modem> > >> > >  You need type:> > >  sudo modprobe agrmodem> > >  sudo modprobe agrserial> > >> > >  []'s,> > >> > >  Hugo> > >> > >  ---------- Cabeçalho inicial  -----------> > >> > >  De: "Marvin Stodolsky" marvin.stodolsky@xxxxxxxxx> > >  Para: "Gary Lubrani" glubrani@xxxxxxxxx,"Linmodems"> discuss@xxxxxxxxxxxxx> > >  Cópia:> > >  Data: Wed, 27 Feb 2008 18:51:09 -0500> > >  Assunto: Re: Agere modem - getting there but need info> > >> > >> > >> > >  > 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> > >  >> > >  >> > >> > >> >>>

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

  Powered by Linux