Giter Site home page Giter Site logo

rtl8812au's Introduction

AWUS036AC-linux

Provides support for Jetson Nano

AWUS036AC Ubuntu linux driver.

This driver comes from Alfa Network: AWUS036AC driver

Some fixes was needed to get driver working on Ubuntu:

  • file_path is now an exported symbol, there will be an error for redefinition: redeclared as different kind of symbol.
  • Avoid using strnicmp, since that's not in the c standard. Quick hack was to put a #define strnicmp strncasecmp in rtw_android.c file.
  • Recent GCCs error if the build is non-reproducible because of using the date or time macros. In the driver directory, add the following to the Makefile: EXTRA_CFLAGS += -Wno-error=date-time
  • On upgrading to Ubuntu 16.04, with its 4.4 kernel, there was an additional change. In the driver directory, in rtw_debug.h, there are a couple errors because seq_printf is void, not int. So, there are two places where you’ll need to get rid of the if surrounding use of _seqdump, which is on lines 232 and 242.

The driver should compile out-of-the-box on Ubuntu.

For more informations you can go on : http://feiraspromove.com.br/posts/2015-12-08-Alfa-awus036ac.html

To install the driver:

sudo ./install.sh

To compile on Jetson-Nano

CONFIG_PLATFORM_ARM_JET_NANO = y
CONFIG_PLATFORM_I386_PC = n

To test

sudo insmod 8812au.ko

rtl8812au's People

Contributors

adonespitogo avatar keshavchintamani avatar lion24 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rtl8812au's Issues

What is the difference...

Hi,
Quick question, what is the difference between this driver and the ones provided by Ubuntu: rtl8812au-dkms ?

Thanks!

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.