How to solve the problem that linux does not recognize the network card
How to solve the problem that linux does not recognize the network card? I believe there are many people do not understand, today, in order to let you know more about linux, so give you a summary of the following content, let's look down together.
1. View the hardware
# lspci
2. Load driver
# cd / lib/modules/ device name (unique) / kernel/drivers/ net# insmod driver name
3. Setup configuration
4 、 cp / etc/sysconfig/networking/devices/ifcfg-eth0 / etc/sysconfig/network-script
5 、 service network restart
On the linux does not identify how to solve the network card to share here, I hope that the above content can have a certain reference value for everyone, you can learn to apply. If you like this article, you might as well share it for more people to see.