You are not logged in.
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
bump or is there any other way to use packet injection with this card?
Offline
well, I could try to modify the PKGBUILD. And here it is ![]()
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
omg omg omg, it works :>
thx a lot for your effort!
best regards
Offline
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
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:
... 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