[Bug 205477] urtwn(4) USB wireless driver fails to initialize RTL8188CUS
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Nov 19 15:59:21 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205477
--- Comment #11 from Andriy Voskoboinyk <avos at freebsd.org> ---
Ok, you need a workaround from
https://lists.freebsd.org/pipermail/freebsd-arm/2016-March/013393.html :
change
cd ../rtwn && make depend && make && make install
to
cd ../rtwn && make depend && make CONF_CFLAGS=-march=armv7a && make install
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-usb
mailing list