It is possible to install rtl8188eus driver in FreeBSD

I am new to FreeBSD and i want to connect my Realtek TL-WN722N so i need to install the driver rtl8188eus for using it.
Can someone help me because i cant instructions.
Sory for my bad english
 
RTL8188EUS was supported by the old urtwn(4) driver, which was merged into rtwn(4)

stable/14 UPDATING
Code:
20161017:
    The urtwn(4) driver was merged into rtwn(4) and now consists of
    rtwn(4) main module + rtwn_usb(4) and rtwn_pci(4) bus-specific
    parts.
    Also, firmware for RTL8188CE was renamed due to possible name
    conflict (rtwnrtl8192cU(B) -> rtwnrtl8192cE(B))

Try rtwn(4)
Code:
     Alternatively, to load the driver as a module at boot time, place
     following lines in loader.conf(5)[/boot/loader.conf]:

           if_rtwn_pci_load="YES"
           if_rtwn_usb_load="YES"
 
Back
Top