[Angstrom-distro-users] PCI CF-100TX2 driver will not bind
Joshua Layne
joshua at willowisp.net
Fri Oct 26 02:38:43 CEST 2007
Dylan Bodington wrote:
> This card apparently works with the Zaurus. I've only tried it on
> Angstrom so far, with no success.
>
> The linux instructions in the manual refer to the /etc/pcmcia/config
> file, which I know is no longer relevant as Angstom uses a 2.6 kernel.
> Everything I've found online also only refers to the 2.4 config.
>
> My udev knowledge is pretty bad. So far, I've figured that I might
> have some luck with the /lib/modules/2.6.22/modules.alias file, but I
> can't figure any further than that.
if you have the module that you need on your system and you are able to
get the card to work by rmmod and modprobe, then you can create a udev
rule for it.
this is from an email I sent out a few weeks ago - the exact parameters
(and module names) will not be correct, but it is an example of how to
create a udev rule.
regards,
Josh
----
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 ( a 'killall -HUP udev' _might_ work here - I think I had some problems with that though)
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