Sie sind auf Seite 1von 4

Backtrack 4 and Wifi setup for beginners

http://www.garage4hackers.com/f12/backtrack-4-wifi-setup-beginners...

User Name

Password

Log in

Help

Register

Remember Me?

Home

Forum

Blogs

What's New?
Forum Actions

Events and Conferences


Quick Links Advanced Search

Today's Posts FAQ Calendar Community

Forum

Hacking and Security Discussions

Wireless and Bluetooth Hacking

Backtrack 4 and Wifi setup for beginners

Results 1 to 5 of 5
Like 4 people like this. Sign Up to see what your friends like.

Thread: Backtrack 4 and Wifi setup for beginners


LinkBack Thread Tools Search Thread Display

03-23-2011, 11:45 PM

#1

abhaythehero
Super Commando Dhruv

Backtrack 4 and Wifi setup for beginners


Tweet Like

Well a lot of my time was wasted in handling wifi in Backtrack 4 on my laptop .. well there were reasons and hence I just want to put some points which would certainly ease the process for 1st timers if things get confusing.
Join Date: Location: Posts: Thanks: Sep 2010 Lucknow/Pune,India 462 167

1. Enter the command in console before doing anything else Code:


/etc/init.d/networking start

Blog Entries: 2 Thanked 143 Times in 82 Posts

2. Watch the interfaces getting load .. eth0 , l0 , etc etc .. If it gives "wlan0 found" (or similar <w...> interface),work is going to be easy then. 3. Next step is to know the wireless card you have in your laptop. Code:
lspci | grep Network

if broadcom card .. maybe then tough road ahead 4. Now Code:


/etc/init.d/wicd start

Code:
start-network

Code:
sudo wicd start

Try all of the above or all three. Start Wicd manger from KDE 5. check by Code:
iwconfig

whether wlan0 is up.Also try Code:


iwconfig wlan0 up

to bring it in iwconfig. 6. Still no sign of wlan0.Try jockey-gtk b43 driver.Scroll down. 7. Still no sign of wlan0 ? have a fair peek at http://linuxwireless.org/en/users /Drivers/ and http://www.backtrack-linux.org/wiki/...reless_Drivers and find about supported driver installations and mode of operations.Just keep reading ---------------------------------------------Dealing Broadcom ( Credits : stormeye) Now this is 1 card which will give you nightmares with all Linux installations. Anyways 1st try jockey-gt Log into BackTrack as root and run these commands: Code:

1 of 4

09-03-2013 20:11

Backtrack 4 and Wifi setup for beginners

http://www.garage4hackers.com/f12/backtrack-4-wifi-setup-beginners...

/etc/init.d/networking start apt-get install jockey-gtk jockey-gtk

Then follow the instructions on the program that starts.Still problems ? try manually.. Downloading drivers manually >> Go to: Broadcom.com - 802.11 Linux STA driver And download the tarball for your system (32 or 64). Run the following in the terminal: Code:
/etc/init.d/networking start tar xzf nameoffile.tar.gz cd thefolderyouget make clean make

Now let's check if you have any conflicting drivers (you shouldn't, they doesn't come with BT.) Code:
lsmod | grep "b43\|ssb\|wl" If any of these are installed, remove them: rmmod b43 rmmod ssb rmmod wl

Then let's insmod the driver: Code:


modprobe lib80211 insmod wl.ko

Note: You maybe have to start network through the KDE "start menu" before you get the WICD manager up, then you should see networks. ---------------------------------------------some more pointers >> Code:
lspci -vnn | grep 14e4

gives you Broadcom BCM4312 .. then well update your kernel to 2.6.33.Then also I think packet injection for wifi attacks won't work.It works partially only. ________________________________________ Let us see ..maybe Backtrack 5 has more to offer in handling wifi experience.It is coming out on May 10th, 2011 !

Last edited by abhaythehero; 03-24-2011 at 12:25 AM.


Share

In the world of 0s and 1s, are you a zero or The One !


Reply With Quote

The Following 5 Users Say Thank You to abhaythehero For This Useful Post:
41.w4r10r (03-24-2011), AnArKI (03-24-2011), b0nd (03-24-2011), fb1h2s (03-23-2011), prashant_uniyal (03-24-2011)

07-30-2011, 02:44 AM

#2

astroboy
Garage Newcomer Join Date: Location: Posts: Thanks: Jul 2011 Thane 11 0 Thanked 0 Times in 0 Posts

thanks helpful but got question which broadcom card you have? bcm4313 chipset? In my dell lappy i got dw1501 having bcm4313.... its been almost a day searching a solution for this card.... If you any1 have solution please inform me ..... already planning to buy alfa card ...got mail id of importer from another post on this forum thanks in advance

Share Reply With Quote

07-30-2011, 01:12 PM

#3 Originally Posted by astroboy

abhaythehero
Super Commando Dhruv

thanks helpful but got question which broadcom card you have? bcm4313 chipset? In my dell lappy i got dw1501 having bcm4313.... its been almost a day searching a solution for this card.... If you any1 have solution please inform me .....

2 of 4

09-03-2013 20:11

Backtrack 4 and Wifi setup for beginners

http://www.garage4hackers.com/f12/backtrack-4-wifi-setup-beginners...

Join Date: Location: Posts: Thanks:

Sep 2010 Lucknow/Pune,India 462 167

already planning to buy alfa card ...got mail id of importer from another post on this forum thanks in advance

Blog Entries: 2 Thanked 143 Times in 82 Posts

are you using backtrack 5 ? if not then i would advise you to install it first as it ships with improved wifi drivers list.

Share

In the world of 0s and 1s, are you a zero or The One !


Reply With Quote

07-30-2011, 06:28 PM

#4

astroboy
Garage Newcomer Join Date: Location: Posts: Thanks: Jul 2011 Thane 11 0 Thanked 0 Times in 0 Posts

no i have backtrack 4 but will get bt5 soon ........... but thats not what i asked....... which broadcom card you have? is it bcm4313 chipset? man this card is an unique condition with no solution

Share Reply With Quote

08-01-2011, 05:26 PM

#5 Originally Posted by astroboy

abhaythehero
Super Commando Dhruv

no i have backtrack 4 but will get bt5 soon ........... but thats not what i asked....... which broadcom card you have? is it bcm4313 chipset? man this card is an unique condition with no solution

Join Date: Location: Posts: Thanks:

Sep 2010 Lucknow/Pune,India 462 167

mine is BCM4312

Blog Entries: 2 Thanked 143 Times in 82 Posts Share

In the world of 0s and 1s, are you a zero or The One !


Reply With Quote

09-06-2012, 07:36 PM

#6

abhaythehero
Super Commando Dhruv

Found a good post while browsing. If you just have windows driver available, you can try this method for linux How to Install a Wireless Card in Linux Using Windows Drivers - How-To Geek

Join Date: Location: Posts: Thanks:

Sep 2010 Lucknow/Pune,India 462 167

Blog Entries: 2 Thanked 143 Times in 82 Posts Share

In the world of 0s and 1s, are you a zero or The One !


Reply With Quote

Previous Thread | Next Thread

LinkBacks (?)

Backtrack 4 and Wifi setup for beginners Refback This thread 02-11-2012, 12:11 PM Backtrack 4 and Wifi setup for beginners Refback This thread 12-10-2011, 01:02 PM Tags for this Thread backtrack, backtrack 4, broadcom, network, wifi View Tag Cloud Posting Permissions You may not post new threads You may not post replies You may not post attachments You may not edit your posts Pingbacks are On Refbacks are On

BB code is On Smilies are On [IMG] code is On HTML code is Off Trackbacks are On

3 of 4

09-03-2013 20:11

Backtrack 4 and Wifi setup for beginners

http://www.garage4hackers.com/f12/backtrack-4-wifi-setup-beginners...

Forum Rules

Forum Threads

Example Assembly Programs Posted By marc_kriss (0 replies) Today, 12:09 PM in Security and Hacking Videos

Hack almost everyone. every... Posted By t.virus (0 replies) Yesterday, 10:56 PM in Hacking & Security Books and Tutorials

IP Addresses and how to steal them... Posted By t.virus (0 replies) Yesterday, 10:55 PM in Hacking & Security Books and Tutorials

Tutorial for facebook page... Posted By t.virus (0 replies) Yesterday, 10:53 PM in Hacking & Security Books and Tutorials

Burteforcing tool : Brutus AET-2 Posted By t.virus (0 replies) Yesterday, 10:51 PM in Hacking & Security Books and Tutorials

Crack any hash without wordlist Posted By t.virus (0 replies) Yesterday, 10:50 PM in Hacking & Security Books and Tutorials

How to use Rapidshare | Hotfile |... Posted By t.virus (0 replies) Yesterday, 10:48 PM in Hacking & Security Books and Tutorials

RestoreIt! : Restore and Recover... Posted By t.virus (0 replies) Yesterday, 10:47 PM in Hacking & Security Books and Tutorials

How to Hack a Website Login Page... Posted By t.virus (0 replies) Yesterday, 10:46 PM in Hacking & Security Books and Tutorials

File Splitter Posted By t.virus (0 replies) Yesterday, 10:44 PM in Hacking & Security Books and Tutorials

All times are GMT +5.5. The time now is 07:46 PM. Powered by vBulletin Version 4.1.7 Copyright 2013 vBulletin Solutions, Inc. All rights reserved. Search Engine Optimization by vBSEO Copyright 2010 - 2012, Garage4Hackers

4 of 4

09-03-2013 20:11

Das könnte Ihnen auch gefallen