Installation BrosTrend 1200 Mbps on Ubuntu 18.04.2 LTS



La clef Wifi


sudo apt install rtl8812au-dkms

sudo nano /etc/modules  Add rtl8812-au at the end

lsusb | grep 8812
Bus 001 Device 004: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter

sudo nano 01-netcfg.yaml
network:
    version: 2
    wifis:
            wlan0:
            renderer: NetworkManager
            match: {}
            dhcp4: true
            dhcp6: true
            access-points:
                        "BoxName":
                                    password: "KeyWiFi"

sudo netplan generate

sudo netplan reboot

sudo iw dev wlan0 link

iwconfig


Commentaires