Page 1 of 1

Getting WiFi to Work

Posted: Mon Jun 25, 2018 9:34 pm
by ilikesci
Hello,
I am trying to get my wireless internet working. Some of my information is I have GhostBSD installed on a laptop with builtin wifi. The information it gave me was that it is a RTL8188EE wifi card. Here is what the information told me to do.

kldload if_rtwn if_rtwn_pci

and it only loads if_rtwn and not if_rtwn_pci.

ifconfig wlan0 create wlandev rtwn0

and gets the following:

ifconfig: SIOCIFCREATE2: device not configured

If anybody can help me I would appreciate it.
Thank You,
Micah

Re: Getting WiFi to Work

Posted: Tue Jun 26, 2018 9:32 am
by NevilleGoddard
Hi.
It may be that the card is not supported under FreeBSD.
You can try also

if_urtwn_load="YES"
legal.realtek.license_ack=1

in loader.conf . This may make it work.
Good luck.

Re: Getting WiFi to Work

Posted: Sat Feb 02, 2019 7:50 pm
by wb7odyfred
read forum post about FreeBSD 12.0 and PCI Realtek devices for your RTL8188CE
https://forums.ghostbsd.org/viewtopic.php?f=64&t=526

Code: Select all

uname -a
pciconv -lv
usbconfig list

Code: Select all

kldstat

Code: Select all

dmesg | tail -10

Code: Select all

sysctl -n net.wlan.devices

post the output from these commands, so that we might help you better.

look to see if the file if_rtwn_pci.ko exists.
look at dmesg output to see failure message. check what version of kernel you are running and which revision number. maybe the revision number is earlier than when the driver code was modified to merge the usb and pci drivers.

Fred