Code Monkey home page Code Monkey logo

asus-pce-n53-linux's Introduction

Asus PCE-N53 linux driver for kernel 3.x

When I bought this Wireless network card it wasn't working in Ubuntu 14.10 with kernel 3.16. Then I have found patched driver here on GitHub that was tested with Fedora but I wasn't able to compile it on Ubuntu so I've decided to create this repository and provide working sources for Ubuntu users. The instructions were taken from this superuser thread. There's nothing more except for the need of having ethernet connection to install build dependencies.

Important Note

Reportedly 5 GHz is not working anymore with this patched driver as of 4.2.0-17-generic kernel. If you happen to know what's wrong or where I can find a patch for that, let me know and I'll gladly update the repo providing all the instructions so that all of us can get it to work.

How to Install

Simply clone the repository, install build dependencies, compile sources, install compiled module and use modprobe to activate it.

$ sudo apt-get update
$ sudo apt-get upgrade -y
$ sudo apt-get install build-essential linux-headers-generic linux-headers-$(uname -r) -y
$ cd ~
$ git clone https://github.com/mareksuscak/asus-pce-n53-linux.git
$ cd asus-pce-n53-linux
$ sudo make
$ sudo make install
$ sudo modprobe rt5592sta

If everything worked well you should be able to connect to the Wireless network now.

Seeing Compile Errors?

Some users have had success compiling this driver after making minor changes to the source code which normally result in a compile error.

Contributors

These are people who contributed to this project free of charge. I'm thankful and grateful for your generosity guys.

@jsuann - contributed fixes for kernel 4.15+

asus-pce-n53-linux's People

Contributors

mareksuscak avatar jsuann avatar jmrcpn 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.