Changes between Version 1 and Version 2 of Internal/UbiquitiDrivers
- Timestamp:
- Oct 22, 2008, 6:27:44 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/UbiquitiDrivers
v1 v2 10 10 11 11 I'm going to try to proceed with the installation of the drivers as follows 12 get madwifi to compile but don't install13 patch madwifi driver and compile again14 Install patched modules12 * get madwifi to compile but don't install 13 * patch madwifi driver and compile again 14 * Install patched modules 15 15 16 16 I've consulted the madwifi documentation ( @ www.madwifi.org), specfically the 'First Time User' HOWTO. It says for debian derived distributions (like ubuntu) I need to install these packages: 17 build-essential18 linux-headers-$(uname -r)17 * build-essential 18 * linux-headers-$(uname -r) 19 19 20 20 Once these are installed, I downloaded the madwifi latest version (I picked the latest arbitrarily, as the ubiquiti documentation didn't specify a compatible version. ) … … 33 33 === 10/22/08 === 34 34 35 I checked the requirements and it looks like all of them are met. I'm going to assume the running kernel is configured with the necessary options other wise the previous version of madwifi would have had a problem. 36 37 I discovered the build problems section of the madwifi documentation list this error first (http://madwifi.org/wiki/UserDocs/BuildProblems). Unfortunately the thing they claim is a problem issn't. They said a certain symbolic link was missing, but I checked and the link was there. There is also some rambiling about trying to complie the kernel. Running make on the kernel source tree also fails in a grand fashion.