Sunday, February 24, 2019

AUSS AC53 nano Driver on Ubuntu 18.04 LTS 2

Hello All,

Today, I manage to install the AC53 WIFI dongle in Ubuntu 18.04 LTS 2

cd ~
git clone https://github.com/FomalhautWeisszwerg/rtl8822bu.git

Reference:
https://ubuntuforums.org/showthread.php?t=2395729


make
make install
reboot


1.  Update and Upgrade

sudo apt update
sudo apt upgrade
sudo apt dist-upgrade



2.  Install windows remote desktop
remmina #This one come by default. if it's not there then you can install it.


3.  Install Atom Editor

Install Atom Editor.

Run below command in a sequence which will do:
a) updating the packages
b) import the Atom Editor GPG key
c) install the latest version of Atom

sudo apt update
sudo apt install software-properties-common apt-transport-https wget
wget -q https://packagecloud.io/AtomEditor/atom/gpgkey -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main"



apt-key warning when sudo apt update run

Issue: apt-key warning when sudo apt update run Update below file: cat /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list ...