[Work-In-Progress] Getting Acer Aspire One (Linux Linpus Lite) to work with Verizon USB760This post acts as a "work in progress." I will post all progress I've made, with the hopes that readers fill in the blanks. Various sections will be incomplete until proper information is obtained. Think of this as a "notepad" of things I have done so far. Changes to this post will occur when new pertinent information is received. Current status: Unresolved. Skill levelThis post is geared towards beginner Linux users. Since this is my first Linux experience, instructions will be explained in the nature that I experience each issue: with vague understanding of what I am/was doing. The intention, though, is to use this post as a complete guide, once all the blanks are filled in. Requirements
GoalThe goal is to get the Verizon USB760 modem to work with the Acer Aspire One default operating system: Linux Linpus Lite. Important device informationThe following information pertains to the Verizon USB760 modem:
You will need this information when attempting to set up the modem. Overview of steps
Step 1: Enable Advanced ModeLinux Linpus Lite is already customized to meet the needs of most casual users. However, you can enable Advanced Mode if you'd like more control over the operating system. I found the following YouTube video very clear in accomplishing this objective: Step 2: Gain root accessIn order to perform updates and write new files to the system, you'll need to authenticate as root. To do so, go into Terminal (right-click on desktop, choose Terminal), and enter this command:
Type in your password that you created when setting up the Aspire One for the first time. Step 3: Remove the modem from list of connected devicesWhen you first plug in the USB760 device, it will be recognized as a mass storage device on Linux Linpus. Since it is a modem, we do not want it to appear alongside connected devices. Plug in the device, then go to terminal and type:
This should open up a text document with stuff already filled in. You want to find the line that contains "NovatelMassStorage" in it. It's near the very bottom. Next, append this text to the very end of that line:
Save, then close. Again, make sure you've already plugged in the device at least once. This should remove the modem from the list of connected devices. It should no longer show up as a storage device in your File Manager. Step 4: Add the modem device to /etc/modprobe.d/usb760In a terminal window, type in this command:
This should open a new text document which should be empty. Add this line to the top of the text document:
Step 5: Edit 10-modem.fdiIn a terminal window, type in this command:
Another blank document will open. Add this entire block of text to it: <!-- 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>
Step 6: Configure GNOME-PPPResources
Comments/Mentions
|
Editor Picks
Email NewsletterSubscribe to the digest newsletter to receive posts by email: Recent Comments
Advertisements
|




anyone figure out how to get the Acer Aspire one Limpus out of the 24 utc time mode?