https://retropie.org.uk/download/
- Enable SSH
- Disable overscan
- Setup WIFI
sudo apt-get update
sudo apt-get upgrade
sudo rebootprintf "\nalias ll='ls -alh'\n" >> ~/.bashrc
source ~/.bashrcsudo apt install wget bcConfirmed working for kernel 4.19.97-v7l+
# from: https://edimax.freshdesk.com/support/solutions/articles/14000062079-how-to-install-ew-7822ulc-adapter-on-raspberry-pi
git clone https://github.com/EntropicEffect/rtl8822bu.git
cd rtl8822bu
nano Makefile
# Change the lines #100 and #101 to the following:
# CONFIG_PLATFORM_I386_PC = n
# CONFIG_PLATFORM_ARM_RPI = y
make
sudo make install
sudo rebootConfirmed working for kernel 5.4.51-v7l+
git clone https://github.com/cilynx/rtl88x2bu.git
cd rtl88x2bu
VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu
sudo rebootsudo nano /boot/config.txt
# add "adtoverlay=disable-wifi" to file
sudo rebootwget https://bintray.com/ookla/download/download_file?file_path=ookla-speedtest-1.0.0-armhf-linux.tgz
tar xvf download_file?file_path=ookla-speedtest-1.0.0-armhf-linux.tgz
./speedtestRetroPie Connfig -> RETROPIE SETUP -> Manage Packages -> Manage Experimental Packages -> steamlink -> Install from pre-compiled binary