also @ TechSpot: Nortel's internal network "owned" by hackers for almost a decade
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.

Go Back   TechSpot OpenBoards > Software > The Alternative OS

Download Now:

Linux Drivers

Thread Tools Search this Thread
  #1  
Old 10-07-2007
CaptPajamaShark's Avatar
TechSpot Member
 
Member since: Jul 2007, 30 posts
Linux Drivers

I have a comp running Fedora 7. I needed a new driver for my wireless card, but after making the file I do not know where it went or how to install it. I am new at Linux and would appreciate some help.
  #2  
Old 10-08-2007
jobeard's Avatar
TechSpot Ambassador
 
Location: Southern Calif.
Member since: Apr 2005, 10,835 posts
once the code has been downloaded, a typical Linux install looks like:

mkdir $xxx
cp $somepackage $xxx/
cd xxx
./configure
make
make install
where $xxx is the directory you wish to build and install products in.
  #3  
Old 10-08-2007
CaptPajamaShark's Avatar
TechSpot Member
 
Member since: Jul 2007, 30 posts
I'm a bit of a linux newb and I'd like to know if it matters where I make it too...or what? If so where should I make a driver?

Also is "somepackage" where the makefiles are located?

Help would be appreciated.

Thanks in advance.
  #4  
Old 10-08-2007
jobeard's Avatar
TechSpot Ambassador
 
Location: Southern Calif.
Member since: Apr 2005, 10,835 posts
First, you will need root access to perform the last step.

Developers typically create a directory for new coding projects, eg
cd ~
mkdir dev
each project goes into its own directory
cd dev
mkdir somepackage
cd somepackage and the code is written (or in your case downloaded) in this directory.
All the steps are performed here (like expanding the tar.gz and make)

the last step is to su root while still located here and then perform
make install
when done, issue exit to terminate the root shell and return to
your nomal login.
  #5  
Old 10-09-2007
CaptPajamaShark's Avatar
TechSpot Member
 
Member since: Jul 2007, 30 posts
Thank you, I now have my Atheros wireless card in the system menu.

But I still have another problem. When I boot up during the details it says "determining IP for eth0...failure check cable?"

Unfortunatly it is a wireless card and there is no cable.

If it matters I am using a Linksys wireless router for the other end of the connection.
Closed Thread

Similar Topics
Topic Replies Forum
Drivers for linux (kubuntu 8.10) 2 Device Drivers
Help on Nvidia drivers, Compiz Fusion for Linux 8.04 5 The Alternative OS
Installing Linux display drivers 8 The Alternative OS
Nvidia Linux Drivers for Athlon64 1 General Discussion
nVidia Linux drivers 3 The Alternative OS

Thread Tools Search this Thread
Search this Thread:

Advanced Search
All times are GMT -4. The time now is 12:59 PM.