Hardware Troubleshooting in Linux > Other Devices

Problem with new NIC card

(1/1)

jayakrishnan:
Hi

I bought a new NIC card, but unfortunately Redhat 8.0 doesn't have support fot the card, but i downloaded the required driver from the net, now how do i go abt installing the driver so that i can use the new NIC card

thanks & regards
jayakrishnan :roll:

neo:
the driver may be in an rpm format or a .tar format
if it is in the .rpm format use the command by loging in root

--- Code: --- rpm -ivh <driver>
--- End code ---
this will install the driver
use the man pages for more details

if it is in a .tar format extract it and then u may have to compile it, then install it as root. read also the doc section in the directory.

jayakrishnan:
:shock:

Is it so easy to install a driver in linux.

hmmm,

i thought u had u create a module and the install that module using some command(insmod etc)

 :?:

neo:
when u install a driver using the rpm's, they generally have a setup file ( for eg. when i install my modem it had a setup file.). it creates all the req entries in /dev and also adds it in modules.conf
all the installation details will be in the documentation, under the coulmn installation.

jayakrishnan:
Hi

oh ok thanks  :D

Navigation

[0] Message Index

Go to full version