-
Notifications
You must be signed in to change notification settings - Fork 13
Miscellaneous
reubenajohnston edited this page Feb 22, 2020
·
13 revisions
- Install the Realtek RTL8812 drivers
$ sudo sh -c 'wget deb.trendtechcn.com/installer.sh -O /tmp/installer.sh && sh /tmp/installer.sh'
- Adapter should be visible as wlan0 when running
$ sudo iwconfig - Switch wlan0 to monitor (or back to managed) mode using
$ sudo iwconfig wlan0 mode monitor(or$ sudo iwconfig wlan0 mode managed) - Enable wlan0 (or disable) using
$ sudo ifconfig wlan0 up(or$ sudo ifconfig wlan0 down)