Hi,
I encounter some difficulties with my USB wifi adapter :
TRENDnet TEW-648UB
This hardware is handled by rsu(4) driver. In my first try I saw errors in dmesg about license, so I did what driver man page said by adding these lines in my /boot/loader.conf:
I configured my /etc/rc.conf:
But when I enable my Interface I have this message :
I have following errors but I found nothing on this one.
Someone could help me ?
I encounter some difficulties with my USB wifi adapter :
TRENDnet TEW-648UB
This hardware is handled by rsu(4) driver. In my first try I saw errors in dmesg about license, so I did what driver man page said by adding these lines in my /boot/loader.conf:
Code:
legal.realtek.license_ack=1
rsu-rtl8712fw_load="YES"
I configured my /etc/rc.conf:
Code:
wlans_rsu0="wlan0"
ifconfig_wlan0="WPA DHCP"
But when I enable my Interface I have this message :
Code:
ifconfig wlan0 up
rsu0: could not load firmware section IMEM
I have following errors but I found nothing on this one.
Someone could help me ?