Fedora Linux Support Community & Resources Center
Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Networking

Networking Networking with Fedora such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2008-12-09, 01:25 PM CST
jamiebernstein Offline
Registered User
 
Join Date: Dec 2008
Posts: 6
Novatel USB760

I'm trying to get my Verizon Novatel USB760 modem working with Fedora 10. The system recognizes the device as a storage device, but Network Manager does not see it as a modem.

In dmesg I see the devices correctly detected as a Novatel Wireless CDMA product. What do I need to do to get this recognized by NetworkManager?
Reply With Quote
  #2  
Old 2008-12-10, 01:56 PM CST
jamiebernstein Offline
Registered User
 
Join Date: Dec 2008
Posts: 6
A little progress:

Added the device to /etc/modprobe.d/usb760:
options usbserial vendor=0x1410 product=0x6000

Also, found a post suggesting editing /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi with the following:
<!-- Verizon USB760-->
<match key="@info.parent:usb.vendor_id" int="0x1410">
<match key="@info.parent:usb.product_id" int="0x6000">
<append key="info.capabilities" type="strlist">modem</append>
<append key="modem.command_sets" type="strlist">IS-707-A</append>
</match>
</match>

Now the modem is detected and seen by NetworkManager as a mobile broadband device. A few problems remain:
- When modprobe picks up the device, it creates four usbserial devices (ttyUSB0 - 3)
- NetworkManager lists the device four times
- It is necessary to eject /dev/cdrom after inserting the modem, before it is detected (because there is also storage on the modem, Linux first recognizes it as a cdrom-type device)
Reply With Quote
  #3  
Old 2008-12-23, 12:38 PM CST
drh Offline
Registered User
 
Join Date: Dec 2008
Posts: 2
Usb760

Hi,

I just purchased the USB760 and am starting to set it up on my linux machines. Your posts helped me get a manual approach to work. When I get back in town after Christmas, I'll work on getting it to work with the NetworkManager (hopefully, someone will post the correct settings by then).

Some notes:

added a match to interface 0 in the hal script. Afterwards, NetworkManager shows only the one modem device. Heres the complete section:

<!-- USB 760 -->
<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="modem.command_sets" type="strlist">IS-707-A</append>
<!-- <append key="modem.command_sets" type="strlist">GSM-07.07</append> -->
</match>
</match>
</match>


Note: I tried both the IS-707-A and GSM-07.07 modem command sets. Both worked. I'm not sure which one to go with.

With this change (and setting the usbserial options) and after eject /dev/sr1 (the cdrom interface of the modem on my machine), I was able to connect to the internet by running pppd and setting the default route. That actual commands were:

sudo eject /dev/sr1
sudo pppd call 1xevdo
# get the IP, XXX.XXX.XXX.XXX from /var/log/messages
route add default gw XXX.XXX.XXX.XXX

# to disconnect used:
poff

The scripts 1xevdo and 1xevdo_chat were on my machine from testing a usb modem last year. I think they came from http://www.linux.com/feature/52729?theme=print. I made changes to the scripts when I was testing the old modem, but they also worked for this one. I'm attaching the two script in case anyone wants to use them for a reference (if the attachment worked, I don't see it on the preview). In the long run, I would prefer to get the correct settings into NetworkManager.

Doug
Reply With Quote
  #4  
Old 2008-12-23, 03:57 PM CST
jamiebernstein Offline
Registered User
 
Join Date: Dec 2008
Posts: 6
Thanks Doug. I was missing the interface statement in modem.fdi. That did solve the issue of the device being listed multiple times. I also disabled autorun in Gnome, so I no longer get the popup about the Verizon software being available to run.

So the only outstanding issue is how to get the modem recognized as a modem rather then a storage device (until it is ejected) or at least recognized as both storage and modem at the same time. I'm still working on that problem.
Reply With Quote
  #5  
Old 2008-12-24, 08:27 PM CST
jamiebernstein Offline
Registered User
 
Join Date: Dec 2008
Posts: 6
The following combination of steps - with advice derived from several different how-to's - seems to be an effective workaround for various problems I've been having with the Novatel USB760 modem.

The problems were: Verizon software attempting to autorun when the modem is inserted; having to eject /dev/cdrom in order for the modem to be recognized; and the connection being listed multiple times by NetworkManager.

- Disable autorun in Gnome: (why autorun a Windows executable anyway?)
- System menu, preferences, personal, file management
- In the 'Media' tab under 'Media Handling',
change 'Software' option to 'do nothing'

- Edit /etc/udev/rules.d/70-persistent-cd.rules
- append the following to the lines related to the mass storage device slash modem:
RUN+="/usr/bin/eject %k"
note: The rule entries are generated by udev when the modem is seen for the first time; insert the modem at least once before doing this step.

- Add the following to /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi
<!-- 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>
Reply With Quote
  #6  
Old 2008-12-29, 01:38 PM CST
drh Offline
Registered User
 
Join Date: Dec 2008
Posts: 2
The udev rule to eject the cdrom interface of the modem works well.

Thanks,

Doug
Reply With Quote
  #7  
Old 2009-05-31, 10:20 AM CDT
berrysval Offline
Registered User
 
Join Date: May 2009
Posts: 8
Did anyone ever come up with a set of steps that are foolproof for making this device work properly under fedora 10. I'm having a very similar problem and need some help figuring it out. See my post http://forums.fedoraforum.org/showth...=1#post1219577
Reply With Quote
Reply

Tags
novatel, ttyusb, u760, usb760, verizon

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Verizon Novatel USB 720 disconnect problem szilagyic Networking 0 2009-09-10 11:46 AM CDT
Novatel U760 USB Internet stick nickd63 Networking 3 2009-09-05 04:49 PM CDT
Novatel Verizon card gurutech Alpha, Beta & Snapshots Discussions (Fedora 10 Only) 1 2008-11-17 05:40 PM CST
How to access Novatel EU860D erroneus Hardware 0 2008-01-02 02:39 PM CST
Sprint Novatel U270 USB modem on Fedora? joeam2 Hardware 1 2007-04-09 09:57 PM CDT

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 08:04 PM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
Hosting provided by ThePlanet



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
Thanks to NLP-er you can enjoy automatic translations (vBET)