Read on full site | Join TechSpot! (it's free) | Bookmark / Share this



Linux Drivers

CaptPajamaShark
10-07-2007, 10:54 PM
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.

jobeard
10-08-2007, 01:37 PM
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.

Ad
10-08-2007, 01:37 PM
  

CaptPajamaShark
10-08-2007, 08:06 PM
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.

jobeard
10-08-2007, 08:17 PM
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.

CaptPajamaShark
10-09-2007, 05:52 PM
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.

Post a reply, see related topics & more

Tip: Download Advanced SystemCare 3 Free - Clean, Repair, Protect & Optimize your PC.



 Top Technology News

TechSpot Blog: Disable Windows automatic check for solutions after a program crashes

Weekend Open Forum: Google Chrome OS and the future of cloud computing

Tech Tip of the Week: Unearth Region-Specific Windows 7 Themes

Weekend tech reading: How to run Chrome OS as a virtual machine

Sony: PlayStation 3 to be 3D-capable via firmware update

iSuppli: DDR3 to account for over half of DRAM shipments by Q2 2010

Facebook named third most popular video website behind YouTube and Hulu

Patriot introduces new PS-100 SSD series

More Tech News

  
 Software Downloads

Norton Virus Definitions 2003-07 November 20, 2009

AVG Anti-Virus Updates November 20, 2009

Norton Virus Definitions 2008-09 November 20, 2009

avast! Virus Definitions November 20, 2009

McAfee SuperDAT Update 5808

Kaspersky Anti-Virus Update November 20, 2009

Google SketchUp 7.1.6087

More Downloads



Copyright © 1998-2009 TechSpot.com. TechSpot is a registered trademark. All Rights Reserved.