![]() |
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 ![]() 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 ] 4) Type in terminal: Code: make 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 You can start your network by: Code: start-network 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. ![]() RE: Setting up your wireless adapter - 1llusion - 04-14-2011 Thanks ![]() ![]() RE: Setting up your wireless adapter - 1234hotmaster - 04-14-2011 well, don't know about others but mine is plug n play ![]() hey you got a very similiar model! i got TL-WN422G ![]() 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 rofl ![]() ![]() 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 ![]() 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! |