|
|||||||
| BT4beta HowTo's Guides and HowTo's For BT4 BETA |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
To enable "non-US" channels on your wireless card under BT4 (and the new mac80211 stack):
You will need to download a few packages, and programs to enable use of the upper channels of the 802.11b/g spectrum: Code:
apt-get install python-m2crypto libgcrypt11 libgcrypt11-dev http://wireless.kernel.org/en/develo...egulatory/CRDA Next, extract the wireless-regdb contents: Code:
tar xvjf wireless-regdb-2008.11.17.tar.bz2 (latest file when I tried this) Code:
mkdir /usr/lib/crda cp regulatory.bin /usr/lib/crda/ Code:
tar xvjf crda-1.0.1.tar.bz2 Code:
cd crda-1.0.1 make && make install Code:
cd udev cp regulatory.rules /etc/udev/rules.d/85-regulatory.rules Code:
iw reg set ## This should open up all the channels that are usable in your particular country. Use iw to see what frequencies/channels are available: Code:
iw list Last edited by cybrsnpr; 05-04-2009 at 07:52 PM. Reason: typo and forgot to specify which crda dir to compile in |
|
||||
|
Thx cybersnper!
Really needed this but there seem to be some typos in what you did here. The problems I am had are the following. After the first typo on the tar xvzj wireless-regdb-2008.11.17.tar.bz2 – Just a typo. I make the make the dir “crdu” under /usr/lib/ … cool cool. From the untared folder I just copy the new regulatory.bin to the new /usr/lib/crda folder , np. This is where I don't quite follow you. I now go into /usr/lib/crda and run make && make install ? All that is in there is the regulatory.bin that I cp over into that folder. Can't find any subdirectory “udev”under crda ether. I tried this using the same exact wireless-regdb-2008.11.17.tar.bz2 (not the newest one) that you used on BT4. I am sure I could just go into http://linuxwireless.org/en/developers/Regulatory/CRDA and fix this in no time but maybe others might fall into some of the pitfalls that I did if they follow your tut. Don't want to be a butt wad but this is a "BT4beta HowTo's" All the best onryo
__________________
Let me explain officer, I am not a hacker. I am a security tester of sorts! Last edited by onryo; 05-04-2009 at 07:42 PM. |
|
||||
|
I haven't noticed any problem. The rules are still in the /etc/udev/rules.d folder after reboot. I'm in the U.S. so I never worried about how to get it to set to a different regulatory domain permanently. I would guess that you could put the "iw reg set SE" statement into rc.local though.
I'm assuming of course that you are using a distro build that allows changes (i.e. not a live CD/USB). |
|
||||
|
Quote:
I am using a 16 GB USB that I can save on. No big deal if I quickly need to chuck it into the microwave. I am sure I did something bionicly retarded when I borked the first install. Actully I just only have to do the " iw reg set SE" part. All the best onryo!
__________________
Let me explain officer, I am not a hacker. I am a security tester of sorts! Last edited by onryo; 05-05-2009 at 06:52 AM. |
![]() |
| Bookmarks |
| Tags |
| crda, mac80211 |
| Thread Tools | |
| Display Modes | |
|
|