Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2017 09:45:40 +0000
From:      Vincent Hoffman-Kazlauskas <vince@unsane.co.uk>
To:        freebsd-wireless@freebsd.org
Subject:   Re: Realtek wireless card support
Message-ID:  <3cdb4f89-b369-9051-dfc9-17b23276effe@unsane.co.uk>
In-Reply-To: <CAM=Zmisg_hA88iAntT_oXB9xvvSc6RJdo=%2Bj-nSYby4=EwxcQQ@mail.gmail.com>
References:  <CAM=Zmisg_hA88iAntT_oXB9xvvSc6RJdo=%2Bj-nSYby4=EwxcQQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On 14/02/2017 08:21, Kevin McErlean wrote:
> Dear sir, or ma'am,
>                           I am a novice/hobbyist and have recently put
> FreeBSD 11 on an HP 2000 DX219 notebook; I have spent some time trying to
> get drivers for the RTL8188CE wireless card, without much luck. It is only
> after several attempts and forum searches that I am sending this email, as
> this was a "practical application" to learn from. Any guidance on this will
> be absolutely appreciated. Thank you for your time.

Hi,
according to the manpage, rtwn should be the correct driver (based
solely on a quick search using
root@bsdpkgbuild:~ # apropos Realtek | grep -i 8188ce
rtwn(4) - Realtek RTL8188CE PCIe IEEE 802.11b/g/n wireless network device )
and a quick read of the manpage suggests adding

if_rtwn_load="YES"
legal.realtek.license_ack=1
rtwn-rtl8192cfwU_load="YES"
rtwn-rtl8192cfwU_B_load="YES"


to /boot/loader.conf
and rebooting.
check its been seen ok by running
sysctl net.wlan.devices

which should return something like
net.wlan.devices: rtwn0

from there you should be ok to follow the handbook on wireless.


Hope that helps,
Vince

> _______________________________________________
> freebsd-wireless@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
> To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3cdb4f89-b369-9051-dfc9-17b23276effe>