Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mareksuscak/asus-pce-n53-linux

🤖 Asus PCE-N53 Linux Driver for Kernel versions 3.x, 4.x and 5.x
https://github.com/mareksuscak/asus-pce-n53-linux

c driver kernel ubuntu wireless-network

Last synced: 30 days ago
JSON representation

🤖 Asus PCE-N53 Linux Driver for Kernel versions 3.x, 4.x and 5.x

Awesome Lists containing this project

README

        

# Asus PCE-N53 linux driver for kernel 3.x, 4.x and 5.x

## First a little bit of a story...

When I bought Asus PCE N53 Wi-Fi network card it wasn't working in Ubuntu 14.10 with kernel 3.16. Then I found a [patched driver](https://github.com/unused/patched-Asus-PCE-N53-linux-driver) here on GitHub that had been tested with Fedora but I wasn't able to compile it on Ubuntu so I decided to create this repository and provide working sources and instructions for Ubuntu users. The instructions were compiled from [this superuser thread](http://superuser.com/questions/663190/asus-pce-n53-11n-n600-pci-e-adapter-on-3-x-kernel). You'll need a working ethernet connection to install the build dependencies.

## How to Install

Simply clone this 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
$ make
$ sudo make install
$ sudo modprobe rt5592sta
```

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

## Troubleshooting

### Seeing Compile Errors?

Some users have had success compiling this driver after [making minor changes](https://github.com/mareksuscak/asus-pce-n53-linux/issues/4#issue-215234424) to the source code which normally result in a compile error.

### If 5 GHz is not working for you

Go and [read this thread](https://github.com/mareksuscak/asus-pce-n53-linux/issues/2#issuecomment-371232918).

## Contributors

These are the wonderful people who contributed to this project, free of charge.

- [@not-in-stock](https://github.com/not-in-stock) - contributed [fixes for kernel 5.4](https://github.com/mareksuscak/asus-pce-n53-linux/pull/9)
- [@Guite](https://github.com/Guite) and [@SydCLu](https://github.com/SydCLu) - contributed an important guide to get 5 GHz to work properly
- [@awonnacott](https://github.com/awonnacott) - contributed [fixes for kernel 5.0](https://github.com/mareksuscak/asus-pce-n53-linux/pull/7)
- [@jsuann](https://github.com/jsuann) - contributed [fixes for kernel 4.15+](https://github.com/mareksuscak/asus-pce-n53-linux/pull/6)

Thank you so much y'all! We're all eternally thankful and grateful for your generosity.