ri-hi
I have done so:
sudo apt-get install libgcrypt11-dev python-m2crypto libnl1 libnl-dev
******Download and install regdb:
******Code:
cd ~
mkdir custom-rdb && cd custom-rdb
wget http://wireless.kernel.org/download/....11.24.tar.bz2
tar -xvjf wireless-regdb-2010.11.24.tar.bz2
cd wireless-regdb-2010.11.24
********Now edit db.txt and place this info on the bottom of the file:
********Quote:
country XX:
(2402 - 2494 @ 40), (N/A, 35)
(4910 - 5835 @ 40), (N/A, 35)
*******save and compile:
*******Code:
make
*********become root:
*********Code:
sudo -s ****no-need for backtrack*****
************backup and copy the new regulatory.bin
************Code:
cp /usr/lib/crda/regulatory.bin /usr/lib/crda/regulatory.bin.bak
cp regulatory.bin /usr/lib/crda/
**************Download crda:
**************Code:
cd ~/custom-rdb
wget http://wireless.kernel.org/download/...-1.1.1.tar.bz2
tar -xvjf crda-1.1.1.tar.bz2
cd crda-1.1.1
***********copy the generated keys from regdb folder
***********Code:
cp ~/custom-rdb/wireless-regdb-2010.11.24/*.key.pub.pem pubkeys
************compile and install:
************Code:
make
make install
****************restart machine and run command below to use the unlocked regulatory domain when needed:
****************Code:
sudo iw reg set XX
........eccccc....eccccc
bye




