Install the network card device record - my network card is finally normal

xiaoxiao2021-03-06  39

My machine is configured as follows:

Compaq notebook, built-in Interp VM 100 network card. The system is Redhat 7.0.

After I was on the Internet, I finally appeared when I re-installed M times, I finally appeared when I started, and I will write the configuration steps, I hope I can help everyone:

1 - Get NIC information from Windows. Interp VM 100

2 - Get Linux network driver

3 - Install the installation step by the supplied network card

A- Install Redhat Original Pack

# Mount / dev / cdrom

# Rpm -i kernel-Source-2.2.16-22.i386.rpm

# Rpm -ivh kgcc-1.1.2-40.i386.rpm

B-installation drive

# TAR XFZ E100-x.x.x.tar.gz

#CD E100-X.x.x / src /

#make install

4-rewrite the configuration file

#vi /etc/modules.conf

Finally increase one

Alias ​​Eth0 E100 (E100 is the driver of my network card)

5- Configuring your network

#NetConf

NIC 1

[X] start

(O) Manual () DHCP () bootp

IP xxx.xxx.xxx.xxx

Mask 255.255.255.0

Network equipment eth0

Core module E100

6- Modify /etc/rc.d/rc.local, and finally add one

#insmod /lib/modules/2.2.16-22/net/e100

7-execution

#insmod /lib/modules/2.2.16-22/net/e100.o

#SH /etc/lib/modules/2.2.16-22/net/e100.o

#SH /etc/rc.d/init.d/network reload

/ **************************************** /

#ifconfig

Eth0: Interp VM ..... (card information)

inet addr: xxx.xxx.xxx.xxx ....

Reboot machine, Ula, launching Eth0. Finally succeeded.

I am a programmer, I don't know hardware, thank you for your enthusiastic master!!!

转载请注明原文地址:https://www.9cbs.com/read-77003.html

New Post(0)