I recently set up Ubuntu 12.04 and, to no one’s surprise, the wireless was being touchy. I have an ASUS PCE-N53 N600 wireless adapter, and was able to figure it out after a bit of pain.
Prerequisites
You need make
, gcc
, build-essentials
, linux-headers-generic
, and maybe g++
.
Installing the driver
Run the following code:
This will:
- Download the driver and unzip
- Untar the insides (yummy)
- Download a patch for the driver and patch it
- Recompile and install the driver
- Activate the wireless adapter
If the make
command fails, that’s okay, just run the rest of the commands and it should work!