Wifi setup for RTL8812au & RTL8812bu RealTek usb devices

Help with setting up network cards, including WiFi cards.
Post Reply
wb7odyfred
Posts: 203
Joined: Sat Nov 12, 2016 5:44 pm

Wifi setup for RTL8812au & RTL8812bu RealTek usb devices

Post by wb7odyfred »

Please add comments. This is a work in progress.
https://forums.ghostbsd.org/viewtopic.php?f=64&t=526 Here is my take on manually setting up EW-7811un RTL8192cu

https://forums.ghostbsd.org/viewtopic.php?f=64&t=570 Here is my take on manually setting up Realtek PCI chipset RTL8188CE Use this as kind of comparison of which steps to do when manually setting up.

Code: Select all

usbconfig list 
usbconfig dump_device_desc

Code: Select all

sysctl -a net.wlan.devices
Remember this is JUST a work in progress.
There are 3 files need edited /boot/loader.conf /etc/rc.conf /etc/wpa_supplicant.conf
you will need to install 2or 3 wifi driver kernel modules with kldload command.
Post Reply