Hi guys I have been at this for a week now.
I came up with an idea to use MXQ pro tv box for my 3d printers as I am running klipper. Keep in mind I have klipper installed and it works perfect.
But in order to make things easier I need wifi the internal ethernet is working perfect.
I have a few beaglebone blacks that i used for another project I used wifi dongles with them and tried to install the driver on the rk3228 box but keeps on getting the following error.
v24.11 rolling for rk322x-box running Armbian Linux 6.11.4-edge-rockchip
Packages: Debian stable (bookworm)
Support: for advanced users (rolling release)
IP addresses: (LAN) IPv4: 192.168.0.153 IPv6: fe80::30e0:63ff:fed2:6c71 (WAN) 192.143.2.188
Performance:
Load: 6% Up time: 2 min
Memory usage: 13% of 977M
CPU temp: 59°C Usage of /: 70% of 7.0G
Commands:
System config : sudo armbian-config
System monitor : htop
Last login: Sun Oct 20 19:51:29 2024 from 192.168.0.148
johan@rk322x-box:~$ sudo apt-get install build-essential git dkms linux-headers-$(uname -r)
[sudo] password for johan:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-headers-6.11.4-edge-rockchip
E: Couldn't find any package by glob 'linux-headers-6.11.4-edge-rockchip'
E: Couldn't find any package by regex 'linux-headers-6.11.4-edge-rockchip'
johan@rk322x-box:~$
This is the link I have always used to install the wifi dongle driver. https://github.com/kelebek333/rtl8188fu
I'm not new to armbian but also not a pro so I have no idea hoe to install other drivers from github.
Any assistance will be much appreciated