Ethical Hacker Community Forums

Resources => Tools => Topic started by: foxecks on August 04, 2008, 04:51:35 PM



Title: can any one help me?
Post by: foxecks on August 04, 2008, 04:51:35 PM
I just download bt3 on to a live CD, and cant find out how to get my Wifi to work
I am new to the Linux world and don’t really know were to look I have googled for tutorials for backtrack. 

And cant find what I am looking for, can any one give me an idea on what to do, or were I can look to find out how I can get my Wifi  to work when using backtrack?


Title: Re: can any one help me?
Post by: KrisTeason on August 04, 2008, 06:04:22 PM
You try the wireless assistant present in Backtrack?


Title: Re: can any one help me?
Post by: foxecks on August 04, 2008, 06:26:42 PM
nope i cant find it


Title: Re: can any one help me?
Post by: KrisTeason on August 04, 2008, 06:33:27 PM
Click The K -> Internet - > Wireless Assistant
Should detect wireless networks for you.


Title: Re: can any one help me?
Post by: foxecks on August 04, 2008, 07:22:42 PM
it says "no usable wireless devices found"


Title: Re: can any one help me?
Post by: RobMongoose on August 04, 2008, 07:39:37 PM
Hi,

I run backtrack from a usb stick. Here's 3 of the folder full of text files I also have on the key for command references. They're all things I've pulled from various forums and saved for later use.

Hope it helps.


Title: Re: can any one help me?
Post by: punkrokk on August 19, 2008, 11:21:06 AM
What wireless card to you have? The ubiquiti pcmcia card is a great one for backtrack, although it's an external card, it has way more power.


Title: Re: can any one help me?
Post by: g00d_4sh on August 19, 2008, 12:44:28 PM
I've noticed that depending on the age of the laptop, if it is new BT will not always have the driver for your card.  Also, you have to sometimes do a bit of iwconfig work to get things rolling.  Sometimes it is best to try out something like Ubuntu, and download/install all of the tools from backtrack 3 into it.  It gives you experience with Linux, and it helps you understand how to trouble shoot various wifi problems and such associated with different hardware.  I do love my backtrack thumbdrives, but the experience of working with Ubuntu outside of just the testing tools has been most useful in getting a better grasp on BackTrack for me.


Title: Re: can any one help me?
Post by: BillV on August 19, 2008, 03:34:39 PM
I've noticed that depending on the age of the laptop, if it is new BT will not always have the driver for your card.

Or even boot...

I just bought a new laptop last week and have tried about 6 or 7 different Live CD's that work fine on my other laptop and desktop, but they won't even boot on this new one :(


Title: Re: can any one help me?
Post by: g00d_4sh on August 19, 2008, 04:03:38 PM
Yep, I used to have that problem with BT2.  BT3 had updated drivers that worked on my work lappy though.  My personal laptop is still a bit high end though, and I have had far more luck just installing Ubuntu and compiling the tools on it.


Title: Re: can any one help me?
Post by: aldoelam on August 28, 2008, 01:47:04 AM
backtrack 3 doesn't automatically turn your network interface on. you have to turn it on by yourself. do these from console:
1. ifconfig /all (to see all your network interface)
2. ifconfig eth1 up (to bring eth1 up and running, assuming eth1 is your wifi interface)