11-08-2022, 06:46 PM
This is the solution to install the drivers:
--- reboot pi ---
to this day you should have the kernel
install the drivers:
--- reboot pi ---
dont forget to disable the integrated Wifi-Modul
Code:
sudo apt update
sudo apt full-upgrade --yes
sudo apt install raspberrypi-kernel-headers
sudo apt install raspberrypi-kernel
--- reboot pi ---
to this day you should have the kernel
Code:
pi@moode:~ $ uname -a
Linux moode 5.15.76-v8+ #1597 SMP PREEMPT Fri Nov 4 12:16:41 GMT 2022 aarch64 GNU/Linux
install the drivers:
Code:
wget deb.trendtechcn.com/install -O /tmp/install
sudo sh /tmp/install
--- reboot pi ---
dont forget to disable the integrated Wifi-Modul