Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Other Distributions > Xandros Help > EEEPC + modem

Forgot Password?
 Xandros Help   For Help and discussions related to Xandros

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 01-05-2008   #1 (permalink)
Just Joined!
 
Join Date: Jan 2008
Posts: 1
EEEPC + modem

I just bought an EEEPC 4g and I am trying to install a Zoom USB external modem. I need this for travel. I have never even seen Linux until now. The modem gives me 3 choice for setup. I need to run from the command prompt which I know is ctr+alt+t. The choices are .rpm, .deb and .tar. I assume it is debian (?). If so it says type sudo press enter then at prompt enter super user password. Where can I find it?. Then it says for .deb enter dpkg -i dgcmodem_i386.deb then at the prompt ent the Linux source build directiory that matches your kernel. BTW the eeepc uses linux/xandros os. How do I know what kernel ??? If necessary, run dgconfig to complete the installation. I don't know what that will do since I haven't gotten thru the 2nd step.
I would appreciate any help you can give.
67corvette is offline  


Reply With Quote
Old 01-18-2008   #2 (permalink)
Just Joined!
 
Join Date: Nov 2006
Posts: 2
The kernel sources are available from the Asus website (go to asus website, downloads page, select your model of eeepc, find source code , download kernel source), you'll need to install them which will be a few more steps:

download the kernel source to a folder on your eeepc, then open a terminal, navigate to the folder you downloaded to (for example)
Code:
cd /home/eeepc/Desktop
extract the .rar file:
Code:
unrar e Linux_Kernel_071127.rar
install the source package - there is no root password on the default eeepc Xandros, "sudo <command>" will run <command> as root without requiring any password, so here type:
Code:
sudo dpkg -i linux-source-2.6.21.4-eeepc_5_all.deb
This installs another zipped file in /usr/src so we need to move to this folder:
Code:
cd /usr/src
extract this file
Code:
sudo tar -xjf linux-source-2.6.21.4-eeepc.tar.bz2
and for good measure, while we're here we'll create a standard link that other source based installs might need in future:
Code:
sudo ln -s linux-source-2.6.21.4-eeepc linux
Now we're ready to run the rest of your instructions, so you need to "cd" back to the folder your driver package is in and carry on... Again, we don't need a sudo password:
Code:
sudo dpkg -i dgcmodem_i386.deb
When (if) prompted you should enter the location of the link we made:
Code:
/usr/src/linux
or if that doesnt work, try just:
Code:
/usr/src
and you should be back on your way!

It sounds like you're doing OK for a first timer - stick with it, you'll soon pick it up and find it very rewarding A better place for you to be might be in the eeeuser forums. Good Luck!
CheShA is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 01:30 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2