Tuesday, August 4, 2020

download and build driver (RTL wifi) example video


https://www.youtube.com/watch?v=dokG4bCF4GQ

http://gdanstum.net/-12AEHO/DN2D?rndad=2891595163-1596553568

18.04.3 instructions

https://askubuntu.com/questions/1156167/unable-to-get-wifi-adapter-working-clean-19-04-install-network-unclaimed/1156246#1156246

handy summary of commands
https://bbs.archlinux.org/viewtopic.php?id=245864

apt install  -y iw
apt install -y rfkill

from bbs.archlinux.org post above

lsusb

lsusb

b

dmesg

dmesg | grep rtl8812au

0

iw

iw dev

phy#1
    Interface wlp0s20u10
        ifindex 4
        wdev 0x100000001
        addr 00:e0:4c:88:12:00
        type managed
        txpower 12.00 dBm

rfkill

rfkill list

1: phy1: Wireless LAN
    Soft blocked: no
    Hard blocked: no

uname

uname -r

5.0.8-arch1-1-ARCH



--30--