Skip to content

Instantly share code, notes, and snippets.

@mertsalik
Created July 19, 2017 10:43
Show Gist options
  • Save mertsalik/87bef666122ce928b44fb35fff9872ff to your computer and use it in GitHub Desktop.
Save mertsalik/87bef666122ce928b44fb35fff9872ff to your computer and use it in GitHub Desktop.
# Ubuntu 16.04.2 LTS
# rcn-ee.net console Ubuntu Image 2017-07-14
# Beagle bone black
mkdir tmp
cd tmp
git clone https://github.com/lwfinger/rtl8188eu.git
cd rtl8188eu
make all
sudo make install
sudo reboot
# After reboot
sudo ifconfig wlan0 up
# light will be up
@mertsalik
Copy link
Author

mertsalik commented Dec 31, 2017

if you got

Error! Your kernel headers for kernel 4.4.68-ti-r111 cannot be found.
Please install the linux-headers-4.4.68-ti-r111 package,
or use the --kernelsourcedir option to tell DKMS where it's located

apply

sudo apt-get install git dkms
git clone https://github.com/lwfinger/rtl8188eu.git
sudo dkms add ./rtl8188eu
sudo dkms install 8188eu/1.0
sudo modprobe 8188eu

@mertsalik
Copy link
Author

No need for Debian 9.5 / BBB img.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment