Linux does not recognize the network card

王林
Release: 2020-02-14 14:55:49
Original
5413 people have browsed it

Linux does not recognize the network card

1. Check the hardware

# lspci
Copy after login

2. Load the driver (free learning video sharing:linux video tutorial)

# cd /lib/modules/设备名称(唯一)/kernel/drivers/ net
Copy after login
# insmod 驱动名称
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!