Aircrack-ng
Welcome, Guest. Please login or register.
August 01, 2010, 02:16:50 am

Login with username, password and session length
Search:     Advanced search
34568 Posts in 6337 Topics by 20712 Members
Latest Member: illino87t
* Home Help Search Login Register
+  Aircrack-ng
|-+  Members only
| |-+  Drivers
| | |-+  Intel iwlwifi drivers with injection * WORKING with 3945 & 4965 cards *
« previous next »
Pages: 1 ... 13 14 [15] 16 17 ... 53 Print
Author Topic: Intel iwlwifi drivers with injection * WORKING with 3945 & 4965 cards *  (Read 176054 times)
alkar
Newbie
*
Posts: 2


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #210 on: June 03, 2008, 04:09:49 am »

I'm using 1.0-beta2 :/
Unmerged the old version and installed the new one manually before I patched.

Is there any other software that might cause the problem?

Could it be I'm using gentoo-sources kernel? (though I doubt it)
Logged
icywire
Newbie
*
Posts: 33


Warsaw University of Technology


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #211 on: June 04, 2008, 11:52:00 am »

injection for iwl4965 works on 2.6.23.14!!

use the attached driver, of course patch kernel with mac80211 and copy microcode -> instruction: www.intellinuxwireless.org

if you want see patch -> in the archive is: iwl4965-base.diff

sorry but i must go to school:/

* iwlwifi4965-injection.tar.bz2 (264.05 KB - downloaded 954 times.)
Logged
.NetRolller 3D
Hero Member
*****
Posts: 708


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #212 on: June 04, 2008, 06:30:28 pm »

Code:
@@ -7477,17 +7485,17 @@
iwl4965_scan_cancel_timeout(priv, 100);
cancel_delayed_work(&priv->post_associate);
mutex_unlock(&priv->mutex);
}

- iwl4965_down(priv);
+ //iwl4965_down(priv);

flush_workqueue(priv->workqueue);
- free_irq(priv->pci_dev->irq, priv);
- pci_disable_msi(priv->pci_dev);
- pci_save_state(priv->pci_dev);
- pci_disable_device(priv->pci_dev);
+ //free_irq(priv->pci_dev->irq, priv);
+ //pci_disable_msi(priv->pci_dev);
+ //pci_save_state(priv->pci_dev);
+ //pci_disable_device(priv->pci_dev);

IWL_DEBUG_MAC80211("leave\n");
return 0;
}

Hmm... maybe this is what I forgot to do in the 2.6.25 patch!
Logged
icywire
Newbie
*
Posts: 33


Warsaw University of Technology


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #213 on: June 04, 2008, 09:44:19 pm »

unfortunately no, it doesn't change anything in 2.6.25 Undecided
Logged
.NetRolller 3D
Hero Member
*****
Posts: 708


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #214 on: June 04, 2008, 11:02:28 pm »

Another month, another patch...

Here is the latest patch for iwlwifi (3945, 4965 and hopefully 5000), which should be applied on the current compat-wireless package or the wireless-testing tree. This copes with the changes that were checked in upstream, and also (hopefully) fixes a few injection-related bugs. This should get iwl4965 working, too.

Enjoy! Tongue

EDIT: I made a mistake in the patch - here is Iwlinject 4.1, with a fix.

EDIT 2: And I made another mistake in the correction of the previous mistake - welcome 4.2.

* iwlinject4.2.diff (9.04 KB - downloaded 461 times.)
« Last Edit: June 04, 2008, 11:29:59 pm by .NetRolller 3D » Logged
icywire
Newbie
*
Posts: 33


Warsaw University of Technology


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #215 on: June 05, 2008, 12:10:14 am »

it doesn't work with iwl4965, tested on 2.6.25.4 + compat-wireless-2008-06-04
Logged
.NetRolller 3D
Hero Member
*****
Posts: 708


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #216 on: June 05, 2008, 12:23:14 am »

Icywire: can you try this patch instead?

* iwlinject5-testing.diff (10.4 KB - downloaded 233 times.)
Logged
icywire
Newbie
*
Posts: 33


Warsaw University of Technology


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #217 on: June 05, 2008, 08:47:50 am »

there was some errors during compilation but i fixed it, result the same  Sad
Logged
.NetRolller 3D
Hero Member
*****
Posts: 708


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #218 on: June 05, 2008, 01:35:16 pm »

Yet another one - I hope this fixes it...

* iwlinject6-testing.diff (10.06 KB - downloaded 273 times.)
Logged
icywire
Newbie
*
Posts: 33


Warsaw University of Technology


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #219 on: June 05, 2008, 02:58:21 pm »

it doesn't fix it

get the brake NetRolller, you works very hard Wink
Logged
.NetRolller 3D
Hero Member
*****
Posts: 708


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #220 on: June 05, 2008, 03:59:43 pm »

Can you test it with packetspammer? The behavior of packetspammer can help diagnose the problem. (If packetspammer shows its own outgoing packets, but you can't see the packets on another card, that suggests a different error from packetspammer not seeing its own transmitted packets.) Also, try to disable HW crypto, it can horribly mess up packet injection. (On b43, it results in corrupted packets.)
Logged
.NetRolller 3D
Hero Member
*****
Posts: 708


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #221 on: June 05, 2008, 04:04:57 pm »

Also, another patch to test.

* iwlinject6.1-testing.diff (10.6 KB - downloaded 283 times.)
Logged
shadowstorm
Newbie
*
Posts: 1


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #222 on: June 05, 2008, 04:32:29 pm »

Hi !

I see that you try to fix packets injection for intel 4965 agn(i've one) and i want to help you !
Can you just explain me what i need to do in order to try your patch ? (small tutorial)

I'm running a Fedora core 9 with 2.6.25

thanks in advance
Logged
.NetRolller 3D
Hero Member
*****
Posts: 708


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #223 on: June 05, 2008, 04:47:52 pm »

shadowstorm: Download compat-wireless from wireless.kernel.org, apply my latest patch to it, then compile and install. If it fails, try the iwlinject6-testing patch too. (The 6.1 patch contains a small, experimental change from the 6 one.)
Logged
Evostar
Newbie
*
Posts: 3


Re: NEW! iwlwifi drivers with injection * WORKING with IPW3945 cards *
« Reply #224 on: June 05, 2008, 09:05:37 pm »

Is there any mirror for compat-wireless-2008-06-04.tar.bz2 ? cant find one... :S
Logged
Pages: 1 ... 13 14 [15] 16 17 ... 53 Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Aircrack-ng | Powered by SMF 1.0.10.
© 2005, Simple Machines LLC. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!