| 40 |
|
|
| 41 |
$ cd /usr/src |
$ cd /usr/src |
| 42 |
$ tar jxvf madwifi-ng.tar.bz2 |
$ tar jxvf madwifi-ng.tar.bz2 |
| 43 |
$ cd linux-$VER |
$ cd linux-$KVERS |
| 44 |
$ make-kpkg --added-modules madwifi-ng modules |
$ make-kpkg --added-modules madwifi-ng modules |
| 45 |
|
|
| 46 |
Where $VER is the exact version string of the kernel you want to build madwifi-ng |
Where $KVERS is the exact version string of the kernel you want to build madwifi-ng |
| 47 |
for. A madwifi-ng-modules package will be built against the kernel source version |
for. A madwifi-ng-modules package will be built against the kernel source version |
| 48 |
specified. Look at the output for where the madwifi-ng-modules package is located. |
specified. Look at the output for where the madwifi-ng-modules package is located. |
| 49 |
Then use dpkg to install the package by hand, eg:- |
Then use dpkg to install the package by hand, eg:- |
| 50 |
|
|
| 51 |
$ dpkg -i /usr/src/madwifi-ng-modules-<VERSION>.deb |
$ dpkg -i /usr/src/madwifi-ng-modules-$KVERS.deb |
| 52 |
|
|
| 53 |
|
|
| 54 |
3. Documentation |
3. Documentation |
| 56 |
|
|
| 57 |
The 'madwifi-doc' package contains the madwifi users-guide, a comprhensive |
The 'madwifi-doc' package contains the madwifi users-guide, a comprhensive |
| 58 |
document containing all infomation pertaining to the administration of the |
document containing all infomation pertaining to the administration of the |
| 59 |
kernel modules and userspace tools. |
madwifi kernel modules and userspace tools. |
| 60 |
|
|
| 61 |
The madwifi-doc packages installs the document to:- |
The madwifi-doc packages installs the document to:- |
| 62 |
|
|