rtl8187

hello!
I'm newbie in FreeBSD, so how can I get my rtl8187 wifi usb card to work correctly?

Now usbconfig(8) doesn't show correct vendor, and ifconfig(8) calls it urtw0.

Probably I should to install some drivers, but where can I get them and how to use?
 
# ifconfig wlan0 create wlandev urtw0
# ifconfig wlan0 up scan
 
thanks a lot!!!
My problem was in using ifconfig urtw0 create wlandev wlan0 instead )))

By the way, how can I change mode of device, like "iwconfig mode monitor"?
 
Back
Top