Git Product home page Git Product logo

orangepi-lite-rtl8189ftv's Introduction

OrangePi-Lite-RTL8189FTV

OrangePi-Lite

适用于 Orange Pi Lite 的 Wi-Fi 驱动包 (RTL8189FTV)。

使用

有两种方法可完成安装与使用。

通过包管理器安装

对于一切系统文件,应尽可能使用包管理器进行管理。因此本仓库提供了适用于 Arch Linux ARM 的驱动包 (其它发行版请自行打包)。

  1. 下载对应版本的驱动包

  2. 安装驱动包

    • pacman -U 8189fs-git-内核版本号-armv7h.pkg.tar.xz

注:

由于每次升级内核后需重新编译一次驱动,为方便管理和识别旧驱动,驱动包的版本号将与 linux-armv7 内核包的版本号同步。

通过源码编译安装

如果想更细粒度定制驱动,可通过编译进行安装。

  1. git clone --depth=1 --recurse-submodules [email protected]:kitty-panics/OrangePi-Lite-RTL8189FTV.git
  2. cd OrangePi-Lite-RTL8189FTV/source/rtl8189ES_linux
  3. git checkout rtl8189fs
  4. 根据自己的需求修改代码
  5. make ARCH=arm KSRC="/usr/lib/modules/$(uname -r)/build/"
  6. gzip -9 8189fs.ko

注:

编译需安装 linux-armv7-headers 软件包。

orangepi-lite-rtl8189ftv's People

Contributors

kitty-panics avatar

Stargazers

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