Ok,
good news first: you can get it working on arch(I have one as
a fallback networkcard flying around here - MA111, exact same model).
Bad news is though, it doesn't really play well with our network script,
at least I didn't bother.
So what to do:
pacman -S wlan_ng26
and then I set up a daemon habdling the rest of the shit:
the PKGBUILD and the daemonscript are attached. Make sure you change the
ssid to your access point. If you wanna encryption, you are on your own.
pkgname=wlan_ma111
pkgver=0.1
pkgrel=1
pkgdesc="service to start Netgaer MA111 USB Wirless stick"
url="http://localhost"
depends=('wlan-ng26')
source=($pkgname.rc.d)
build() {
cd $startdir/src
install -Dm755 $pkgname.rc.d $startdir/pkg/etc/rc.d/$pkgname
}
modprobe prism2_usb prism2_doreset=1nitrd
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
wlanctl-ng wlan0 lnxreq_autojoin ssid=linksys authtype=opensystem
_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch