Re: Did you resolve modem problem?

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

 



Re:
Username = "
Password = "
----
" may not be a good choice. Any simple word like None might be better

RE: stupid = yes
The correct syntax is:
   Stupid Mode = yes
But this cuts short negotiations with the IP.  Test without Stupid Mode:
Stupid mode = no
and compare

RE: $ egrep -v '#|^ *$' /etc/ppp/options
asyncmap 0
noauth
crtscts
lock
hide-password
modem
+chap
--------------
If not sure that CHAP authentication is appropriate, best to comment
this line out.

MarvS

On Thu, Jan 21, 2010 at 8:04 PM, TamcoAv <tamco@xxxxxxx> wrote:
> Of course,
>
> you will have to find out your own info for the following:
>
> sudo gedit /etc/rc.local
> (add line: /sbin/modprobe usbserial vendor=0x05c6 product=0x3197)
>
> I'm not sure what this does:
> (remove line added by previous entry: touch /var/lock/subsys/ local)
>
> ----- Original Message -----
> From: TamcoAv
> To: Klaus Bernpaintner
> Cc: marvin.stodolsky@xxxxxxxxx
> Sent: Thursday, January 21, 2010 6:56 PM
> Subject: Re: Did you resolve modem problem?
> yeah it's solved and i am now not even using it as a paper-weight.
> the axesstel cdma modem is useless crap.
> any modem manufacturer that refuses to aid any consumer with drivers
> directly is total crap ("check with your isp").
>
> i also received 53 spam emails after this one, including from my account.
>
> marvin, could you please remove ALL my email addies from your webpages?
>
> thank you!
> http://forums.driverguide.com/showthread.php?t=31327
>
> immediately below is my guide (ubuntu):
> (also, maybe this was the problem: proxyarp)?
> -------------------------------------------------------------------------------------
>
> Okay Marv,
>
> This is how far I have come!
>
> --------------------------------------------------
> --------------------------------------------------
> sudo modprobe cdc-acm
> (to add USB-Serial interface)
> -----------------------------
> lsusb
> (to confirm USB devices)
> -----------------------------
> sudo gedit /etc/rc.local
> (add line: /sbin/modprobe usbserial vendor=0x05c6 product=0x3197)
> (remove line added by previous entry: touch /var/lock/subsys/ local)
> -----------------------------
> sudo /etc/rc.local start
> (to start USB-Serial interface)
> -----------------------------
> dmesg
>
> [ 1052.278403]
> /build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/serial/usb-serial.c:
> USB Serial support registered for generic
> [ 1052.279728] usbserial_generic 1-1:1.0: generic converter detected
> [ 1052.282004] usb 1-1: generic converter now attached to ttyUSB0
> [ 1052.282451] usbserial_generic 1-1:1.1: generic converter detected
> [ 1052.284245] usb 1-1: generic converter now attached to ttyUSB1
> [ 1052.284755] usbcore: registered new interface driver usbserial_generic
> [ 1052.284764]
> /build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/serial/usb-serial.c:
> USB Serial Driver core
> -----------------------------
> sudo wvdialconf /etc/wvdial.conf
>
> sudo gedit /etc/wvdial.conf
> -----------------------------
> sudo wvdialconf /dev/ttyUSB0
>
> (results:)
> WvModem<*1>: Cannot set information for serial port.
> 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.
> Modem Port Scan<*1>: S1   S2   S3
> WvModem<*1>: Cannot get information for serial port.
> ttyUSB0<*1>: ATQ0 V1 E1 -- OK
> ttyUSB0<*1>: ATQ0 V1 E1 Z -- OK
> ttyUSB0<*1>: ATQ0 V1 E1 S0=0 -- OK
> ttyUSB0<*1>: ATQ0 V1 E1 S0=0 &C1 -- OK
> ttyUSB0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 -- OK
> ttyUSB0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
> ttyUSB0<*1>: Modem Identifier: ATI -- ERROR
> ttyUSB0<*1>: Speed 4800: AT -- OK
> ttyUSB0<*1>: Speed 9600: AT -- OK
> ttyUSB0<*1>: Speed 19200: AT -- OK
> ttyUSB0<*1>: Speed 38400: AT -- OK
> ttyUSB0<*1>: Speed 57600: AT -- OK
> ttyUSB0<*1>: Speed 115200: AT -- OK
> ttyUSB0<*1>: Speed 230400: AT -- OK
> ttyUSB0<*1>: Speed 460800: AT -- OK
> ttyUSB0<*1>: Max speed is 460800; that should be safe.
> ttyUSB0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
> WvModem<*1>: Cannot get information for serial port.
> ttyUSB1<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
> ttyUSB1<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
> ttyUSB1<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
>
> Found a modem on /dev/ttyUSB0.
> -----------------------------
> sudo gedit /etc/wvdial.conf
>
> [Dialer Defaults]
> Modem Type = Analog Modem
> Modem = /dev/ttyUSB0
> Baud = 115200
> Init1 = ATZ
> Init2 = AT+CRM=1
> Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
> Phone = #777
> Username = "
> Password = "
> ISDN = 0
> stupid = yes
>
> -------------------------
> $ egrep -v '#|^ *$' /etc/ppp/options
> asyncmap 0
> noauth
> crtscts
> lock
> hide-password
> modem
> +chap
> proxyarp
> noipx
> $
> --------------------------------
> ---------------------------------
> --My Problem now--------------
> Sending: ATDT#777
> WvDial<*1>: Waiting for carrier.
> WvDial Modem<*1>: ATDT#777
> WvDial Modem<*1>: CONNECT
> WvDial<*1>: Carrier detected.  Waiting for prompt.
> WvDial<Err>: Connected, but carrier signal lost!  Retrying...
> WvDial<*1>: Sending: ATDT#777
> WvDial<*1>: Waiting for carrier.
> WvDial Modem<*1>: ATDT#777
> WvDial Modem<*1>: CONNECT
> WvDial<*1>: Carrier detected.  Waiting for prompt.
> WvDial<Err>: Connected, but carrier signal lost!  Retrying...
> WvDial<*1>: Sending: ATDT#777
> WvDial<*1>: Waiting for carrier.
> WvDial Modem<*1>: ATDT#777
> WvDial Modem<*1>: CONNECT
> WvDial<*1>: Carrier detected.  Waiting for prompt.
> =================================================
> Hell, it started doing the same thing...can't get the internet traffic to
> keep on the move, it just dies with modem still connected!
>
> Help?
>
> I have tried all kinds of ppp options, no luck!
>
> Dial-up only available by wvdial in ubuntu 7.10?
> I'm off to try this...will let u know!
> http://www.nabble.com/problem-tata-indicom-internet-wireless-LG-Lsp-350T-phone-in-linux-t4578588.html
>
> ==============================================
> Hi Merv,
>
> I think it's the modem (serial interface)...when it happens, it won't even
> ping my ISP.
>
> hard to connect using a straight cable to serial port...but when it does, no
> problems; just that when the USB cable is used it is much faster...until
> traffic halts.
>
> I always had trouble with this modem on all windoze including WinXP & my ISP
> told me to try Kyocera drivers, go figure!
>
> Only if I take any of my 5 'puterz to my ISP, they do some secret thing &
> get it to work on windoze...they deny anything of such confidentiality.
>
> When I ask Axesstel for driver help, they tell me gfy basically & to check
> with my ISP!
>
> )(&(^^%$#!
> =========================================================
>
>>> >> After the correction of "stupid":
>>> >> Stupid Mode = yes
>>> >> I was able to connect, but the connection's traffic would
>>> >> halt after awhile...
> ============================================================
>
> ----- Original Message -----
> From: TamcoAv
> To: careers@xxxxxxxxxxxx
> Sent: Thursday, February 21, 2008 5:18 AM
> Subject: Senior_Software_Engineer Re: Axesstel Support
> Have you found someone yet?
> http://www.axesstel.com/about_us/careers.php?id=22
>
> Looks like you are finally going to offer support to us purchasers?
>
> I'm still awaiting support on this, does the same on ubuntu...
>
> http://www.cdmauniversity.com/CDMA/coursedetails.aspx?courseID=1130
>
> ----- Original Message -----
> From: Support Response - Do Not Reply
> To: tamco@xxxxxxx
> Sent: Monday, June 18, 2007 3:12 PM
> Subject: Axesstel Support
> Dear Customer,
>
> Please contact your service provider and request latest driver.
> Due to arrangments with your service provider, Axesstel does not release
> software files directly.
> Your network service provider has latest driver.
>
> Please note;
> - You must be using valid Axesstel supplied data cables.
> - If you are using Serial data cable, you do not require seperate driver.
>
> Axesstel Support
>
> ----- Original Message -----
> From: Klaus Bernpaintner
> To: tamco@xxxxxxx
> Sent: Thursday, January 21, 2010 5:37 AM
> Subject: Did you resolve modem problem?
> Hi Tamco,
> I found this thread in the linmodems archive:
> http://linmodems.technion.ac.il/bigarch/archive-eighth/msg00729.html
> I have the exact same problem you had. And I see a lot of other people
> talking about it but see no resolution of it. Did you ever solve it, and if
> so, how did you do it?
> Best regards,
> Klaus


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

  Powered by Linux