

gruber
-
Posts
6 -
Joined
-
Last visited
Reputation Activity
-
gruber reacted to Igor in Can't install kernel-headers via armbian-config
https://github.com/armbian/mirror
dl.armbian.com and apt.armbian.com are picking them.
Problem in this case is that TV boxes are unofficial hacked builds which might not work with all armbian tools.
https://www.google.com/search?q=list+all+files+in+apt+repository
-
gruber reacted to chris2m in Can't install kernel-headers via armbian-config
To answer my own question - I found the header files here: https://imola.armbian.com/beta/pool/main/l/linux-5.15.25-sunxi/linux-headers-current-sunxi_22.02.0-trunk_armhf.deb
wget https://imola.armbian.com/beta/pool/main/l/linux-5.15.25-sunxi/linux-headers-current-sunxi_22.02.0-trunk_armhf.deb dpkg -i linux-headers-current-sunxi_22.02.0-trunk_armhf.deb
The only remaining question is why `armbian-config` does not install the header files.
-
gruber reacted to Simon-renegade in Can't install kernel-headers via armbian-config
wget https://users.armbian.com/balbes150/arm-64/deb/linux-headers-current-arm-64_20.10_arm64.deb
sudo dpkg -i linux-headers-current-arm-64_20.10_arm64.deb
You can give this a try.