You are not logged in.

#1 2009-01-26 12:55:21

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

[Request update] ipw2200 packet injection patch

hi everyone,
could someone pls write an updated version of this pkgbuild?
http://aur.archlinux.org/packages.php?ID=14082

unfortunately it does'nt compile with the new kernel + i've no idea how to fix it :>

best regards :>

Offline

#2 2009-02-06 16:01:58

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: [Request update] ipw2200 packet injection patch

bump or is there any other way to use packet injection with this card?

Offline

#3 2009-02-06 16:47:28

ahcaliskan
Member
From: Sweden
Registered: 2008-10-29
Posts: 174

Re: [Request update] ipw2200 packet injection patch

well, I could try to modify the PKGBUILD. And here it is smile

PKGBUILD for kernel 2.6.28:

# Contributor: Manuel "ekerazha" C. (www.ekerazha.com)

pkgname=ipw2200-inject
pkgver=1.2.2.2.6.24.3
pkgrel=2
pkgdesc="An open source 802.11a/bg driver for the ipw2200 and ipw2915 with injection patch."
arch=('i686' 'x86_64')
url="http://ipw2200.sourceforge.net"
license=('GPL')
depends=('wireless_tools' 'kernel26>=2.6.24-1' 'kernel26<=2.6.29-0' 'ipw2200-fw')
install=ipw2200-inject.install
source=(ipw2200-1.2.2.2.6.24.3.tar.gz \
    ipw2200_rtap_fix.patch \
    http://patches.aircrack-ng.org/ipw2200-1.1.4-inject.patch)
md5sums=('7c29eb66c6117d95b093483a120f3b7b'
    '31937ea17ef7ca7e2238f0055c36fb21'
    '57e8e02fcefee2bef4630f40ea27baf0')

build() {
        cd $startdir/src/ipw2200-$pkgver
        patch -Np1 -i ../ipw2200_rtap_fix.patch || return 1
    patch -Np1 -i ../ipw2200-1.1.4-inject.patch || return 1
    make KVER=$(uname -r) IEEE80211_INC=/usr/src/linux-$(uname -r)/include IEEE80211_IGNORE_DUPLICATE=y || return 1
        install -D -m 644 ipw2200.ko $startdir/pkg/lib/modules/$(uname -r)/kernel/drivers/net/wireless/ipw2200-inject.ko
}

Just copy it to an editor and save as PKGBUILD, and then replace the other PKGBUILD with this one. Good luck!

Last edited by ahcaliskan (2009-02-06 16:58:45)

Offline

#4 2009-02-06 17:13:51

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: [Request update] ipw2200 packet injection patch

omg omg omg, it works :>
thx a lot for your effort!

best regards

Offline

#5 2009-12-12 02:50:12

lio
Member
From: Montréal, Canada
Registered: 2009-09-13
Posts: 52

Re: [Request update] ipw2200 packet injection patch

im not sure how to apply that patch. Where is that PKGBUILD ?

Just want to clarify how to patch the ipw2200 driver to be able to use injection.

Offline

#6 2009-12-12 19:52:38

lio
Member
From: Montréal, Canada
Registered: 2009-09-13
Posts: 52

Re: [Request update] ipw2200 packet injection patch

mk, so i documented myself about how to use PKGBUILD with ABS etc..
when i try to issue the makepkg -s command with that PKGBUILD, i get that error:

==> ERROR: Install scriptlet (ipw2200-inject.install) does not exist.

any idea on what can cause that error ?

edit: yikes ... i just noticed that the package name is ipw2200-inject and not ipw2200.
i copyed the base/ipw2200 package and was trying it with that pkgbuild.

Not sure what i should do now, but it seems normal in that case that it does not work

this is getting messed up. as suggested by tomk, i will just start a uptodate thread.
tx

Last edited by lio (2009-12-12 20:38:48)

Offline

Board footer

Powered by FluxBB