Questions tagged [linux-headers]
The linux-headers tag has no summary.
54 questions
0
votes
0
answers
173
views
VMware: C header files matching your running kernel were not found
I think my VMware installation is cursed. Back when I installed and set up a VM for the first time, setting mks.noBeep = TRUE in every possible combination of locations still didn't stop it from ...
0
votes
1
answer
304
views
Debian | can't install linux-headers-6.12.12+bpo-amd64; function “strlcpy” is unknown
I'm a Debian 12 derivative and I'm trying to install Nvidia drivers. To do so, I needed to install linux-headers and dependencies:
First, I've checked my kernel info,
uname -r
6.12.12+bpo-amd64
After ...
0
votes
1
answer
173
views
Many versions of the linux-headers package installed
I am running an Ubuntu 22.04 on GCP.
When I perform
$ apt list --installed | grep -i headers
I see more than one version of the package
linux-gcp-X.Z-headers-X.Y.Z-ABCD/jammy-updates,jammy-security,...
0
votes
2
answers
605
views
Problem with uname -r on VPS server
I'm trying to install amneziawg (wireguard) on VPS server with debian 11
When it starting I get this error
Starting WireGuard via wg-quick(8) for awg0...
[#] ip link add awg0 type amneziawg
...
0
votes
0
answers
1k
views
There is no file linux/init.h
I'm trying to write my own pci-device driver on an Ubuntu system.
The example I found says that I need:
#include <linux/init.h>
#include <linux/module.h>
#include <linux/pci.h>
I'm ...
2
votes
1
answer
1k
views
Errors were encountered while processing: linux-headers-6.1.0-25-amd64 in debian
on 2024-08-31 with the new released kernel in debian stable 6.1.0-25-amd64 an error occured trying to upgrade kernel headers.
My understanding is that wireguard is part of the kernel, so I shouldn't ...
0
votes
1
answer
540
views
Kali Linux-Headers not being installed due to rtl8188fu
I am not able to install the linux-headers-6.8.11-amd64 kernel even after repeated trying. I tried several methods - sudo apt-get update, sudo apt-get upgrade, sudo apt-get dist-upgrade, sudo dkms --...
0
votes
0
answers
2k
views
Install TP-Link Archer T2U V3 driver in Linux without Internet
I'm using an Archer T2U v3 on my Ubuntu 14.04 and 16.04 system and on a Linux Mint system based on these Ubuntu versions. It works flawlessly with the driver directly provided by TP-Link from their ...
0
votes
1
answer
530
views
How to defer kernel updates until the corresponding "linux-headers" package is available?
I'm using Debian 12 Bookworm, and currently, when I run uname -a, it shows:
Linux pctxd 6.1.0-20-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.85-1 (2024-04-11) x86_64 GNU/Linux
The package linux-image-6....
0
votes
1
answer
262
views
Linux header and extra modules on ubuntu container from an open suse micro os host with mismatch kernel versions
I have an Open SUSE micro OS host with kernel 6.5.9-1-default and an Ubuntu 22.04 distrobox container.
I need to install the linux-headers-$(uname -r) and linux-modules-extra-$(uname -r) packages and ...
0
votes
1
answer
2k
views
How to install OBS studio on Arch Linux without flatpak?
I am trying to install OBS studio using the standard Arch Linux repository instead of Flatpak.
First I visited the Github page to find dependencies.
xserver-xorg version 1.18.4 or newer is ...
0
votes
0
answers
2k
views
Package linux-headers-6.1.0-12-amd64 is not configured yet
I'm running proxmox host 8.0.4 on debian 12 - 6.2.16-10-pve
One of my LXC running debian 12 6.2.16-10-pve, cant do any apt use
If I try to install any package I got this error
dkms: running auto ...
1
vote
1
answer
2k
views
What folder do I choose in the VMware kernel module updater?
When I run vmware in Kali Linux, this keeps showing up:
I have kernel headers for version 6.3.0-kali1-amd64. What path do I use? When I choose a folder, this shows up:
I looked up the answers online ...
1
vote
1
answer
2k
views
How can I create the kernel headers for ARM on X86?
I have an ARM-based board, which I used with factory kernel (5.10.110).
To manually build a kernel module, I needed the kernel-header package. To install this package it was explained in the ...
1
vote
0
answers
328
views
Centos kernel version confliction
Currently, when I run uname -msr on my CentOS 7 machine, I get
Linux 5.15.0 x86_64
But, what I've read, in a post like this, the kernel version should be 3.10.xxxx. This can be also confirmed from ...