Howdy,
I am fresh to FreeBSD as of a few days ago and am trying to setup a wireless NIC (TP-WN723N V3) in FreeBSD 10.0, which appears to be covered as a supported device (see http://www.freebsd.org/relnotes/CURRENT/hardware/support.html) using the urtwn(4) driver. I have loaded the urtwn(4) kernel module, which shows up as if_urtwn.ko when I issue
when I issue
, when I run
I am fresh to FreeBSD as of a few days ago and am trying to setup a wireless NIC (TP-WN723N V3) in FreeBSD 10.0, which appears to be covered as a supported device (see http://www.freebsd.org/relnotes/CURRENT/hardware/support.html) using the urtwn(4) driver. I have loaded the urtwn(4) kernel module, which shows up as if_urtwn.ko when I issue
kldstat. FreeBSD realizes the presence of the USB NIC through VMWare player, giving
Code:
urgen0.4: <802.11n NIC Realtek> at usbus0, cfg=0 md=HOST, spd=FILL (12Mbps) pwr=ON (500 mA)
usbconfig. However, I receive
Code:
ifconfig: SIOCIFCREATE2: Device not configured
ifconfig wlan create wlandev urtwn0 inet 192.168.0.20 netmask 0xffffff00 per the urtwn(4) man pages. Any suggestions on moving forward from here? I am also new to this forum so please let me if I am following the forum rules incorrectly. Thanks!