Hi ,
I am trying to install headers on my orang pi using command
#apt install linux-headers-$(uname -r)
getting the following message
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-5.4.27-sunxi
E: Couldn't find any package by glob 'linux-headers-5.4.27-sunxi'
E: Couldn't find any package by regex 'linux-headers-5.4.27-sunxi'
could someone help me in how do I install headers ?, I am trying to comiple a kernel module.
thanks