<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.d3xt3r01.tk//index.php?action=history&amp;feed=atom&amp;title=ZD1211rw_with_patches_for_aircrack-ng</id>
	<title>ZD1211rw with patches for aircrack-ng - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.d3xt3r01.tk//index.php?action=history&amp;feed=atom&amp;title=ZD1211rw_with_patches_for_aircrack-ng"/>
	<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=ZD1211rw_with_patches_for_aircrack-ng&amp;action=history"/>
	<updated>2026-05-05T15:15:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.d3xt3r01.tk//index.php?title=ZD1211rw_with_patches_for_aircrack-ng&amp;diff=11&amp;oldid=prev</id>
		<title>Admin: New page: ==WHAT ?==  I&#039;m trying to make my zd1211rw driver card support injection in Ubuntu Jaunty in order to be able to use the airecrack-ng suite.  ==HOW ?==  Get the headers and prepare everyth...</title>
		<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=ZD1211rw_with_patches_for_aircrack-ng&amp;diff=11&amp;oldid=prev"/>
		<updated>2009-06-25T18:40:14Z</updated>

		<summary type="html">&lt;p&gt;New page: ==WHAT ?==  I&amp;#039;m trying to make my zd1211rw driver card support injection in Ubuntu Jaunty in order to be able to use the airecrack-ng suite.  ==HOW ?==  Get the headers and prepare everyth...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==WHAT ?==&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m trying to make my zd1211rw driver card support injection in Ubuntu Jaunty in order to be able to use the airecrack-ng suite.&lt;br /&gt;
&lt;br /&gt;
==HOW ?==&lt;br /&gt;
&lt;br /&gt;
Get the headers and prepare everything ..&lt;br /&gt;
&lt;br /&gt;
  cd ~&lt;br /&gt;
  apt-get install linux-headers-$(uname -r)&lt;br /&gt;
  apt-get build-dep linux-image-$(uname -r)&lt;br /&gt;
  apt-get source linux-image-$(uname -r)&lt;br /&gt;
&lt;br /&gt;
Now get and apply the patch&lt;br /&gt;
&lt;br /&gt;
  wget http://patches.aircrack-ng.org/zd1211rw_inject_2.6.26.patch&lt;br /&gt;
  cd linux-2.6.28 # be sure to change this .. &lt;br /&gt;
  patch -p0 &amp;lt; ../zd1211rw_inject_2.6.26.patch&lt;br /&gt;
&lt;br /&gt;
You should see some &amp;quot;hunk succeeded&amp;quot; messages like this&lt;br /&gt;
&lt;br /&gt;
  patching file drivers/net/wireless/zd1211rw/zd_mac.c&lt;br /&gt;
  Hunk #1 succeeded at 196 (offset 37 lines).&lt;br /&gt;
  Hunk #2 succeeded at 671 (offset -13 lines).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now prepare everything for compiling.&lt;br /&gt;
&lt;br /&gt;
  cp /boot/config-$(uname -r) .config&lt;br /&gt;
  cp /lib/modules/$(uname -r)/build/Module.symvers .&lt;br /&gt;
  make oldconfig&lt;br /&gt;
  make prepare&lt;br /&gt;
  make scripts&lt;br /&gt;
&lt;br /&gt;
Now compile our module&lt;br /&gt;
&lt;br /&gt;
  make M=drivers/net/wireless/zd1211rw/&lt;br /&gt;
&lt;br /&gt;
Backup our old module and replace it with the new one&lt;br /&gt;
&lt;br /&gt;
  cd /lib/modules/$(uname -r)/kernel/drivers/net/wireless/zd1211rw/&lt;br /&gt;
  cp zd1211rw.ko zd1211rw.ko.orig&lt;br /&gt;
  cp ~/linux-2.6.28/drivers/net/wireless/zd1211rw/zd1211rw.ko .&lt;br /&gt;
&lt;br /&gt;
Now load it and be sure there are no errors&lt;br /&gt;
&lt;br /&gt;
  modprobe zd1211rw&lt;br /&gt;
  rmmod zd1211rw&lt;br /&gt;
  depmod -ae&lt;br /&gt;
&lt;br /&gt;
Now you should see &amp;#039;&amp;#039;Injection is working!&amp;#039;&amp;#039; when doing aireplay-ng --test wlan0&lt;br /&gt;
&lt;br /&gt;
[[Category: Linux]]&lt;br /&gt;
[[Category: Aircrack-ng]]&lt;br /&gt;
[[Category: Wireless hacking]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>