Skip to content

Unable to compile the tools in Raspberry Pi #20

@urbi001

Description

@urbi001

The current kernel version in my Raspberry Pi is: 4.14.44-v7+.
When I tried to execute:
sudo apt-get install linux-headers-$(uname -r)
==> E: Unable to locate package linux-headers-4.14.44-v7
So, I have updated the firmware using:
$sudo rpi-update
$sudo reboot
Then I search for available linux-headers and linux-image through:
$apt update
$apt-cache search linux-headers
==> raspberrypi-kernel-headers - Header files for the Raspberry Pi Linux Kernel
$ sudo apt-get install raspberrypi-kernel-headers
$apt-cache search linux-image
==> raspberrypi-kernel - Raspberry Pi Bootloader
$ sudo apt-get install raspberrypi-kernel

After this, when I try to execute make defconfig-ath9k-debug,
It is showing: your kernel headers are incomplete/ not installed. Please install kernel headers.
Could you please help me in this regard?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions