Results 1 to 2 of 2

Thread: Ubuntu 12.04/Sierra Wireless USBConnect Mercury 3g modem

  1. #1
    Join Date
    May 2010
    Beans
    23

    Ubuntu 12.04/Sierra Wireless USBConnect Mercury 3g modem

    I have an older Sierra Wireless USConnect Mercury 3g modem with AT&T service which is provided for me my one of my clients. As far as I know there is no login information required for it. I got it to work under 10.04 by adding the following entry to /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi

    Code:
    229a230,239
    > 	<!--Sierra Wireless USBConnect Mercury -->
    > 	<match key="@info.parent:usb.product_id" int="0x6880">
    > 	  <match key="@info.parent:usb.interface.number" int="3">
    > 	    <match key="serial.port" int="3">
    >               <append key="modem.command_sets" type="strlist">GSM-07.07</append>
    >               <append key="modem.command_sets" type="strlist">GSM-07.05</append>
    > 	    </match>
    > 	  </match>
    > 	</match>
    >
    When I connect it to 12.04 the network manager recognizes it but wants me to provide login information which I don't have. How can I get this modem to work under 12.04 without providing login information?

    Thank You,
    Nataraj

  2. #2
    Join Date
    May 2010
    Beans
    23

    [Solved] Ubuntu 12.04/Sierra Wireless USBConnect Mercury 3g modem

    I installed the hal-info package and was then able to install the entry for my modem and get it to work.

    Nataraj

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
  •