asus-pce-n53-linux
asus-pce-n53-linux copied to clipboard
🤖 Asus PCE-N53 Linux Driver for Kernel versions 3.x, 4.x and 5.x
Hey there, recently have tried to test it on Debian 10 machine and i had the same problem like @not-in-stock encountered a while back ( #10 ). Driver is working...
as of 4.2.0-17-generic. Not sure if you still keep this up-to-date, but it may be time to get another wireless card...
``` $ 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 $...
I'm encountering an issue with the driver. The network interface is disabled on startup and it seems that changing `/etc/network/interfaces` doesn't do much. ___ So in order to have interface...
It's pretty odd to have pages and pages filling the kernel log. Is there a way to limit this?
I use this wifi card, and it works so far for me with these changes I do not know how backwards compatible these changes are
When I do 'make', the following error occurred: ``` asus-pce-n53-linux/include/os/rt_linux.h:286:9: error: unknown type name ‘mm_segment_t’ 286 | mm_segment_t fs; | ^~~~~~~~~~~~ ```