Page 1 of 2 12 LastLast
Results 1 to 10 of 71

Thread: [SOLVED] Verizon Wireless USB760

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Beans
    70

    [SOLVED] Verizon Wireless USB760

    I picked up the USB760 (Novetel) from VerizonWireless specifically because it said that it supports Linux.
    I plug it in and it doesn't pop up a notification in the applet like when I tether my samsung i760. I tried lsusb and I don't see it in there either.
    Anyone been able to get this device working on 8.10?

  2. #2
    Join Date
    Apr 2007
    Beans
    70

    Re: Verizon Wireless USB760

    I got this to work. (Thanks to some post in Fedora Forums)

    sudo gedit /etc/udev/rules.d/70-persistent-cd.rules
    find the line that contains "Novatel_Mass_Storage" and append the following to it:
    RUN+="/usr/bin/eject %k"

    save and close

    sudo gedit /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi
    Add this in there:

    <!-- Verizon USB760-->
    <match key="@info.parent:usb.vendor_id" int="0x1410">
    <match key="@info.parent:usb.product_id" int="0x6000">
    <match key="@info.parent:usb.interface.number" int="0">
    <append key="info.capabilities" type="strlist">modem</append>
    <append key="modem.command_sets" type="strlist">IS-707-A</append>
    </match>
    </match>
    </match>

    save and close

    Now plug in your card and make sure it didn't mount anything (Places -> Computer USB Drive shouldn't be mounted)
    Now left click the network applet and select 'Auto mobile broadband (CDMA) connection'
    It connect. If it doesn't make sure to go into VZAccessManager on a Windows machine and activate your USB760. VerizonWireless that works with Linux but it is on the enterprise section of www.vzam.net so call up or email VZW and ask to have it moved to the consumer downloads. They say the USB760 supports Linux on their site so be sure they provide the resources!

  3. #3
    Join Date
    Jan 2009
    Beans
    1

    Re: [SOLVED] Verizon Wireless USB760

    Just wanted to add, this is a really great solution, just make sure to put the stuff below in the USB devices section, otherwise it doesnt work.

    <!-- Verizon USB760-->
    <match key="@info.parent:usb.vendor_id" int="0x1410">
    <match key="@info.parent:usb.product_id" int="0x6000">
    <match key="@info.parent:usb.interface.number" int="0">
    <append key="info.capabilities" type="strlist">modem</append>
    <append key="modem.command_sets" type="strlist">IS-707-A</append>
    </match>
    </match>
    </match>

    Thanks!!!!

  4. #4
    Join Date
    Dec 2007
    Beans
    106

    Re: [SOLVED] Verizon Wireless USB760

    I have tried this on my eeepc 1000h. I have checked and rechecked. But when I insert the 760 it still creates a USB drive entry in places. And when I left click on NM there is no Auto mobile broadband (CDMA) connection. Any other idea?
    Best, Dave
    Laptop-EEEPC 1000H, 2GB Rm, 160GB Hd, OS: Ubuntu 9.10/XPHomeSP3
    Desktop-CPU: X6800, OCLK 3600MHz (9x / 1600 QDR), Motherboard:EVGA 680i: Ubuntu 9.10/XPProSP3

  5. #5
    Join Date
    Apr 2007
    Beans
    70

    Re: [SOLVED] Verizon Wireless USB760

    can you post the contents of your

    /etc/udev/rules.d/70-persistent-cd.rules
    and
    /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi

  6. #6
    Join Date
    Dec 2007
    Beans
    106

    Re: [SOLVED] Verizon Wireless USB760

    I figured it out! I had added the info to the end of the file. I moved it up to the USB section and it works! Is there any "verizon" login or configuration info required to be entered? Thanks for the great info... I have been scouring the web trying to figure this out for months!
    Best, Dave
    Laptop-EEEPC 1000H, 2GB Rm, 160GB Hd, OS: Ubuntu 9.10/XPHomeSP3
    Desktop-CPU: X6800, OCLK 3600MHz (9x / 1600 QDR), Motherboard:EVGA 680i: Ubuntu 9.10/XPProSP3

  7. #7
    Join Date
    Oct 2006
    Beans
    Hidden!

    Re: [SOLVED] Verizon Wireless USB760

    Quote Originally Posted by gmontag1979 View Post
    Just wanted to add, this is a really great solution, just make sure to put the stuff below in the USB devices section, otherwise it doesnt work.

    <!-- Verizon USB760-->
    <match key="@info.parent:usb.vendor_id" int="0x1410">
    <match key="@info.parent:usb.product_id" int="0x6000">
    <match key="@info.parent:usb.interface.number" int="0">
    <append key="info.capabilities" type="strlist">modem</append>
    <append key="modem.command_sets" type="strlist">IS-707-A</append>
    </match>
    </match>
    </match>

    Thanks!!!!
    What do you mean in the USB devices section??? Can someone post their file, I'm having issues getting my usb760 working on my dell mini 9 (mini9). Thanks!

  8. #8
    Join Date
    Oct 2006
    Beans
    Hidden!

    Re: [SOLVED] Verizon Wireless USB760

    ...OR maybe I'm just missing a step. So I've modified the two files as mentioned above (/etc/udev/rules.d/70-persistent-cd.rules & /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi). I insert my usb760 and I do see that a usb drive does show up under "computer" but when I double click on it, it says that it's not mounted, which is a good sign, right? I ran "lsusb" and it does show up as 1410:6000. left clicking the wireless network applet in the toolbar only shows my wireless networks. If I click on manually configure I only see three devices listed: wired, wireless, and point to point (this my bluetooth right?). Do I need to create this file "/etc/modprobe.d/usb760" as it doesn't exist on my computer? Are there any commands, files, packages, steps, or anything that I'm missing?

    Do I need this package: wvdial ?
    Last edited by gwolfman; April 14th, 2009 at 06:05 PM. Reason: Added second paragraph

  9. #9
    Join Date
    Oct 2008
    Beans
    1

    Re: [SOLVED] Verizon Wireless USB760

    I am pretty much in the same boat. I have modified all of the files stated (even created the /etc/modprobe.d/usb760 file), but still do not have the modem showing up as selectable under the network manager.

    ======================

    Ignore my above post, I upgraded to 9.04 and followed the steps from the previous poster again and it worked like a champ. I have no idea why it did not work on the last version. My only thought is that it had something to do with the Dell version that was installed. Mobile browsing is now my friend again.
    Last edited by vallanced; April 28th, 2009 at 11:20 PM.

  10. #10
    Join Date
    Nov 2009
    Beans
    1

    Re: [SOLVED] Verizon Wireless USB760

    I am running version 9.10 (the x386 binary). Having followed the instructions, and activating the account (on a mac), I can use this device fine. THANKS! A minor problem is "Novatel MMC Storage" comes up in the Computer view (though I don't see it mounted) and stays there. It won't eject but the wireless functions don't seem to care, as far as I can tell. I simply yank the USB device after I have disconnected it from the network.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •