>
> All PRISM II cards should be supported by the wi driver that is compiled
> into all m0n0wall kernels, but maybe the definition for your card is
> missing in the pccard.conf file.
try
killall pccardd
pccardd
you may find this info also with dmesg......
normally you an error telling you if your card was not found in
pccard.conf
on a normal freesbsd box you could copy /etc/default/pccard.conf to /etc
add this card to pccard.conf
by coping another card or using it's entree to replace it with your
cards name
# For OEM SENAO cards
card "INTERSIL" "HFA384x/IEEE"
config auto "wi0" ?
config auto "wi1" ?
config auto "wi2" ?
config auto "wi3" ?
config auto "wi4" ?
config auto "wi6" ?
insert /etc/pccard_ether $device start
remove /etc/pccard_ether $device stop
for senao cards :)
hi
Marten |