Code Monkey home page Code Monkey logo

Comments (3)

i3ima avatar i3ima commented on July 17, 2024 1

chmod +x dkms-install.sh
sudo ./dkms-install.sh

from rtl8188eus.

toxicoder850 avatar toxicoder850 commented on July 17, 2024

it doesn't works by DKMS it shows error.

from rtl8188eus.

Jibun-no-Kage avatar Jibun-no-Kage commented on July 17, 2024

You can also do the following... Git the source, copy the git sources to /usr/src/. Then do a dkms add, dkms build, then dkms install. For example, I do the following via Anisble or scripting...

lsmod | grep r8188eu
rmmod r8188eu.ko
echo 'blacklist r8188eu' > '/etc/modprobe.d/realtek.conf'
apt-get -y install raspberrypi-kernel-headers bc build-essential libelf-dev dkms
rm -rf /home/pi/8188eu-20220319
cd /home/pi/ && git clone https://github.com/aircrack-ng/rtl8188eus.git
mv /home/pi/rtl8188eus /home/pi/8188eu-20220319
ed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' /home/pi/8188eu-20220319/Makefile

[ ! -z "$(uname -a | grep -iEw 'armv8|aarch64' )" ] && sed -i 's/CONFIG_PLATFORM_ARM64_RPI = n/CONFIG_PLATFORM_ARM64_RPI = y/g' /home/pi/8188eu-20220319/Makefile

[ -z "$(uname -a | grep -iEw 'armv8|aarch64' )" ] && sed -i 's/CONFIG_PLATFORM_ARM_RPI = n/CONFIG_PLATFORM_ARM_RPI = y/g' /home/pi/8188eu-20220319/Makefile

cp -rf /home/pi/8188eu-20220319/ /usr/src/rtl8188eu-5.3.9
dkms add -m rtl8188eu -v 5.3.9
dkms build -m rtl8188eu -v 5.3.9
dkms install -m rtl8188eu -v 5.3.9
rfkill
fkill unblock wlan
ip link
iw $(ip link | grep wlx | cut -d ':' -f2 | tr -d ' ') info
iwlist $(ip link | grep wlx | cut -d ':' -f2 | tr -d ' ') scan
iwconfig $(ip link | grep wlx | cut -d ':' -f2 | tr -d ' ')

[ -z "$(ip link | grep wlx | cut -d ':' -f2 | tr -d ' ')" ] && /usr/sbin/wpa_supplicant -B -D wext -i $(ip link | grep wlx | cut -d ':' -f2 | tr -d ' ') -c /etc/wpa_supplicant/wpa_supplicant.conf

from rtl8188eus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.