LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   How to install broadcom 4322 sta driver for backtrack 3? (https://www.linuxquestions.org/questions/linux-wireless-networking-41/how-to-install-broadcom-4322-sta-driver-for-backtrack-3-a-768562/)

klienes 11-11-2009 10:59 PM

How to install broadcom 4322 sta driver for backtrack 3?
 
I have downloaded the broadcom 4322 sta driver for linux from the location : http://www.broadcom.com/support/802.11/linux_sta.php

But it can not be loaded by BT3.
Firstly,i unzip the packet to the folder :/root
Code:

tar hybrid-portsrc-x86_32-v5.10.91.9.3.tar.gz
It contain two folders and one file:
Code:

/root/lib
/root/src
/root/Makefile

and then,i run:
Code:

make clean && make && make install
there is an error found,means that,the folder "/lib/modules/2.6.21.5/build" can not be found.
so i run :
Code:

touch /lib/modules/2.6.21.5/build
chmod o+s /lib/modules/2.6.21.5/build

then repeat running:
Code:

make clean && make && make install
It return :
Code:

...No rule to run target "clean".
Who can help to resolve the problem??? Help,help~~

Hangdog42 11-12-2009 07:13 AM

Quote:

and then,i run:
Please have a look at the README file that comes as part of the package you downloaded. It has detailed instructions on how to compile and install the sta driver, and what you did isn't correct.


All times are GMT -5. The time now is 03:12 PM.