Sinisterly
Setting up your wireless adapter - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Network Hacking (https://sinister.ly/Forum-Network-Hacking)
+--- Thread: Setting up your wireless adapter (/Thread-Setting-up-your-wireless-adapter)

Pages: 1 2


Setting up your wireless adapter - 1llusion - 04-14-2011

Hi,

So, many WiFi adapters are supported by default.
But from time to time, you can come across some, that aren't supported, I have been trying over 3 days to get my TP-LINK TL-WN821N v3.1 working. Finally I found a way thanks to enc0de and many guides Smile

So, this should work on all Debian based systems (Ubuntu, BackTrack....)

1) Download Compat Wireless HERE (I suggest, to get the newest version)

2) Open up terminal and type:
Code:
tar -xf [package name, in my case: compat-wireless-2.6.33.tar.bz2 ]

3) Now type in terminal:
Code:
cd [package name, in my case: compat-wireless-2.6.33 ]
***MAKE SURE THERE IS NO ".tar.bz2"***

4) Type in terminal:
Code:
make
-- This can take over an hour!!!

5) Type in terminal:
Code:
make install

6) Type in terminal:
Code:
make unload

7) Reboot, simple way is typing in terminal:
Code:
reboot

8) Now all is done, check your card by typing in terminal:
Code:
airmon-ng

Few last words:

You can start monitoring by typing in terminal:
Code:
airmon-ng start wlan1
The number after "wlan" might be different in your case. Check it in "airmon-ng"

You can start your network by:
Code:
start-network
OR
Code:
/etc/init.d/networking start


Have a great day!!!



RE: Setting up your wireless adapter - darkscorpion - 04-14-2011

That is good. It will come in handy someday. Smile


RE: Setting up your wireless adapter - 1llusion - 04-14-2011

Thanks Smile Well, I hope this will save somebody 3 days of non-stop testing Biggrin


RE: Setting up your wireless adapter - 1234hotmaster - 04-14-2011

well, don't know about others but mine is plug n play Biggrin

hey you got a very similiar model! i got TL-WN422G
[Image: 31zcHqu-OoL._SL500_AA300_-270x270.jpg]

nice guide you seem to learn beyond the normal speed at everything ^.^




RE: Setting up your wireless adapter - 1llusion - 04-14-2011

(04-14-2011, 09:03 PM)1234hotmaster Wrote: well, don't know about others but mine is plug n play Biggrin

hey you got a very similiar model! i got TL-WN422G
[Image: 31zcHqu-OoL._SL500_AA300_-270x270.jpg]

nice guide you seem to learn beyond the normal speed at everything ^.^

rofl Biggrin nah, I learned this just because I didn't want to have wasted 15 dollas Biggrin and also I have formated my whole drive and I use BT as my primary boot, so I have to learn quick xD


RE: Setting up your wireless adapter - Enc0de - 04-15-2011

AWWWWWWWWWWWW you guys are so cute talking about linux lol


RE: Setting up your wireless adapter - Deadboy - 04-15-2011

(04-15-2011, 01:53 AM)enc0de Wrote: AWWWWWWWWWWWW you guys are so cute talking about linux lol

:epic: :thumbs:


RE: Setting up your wireless adapter - 1llusion - 04-15-2011

(04-15-2011, 01:53 AM)enc0de Wrote: AWWWWWWWWWWWW you guys are so cute talking about linux lol

yes, I have time today evening Biggrin


RE: Setting up your wireless adapter - HrDe - 04-19-2012

Sir i also make same thread for Backtrack, may be u like...........

http://www.hackcommunity.com/Thread-Settings-Up-Wireless-Cards-for-access-WEP-WPA-in-BackTrack-5


RE: Setting up your wireless adapter - enanobp - 04-25-2012

thanks i really needed this!