Forum Moderators: bakedjake
I am trying to get my NIC card driver intalled and I have no Idea how to do it.
Heres my setup:
I have a Dell SC420 with a Broadcom gigabit nic in it.
I am running Fedora Core 2
I downloaded the driver from Broadcom.com, burned it, and I can view the files from the cd-rom drive on my linux box.
I have no Idea how to install the driver.
Can anyone help out a "newbie"?
(Please provide simple step by step instructions, remember I KNOW NOTHING about Linux commands yet)
Thank you!
You downloaded a .ZIP file from Broadcom.
In the extracted archive, there is a little file that will help you out quite a lot.
Look for and read the "Readme.txt" file.
It's all in there.
rpm -ivh something.rpm tar -xzvf something.tar.gz cd something ./configure make su root make install As a note for future installations ... always read the readme file. It just might save your system, one day, and it will definitely make life easier for you as you learn. Have fun!