Hi, Ive got problem with get kernel headers for Rpi5 (model B, Rev 1.1, Volumio-4.119-2026-03-24-pi). Ive tried everything, I think but every time I got error
And what is the problem?
what is everything?
what is the error?
Sorry, my fault. I’ve tried two commend
volumio@volumio:~$ uname -r
6.12.74-v8+
volumio@volumio:~$
sudo apt install linux-headers-rpi-v8
volumio@volumio:~$ sudo apt install linux-headers-rpi-v8
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
E: Unable to locate package linux-headers-rpi-v8
sudo apt install linux-headers-$(uname -r)
volumio@volumio:~$ sudo linux-headers-$(uname -r)
sudo: linux-headers-6.12.74-v8+: command not found
volumio@volumio:~$ sudo apt install linux-headers-$(uname -r)
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
E: Unable to locate package linux-headers-6.12.74-v8
E: Couldn’t find any package by glob ‘linux-headers-6.12.74-v8’
You run Volumio, a media player.
So trying to download some random kernel headers is not advised.
Run instead:
volumio kernelsource
I’m not expert from Linux, but I need only get headers package for this kernel 6.12.74-v8+ aarch64.
On DietPi I used
sudo apt install linux-headers-rpi-2712 and everythig was ok.
Is possible do simillar on Volumio?
You can also read what I wrote and the command I give.
Sorry, I should more listen. Everything works. Thank You
