KasperskyLab/TinyCheck

Error on Driver Installation - need help

RobinLouisSchmidt opened this issue · 0 comments

I tried to install the driver for the Asus USB-N10NANO N150 like in the Guid (List-of-working-hardware-configs)
described.

Error occurred after the last step of the Driver Installation at:
(https://github.com/KasperskyLab/TinyCheck/wiki/List-of-working-hardware-configs)

cd /tmp/
wget http://downloads.fars-robotics.net/wifi-drivers/8188eu-drivers/8188eu-5.4.83-v7l-1379.tar.gz
tar zxvf 8188eu-5.4.83-v7l-1379.tar.gz
sudo bash install.sh

Error in Console (output)
sudo install -p -m 644 8188eu.ko /lib/modules/5.4.83-v7l+/kernel/drivers/net/wireless
install: regular directory '/lib/modules/5.4.83-v7l+/kernel/drivers/net/wireless'
can not be created File or directory not found sudo depmod 5.4.83-v7l+
depmod: ERROR: could not open directory /lib/modules/5.4.83-v7l+:
No such file or directory depmod:
FATAL: could not search modules: No such file or directory Reboot to run the driver. If you have already configured your wifi it should start up and connect to your wireless network. If you have not configured your wifi you will need to do that to enable the wifi.

** Steps I did to resolve the error:**

  1. Set up a new SD-Card (Raspberry Pi OS buster)
  2. Multiple reboots and installation with and without the Wifi Dongle plugged in.

Any advice will be welcome