[Angstrom-distro-users] Re: kinda OT: hardware recommendation toreplace my dead Netgear MA701 (CF 802.11b and/or g)
Joshua Layne
joshua at willowisp.net
Wed Oct 17 01:11:57 CEST 2007
On Tue, 16 Oct 2007 17:02:16 -0400, Walt Scrivens <walts at gate.net> wrote:
> I have an AmbiCom WL1100C-CF also.
> I went through h^&*l trying to get it to work with Angstrom, (Akita)
> finally gave up.
> The card works very well using pdaXii13, and I can run Kismet,
> Ethereal, nmap, lynx...
> I haven't tried AirCrack on the Z, instead I transfer the files to a
> PC to crunch the data.
>
I am assuming your problem was with the card modules and not the Akita port
-- If memory serves me correctly, angstrom uses udev for this - I assume
you have set the ignore_cis_vcc=1
This is from an old message I sent long ago on a different distribution,
but it may apply here (I don't have my ipaq with me to check how angstrom
has this structured, so I hope it is accurate):
edit
/etc/udev/rules.d/50-hostap_cs.rules
---
# hostap_cs needs ignore_cis_vcc=1 set - this should handle all cards
#
ACTION=="add", DEVICE=="hostap_cs", \
SYSFS{func_id}=="0x06", RUN+="/sbin/modprobe hostap_cs ignore_cis_vcc=1"
---
ps -aef|grep udev
kill pid #from previous command
udevcontrol reload_rules
remove card
rmmod all previously loaded drivers, usually: (hostap_cs, hostap,
orinoco_cs, orinoco, hermes)
/etc/init.d/udev start
insert card
---
More information about the Angstrom-distro-users
mailing list