Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-14-2004, 01:06 AM   #1 (permalink)
 
Newb Techie

Join Date: Mar 2004

Posts: 27

Mort

Send a message via ICQ to Mort
Default Compiling Drivers

fellow linux users, i have a question regarding compiling drivers.

I currently have fedora core 2 on my laptop and i have not yet got my modem working. the modem is: agere systems AC'97 LT chipset......i have read all over the place that there is no such driver for linux and they are currently trying to get something to work for it. SO....i went and bought me an external 56k modem to use instead. It is made by netcomm and has a USB connection. i will most likely need a driver and i have read things about having to compile drivers yourself......i know very little about compiling. i know a little about compilers (gcc) but not how to use them. So my question is: Can anyone of you out there offer any information about compiling drivers (i am aware that i need source code to even think about doing it)

Thanks for taking the time to read this
Mort is offline  
Old 07-14-2004, 03:15 AM   #2 (permalink)
 
Monster Techie

Join Date: Nov 2002

Posts: 1,368

shan

Send a message via AIM to shan
Default

usually when you need to install stuff from source, you can just load a terminal and do the following, say your driver's in /home/mine/ and the folder's name is driver1..

cd driver1
./configure
make
su
root & root password
make install

this should install it and then you should be able to go into you network config and set the phone # and user/pass you need to connect to your isp.
__________________
<center><h2><font color=\"red\">C:\\ Is the root of all evil</font></h2>
<hr width=\"50%\">
phiber@sysdum.com
spam this account, it's fun.
shan is offline  
 
Closed Thread

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 On
Pingbacks are On
Refbacks are On