Jump to Content
Jump to Navigation

Rolling in Internets

Well, it finally happened. I caved. I bought Internets everywhere with a Sprint plan and the Novatel USB727 doohickey. Bonus points to Novatel for packing a GPS and a EVDO rev A modem into such a small package and providing working Linux instructions involving only standard kernel serial drivers!

Novatel USB727

My critique of the instructions is also a strength: they’re looong, repeated several times for various distributions, but also totally idiot-proofed. At the very end, the steps to quickly get the modem dialing from the command line are presented.

Instruction for using the Sprint U727 in Linux, (and very likely the Verizon USB727, too). Here’s what works for me:

  • First, add this line to /etc/modprobe.conf:options usbserial vendor=0×1410 product=0×4100
  • Create /etc/wvdial.conf with these contents:

    [Dialer Defaults]
    Modem = /dev/ttyUSB0
    Baud = 460800
    Init1 = ATZ
    Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    ISDN = 0
    Modem Type = USB Modem
    Phone = #777
    Username = ''
    Password = ''
    Carrier Check = no
    Stupid Mode = yes
  • Then, each time you want to use the modem:
  1.  Insert the USB modem.
  2. Wait for the device to be recognized as a cdrom.
  3. eject /dev/cdrom(since I don’t have any other cdrom - you might need to eject /dev/cdrom1 or something)
  4. Wait a beat.
  5. wvdial
  6. route add default ppp0

2 Responses to “Rolling in Internets”

  1. Michael Says:

    Can you tell me how make the usb storage device works as a CDROM?
    I’m work on linux 2.4.30, if I just make the device as a usb mass storssage,it works ok,
    I want it works as a CD, I have modified the SCSI command in the gadget,but it can’t be read by host.

  2. SodaBrew Says:

    You rewrote the device identification bits so that the system believes that the memory card reader is actually a cdrom? Neat. They’re do both use usb mass storage protocol, after all. Are you just doing this to make it read-only? If so, I neither know what you need to change nor do I have any use for this hack myself. But good luck!


Leave me your comments

Enter Your Details:


You may write the following basic XHTML Strict in your comments:
<a href="" title=""></a> <acronym title=""></acronym> <abbr title=""></abbr> <dfn title=""></dfn> <q></q>
<blockquote cite=""></blockquote> <cite></cite> <code></code> <kbd></kbd> <strong></strong> <em></em>

  • Your mature and responsible replies are greatly appreciated by all. Thank you.
Enter Your Comments: