Skip to content

Miscellaneous

reubenajohnston edited this page Feb 22, 2020 · 13 revisions

BrosTrend AC1L USB3.0 adapter setup for Linux

  • 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 mode using $ sudo iwconfig wlan0 mode monitor

Clone this wiki locally