Check here: http://tuxmobil.org/phones_survey_nec.html http://tuxmobil.org/phones_linux.html Regards, Antonio On Mon, Oct 20, 2008 at 10:26 AM, Marvin Stodolsky<marvin.stodolsky@xxxxxxxxx> wrote:> Emilio,>> Some cellphones are functional under Linux. For example see report below.> Unfortunately we have no information on the chipset of your NEC 228,> through which to make contact via USBunder Linux. Maybe you can get> some information from NEC. If the cellphone is first detected, the> rest can likely be worked out.>> MarvS>>> ---------- Forwarded message ----------> From: Bill Randle <billrandle2006@xxxxxxxxx>> Date: Tue, Jun 17, 2008 at 1:52 AM> Subject: Re: Bill Randle USA kernel 2.6.24-16 generic> To: Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx>>>> Marvin, Sorry it took me so long to get back to you.> I have a MotoQ9m cellphone by Motorola with Verizon as my data> provider, and you helped me to get online. I connect with a USB cable.> The Phone is ID 22b8:7000 Motorola PCS. I sent the scanmodem file to> you and you said: Do:> $ sudo modprobe usb-serial> Then try detecting the cellphone with:> $ sudo wvdialconf /etc/wvdial.conf> and report back.> That done, I next followed your directions to:,> So next:> $ sudo gedit /etc/wvdial.conf> to enter the settings needed for dialout> Delete the ; < > symbols as you add in your personal info,> and cogent cell phone CONNECT codes.> Then dialout with:> $ sudo wvdial>> I did edit the wvconf file as follows, resulting in this output.> OK> ATZ> OK> --> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0> ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0> --> Modem initialized.> --> Configuration does not specify a valid phone number.> --> Configuration does not specify a valid login name.> --> Configuration does not specify a valid password.> bill@bill-laptop:~$>> [Dialer Defaults]> Init1 = ATZ> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0> Modem Type = USB Modem> Baud = 460800> New PPPD = yes> Modem = /dev/ttyACM0> ISDN = 0> ; Phone = #777> ; Password = vzw> ; Username = mynumberhere@xxxxxxxxx>> I had forgotten to delete the (;) before my phone, password and username.> After deleting them, I was able to get online, but only about 2> minutes per session, getting this error.> --> Disconnecting at Mon Jun 2 22:07:10 2008> --> The PPP daemon has died: Lack of LCP echo responses (exit code = 15)> --> man pppd explains pppd error codes in more detail.> --> I guess that's it for now, exiting> --> Provider is overloaded(often the case) or line problem.> --> The PPP daemon has died. (exit code = 15)> So I, .....> $ sudo gedit /etc/ppp/optiions> to try mods within the sections below.> #lcp-echo-interval 30> (this was an active option) I just added the # sign in front of this line.> #lcp-echo-failure 4 (this was an active option) I just> added the # sign in front of this line.> I have used these directions with open GEU, Knoppix, Ubuntu, several> latest versions.> egrep -v '#|^ *$' /etc/ppp/options are,> bill@bill-laptop:~$ egrep -v '#|^ *$' /etc/ppp/options> asyncmap 0> noauth> crtscts> lock> hide-password> modem> proxyarp> noipx> bill@bill-laptop:~$>>>>>> Thank You Marvin>>>> On Fri, Jun 6, 2008 at 5:12 AM, Marvin Stodolsky> <marvin.stodolsky@xxxxxxxxx> wrote:>> Bill,>>>> Credits to you too for sticking too it.>> Please write a coherent report and send it to me,>> for perhaps some minor clarifying additions.>> Include the output of:>>>> $ egrep -v '#|^ *$' /etc/ppp/options>> which shows only your active options, per below on my System:>> asyncmap 0>> noauth>> crtscts>> lock>> hide-password>> modem>> proxyarp>> lcp-echo-interval 30>> lcp-echo-failure 4>> noipx>>>> The final will be sent to the List where It will acquire a URL,>> which I'll in include in scanModem, for automated output to the next>> cell phone user.>>>> Marvin>>>> On Fri, Jun 6, 2008 at 3:40 AM, Bill Randle <billrandle2006@xxxxxxxxx> wrote:>>> Marvin, Success! Can't thank you enough. Tried modifying>>> etc/ppp/options to try mods within the sections below. Just removed>>> the # from in front of>>> #passive......first>>> #silent..........2>>> #-all............3>>>>>> one at a time, didn't work. Then I tried commenting out these other>>> options, and finally, success.>>> # If this option is given, pppd will send an LCP echo-request frame to the>>>>>> # peer every n seconds. Normally the peer should respond to the echo-request>>>>>> # by sending an echo-reply. This option can be used with the>>>>>> # lcp-echo-failure option to detect that the peer is no longer connected.>>>>>> #lcp-echo-interval 30>>> (this was an active option) I just added the # sign in front of this line.>>>>>>>>> # If this option is given, pppd will presume the peer to be dead if n>>>>>> # LCP echo-requests are sent without receiving a valid LCP echo-reply.>>>>>> # If this happens, pppd will terminate the connection. Use of this>>>>>> # option requires a non-zero value for the lcp-echo-interval parameter.>>>>>> # This option can be used to enable pppd to terminate after the physical>>>>>> # connection has been broken (e.g., the modem has hung up) in>>>>>> # situations where no hardware modem control lines are available.>>>>>> #lcp-echo-failure 4 (this was an active option) I just>>> added the # sign in front of this line.>>>>>> I think I can stop pestering you now, thanks for your patience and I>>> admire your ability and intelligence. billrandle>>>>>> On Thu, Jun 5, 2008 at 3:48 PM, Marvin Stodolsky>>> <marvin.stodolsky@xxxxxxxxx> wrote:>>>> Bill>>>>>>>> Use>>>> $ sudo gedit /etc/ppp/optiions>>>> to try mods within the sections below. Just remove the # from infront of>>>> #passive>>>> #silent>>>> #-all>>>> one at a time, to assess if there beneficial effects during the>>>> subsequent dialout trial.>>>>>>>> MarvS>>>> ----------------------------->>>>>>>> # Enables the "passive" option in the LCP. With this option, pppd will>>>> # attempt to initiate a connection; if no reply is received from the>>>> # peer, pppd will then just wait passively for a valid LCP packet from>>>> # the peer (instead of exiting, as it does without this option).>>>> #passive>>>>>>>> # With this option, pppd will not transmit LCP packets to initiate a>>>> # connection until a valid LCP packet is received from the peer (as for>>>> # the "passive" option with old versions of pppd).>>>> #silent>>>>>>>> # Don't request or allow negotiation of any options for LCP and IPCP>>>> # (use default values).>>>> #-all>>>>>>>>>>>> On Thu, Jun 5, 2008 at 3:34 PM, Bill Randle <billrandle2006@xxxxxxxxx> wrote:>>>>> Marvin, I know I'm not the only person in the world. couldn't find any>>>>> help on Verizon or scouring the web.>>>>> Today, 6-5-08>>>>> Here's my /etc/wvdial.conf>>>>>>>>>> [Dialer Defaults]>>>>> Init1 = ATZ>>>>> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>>>>> Modem Type = USB Modem>>>>> Stupid Mode = 1>>>>>>>>>> Baud = 460800>>>>> New PPPD = yes>>>>> Modem = /dev/ttyACM0>>>>> ISDN = 0>>>>> Phone = #777>>>>> Password = vzw>>>>> Username = mynumber@xxxxxxxxx>>>>>>>>>> Here's my dialout reading, couldn't get windows to log modem activity,>>>>> (Vista Home Premium).>>>>>>>>>> bill@bill-laptop:~$ sudo wvdial>>>>> --> WvDial: Internet dialer version 1.60>>>>> --> Cannot get information for serial port.>>>>> --> Initializing modem.>>>>> --> Sending: ATZ>>>>> ATZ>>>>> OK>>>>> --> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>>>>> ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>>>>> OK>>>>> --> Modem initialized.>>>>> --> Sending: ATDT#777>>>>> --> Waiting for carrier.>>>>> ATDT#777>>>>> CONNECT>>>>> --> Carrier detected. Starting PPP immediately.>>>>> --> Starting pppd at Thu Jun 5 12:07:21 2008>>>>> --> Pid of pppd: 7426>>>>> --> Using interface ppp0>>>>> --> pppd: ��[06][08][10]�[06][08]>>>>> --> pppd: ��[06][08][10]�[06][08]>>>>> --> pppd: ��[06][08][10]�[06][08]>>>>> --> local IP address 70.192.147.55>>>>> --> pppd: ��[06][08][10]�[06][08]>>>>> --> remote IP address 66.174.26.4>>>>> --> pppd: ��[06][08][10]�[06][08]>>>>> --> primary DNS address 66.174.92.14>>>>> --> pppd: ��[06][08][10]�[06][08]>>>>> --> secondary DNS address 66.174.95.44>>>>> --> pppd: ��[06][08][10]�[06][08]>>>>> --> pppd: ��[06][08][10]�[06][08]>>>>> --> pppd: ��[06][08][10]�[06][08]>>>>> --> Connect time 2.5 minutes.>>>>> --> pppd: ��[06][08][10]�[06][08]>>>>> --> pppd: ��[06][08][10]�[06][08]>>>>> --> pppd: ��[06][08][10]�[06][08]>>>>> --> Disconnecting at Thu Jun 5 12:09:52 2008>>>>> --> The PPP daemon has died: Lack of LCP echo responses (exit code = 15)>>>>> --> man pppd explains pppd error codes in more detail.>>>>> --> I guess that's it for now, exiting>>>>> --> Provider is overloaded(often the case) or line problem.>>>>> --> The PPP daemon has died. (exit code = 15)>>>>>>>>>> Believe me I'm trying not to rely on you TO much. billrandle>>>>>>>>>>>>>>>>>>>>>>>>> bill@bill-laptop:~$ sudo wvdial>>>>> On Wed, Jun 4, 2008 at 9:33 AM, Marvin Stodolsky>>>>> <marvin.stodolsky@xxxxxxxxx> wrote:>>>>>> Under Microsoft, a dialout log can be made recording the interchanges>>>>>> between your PC and the vzw3g.com server. Look under the modem icon>>>>>> in the Control Panel to set it up. If you can record what exchanges>>>>>> under Microsoft, it likely can be duplicated under Linux. Also try>>>>>> Verizon tech support. They are Linux friendly.>>>>>>>>>>>> MarvS>>>>>>>>>>>> On Wed, Jun 4, 2008 at 11:09 AM, Bill Randle <billrandle2006@xxxxxxxxx> wrote:>>>>>>> Marvin, my friend, Same error.>>>>>>> didn't even stay on two min. this time.>>>>>>>>>>>>>> [Dialer Defaults]>>>>>>> Init1 = ATZ>>>>>>> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>>>>>>> Modem Type = USB Modem>>>>>>> Stupid Mode = 1>>>>>>> Baud = 460800>>>>>>> New PPPD = yes>>>>>>> Modem = /dev/ttyACM0>>>>>>> ISDN = 0>>>>>>> Phone = #777>>>>>>> Password = vzw>>>>>>> Username = mynumberdoyouneedit@xxxxxxxxx>>>>>>>>>>>>>> On Wed, Jun 4, 2008 at 4:49 AM, Marvin Stodolsky>>>>>>> <marvin.stodolsky@xxxxxxxxx> wrote:>>>>>>>> RE: --> Don't know what to do!>>>>>>>> Try adding a line to /etc/wvdial.conf>>>>>>>> Stupid Mode = 1>>>>>>>>>>>>>>>> Send me your whole wvdial.conf file>>>>>>>>>>>>>>>> Marvin>>>>>>>>>>>>>>>> On Tue, Jun 3, 2008 at 10:52 PM, Bill Randle <billrandle2006@xxxxxxxxx> wrote:>>>>>>>>> Marvin, I must thank you again. I'm still getting booted off after>>>>>>>>> about two min. I did read the man page and tried to edit the>>>>>>>>> /etc/ppp/peers/ppp0 file, but no change. I'm dependant on your advice>>>>>>>>> again.>>>>>>>>>>>>>>>>>> After connect waiting for prompt, is it waiting for input from me?>>>>>>>>>>>>>>>>>> bill@bill-laptop:~$ sudo wvdial>>>>>>>>> --> WvDial: Internet dialer version 1.60>>>>>>>>> --> Cannot get information for serial port.>>>>>>>>> --> Initializing modem.>>>>>>>>> --> Sending: ATZ>>>>>>>>> OK>>>>>>>>> ATZ>>>>>>>>> OK>>>>>>>>> --> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>>>>>>>>> ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>>>>>>>>> --> Modem initialized.>>>>>>>>> --> Sending: ATDT#777>>>>>>>>> --> Waiting for carrier.>>>>>>>>> OK>>>>>>>>> ATDT#777>>>>>>>>> --> Fax line detected. Trying again.>>>>>>>>> --> Sending: ATDT#777>>>>>>>>> --> Waiting for carrier.>>>>>>>>> CONNECT>>>>>>>>> --> Carrier detected. Waiting for prompt.>>>>>>>>> --> Don't know what to do! Starting pppd and hoping for the best.>>>>>>>>> --> Starting pppd at Tue Jun 3 17:34:14 2008>>>>>>>>> --> Pid of pppd: 6847>>>>>>>>> Itried adding>>>>>>>>> sudo gedit /etc/ppp/peers/ppp0>>>>>>>>> ADDED PASSIVE UNDER PERSIST>>>>>>>>> still getting booted off after about two min>>>>>>>>>>>>>>>>>> Thanks again in advance billrandle>>>>>>>>>>>>>>>>>>>>>>>>>>> On Tue, Jun 3, 2008 at 11:59 AM, Marvin Stodolsky>>>>>>>>> <marvin.stodolsky@xxxxxxxxx> wrote:>>>>>>>>>> From>>>>>>>>>> $ man pppd>>>>>>>>>> 15 The link was terminated because the peer is not responding to>>>>>>>>>> echo requests.>>>>>>>>>>>>>>>>>>>> Also browse the file /etc/ppp/options LCP sections>>>>>>>>>>>>>>>>>>>> MarvS>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On Tue, Jun 3, 2008 at 1:14 AM, Bill Randle <billrandle2006@xxxxxxxxx> wrote:>>>>>>>>>>> Marvin! you da MAN! I'm writing online from within Ubuntu, I can't>>>>>>>>>>> thank you enough! THANX bill randle. I'll try to get the steps>>>>>>>>>>> together that you gave me to help anyone else that might be using>>>>>>>>>>> MotoQ and/or Verizon. THANX again. Although I've been getting this>>>>>>>>>>> error.>>>>>>>>>>> --> Disconnecting at Mon Jun 2 22:07:10 2008>>>>>>>>>>> --> The PPP daemon has died: Lack of LCP echo responses (exit code = 15)>>>>>>>>>>> --> man pppd explains pppd error codes in more detail.>>>>>>>>>>> --> I guess that's it for now, exiting>>>>>>>>>>> --> Provider is overloaded(often the case) or line problem.>>>>>>>>>>> --> The PPP daemon has died. (exit code = 15)>>>>>>>>>>>>>>>>>>>>>>> Bill>>>>>>>>>>>>>>>>>>>>>>>> Change>>>>>>>>>>>> [Dialer Defaults]>>>>>>>>>>>> Init1 = ATZ>>>>>>>>>>>> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>>>>>>>>>>>> Modem Type = USB Modem>>>>>>>>>>>> Baud = 460800>>>>>>>>>>>> New PPPD = yes>>>>>>>>>>>> Modem = /dev/ttyACM0>>>>>>>>>>>> ISDN = 0>>>>>>>>>>>> ; Phone = #777>>>>>>>>>>>> ; Password = vzw>>>>>>>>>>>> ; Username = mynumberhere@xxxxxxxxx>>>>>>>>>>>>>>>>>>>>>>>> to>>>>>>>>>>>> [Dialer Defaults]>>>>>>>>>>>> Init1 = ATZ>>>>>>>>>>>> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>>>>>>>>>>>> Modem Type = USB Modem>>>>>>>>>>>> Baud = 460800>>>>>>>>>>>> New PPPD = yes>>>>>>>>>>>> Modem = /dev/ttyACM0>>>>>>>>>>>> ISDN = 0>>>>>>>>>>>> Phone = #777>>>>>>>>>>>> Password = vzw>>>>>>>>>>>> Username = mynumberhere@xxxxxxxxx>>>>>>>>>>>>>>>>>>>>>>>> MarvS>>>>>>>>>>>>>>>>>>>>>>>> On Mon, Jun 2, 2008 at 12:14 AM, Bill Randle <billrandle2006@xxxxxxxxx> wrote:>>>>>>>>>>>>> Marvin, Thanks forgetting back to me so quickly! I've been out of>>>>>>>>>>>>> touch for the weekend, but now I'm back online (Windows). I did this.>>>>>>>>>>>>> $ sudo gedit /etc/wvdial.conf>>>>>>>>>>>>> to enter the settings needed for dialout>>>>>>>>>>>>> Delete the ; < > symbols as you add in your personal info,>>>>>>>>>>>>> and cogent cell phone CONNECT codes. Read the cellphone.txt for details.>>>>>>>>>>>>> I tried your suggestion as follows, but I couldn't figure out which>>>>>>>>>>>>> cogent (I don't know the word) cell phone CONNECT codes to use even>>>>>>>>>>>>> though I read the cellphone.txt file over and over. When I dial out, I>>>>>>>>>>>>> get this returned.>>>>>>>>>>>>> bill@bill-laptop:~$ sudo wvdial>>>>>>>>>>>>> [sudo] password for bill:>>>>>>>>>>>>> --> WvDial: Internet dialer version 1.60>>>>>>>>>>>>> --> Cannot get information for serial port.>>>>>>>>>>>>> --> Initializing modem.>>>>>>>>>>>>> --> Sending: ATZ>>>>>>>>>>>>> OK>>>>>>>>>>>>> ATZ>>>>>>>>>>>>> OK>>>>>>>>>>>>> --> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>>>>>>>>>>>>> ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>>>>>>>>>>>>> --> Modem initialized.>>>>>>>>>>>>> --> Configuration does not specify a valid phone number.>>>>>>>>>>>>> --> Configuration does not specify a valid login name.>>>>>>>>>>>>> --> Configuration does not specify a valid password.>>>>>>>>>>>>> bill@bill-laptop:~$>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I did edit the wvconf file as follows>>>>>>>>>>>>>>>>>>>>>>>>>> [Dialer Defaults]>>>>>>>>>>>>> Init1 = ATZ>>>>>>>>>>>>> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>>>>>>>>>>>>> Modem Type = USB Modem>>>>>>>>>>>>> Baud = 460800>>>>>>>>>>>>> New PPPD = yes>>>>>>>>>>>>> Modem = /dev/ttyACM0>>>>>>>>>>>>> ISDN = 0>>>>>>>>>>>>> ; Phone = #777>>>>>>>>>>>>> ; Password = vzw>>>>>>>>>>>>> ; Username = mynumberhere@xxxxxxxxx>>>>>>>>>>>>> Sorry to seem so lame, thanks again,>>>>>>>>>>>>> Bill Randle>>>>>>>>>>>>>>>>>>>>>>>>>> On Fri, May 30, 2008 at 6:14 PM, Marvin Stodolsky>>>>>>>>>>>>> <marvin.stodolsky@xxxxxxxxx> wrote:>>>>>>>>>>>>>> Bill>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Found an USB modem on /dev/ttyACM0.>>>>>>>>>>>>>> uses the Linux river.>>>>>>>>>>>>>>>>>>>>>>>>>>>> So next:>>>>>>>>>>>>>> $ sudo gedit /etc/wvdial.conf>>>>>>>>>>>>>> to enter the settings needed for dialout>>>>>>>>>>>>>> Delete the ; < > symbols as you add in your personal info,>>>>>>>>>>>>>> and cogent cell phone CONNECT codes. Read the cellphone.txt for details.>>>>>>>>>>>>>>>>>>>>>>>>>>>> Then dialout with:>>>>>>>>>>>>>> $ sudo wvdial>>>>>>>>>>>>>>>>>>>>>>>>>>>> MarvS>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 5/30/08, Bill Randle <billrandle2006@xxxxxxxxx> wrote:>>>>>>>>>>>>>>> Marv, Thanx for the help, yes I'm connected via usb. Here are he>>>>>>>>>>>>>>> results of the diagnostics you recommended.>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> bill@bill-laptop:~$ sudo modprobe usb-serial>>>>>>>>>>>>>>> [sudo] password for bill:>>>>>>>>>>>>>>> FATAL: Module usb_serial not found.>>>>>>>>>>>>>>> bill@bill-laptop:~$ sudo wvdialconf /etc/wvdial.conf>>>>>>>>>>>>>>> Editing `/etc/wvdial.conf'.>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Scanning your serial ports for a modem.>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Modem Port Scan<*1>: S0 S1 S2 S3>>>>>>>>>>>>>>> WvModem<*1>: Cannot get information for serial port.>>>>>>>>>>>>>>> ttyACM0<*1>: ATQ0 V1 E1 -- OK>>>>>>>>>>>>>>> ttyACM0<*1>: ATQ0 V1 E1 Z -- OK>>>>>>>>>>>>>>> ttyACM0<*1>: ATQ0 V1 E1 S0=0 -- OK>>>>>>>>>>>>>>> ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 -- OK>>>>>>>>>>>>>>> ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 -- OK>>>>>>>>>>>>>>> ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK>>>>>>>>>>>>>>> ttyACM0<*1>: Modem Identifier: ATI -- ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>>>>>>>>>>>>>>> ttyACM0<*1>: Speed 4800: AT -- OK>>>>>>>>>>>>>>> ttyACM0<*1>: Modem Identifier: ATI -- Microsoft Corporation AT Command>>>>>>>>>>>>>>> Interpreter Settings...>>>>>>>>>>>>>>> ttyACM0<*1>: Speed 9600: AT -- OK>>>>>>>>>>>>>>> ttyACM0<*1>: Speed 19200: AT -- OK>>>>>>>>>>>>>>> ttyACM0<*1>: Speed 38400: AT -- OK>>>>>>>>>>>>>>> ttyACM0<*1>: Speed 57600: AT -- OK>>>>>>>>>>>>>>> ttyACM0<*1>: Speed 115200: AT -- OK>>>>>>>>>>>>>>> ttyACM0<*1>: Speed 230400: AT -- OK>>>>>>>>>>>>>>> ttyACM0<*1>: Speed 460800: AT -- OK>>>>>>>>>>>>>>> ttyACM0<*1>: Max speed is 460800; that should be safe.>>>>>>>>>>>>>>> ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Found an USB modem on /dev/ttyACM0.>>>>>>>>>>>>>>> Modem configuration written to /etc/wvdial.conf.>>>>>>>>>>>>>>> ttyACM0<Info>: Speed 460800; init "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0">>>>>>>>>>>>>>> bill@bill-laptop:~$>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On Fri, May 30, 2008 at 8:18 AM, Marvin Stodolsky>>>>>>>>>>>>>>> <marvin.stodolsky@xxxxxxxxx> wrote:>>>>>>>>>>>>>>> > Bill,>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> > Your first step is to communicate with your cellphone:>>>>>>>>>>>>>>> > ID 22b8:7000 Motorola PCS>>>>>>>>>>>>>>> > That done there are follow through steps to achieve a full dialout.>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> > Is the cellphone connected through a USB port?>>>>>>>>>>>>>>> > Do:>>>>>>>>>>>>>>> > $ sudo modprobe usb-serial>>>>>>>>>>>>>>> > Then try detecting the cellphone with:>>>>>>>>>>>>>>> > $ sudo wvdialconf /etc/wvdial.conf>>>>>>>>>>>>>>> > and report back.>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> > I'm attaching an unedited success story,>>>>>>>>>>>>>>> > not written into a coherent report as yet.>>>>>>>>>>>>>>> > But browse throughit.>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> > MarvS>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> > On Fri, May 30, 2008 at 10:08 AM, Bill Randle <billrandle2006@xxxxxxxxx> wrote:>>>>>>>>>>>>>>> >> Im using my motorola 9qm phone as a modem with vista works fine over>>>>>>>>>>>>>>> >> verizon. I finaly got scanmodem dowloaded and the results.>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >> ModemData File attached>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >> Trying to set up internet , I have the following info>>>>>>>>>>>>>>> >> Username: my 10 digit number@xxxxxxxxx>>>>>>>>>>>>>>> >> Password: vzw>>>>>>>>>>>>>>> >> Access Number: #777>>>>>>>>>>>>>>> >> max speed bps 230400>>>>>>>>>>>>>>> >> enable hardware flow control>>>>>>>>>>>>>>> >> enable modem error control>>>>>>>>>>>>>>> >> enable modem compression>>>>>>>>>>>>>>> >> enable lcp extensions>>>>>>>>>>>>>>> >> proxy (name:port)....?>>>>>>>>>>>>>>> >> type wap>>>>>>>>>>>>>>> >> Domain Name Server (DNS) addresses.>>>>>>>>>>>>>>> >> I ran ipconfig /all, and got some information, but what to do with it?>>>>>>>>>>>>>>> >> Host Name BilzComputer>>>>>>>>>>>>>>> >> ppp adapter NationalAccess – BroadbandAccess:>>>>>>>>>>>>>>> >> Connection-specific DNS Suffix:>>>>>>>>>>>>>>> >> Description .....NationalAccess – BroadbandAccess>>>>>>>>>>>>>>> >> DHCP Enabled...No>>>>>>>>>>>>>>> >> Autoconfiguration Enabled.....Yes>>>>>>>>>>>>>>> >> Ipv4 Address.........70.192.37.120(Preferred)>>>>>>>>>>>>>>> >> Subnet Mask.........255.255.255.255>>>>>>>>>>>>>>> >> Default Gateway....0.0.0.0>>>>>>>>>>>>>>> >> DNS Servers.....66.174.92.14>>>>>>>>>>>>>>> >> ...........................66.174.95.44>>>>>>>>>>>>>>> >> NetBIOS over Tcpip....Disabled>>>>>>>>>>>>>>> >> Although I'm using a USB cable to my Q9 I'm including the Wireless Lan>>>>>>>>>>>>>>> >> info in case it might help.>>>>>>>>>>>>>>> >> Media State..............Media disconnected>>>>>>>>>>>>>>> >> Description Atheros AR5007EG Wireless Network Adapter>>>>>>>>>>>>>>> >> Physical Address......00-19-7E-75-F2-0C>>>>>>>>>>>>>>> >> DHCP Enabled....Yes>>>>>>>>>>>>>>> >> Autoconfiguration Enabled.....Yes>>>>>>>>>>>>>>> >> Connect wwan>>>>>>>>>>>>>>> >> Host Name BilzComputer>>>>>>>>>>>>>>> >> PPP Adapter National Access – Broadband Access>>>>>>>>>>>>>>> >> Ipv4 : 70.192.37.120>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >> I don't want the wireless (for now), I have more optiond with my phone>>>>>>>>>>>>>>> >> service if I can get it to work with Ubuntu 8.0>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->>>>>>>>>>>>>>> Aloha from Kennewick Washington almost on the Columbia River. When>>>>>>>>>>>>>>> replying, leave your current e-mail if it is different than the return>>>>>>>>>>>>>>> on this one, your snail mail address, ICQ number, cell phone number,>>>>>>>>>>>>>>> Skype number, or land line, your Jabber, Yahoo messenger, AOL, MSN,>>>>>>>>>>>>>>> Trillian messenger or smoke signals (these work best on calm days),>>>>>>>>>>>>>>> Flag messages, Morse code, Braille, or American sign. Also..... feel>>>>>>>>>>>>>>> free to use any the 6,912 living languages of your choice spoken in>>>>>>>>>>>>>>> the world today, I'll figure the message out somehow.>>>>>>>>>>>>>>> Regards,>>>>>>>>>>>>>>> Bill Randle>>>>>>>>>>>>>>> commonly known as Bill.>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Encrypt or decrypt text for free on https://www.steganos.com/en/freecrypt>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> http://billzweblog.blogspot.com/>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Fax Number (916) 384-4224>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->>>>>>>>>>>>> Aloha from Kennewick Washington almost on the Columbia River. When>>>>>>>>>>>>> replying, leave your current e-mail if it is different than the return>>>>>>>>>>>>> on this one, your snail mail address, ICQ number, cell phone number,>>>>>>>>>>>>> Skype number, or land line, your Jabber, Yahoo messenger, AOL, MSN,>>>>>>>>>>>>> Trillian messenger or smoke signals (these work best on calm days),>>>>>>>>>>>>> Flag messages, Morse code, Braille, or American sign. Also..... feel>>>>>>>>>>>>> free to use any the 6,912 living languages of your choice spoken in>>>>>>>>>>>>> the world today, I'll figure the message out somehow.>>>>>>>>>>>>> Regards,>>>>>>>>>>>>> Bill Randle>>>>>>>>>>>>> commonly known as Bill.>>>>>>>>>>>>>>>>>>>>>>>>>> Encrypt or decrypt text for free on https://www.steganos.com/en/freecrypt>>>>>>>>>>>>>>>>>>>>>>>>>> http://billzweblog.blogspot.com/>>>>>>>>>>>>>>>>>>>>>>>>>> Fax Number (916) 384-4224>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->>>>>>>>>>> Aloha from Kennewick Washington almost on the Columbia River. When>>>>>>>>>>> replying, leave your current e-mail if it is different than the return>>>>>>>>>>> on this one, your snail mail address, ICQ number, cell phone number,>>>>>>>>>>> Skype number, or land line, your Jabber, Yahoo messenger, AOL, MSN,>>>>>>>>>>> Trillian messenger or smoke signals (these work best on calm days),>>>>>>>>>>> Flag messages, Morse code, Braille, or American sign. Also..... feel>>>>>>>>>>> free to use any the 6,912 living languages of your choice spoken in>>>>>>>>>>> the world today, I'll figure the message out somehow.>>>>>>>>>>> Regards,>>>>>>>>>>> Bill Randle>>>>>>>>>>> commonly known as Bill.>>>>>>>>>>>>>>>>>>>>>> Encrypt or decrypt text for free on https://www.steganos.com/en/freecrypt>>>>>>>>>>>>>>>>>>>>>> http://billzweblog.blogspot.com/>>>>>>>>>>>>>>>>>>>>>> Fax Number (916) 384-4224>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->>>>>>>>> Aloha from Kennewick Washington almost on the Columbia River. When>>>>>>>>> replying, leave your current e-mail if it is different than the return>>>>>>>>> on this one, your snail mail address, ICQ number, cell phone number,>>>>>>>>> Skype number, or land line, your Jabber, Yahoo messenger, AOL, MSN,>>>>>>>>> Trillian messenger or smoke signals (these work best on calm days),>>>>>>>>> Flag messages, Morse code, Braille, or American sign. Also..... feel>>>>>>>>> free to use any the 6,912 living languages of your choice spoken in>>>>>>>>> the world today, I'll figure the message out somehow.>>>>>>>>> Regards,>>>>>>>>> Bill Randle>>>>>>>>> commonly known as Bill.>>>>>>>>>>>>>>>>>> Encrypt or decrypt text for free on https://www.steganos.com/en/freecrypt>>>>>>>>>>>>>>>>>> http://billzweblog.blogspot.com/>>>>>>>>>>>>>>>>>> Fax Number (916) 384-4224>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->>>>>>> Aloha from Kennewick Washington almost on the Columbia River. When>>>>>>> replying, leave your current e-mail if it is different than the return>>>>>>> on this one, your snail mail address, ICQ number, cell phone number,>>>>>>> Skype number, or land line, your Jabber, Yahoo messenger, AOL, MSN,>>>>>>> Trillian messenger or smoke signals (these work best on calm days),>>>>>>> Flag messages, Morse code, Braille, or American sign. Also..... feel>>>>>>> free to use any the 6,912 living languages of your choice spoken in>>>>>>> the world today, I'll figure the message out somehow.>>>>>>> Regards,>>>>>>> Bill Randle>>>>>>> commonly known as Bill.>>>>>>>>>>>>>> Encrypt or decrypt text for free on https://www.steganos.com/en/freecrypt>>>>>>>>>>>>>> http://billzweblog.blogspot.com/>>>>>>>>>>>>>> Fax Number (916) 384-4224>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->>>>> Aloha from Kennewick Washington almost on the Columbia River. When>>>>> replying, leave your current e-mail if it is different than the return>>>>> on this one, your snail mail address, ICQ number, cell phone number,>>>>> Skype number, or land line, your Jabber, Yahoo messenger, AOL, MSN,>>>>> Trillian messenger or smoke signals (these work best on calm days),>>>>> Flag messages, Morse code, Braille, or American sign. Also..... feel>>>>> free to use any the 6,912 living languages of your choice spoken in>>>>> the world today, I'll figure the message out somehow.>>>>> Regards,>>>>> Bill Randle>>>>> commonly known as Bill.>>>>>>>>>> Encrypt or decrypt text for free on https://www.steganos.com/en/freecrypt>>>>>>>>>> http://billzweblog.blogspot.com/>>>>>>>>>> Fax Number (916) 384-4224>>>>>>>>>>>>>>>>>>>>> -->>> Aloha from Kennewick Washington almost on the Columbia River. When>>> replying, leave your current e-mail if it is different than the return>>> on this one, your snail mail address, ICQ number, cell phone number,>>> Skype number, or land line, your Jabber, Yahoo messenger, AOL, MSN,>>> Trillian messenger or smoke signals (these work best on calm days),>>> Flag messages, Morse code, Braille, or American sign. Also..... feel>>> free to use any the 6,912 living languages of your choice spoken in>>> the world today, I'll figure the message out somehow.>>> Regards,>>> Bill Randle>>> commonly known as Bill.>>>>>> Encrypt or decrypt text for free on https://www.steganos.com/en/freecrypt>>>>>> http://billzweblog.blogspot.com/>>>>>> Fax Number (916) 384-4224>>>>>>>>> --> Aloha from Kennewick Washington almost on the Columbia River. When> replying, leave your current e-mail if it is different than the return> on this one, your snail mail address, ICQ number, cell phone number,> Skype number, or land line, your Jabber, Yahoo messenger, AOL, MSN,> Trillian messenger or smoke signals (these work best on calm days),> Flag messages, Morse code, Braille, or American sign. Also..... feel> free to use any the 6,912 living languages of your choice spoken in> the world today, I'll figure the message out somehow.> Regards,> Bill Randle> commonly known as Bill.>> Encrypt or decrypt text for free on https://www.steganos.com/en/freecrypt>> http://billzweblog.blogspot.com/>> My Lynx Page> http://billrandle2006.googlepages.com/home>> Fax Number (916) 384-4224>