Translations:FAQ/72/en
From GhostBSD Wiki
If you have no output, this mean the GhostBSD network configuration system have not detected your WiFi card. The next step for you will be to look if GhostBSD have your WiFi drivers install.
-
sudo ifconfig | grep -B 3 802.11
In this case run0 is the WiFi drivers.
run0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290 ether 00:1e:e5:e6:5d:1 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: IEEE 802.11 Wireless Ethernet autoselect mode 11a
If you have an output similar from the example above, you need to configure the file /etc/rc.conf.
-
sudo ee /etc/rc.conf
Add those line in the file /etc/rc.conf (Replace run0 by your drivers).
wlans_run0="wlan0" ifconfig_wlan0="WPA DHCP"
Esc and save the file. Now you need to restart netif
.
-
sudo /etc/rc.d/netif restart
Your wifi is now configured, you might have to turn wlan0 up.
-
sudo ifconfig wlan0 up