Re: Deborah Dailey, USA kernel 2.6.32-21-generic - wvdial cannot find my modem

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

 



Debbie,

Forgot to add that you may try to put /dev/modem as the modem link in
/etc/wvdial.conf to see if it makes a difference?

Why?
If you do a
$ sudo ls /dev/modem -l
it might be pointing to /dev/ttyAGR ?

Put
/dev/modem
as the modem port and see if that gets the modem working for you?

Regards,

Antonio

On 6/18/10, ddailey@xxxxxxxxx <ddailey@xxxxxxxxx> wrote:
> Yes, it is a usb modem.  Here is the output:
> ----------------------------------------------------------------------
>
> While running agrsm-test, sudo tail -f /var/log/messages:
> Jun 14 12:42:56 desktop kernel: [  661.641692] agrmodem: module
> license 'Proprietary' taints kernel.
> Jun 14 12:42:56 desktop kernel: [  661.641701] Disabling lock
> debugging due to kernel taint
> Jun 14 12:42:56 desktop kernel: [  661.721738] * Hello Agere Driver PCIe **
> Jun 14 12:42:57 desktop kernel: [  661.793734] ttyAGS3 at I/O 0x400
> (irq = 3) is a AgereModem
> Jun 14 12:42:57 desktop kernel: [  661.798863] Loading module Agere
> Modem Interface driver version 2.1.80.0Red Flag 5.0 NE (2007-10-01)
> Jun 14 12:43:00 desktop kernel: [  665.317453] ==> codecType = 0x31
>
> ----------------------------------------------------------------------
>
> dmesg | grep 'agr':
> [  661.641692] agrmodem: module license 'Proprietary' taints kernel.
>
> ----------------------------------------------------------------------
>
> I will have to get back to you with the results of sudo modinfo
> agrmodem and sudo modinfo agrserial the next time I am able to get
> online at the library.
>
>
> Quoting Antonio Olivares <olivares14031@xxxxxxxxx>:
>
>> Debie,
>>
>> Tried to reply from Gmail but I got:
>> An error occurred while loading
>> https://mail.google.com/mail/h/1ccto8e7ywv7x/?v=b&qrt=n&fv=cv&rm=12942b8f4c75021e&at=AF6bupP-XZgs8KHIMGNcPHVb9sFzf8T9ZA&pv=cv&th=12942b8f4c75021e&cs=qfnq:
>> Could not connect to host mail.google.com.
>>
>> So here's something to try
>>
>> Debbie,
>>
>> This is a usb modem right?  When you are running agrsm-test: after
>> rebooting your machine, can you open another terminal/tab and run
>> $ sudo tail -f /var/log/messages
>>
>> and also run an output of
>>
>> $ dmesg | grep 'agr'
>>
>> and send that to us(list).  This modem via usb has given users some
>> headaches :(
>>
>> Regards,
>>
>> Antonio
>>
>>
>> --- On Wed, 6/16/10, ddailey@xxxxxxxxx <ddailey@xxxxxxxxx> wrote:
>>
>>> From: ddailey@xxxxxxxxx <ddailey@xxxxxxxxx>
>>> Subject: Deborah Dailey, USA  kernel 2.6.32-21-generic - wvdial
>>> cannot find my modem
>>> To: discuss@xxxxxxxxxxxxx
>>> Date: Wednesday, June 16, 2010, 2:44 PM
>>> I am still working on trying to get
>>> dialup internet working in one way or another.  I gave
>>> up on the laptop for now, because it would not upgrade. I
>>> think I finally got everything installed properly on my
>>> desktop computer, but it seems that wvdial cannot find my
>>> modem.
>>> Following are the results of running agrsm-test, sudo
>>> wvdialconf /etc/wvdial.conf, and sudo wvdial.  I have
>>> also attached a copy of ModemData.txt for this
>>> computer.  The drivers are loaded, the symbolic link
>>> has been created, and I have put the line "Modem =
>>> /dev/ttySAGR" into wvdial.conf, but still wvdial does not
>>> seem to be able to communicate with my usb modem.  Can
>>> you please help me figure out what else I am missing? Or do I just
>>> have an odd chipset that is not supported?
>>>
>>> ------------------------------------------------------------------------------
>>>
>>> agrsm-test:
>>>
>>> Loading drivers:
>>>
>>> Drivers loaded:
>>> agrserial              9981  0
>>> agrmodem            1332700  1
>>> snd                   54148  17
>>> agrmodem,snd_cmipci,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
>>>
>>> and symbolic link created:
>>> lrwxrwxrwx 1 root root 12 2010-05-23 13:39 /dev/ttySAGR
>>> -> /dev/ttyAGS3
>>>
>>> Checking for utility wvdialconf
>>> Found /usr/bin/wvdialconf, preparing to run:
>>>          wvdialconf
>>> /etc/wvdial.conf
>>> A file /etc/wvdial.conf already exists, first renaming
>>> to /etc/wvdial.201005233905
>>>
>>> ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next
>>> try: 9600 baud
>>> ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next
>>> try: 115200 baud
>>> ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200,
>>> giving up.
>>> ttyS1<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next
>>> try: 9600 baud
>>> ttyS1<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next
>>> try: 115200 baud
>>> ttyS1<*1>: ATQ0 V1 E1 -- and failed too at 115200,
>>> giving up.
>>> Modem Port Scan<*1>: S2   S3
>>> ttySAGR<*1>: ATQ0 V1 E1 -- failed with 2400 baud,
>>> next try: 9600 baud
>>> ttySAGR<*1>: ATQ0 V1 E1 -- failed with 9600 baud,
>>> next try: 115200 baud
>>> ttySAGR<*1>: ATQ0 V1 E1 -- and failed too at 115200,
>>> giving up.
>>>
>>> A reboot may be necessary before modem detection through:
>>>          sudo modprobe
>>> agrserial
>>> Which will load agrmodem, agrserial and create the symbolic
>>> link needed
>>> for:
>>>          sudo wvdialconf
>>>
>>>
>>> The installation record has been written to
>>> ./agrsm-test.txt
>>>
>>> ------------------------------------------------------------------------------
>>>
>>> sudo wvdialconf /etc/wvdial.conf:
>>>
>>> Editing `/etc/wvdial.conf'.
>>>
>>> Scanning your serial ports for a modem.
>>>
>>> ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next
>>> try: 9600 baud
>>> ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next
>>> try: 115200 baud
>>> ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200,
>>> giving up.
>>> ttyS1<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next
>>> try: 9600 baud
>>> ttyS1<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next
>>> try: 115200 baud
>>> ttyS1<*1>: ATQ0 V1 E1 -- and failed too at 115200,
>>> giving up.
>>> Modem Port Scan<*1>: S2   S3
>>> ttySAGR<*1>: ATQ0 V1 E1 -- failed with 2400 baud,
>>> next try: 9600 baud
>>> ttySAGR<*1>: ATQ0 V1 E1 -- failed with 9600 baud,
>>> next try: 115200 baud
>>> ttySAGR<*1>: ATQ0 V1 E1 -- and failed too at 115200,
>>> giving up.
>>>
>>>
>>> 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>.
>>>
>>> ------------------------------------------------------------------------------
>>>
>>> sudo wvdial:
>>>
>>> --> WvDial: Internet dialer version 1.60
>>> --> Initializing modem.
>>> --> Sending: ATZ
>>> --> Sending: ATQ0
>>> --> Re-Sending: ATZ
>>> --> Modem not responding.
>>>
>>> ------------------------------------------------------------------------------
>>>
>>> Since wvdial.conf could not be created automatically, I
>>> tried to
>>> manually edit it as follows:
>>>
>>> [Dialer Defaults]
>>> Init1 = ATZ
>>> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
>>> Baud = 115200
>>> Modem = /dev/ttySAGR
>>> Phone = xxxxxxx
>>> Password = xxxxxxx
>>> Username = xxxxxxx
>>> New PPPD = yes
>>>
>>> ------------------------------------------------------------------------------
>>> Thanks.
>>> Debbie
>>>
>>>
>>>
>>>
>>
>>
>>
>>
>>
>
>
>
>


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

  Powered by Linux