Title: Intel Pro/Wireless 3945ABG Post by: Jack 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 Title: Re: Intel Pro/Wireless 3945ABG Post by: porsche 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) PS: I am talking Ubuntu. Title: Re: Intel Pro/Wireless 3945ABG Post by: Jack 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 Title: Re: Intel Pro/Wireless 3945ABG Post by: atari 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 (http://www.maxi-pedia.com/how+to+crack+WEP+with+intel+PRO+wireless+3945ABG) When you do lsmod, what can you see there? iwl3945, ipwraw? Title: Re: Intel Pro/Wireless 3945ABG Post by: Jack on December 28, 2009, 10:00:15 am Thank you for your response.
When I do lsmod, I see ipwraw. Reagards, Jack Title: Re: Intel Pro/Wireless 3945ABG Post by: yaris 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 Title: Re: Intel Pro/Wireless 3945ABG Post by: Bimmerman 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. Title: Re: Intel Pro/Wireless 3945ABG Post by: porsche 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. Title: Re: Intel Pro/Wireless 3945ABG Post by: rg58sma on January 26, 2011, 12:08:08 am I have the same error, im sure that SHELL is not the problem
Title: Re: Intel Pro/Wireless 3945ABG Post by: dryphi 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 |