Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

installing drivers on debian 3

Status
Not open for further replies.

Midiean

IS-IT--Management
Jul 18, 2001
112
US
I've run across a hitch installing debian. NIC drivers aren't installed on the initial setup. I have never had any problems during setup of other linux distros when it comes to hardware. is there a readme that someone knows of to walk me through driver setup procedures on debian.

The card is compatible with linux and i have already downloaded the drivers for it. Just need assistance with the setup.

Thanks
 
apt-cache search [your nic]

will show you the drivers that are available (and anything else) matching your nic.

apt-get install [package]

will install the drivers and enable the nic

This procedure is standard Debian for every application/module you'll need, read up on apt-get!

D.E.R. Management - IT Project Management Consulting
 
The driver i am trying to install is a source file. When i attempt to compile the source rpm to a rpm, i get the following error:

Makefile:46: *** Linux kernel source tree not found. Stop.
error: Bad exit status from /var/tmp/rpm-tmp.15630 (%build)

Any one have any ideas what i might be doing wrong?

btw, this is a 3com 3c996b-t card and the drivers are off of 3Coms site.
 
the issue is for this driver is the kernel only 2.2. I'm attempting to update the kernel to 2.4. if anyone has any suggestions, they are welcomed greatly

Thanks
 
does "apt-cache search 3c996b" yield any results?

I would be HIGHLY surprised to NOT see a 3COM card in Debian's apt packages! Ignore the source driver from vendor for a moment and try to work with what the distribution offers!

D.E.R. Management - IT Project Management Consulting
 
unfortunately not. it is a gig e card and i'm not sure about the support for that card on linux yet
 
Um, well. OK, try a couple of other attempts on that card's substrings to see if it's called anything else...

Googling yields:

A possible reference to the driver as "Tigon3" here:

And a similar cry for help responded to elsewhere:


Good luck!


D.E.R. Management - IT Project Management Consulting
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top