Home > Article > Operation and Maintenance > Linux does not recognize the network card
1. Check the hardware
# lspci
2. Load the driver (free learning video sharing: linux video tutorial)
# cd /lib/modules/设备名称(唯一)/kernel/drivers/ net
# insmod 驱动名称
3, setup configuration
4, cp /etc/sysconfig/networking/devices/ifcfg-eth0 /etc/sysconfig/network-script
5, service network restart
Recommended related tutorials: linux tutorial
The above is the detailed content of Linux does not recognize the network card. For more information, please follow other related articles on the PHP Chinese website!