added
CODE
card "Canon Wireless LAN CF Card K30225"
manfid 0x0004,0x2003
bind "prism2_cs"
but main problem is that cant build prims2_cs with module-assistant as there's no linux headers
added
CODE
card "Canon Wireless LAN CF Card K30225"
manfid 0x0004,0x2003
bind "hostap_cs"
to /etc/pcmcia/config
added SYSFS{manf_id} and SYSFS{card_id} in /etc/udev/rules.../70-persistent-net.rules with mac and all
tried also creating a rules file in same folder with
CODE
ACTION=="add", SYSFS{manf_id}=="0x0004", SYSFS{card_id}=="0x2003", SYSFS{func_id}=="0x06", \
RUN+="/sbin/modprobe hostap_cs ignore_cis_vcc=1"
ACTION=="add", SYSFS{manf_id}=="0x0004", SYSFS{card_id}=="0x2003", SYSFS{func_id}=="0x04", \
OPTIONS="last_rule"
edited the udev rules generation for net disabling all ignore conditions.
added options hostap_cs ignore_cis_vcc=1 to /etc/modules and modules.conf
nothing has any minimal effect, always get the:
CODE
pccard: PCMCIA card inserted into slot 1
pcmcia: registering new device pcmcia1.0
i can't even get a debug message that shows me the next step, always the same reply no matter what i do