GithubHelp home page GithubHelp logo

rtl8822bu's Introduction

RTL8822BU

About

This repository contains drivers for the RTL8822BU chipset, updated to be used on a Raspberry Pi, and modified mainly to be less verbose on the kernel messages side of things.

It is based off of the Edimax EW-7822ULC driver, version 1.0.1.6, which in turn seems to be based on Realtek's 88x2BU driver version 5.3.1. The Edimax driver was downloaded from https://www.edimax.com/edimax/mw/cufiles/files/download/Driver_Utility/EW-7822ULC_Linux_Driver_1.0.1.6.zip

It comes with support for the Bluetooth component, but the EW-7822ULC does not seem to support it, so it's disabled by default. You can set CONFIG_BT_COEXIST to y to flip it back on.

If you want to compile this on x86, edit the Makefile and set CONFIG_PLATFORM_I386_PC to y and CONFIG_PLATFORM_ARM_GENERIC to n

DKMS stuff was gleaned from https://github.com/diederikdehaas/rtl8812AU/

Installation

Using DKMS

DKMS will make sure the driver is recompiled with each new kernel version that gets installed and is the least effort over all.

There is a simple make target to configure DKMS with the driver source, build it, and install it:

sudo make dkms-install

Without DKMS

Simply run the following commands:

make
sudo make install

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.