Welcome to Maxi-Pedia Forum. Maxi-Pedia discussion forum is a free community inviting you to express your ideas and discuss various topics with other contributors.

March 29, 2024, 03:26:18 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Most Recent Posts:
Pages: [1]
  Print  
Author
Topic: 

Intel Pro/Wireless 3945ABG

 (Read 27518 times)
Jack
Newbie
*
Posts: 3


« on: December 26, 2009, 02:38:43 am »

Hi All,

I have the Intel Pro/Wireless 3945ABG card in my note book.

I have tried to patch the driver with ipwraw-ng-2.3.4-04022008.tar.bz2 many attempts. All fail to get it working.

I was trying with backtrack 3 and backtrack 4, all can not find the card (wlan0).

Any one could please give me some guide.

Regards,
Jack
Logged
Maxi-Pedia Forum
« on: December 26, 2009, 02:38:43 am »

 Logged
porsche
Full Member
***
Posts: 203


« Reply #1 on: December 26, 2009, 11:54:33 pm »

Try enabling the monitor mode using

Code:
sudo airmon-ng start eth1

Or, you can get it working just by loading the builtin ipwraw driver (no patching needed).

Code:
sudo modprobe ipwraw (load new driver)
sudo airmon-ng start wlan0 (start monitor mode)

PS: I am talking Ubuntu.
Logged
Jack
Newbie
*
Posts: 3


« Reply #2 on: December 27, 2009, 03:03:09 am »

Thank you for your advice. I am using VMware Player with Backtrack 3 and Ubuntu.

I have tried the commands given and still not working. If I used iwconfig and ifconfig the screen shot is as follows:-
root@bt:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:0c:29:cc:00:83
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:19 Base address:0x2000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

root@bt:~# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

Could you advise further.

Regards,
Jack

Logged
atari
Full Member
***
Posts: 121


« Reply #3 on: December 27, 2009, 01:19:28 pm »

Hm, it looks like your adapter is not set in monitor mode.

Let's see if this guide helps:

How to crack WEP with Intel PRO/Wireless 3945ABG

When you do lsmod, what can you see there? iwl3945, ipwraw?
Logged
Jack
Newbie
*
Posts: 3


« Reply #4 on: December 28, 2009, 10:00:15 am »

Thank you for your response.

When I do lsmod, I see ipwraw.


Reagards,
Jack

Logged
yaris
Jr. Member
**
Posts: 94


« Reply #5 on: January 06, 2010, 10:53:25 pm »

Hey, you need to get and install the patched ipwraw for the monitor mode to work, you can get it here:

wget http://dl.aircrack-ng.org/drivers/ipwraw-ng-2.3.4-04022008.tar.bz2
Logged
Bimmerman
Newbie
*
Posts: 1


« Reply #6 on: January 23, 2011, 04:24:08 am »

 Hi, i have (Intel PRO/Wireless 3945ABG) and i have the same problem that i cant install the ipwraw driver, i followed the steps in the link that you mentioned above in (how to crack) wep but i stopped at the step "make"  "sudo make install" when i type in the command "make" i get the following error:

WARNING: $SHELL not set to bash.Intel PRO/Wireless 3945ABG
If you experience build errors, try
'make SHELL=/bin/bash'.

make -C /lib/modules/2.6.35-24-generic/build M=/home/boody/ipwraw-ng modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.35-24-generic'

WARNING: $SHELL not set to bash.
If you experience build errors, try
'make SHELL=/bin/bash'.

  CC [M]  /home/boody/ipwraw-ng/ipwraw.o
Assembler messages:
Fatal error: can't create /home/boody/ipwraw-ng/.tmp_ipwraw.o: Permission denied
/home/boody/ipwraw-ng/ipwraw.c:43: fatal error: net/ieee80211.h: No such file or directory
compilation terminated.
make[2]: *** [/home/boody/ipwraw-ng/ipwraw.o] Error 2
make[1]: *** [_module_/home/boody/ipwraw-ng] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-24-generic'
make: *** [modules] Error 2

I have been searching for a solution for weeks now but i could not find a solution, please try to help me, thanks.
Logged
porsche
Full Member
***
Posts: 203


« Reply #7 on: January 25, 2011, 08:19:42 am »

WARNING: $SHELL not set to bash.
If you experience build errors, try
'make SHELL=/bin/bash'.

Hey, hello, you have to do what the message tells you. It tells you to

Code:
make SHELL=/bin/bash

This will set the shell to bash, and then it should work.
Logged
rg58sma
Newbie
*
Posts: 1


« Reply #8 on: January 26, 2011, 12:08:08 am »

I have the same error, im sure that SHELL is not the problem


Logged
dryphi
Newbie
*
Posts: 1


« Reply #9 on: August 23, 2011, 06:57:17 am »

I am getting an error when trying to make as well.
Even when I set the shell to bash (as suggested) I get "fatal error: net/ieee80211.h: No such file or directory"
I am using Ubuntu 11.04 on a Lenovo T60.
Thanks

Code:
.../ipwraw-ng$ make SHELL=/bin/bash
make -C /lib/modules/2.6.38-11-generic/build M=/home/wildcard/ipwraw-ng modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.38-11-generic'
  CC [M]  /home/wildcard/ipwraw-ng/ipwraw.o
/home/wildcard/ipwraw-ng/ipwraw.c:43:27: fatal error: net/ieee80211.h: No such file or directory
compilation terminated.
...

Logged
Maxi-Pedia Forum
   

 Logged
Pages: [1]
  Print  
 
Jump to:  

Page created in 0.105 seconds with 22 queries. (Pretty URLs adds 0.001s, 0q)