Git Product home page Git Product logo

rtl8169-linux-network-driver's Introduction

Realtek RTL8169 Ethernet Driver for Linux

This repository contains my implementation of Linux driver for RTL8169SC Ethernet controller.
Overview:

  • Uses PCI
  • DMA support
  • MMIO based
  • Works in Gigabit Ethernet mode
  • Tested on x86-64 machine

lspci output: output of lspci
The RTL8169 network card: picture of RTL8169

Using the driver

The following steps show how to build and use the driver on target system:

  • Unload the driver provided by the kernel: sudo rmmod r8169
  • Run make in the cloned repository to build the kernel module
  • Load the module: sudo insmod rtl8169.ko

Required packages: linux-headers, build-essential

rtl8169-linux-network-driver's People

Contributors

mrutkowski2904 avatar

Stargazers

jiaoyihao avatar Kevin James O'Dea avatar Michal Dunajski avatar zhangjh avatar  avatar

Watchers

James Cloos avatar  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.