一.背景 2018年5月24日,笔者的pc已经连续运转两天了,突然要使用有线网卡,却发现有线网卡无法正常工作,于是查看了一下内核日志: r8169 0000:05:00.0 eth0: link down IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready 二.解决办法 2.1.首先使用的是哪个型号的网卡呢? 在终端输入lspci,笔者输出的网卡相关信息如下: Ethernet controller: Realtek Semiconductor
Question :What is linux symbolic link In computing, a symbolic link (also symlink or soft link) is a term for any file that contains a reference to another file or directory in the form of an absolute or relative path and that affects pathname resolu
先查看自己的系统版本! [root@localhost root]# uname -a Linux localhost 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux 在2.4版本以后linux可以支持的网卡芯片已经非常的全面了,除了一些杂牌的外基本上主流与二流都给支持了.大家可以用以下命令看到系统支持的网卡芯片驱动. 第一步:查看自己的驱动模块是否存在 [root@localhost root]# ls /li