I have some old USB Actiontec 802.11b cards lying around and I want to use them with my FreeNAS boxes (which run on FreeBSD) allowing me to use them anywhere in the house. They need PRISM drivers. I have checked hardware compatibility and it says they should work and I have also read that nearly all 802.11b drivers are supported under FreeBSD. I understand that I need to load the driver wi(4) as a module at startup which involves altering my loader.conf file to include the following statement:
When I plug the card into a USB port and boot up I get this in my FreeNAS logs:
which tells me that the device is there and plugged into the hardware. I have searched this forum and googled for solutions but I am stumped. The device is plugged in but does not light up.
Since I am totally new to FreeBSD I don't know what to do next. Should I attempt to configure anyway? I have typed ifconfig -a and it does not show any wireless devices. Does anybody know how I conclusively prove that the device is recognised and installed into the OS?
Thanks.
Code:
if_wi_load="YES"
When I plug the card into a USB port and boot up I get this in my FreeNAS logs:
Code:
ugen0: <vendor 0x1668 product 0x0421, class 0/0, rev 1.10/1.32, addr 2> on uhub1
Since I am totally new to FreeBSD I don't know what to do next. Should I attempt to configure anyway? I have typed ifconfig -a and it does not show any wireless devices. Does anybody know how I conclusively prove that the device is recognised and installed into the OS?
Thanks.