Setting Up archer t6e on ubuntu server
Contents
Installing the driver
sudo apt install broadcom-sta-dkmsConfiguring the connection
Open /etc/netplan/00-installer-config-wifi.yaml and make sure it has something like the following:
# This is the network config written by 'subiquity'
network:
version: 2
wifis:
wlp6s0: # The network found with `ls /sys/class/net`
access-points:
{SSID}: # SSID
password: {Password} # Password
dhcp4: trueClose the file and run
sudo netplan apply
If there are errors use
sudo netplan -d apply
Checking for a valid connection
Run ip addr and look for a valid connections with an ip address