|
|||||||
| Programming A place for our community to discuss their own security related coding projects. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Hey all, i know there's another thread for it (with wrong download link), but i would like to start this from scratch so it's (hopefully) pointed out clearly.
So you have an IPW3945abg card and want to use it for injection? Then you can use this link, will get you the required drivers as lzm.bz2 file: lzm module for ipraw drivers i assume you have downloaded it in the /tmp directory, so open up a shell and type: Code:
cd /tmp mv ipwraw-ng.lzm.bz2 ipwraw-ng.lzm lzm2dir ipwraw-ng.lzm / Code:
cd /tmp/ipwraw make make install Code:
/sbin/modprobe -r ipw3945 /usr/src/drivers/ipw3945-1.2.0/unload Code:
/tmp/ipwraw/load if you want to use your old drivers again for normal connection, first unload the new ipwraw driver. YOU CANNOT USE BOTH AT THE SAME TIME! use this for unloading: Code:
/sbin/modprobe -r ipwraw Code:
/sbin/modprobe ipw3945 /usr/src/drivers/ipw3945-1.2.0/load ----------------------------- Now you got 2 drivers. your old ipw3945, with this commands: For loading: Code:
/sbin/modprobe ipw3945 /usr/src/drivers/ipw3945-1.2.0/load Code:
/sbin/modprobe -r ipw3945 /usr/src/drivers/ipw3945-1.2.0/unload Code:
/tmp/ipwraw/load Code:
/sbin/modprobe -r ipwraw OPTIONAL, you don't need to do this: if you are lazy like me, you can use this ipwstarter.zip, a little Kommander skript for loading and unloading the drivers, if you followed the installation above. Just download it in your /tmp directory and use this commands: Code:
cd /tmp unzip ipwstarter.zip cd /tmp/ipwstarter ./install.sh On the top you can see the input for your interface,essid,channel and key. under this is the main part, the dropdown. there you can load, unload the drivers, down your interface, configure it for wireless and dhcp.if you click on any of those, especially the "load ipw3945" please be patient as it takes some seconds till it's loaded. also you get no status messages, so check ifconfig/iwconfig in a shell. On the left side under "Injection" you have the ipwraw drivers. so with this you can quickly switch between the two drivers. Remember: you cannot have two drivers loaded at the same time. This is my first Kommander Skript and the first install skript, so don't be too harsh with me if anything is not working right, please inform me about it.Have Fun!
__________________
The answer is 42. Last edited by -~operator~-; 07-03-2007 at 11:44 AM. |
|
|||
|
Quote:
anyone know? only eth0 active, no wifi0. |
|
|||
|
I too had the problem with interface not coming up
what does dmesg say? Because in my case it said the Radio Frequency kill switch is on, and that obvoiusly needs to be off. The kill switch is the button on your laptop that alows you to shut down wlan completely. |
|
|||
|
-~operator~- thank you very much for this tutorial, it is both simple to follow and very useful indeed, especially the ipwstarter script you made for us the lazy ones
. It's nice that you explain on every step what we are actually doing. BIG THANKS again. Keep guiding us, you and all the RE.forum activists, your work is well appreciated!
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|