Changes between Version 1 and Version 2 of Internal/UbiquitiDrivers


Ignore:
Timestamp:
Oct 22, 2008, 6:27:44 PM (16 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/UbiquitiDrivers

    v1 v2  
    1010
    1111I'm going to try to proceed with the installation of the drivers as follows
    12  get madwifi to compile but don't install
    13  patch madwifi driver and compile again
    14  Install patched modules
     12 * get madwifi to compile but don't install
     13 * patch madwifi driver and compile again
     14 * Install patched modules
    1515
    1616I'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-essential
    18  linux-headers-$(uname -r)
     17 * build-essential
     18 * linux-headers-$(uname -r)
    1919
    2020Once these are installed, I downloaded the madwifi latest version (I picked the latest arbitrarily, as the ubiquiti documentation didn't specify a compatible version. )
     
    3333=== 10/22/08 ===
    3434
     35I 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
     37I 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.