Skip to main content

Intel Wireless Wi-Fi 5100 injection working

OS: kernel 2.6.27.10 (Ubuntu Intrepid)
Card: Intel 5100AGN
files:
http://tinyshell.be/aircrackng/forum/index.php?action=dlattach;topic=4217.0;id=415
http://tinyshell.be/aircrackng/forum/index.php?action=dlattach;topic=4217.0;id=416
http://tinyshell.be/aircrackng/forum/index.php?action=dlattach;topic=4217.0;id=417

Get the tools and kernel source so you can recompile.
"sudo apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 linux-source"

Go to your source directory and unpack the kernel source, and go into the source directory.
"cd /usr/src"
"sudo tar jxvf linux-source-2.6.27.tar.bz2"
"cd linux-source-2.6.27"

Copy your existing kernel configuration into the linux source folder. This allows you to keep your existing settings, but add in support for injection.
"sudo cp /boot/config-`uname -r` ./.config"

Take the 3 patched source files posted at the top and replace the ones in your linux source folder.
"sudo mv iwl-sta.c iwl-tx.c iwl-agn.c /usr/src/linux-source-2.6.27/drivers/net/wireless/iwlwifi"

Now go to the root directory of your linux source code (/usr/src/linux-source-2.6.27) and begin the build, now that you have put the 3 modified files in.
"cd /usr/src/linux-source-2.6.27"
"sudo make-kpkg clean"
"sudo fakeroot make-kpkg - -initrd - -append-to-version=-injection kernel_image kernel_headers"

The compile to rebuild the kernel will take a few minutes. Once it completes with hopefully no errors, you should see 2 packages that have been built.
linux-image-2.6.27.10-injection_2.6.27.10-injection-10.00.Custom_i386.deb
linux-headers-2.6.27.10-injection_2.6.27.10-injection-10.00.Custom_i386.deb

Install the new kernel and headers that you just compiled by using dpkg. This will add the new kernel automatically to your boot menu options.
"sudo dpkg -i linux-image-2.6.27.10-injection_2.6.27.10-injection-10.00.Custom_i386.deb"
"sudo spkg -i linux-headers-2.6.27.10-injection_2.6.27.10-injection-10.00.Custom_i386.deb"

Once you've completed this simple process, reboot your computer and when your grub boot menu comes up, you will see your new kernel.
Select your new kernel and boot it. Because you copied your existing configuration and only modified the wifi drivers, everything should be the same.

Comments

Popular posts from this blog

Test New ALFA-AWUS036H v.2 (1.000mW) VS ALFA-AWUS036H v.1 (500mW)

- Recently emerged the New ALFA-AWUS036H v.2 (1.000mW), and these are the tests. TEST WITH NETSTUMBLER 1) usb da 100mW chipset railink 2) usb da 200mW chipset railink rt73 3) intel 2200 b/g con connettore esterno rp-sma 4) Alfa-AWUS036H 500mW 5) New Alfa-AWUS036H V2 da 1.000mW

Creating A Cheap Bluetooth Sniffer

Many papers and posts on internet forums have commented on the success of turning normal everyday bluetooth USB dongles ($10), into their more powerful counterparts that allow the capturing of packets from the airwaves. These more powerful USB dongles are usually sold at a much higher price ($10,000) together with the software to drive and control these devices. The problems associated with BlueTooth sniffing You cant simply just purchase the dongle with the alternate firmware. There is next to no real opensource packet capture program for the bluetooth protocol. Hardware & Limitations Chipsets: Whats the difference? The chipset of the Bluetooth USB Dongles are very important. Broadcom chipsets are cheap hardware and are deemed unsuitable devices for this paper. But unfortunalty nowadays, every manufacturer seems to prefer putting these chips in their products compared to the more reliable Cambridge Silicon Radio (CSR) chipset. If your lucky enough to find a dongle with a CSR chips...

ALFA-­AWUS036H & ALFA-­AWUS050NH INSTALLING/UPDATING DRIVERS RTL8187, r8187, RT2800usb on UBUNTU

NOTE: For surfing Internet with ALFA-AWUS050NH on Ubuntu Jaunty with rt2870sta driver, you must use the Kernel "2.6.28-11-generic #42-Ubuntu", without change or updates the drivers modules. NOTE: The tutorial is not related to Ubuntu karmic. Driver RTL8187/Stacks-­mac80211 (ref. ALFA-­AWUS036h) ­- These drivers, for surfing Internet, are more stable than r8187, and fully compatible with Network-Manager 0.7 installed by default on Ubuntu 9.04. Network-Manager 0.7 installed by default on Ubuntu 9.04. ­- Supports all encryption without problems. (OPEN, WEP and WPA/WPA2) ­- With Compat-Wireless, the "injection" working, but for support “Fragmentation attack” (opt. -5) you need to install one patch. - The RX sensitivity and packets injection is less, related to drivers r8187. Driver r8187/Stacks-ieee80211 (ref. ALFA-AWUS036h) - This driver is recommended for use with the Suite of Aircrack-ng, but not particularly suitable for Internet connections, as less stable and disc...