LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-10-2009, 10:01 PM   #1
bobhaha
LQ Newbie
 
Registered: Oct 2009
Posts: 12

Rep: Reputation: 0
Need help installing Intel(R) PRO/Wireless 3945BG Network Connection on BT3


ok first off hate this forums layout.. I'm totally lost!

any way! I think I'm in the right section.. please move it if I'm not.

Anyway on to my problem! I have recently downloaded my own copy of BT3 (black track 3) and I have successfully installed it to my usb drive and can boot from it! I'm running BT3 in the first option (can't remember wat its called... if needed I'll find out for ya.. its gui cause I'm a noob!)

I'm running it off my Toshiba A200 laptop from the USB disk as mentioned above! I need to install the drivers for the wireless... I have done a bit of research and found this info at this site ... it seems i have a Intel(R) PRO/Wireless 3945BG Network Connection

http://backtrack.offensive-security....ation_software

I have read most of it.. but I have no clue what their on about! so can some one in plain english spell it out for me? I know... I know.. but can some one help me out without flaming?

I don't have the drivers on a cd.. but I have found this website http://drivers.softpedia.com/progDow...oad-41827.html that has the ones I need...

Lastly if I install the drivers will it install them in the root (USB disk) or will it affect my HDD??

BTW yes I know i have posted this in another section.. but I need help ASAP!


Thanks in advance! -Adrian

Last edited by bobhaha; 10-10-2009 at 10:03 PM.
 
Old 10-10-2009, 11:41 PM   #2
John76
LQ Newbie
 
Registered: Nov 2004
Location: Tucson Arizona USA
Distribution: Slackware
Posts: 17

Rep: Reputation: 0
Reply to help request

I am only replying because I read the entire text of your post for help.
Sorry, but I don't have a clue as to what you are writing about or what it is you want beyond help with your problem which I don't understand.

John
 
Old 10-10-2009, 11:44 PM   #3
bobhaha
LQ Newbie
 
Registered: Oct 2009
Posts: 12

Original Poster
Rep: Reputation: 0
ok well my wireless device (built in) is not supported by BT3 and I need to install the drivers.. can you please help me install them? I have no clue where to start or what to do!
 
Old 10-10-2009, 11:51 PM   #4
John76
LQ Newbie
 
Registered: Nov 2004
Location: Tucson Arizona USA
Distribution: Slackware
Posts: 17

Rep: Reputation: 0
a second reply

I should have added: I, also, am a "newbie" to Linux.

Last edited by John76; 10-12-2009 at 01:50 AM.
 
Old 10-11-2009, 12:04 AM   #5
rkski
Member
 
Registered: Jan 2009
Location: Canada
Distribution: CentOS 6.3, Fedora 17
Posts: 247

Rep: Reputation: 51
Hi,

Have a look at:
Need to install to root (USB).
 
Old 10-11-2009, 12:38 AM   #6
bobhaha
LQ Newbie
 
Registered: Oct 2009
Posts: 12

Original Poster
Rep: Reputation: 0
ok cool thanks... would this be the right one?

iwlwifi-3945-ucode-15.32.2.9.tgz (for Intel(R) PRO/Wireless 3945BG)

and now how do i install it?

This is the info on the website

INSTALLATION

The iwlwifi-3945 driver will look for the file iwlwifi-3945-2.ucode using the
kernel's firmware_loader infrastructure. In order to function
correctly, you need to have this support enabled in your kernel. When
you configure the kernel, you can find this option in the following
location:

Device Drivers ->
Generic Driver Options ->
Hotplug firmware loading support


You can determine if your kernel currently has firmware loader support
by looking for the CONFIG_FW_LOADER definition on your kernel's
.config.

In addition to having the firmware_loader support in your kernel, you
must also have a working hotplug and udev infrastructure configured.
The steps for installing and configuring hotplug and udev are very
distribution specific.

Once you have the firmware loader in place (or if you aren't sure and
you just want to try things to see if it works), you need to install
the microcode file into the appropriate location.

Where that appropriate location is depends (again) on your system
distribution. You can typically find this location by looking in the
hotplug configuration file for your distro:

% grep \"^FIRMWARE_DIR\" /etc/hotplug/firmware.agent

This should give you output like:

FIRMWARE_DIR=/lib/firmware

If it lists more than one directory, you only need to put the
microcode in one of them. In the above example, installation is
simply:

% cp iwlwifi-3945-2.ucode /lib/firmware

You can now load the driver (see the INSTALL and README.iwlwifi provided with
the iwlwifi package for information on building and using that driver.)




I don't understand what to do? is there a simple way of doing this?

Last edited by bobhaha; 10-11-2009 at 12:41 AM.
 
Old 10-11-2009, 12:58 AM   #7
rkski
Member
 
Registered: Jan 2009
Location: Canada
Distribution: CentOS 6.3, Fedora 17
Posts: 247

Rep: Reputation: 51
Hi

What is your kernel version?

What's the output of :
Code:
lsmod |grep iwl
You could try to move your post to Networking or Wireless Networking to get more exposure.
 
Old 10-11-2009, 01:09 AM   #8
bobhaha
LQ Newbie
 
Registered: Oct 2009
Posts: 12

Original Poster
Rep: Reputation: 0
I am running BT3 in graphics mode (KDE)

output of that code was

iwl3945 169844 0
mac80211 157192 1 iwl3945

BTW doesn't this site have RSS feeds??? GOSH

Last edited by bobhaha; 10-11-2009 at 01:11 AM.
 
Old 10-11-2009, 01:28 AM   #9
rkski
Member
 
Registered: Jan 2009
Location: Canada
Distribution: CentOS 6.3, Fedora 17
Posts: 247

Rep: Reputation: 51
So you have the driver for your wireless already loaded.
Do you have the firmware (microcode)? In my system it's installed in /lib/firmware. Your distro is based on ubuntu/debian so hopefully ubuntu users can be of help there.
 
Old 10-11-2009, 02:16 AM   #10
bobhaha
LQ Newbie
 
Registered: Oct 2009
Posts: 12

Original Poster
Rep: Reputation: 0
ATM I got a file called iwlwifi-3945-ucode-15.32.2.9.gz I'm pretty sure that us the driver I need.. now I just need to do something with it.. do I just install it or put it some where.. like what do I do with it? when I tried to install ndis.. I used a command like this tar zxct ndiswrapper.tar.gz.... do I need to do that with this file?
 
Old 10-11-2009, 03:45 AM   #11
hurry_hui
Member
 
Registered: Oct 2008
Location: Near Jakarta
Distribution: Slackware, Arch, Slax, Porteus, Tiny Core, Slitaz
Posts: 355
Blog Entries: 1

Rep: Reputation: 52
You need to first make sure whether you have already intel microcode (ucode)

Code:
#dmesg | grep -i ucode
and if it is. Have you tried unloading the driver first
Code:
#modprobe -r iwl3945
then try reloading the driver
Code:
#modprobe iwl3945
HTH
 
Old 10-11-2009, 04:09 AM   #12
bobhaha
LQ Newbie
 
Registered: Oct 2009
Posts: 12

Original Poster
Rep: Reputation: 0
ok i tried all those codes.. no luck... i had no output from them! and same error message on wireless assistant.. it might be good to note that when i make a folder on the desktop and resart the system its not saving them.. i dont know why! btw this is BT3_final.iso i downloaded from torrent.. and its 694mb and im running off my usb!

Do u think its better to try download a better version? I think this version will work.. but i need to know how to install the drivers and what ever else i need!
 
Old 10-11-2009, 04:16 AM   #13
bobhaha
LQ Newbie
 
Registered: Oct 2009
Posts: 12

Original Poster
Rep: Reputation: 0
ok guys major break through! look what i have found!!

http://www.aircrack-ng.org/doku.php?...1a4d981341a3f0

This basically tells you exactly what i have to do! all i need to know is how to install those drivers and modules!! can anyone help!!

EDIT oops my this is aircrack.... guys i need easy to undertand language about installing divers and anything else needed!

Last edited by bobhaha; 10-11-2009 at 05:23 AM.
 
Old 10-11-2009, 09:49 AM   #14
hurry_hui
Member
 
Registered: Oct 2008
Location: Near Jakarta
Distribution: Slackware, Arch, Slax, Porteus, Tiny Core, Slitaz
Posts: 355
Blog Entries: 1

Rep: Reputation: 52
You said you try all those code? which one?

Code:
$dmesg | grep -i ucode
will result, as follows or similar to

Code:
tamu@sabayon ~ $ dmesg | grep -i ucode
[   31.441693] firmware: requesting iwlwifi-3945-1.ucode
tamu@sabayon ~ $
if you use iwl3945 module.

--------------------------------------------
You need to modprobe driver to verify installation
Code:
#modprobe iwl3945
or
Code:
#modprobe ipw3945
both will not give any screen output if done correctly

--------------------------------------------
check with

Code:
#ifconfig -a
if it lists your wlan card

run
Code:
#ifconfig wlan0 up
HTH
 
Old 10-11-2009, 10:54 PM   #15
bobhaha
LQ Newbie
 
Registered: Oct 2009
Posts: 12

Original Poster
Rep: Reputation: 0
Ok "$dmesg | grep -i ucode" shows no result!

I'm running BT3 on USB version! I have desided that I need to install using ndiswrapper.. I was watching a video on youtube about it! I have downloaded ndiswrapper.. and i un tared it.. then type make.. it then does it thing! then after that i write make install.. it does it thing again! then when i write nidwrapper -l i message saying ls: cannont access /ect/ndiwrapper: no such directory!! Whats wrong??

next if i can get that working i need a EXE file for my wireless card.. its not like M$ exe file.. its a zip file. where would i get this file from? i have tried these places

http://ipw3945.sourceforge.net/
http://downloadcenter.intel.com/Deta...17045&lang=eng
http://downloadcenter.intel.com/Sear...&FamilyId=1783

I cant seem to find the one i need!!

Any helpe is appreciated.. btw when i make a file on desktop after a restart.. its not there any more... why is that?
 
  


Reply

Tags
bt3, connection, drivers, help, intel, linux, network, prowireless, toshiba



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel PRO/Wireless 3945ABG Network Connection Problem lazylogic Linux - Wireless Networking 18 03-30-2008 05:51 AM
Intel PRO/Wireless 2200BG Network Connection help for FC8. ProRathack Linux - Wireless Networking 3 01-23-2008 10:45 PM
Driver for Intel PRO/Wireless 3945BG for RHEL 5 hef79 Linux - Newbie 1 01-14-2008 03:45 PM
configuring intel pro wireless 3945bg and marvel yukon 88e8038 pci-e fast ethernet hoboy Fedora 0 02-18-2007 08:33 AM
could not find intel pro/wireless 3945abg network connection verbose Linux - Hardware 22 10-02-2006 11:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration