Alternative wifi settup on GhostBSD 3.1

Add your Tips and tricks to configure and tweak your GhostBSD System here.
Post Reply
User avatar
bsdkeith
Posts: 129
Joined: Wed Jun 12, 2013 3:36 pm
Location: Surrey/Hants Border, England

Alternative wifi settup on GhostBSD 3.1

Post by bsdkeith »

My experience of the GUI setup programs was not working so I used the FreeBSD manual page for my wifi setup.
(This is not a criticism, this is to help fellow users get up & running; it should also work for you.)
http://www.freebsd.org/doc/handbook/net ... eless.html

As the root operator alter these files
(My ethernet is re0, my wifi is rum0; change for your needs.)

Under the wifi part of /etc/rc.conf
ifconfig_re0="DHCP"
wlans_rum0="wlan0"
ifconfig_wlan0="wpa dhcp ssid hubname"
gdm_lang="en_GB.UTF-8"
keymap="uk.iso"

Comment out or delete this section
# Auto-Enabled NICs from pc-sysinstall

In /etc/wpa_supplicant.conf
network={
ssid="hubname"
psk="password"
}

Then as the root operator run

service netif start

& you should, hopefully, be able to browse the internet.
Linux user since 1999; & now a BSD user.
suni40
Posts: 1
Joined: Fri Sep 19, 2014 11:22 pm

Re: Alternative wifi settup on GhostBSD 3.1

Post by suni40 »

ifconfig_wlan0="wpa dhcp ssid hubname"
gdm_lang="en_GB.UTF-8"
keymap="uk.iso"
You can join us for best pass4sure.co.uk dumps exam & oracle training solutions. Our California Institute of the Arts contains all those materials you want to pass for real IBM .
Post Reply