E220 hsdpa usb modem cannot install on acer aspire one running on linpus linux lite
Linux - NewbieThis 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.
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?
Distribution: Mandriva 2011 / Mageia 1 / Linux Mint 12 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,274
Rep:
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.
Distribution: Mandriva 2011 / Mageia 1 / Linux Mint 12 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,274
Rep:
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.
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.
Distribution: Mandriva 2011 / Mageia 1 / Linux Mint 12 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,274
Rep:
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.
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
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.