Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
01-04-2009, 10:16 AM
|
#1
|
|
LQ Newbie
Registered: Sep 2008
Posts: 13
Rep:
|
E220 hsdpa usb modem cannot install on acer aspire one running on linpus linux lite
I am totally new to linux. How do I install huawei e220 usb modem on acer aspire one. Pls advise with the most simplified steps.
|
|
|
|
01-04-2009, 10:23 AM
|
#2
|
|
Senior Member
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 3 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,288
|
Please provide info on what steps you have taken (if any) already.
|
|
|
|
01-04-2009, 10:44 AM
|
#3
|
|
LQ Newbie
Registered: Sep 2008
Posts: 13
Original Poster
Rep:
|
when I connect the usb modem, acer aspire detected the removable disk (mobile partner and some files one of which is autorun.exe. How shd I exe this file?
|
|
|
|
01-04-2009, 10:58 AM
|
#4
|
|
Senior Member
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 3 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,288
|
Running that exe will do you no good (unless your acer has xp on it) what we need to determine is what kernel version you are running. If you don't know how to find that information from the desktop do the following:
Click My Documents, under the Files Tab Select File--> Terminal. Now type: uname -r and post the result to this thread.
|
|
|
|
01-04-2009, 11:12 AM
|
#5
|
|
LQ Newbie
Registered: Sep 2008
Posts: 13
Original Poster
Rep:
|
2.6.23.9lw
wat to I do next? thx
|
|
|
|
01-04-2009, 11:20 AM
|
#6
|
|
Guru
Registered: May 2003
Location: London, UK
Distribution: Ubuntu 10.04, mostly
Posts: 6,002
|
Put the following into your favourite INTERNET SEARCH ENGINE
acer aspire one E220 linux
Click "Search"
Follow the instructions 
|
|
|
|
01-04-2009, 11:27 AM
|
#7
|
|
Senior Member
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 3 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,288
|
The kernel version you are running should already support that modem. We need to check for the presence of two files, make sure the modem is plugged into the usb before continuing. In terminal type: ls -ls /dev the listing may be quite long. Use the scroll bar to the right and look for these two files: ttyUSB0 & ttyUSB1. Then type: lsusb an post that output here to this thread.
|
|
|
|
01-04-2009, 11:34 AM
|
#8
|
|
LQ Newbie
Registered: Sep 2008
Posts: 13
Original Poster
Rep:
|
found the 2 files mentioned, wats next, thx
|
|
|
|
01-04-2009, 11:38 AM
|
#9
|
|
LQ Newbie
Registered: Sep 2008
Posts: 13
Original Poster
Rep:
|
I see 8 lines, 2 of which shown below
bus 003 device 002: ID 04fc:0005 Sunplus Tech Co, Ltd
bus 001 device 002: id 064e:d101 acer crystal eye webcam
|
|
|
|
01-04-2009, 11:43 AM
|
#10
|
|
Senior Member
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 3 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,288
|
It would seem you need to also download a GNU/Linux driver from vodafone, see here: http://uberhack.net/2008/08/27/acer-...0-hdspa-modem/
|
|
|
|
01-04-2009, 12:08 PM
|
#11
|
|
LQ Newbie
Registered: Sep 2008
Posts: 13
Original Poster
Rep:
|
I've downloaded the driver and is now saved in my disk:///downloads, how do I perform the following steps in terminal-
Change directory to Download
Install driver by typing
sudo -sf vodafone-mobile-connect-card-driver-for-linux-2.0.beta3-ALL-i386-installer.run
When installer prompts for valid users type
root user
Restart computer and plug in the HDSPA modem
Start the program (ALT+F2 -> vodafone-mobile-connect-card-driver-for-linux)
Presto.
|
|
|
|
01-04-2009, 12:15 PM
|
#12
|
|
Senior Member
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 3 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,288
|
Type: cd downloads press enter
Now type: chmod +x vodafone-mobile-connect-card-driver-for-linux-2.0.beta3-ALL-i386-installer.run and press enter (this is to make the file executable)
Now type: sudo -sf vodafone-mobile-connect-card-driver-for-linux-2.0.beta3-ALL-i386-installer.run (this will start the install) and press enter.
Then follow the rest of the instructions.
|
|
|
|
01-04-2009, 12:36 PM
|
#13
|
|
LQ Newbie
Registered: Sep 2008
Posts: 13
Original Poster
Rep:
|
sorry, at terminal [user@localhost ]$, i cld not cd to downloads "no such file or directory". From File Manager view, I cld see the driver stored in downloads folder
|
|
|
|
01-04-2009, 12:44 PM
|
#14
|
|
Senior Member
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 3 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,288
|
Type ls at the terminal and post the output here.
|
|
|
|
01-04-2009, 12:47 PM
|
#15
|
|
LQ Newbie
Registered: Sep 2008
Posts: 13
Original Poster
Rep:
|
shown -
desktop documents downloads music pictures singtel videos
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:47 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|