Giter VIP home page Giter VIP logo

realtek-rtl8111-rtl8168's Introduction

Realtek-RTL8111-RTL8168

处理联想电脑网卡驱动问题 ubuntu18.04 LTS server

坑爹的联想电脑重启之后ifconfig -a 只有lo

  • 瞅瞅 lspci | grep -i eth 网卡还在, 型号是RTL8111/8168B
  • 去官网下载了驱动包 详见本仓库 r8168-8.047.01.tar.bz2
  • 拷贝到U盘,mount上,随便拷贝到一个文件夹解压
  • 最好sudo到root账号上, make clean modules 然后 make install 然后 depmod -a
  • make install 时候可能会报错缺少包依赖 libelf-dev(它还依赖zlib1g-dev),本仓库均已下载,拷贝之后dpkg -i 包名即可
  • 驱动安装成功后重启一下 modprobe r8168 有可能报错required key not available
  • 处理方式为联想的话开机按f2 进bios然后 进入 secure boot 关掉即可
  • lsmod |grep r8168 查看是否成功
  • ifconfig a 看看除了lo之外多出来一个enp4s0之类的就可以了
  • 配置静态ip可以用netplan 这个会默认用systemd-networkd 也支持NetworkManager

realtek-rtl8111-rtl8168's People

Contributors

mengshixing avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.