Copies of my;
contents of /etc/rc.conf file:
contents of /boot/loader.conf file:
contents of /etc/wpa_supplicant.conf file:
cat /boot/loader.conf
rc_system="bsdrc"
crypto_load="YES"
aesni_load="YES"
geom_eli_load="YES"
vfs.zfs.arc_max="512M"
zfs_load="YES"
cat /etc/wpa_supplicant.conf (replace to match your wifi situation)
network={
ssid="<your SSID>"
id_str="<location>"
priority=1
}
cat /etc/rc.conf
zfs_enable="YES"
kld_list="linux linux64 cuse fusefs /boot/modules/i915kms.ko if_iwlwifi"
linux_enable="YES"
ntpd_enable="YES"
ntpd_sync_on_start="YES"
devfs_enable="YES"
devfs_system_ruleset="devfsrules_common"
dbus_enable="YES"
lightdm_enable="YES"
webcamd_enable="YES"
cupsd_enable="YES"
avahi_daemon_enable="YES"
avahi_dnsconfd_enable="YES"
moused_enable="YES"
smartd_enable="YES"
ipfw_enable="YES"
firewall_enable="YES"
ifconfig_em0="DHCP"
ifconfig_ue0="DHCP"
keymap="us.kbd"
sshd_enable="YES"
kldload_vbox="vboxdrv"
vboxnet_enable="YES"
nfs_client_enable="YES"
# clean /tmp
clear_tmp_enable="YES"
# sound entries
snd_audio_load="YES"
mixer_enable="YES"
# disable ipv6
ip6addrctl_enable="NO"
ip6addrctl_policy="ipv4_prefer"
ipv6_activate_all_interfaces="NO"
ipv6_network_interfaces="none"
## for internal wifi card
wlans_iwlwifi0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
create_args_wlan0="wlanmode sta regdomain FCC country US"
wlandebug_wlan0="+state +crypto +node +auth +assoc +dot1xsm +wpa"
ifconfig_iwlwifi0="DHCP"
Dhcpclient folder empty
-
- Posts: 207
- Joined: Sat Nov 12, 2016 5:44 pm
Re: AX201 wifi chip setup
This important part for ax201 and ax200
setup of wifi interface
create an interface for wifi networking.
Good examples of manually setting up a wifi network. Use this to help you overcome problems if NetworkMgr does not automatically setup your wifi network.
https://forums.ghostbsd.org/viewtopic.php?f=64&t=570
https://forums.ghostbsd.org/viewtopic.php?f=64&t=526
setup of wifi interface
Code: Select all
## for internal wifi card
wlans_iwlwifi0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
create_args_wlan0="wlanmode sta regdomain FCC country US"
wlandebug_wlan0="+state +crypto +node +auth +assoc +dot1xsm +wpa"
Code: Select all
ifconfig wlan0 create wlandev iwlwifi0
https://forums.ghostbsd.org/viewtopic.php?f=64&t=570
https://forums.ghostbsd.org/viewtopic.php?f=64&t=526
-
- Posts: 207
- Joined: Sat Nov 12, 2016 5:44 pm
AX200 setup on GhostBSD Live inage
The config in rc.conf was wrong. It should have been
wlans_iwlwif0="wlan0"
ifconfig_wlan0="WPA DHCP"
Then I created a wpa_supplicant.conf file with router and password details and ran
service netif restart
And everything was fine
AX200 works fine
So does AX200 Bluetooth
I'm thinking that windows fouls up the hardware but I'm just guessing
On Ubuntu 22 live everything works perfectly
Soon I'll install. Just testing the laptop for any hardware problems
My other laptop has ax200 without any windows. I'll see how networkmgr handles that
wlans_iwlwif0="wlan0"
ifconfig_wlan0="WPA DHCP"
Then I created a wpa_supplicant.conf file with router and password details and ran
service netif restart
And everything was fine
AX200 works fine
So does AX200 Bluetooth
I'm thinking that windows fouls up the hardware but I'm just guessing
On Ubuntu 22 live everything works perfectly
Soon I'll install. Just testing the laptop for any hardware problems
My other laptop has ax200 without any windows. I'll see how networkmgr handles that