You are not logged in.

#1 2016-10-22 09:11:29

Newbi154
Member
Registered: 2016-10-14
Posts: 23

No kernel 4.8.3-1-ARCH headers. You must install them to use DKMS!

Hello,
i upgraded the kernal today but I received this message

No kernel 4.8.3-1-ARCH headers. You must install them to use DKMS!

so i did :

root@local log]# pacman -S linux-headers
resolving dependencies...
looking for conflicting packages...

Packages (1) linux-headers-4.8.3-1

Total Download Size:    7.10 MiB
Total Installed Size:  36.31 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 linux-headers-4.8.3-1-x86_64                                 7.1 MiB   576K/s 00:13 [#################################################] 100%
(1/1) checking keys in keyring                                                       [#################################################] 100%
(1/1) checking package integrity                                                     [#################################################] 100%
(1/1) loading package files                                                          [#################################################] 100%
(1/1) checking for file conflicts                                                    [#################################################] 100%
(1/1) checking available disk space                                                  [#################################################] 100%
:: Processing package changes...
(1/1) installing linux-headers                                                       [#################################################] 100%
:: Running post-transaction hooks...
(1/1) Install DKMS modules
==> dkms install -m * -v * -k 4.8.3-1-ARCH
Error! Could not find module source directory.
Directory: /usr/src/*-* does not exist.

then:

[[root@local log]# dkms install -m * -v * -k 4.8.3-1-ARCH
: I do not know how to handle gdm.
: I do not know how to handle httpd.
: I do not know how to handle journal.
: I do not know how to handle old.
: I do not know how to handle samba.
: I do not know how to handle speech-dispatcher.
: I do not know how to handle gdm.
: I do not know how to handle httpd.
: I do not know how to handle journal.
: I do not know how to handle old.
: I do not know how to handle samba.
: I do not know how to handle speech-dispatcher.
Error! Could not find module source directory.
Directory: /usr/src/btmp-btmp does not exist.

Offline

#2 2016-10-22 13:19:23

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: No kernel 4.8.3-1-ARCH headers. You must install them to use DKMS!

have you modified /etc/dkms/framework.conf?

Offline

#3 2016-10-22 15:52:14

seth
Member
Registered: 2012-09-03
Posts: 51,143

Re: No kernel 4.8.3-1-ARCH headers. You must install them to use DKMS!

Installed and running kernel out of sync? ("uname -r")

Offline

#4 2016-10-22 16:49:29

Newbi154
Member
Registered: 2016-10-14
Posts: 23

Re: No kernel 4.8.3-1-ARCH headers. You must install them to use DKMS!

ooo wrote:

have you modified /etc/dkms/framework.conf?

all i did was upgrading the kernal . this file is pretty much default empty

cat /etc/dkms/framework.conf
## This configuration file modifies the behavior of
## DKMS (Dynamic Kernel Module Support) and is sourced
## in by DKMS every time it is run.

## Source Tree Location (default: /usr/src)
# source_tree="/usr/src"

## DKMS Tree Location (default: /var/lib/dkms)
# dkms_tree="/var/lib/dkms"

## Install Tree Location (default: /usr/lib/modules)
# install_tree="/usr/lib/modules"

## tmp Location (default: /tmp)
# tmp_location="/tmp"

## verbosity setting (verbose will be active if you set it to a non-null value)
# verbose=""

## symlink kernel modules (will be active if you set it to a non-null value)
## This creates symlinks from the install_tree into the dkms_tree instead of
## copying the modules. This preserves some space on the costs of being less
## safe.
# symlink_modules=""

## Automatic installation and upgrade for all installed kernels (if set to a
## non-null value)
# autoinstall_all_kernels=""

Offline

#5 2016-10-22 16:50:09

Newbi154
Member
Registered: 2016-10-14
Posts: 23

Re: No kernel 4.8.3-1-ARCH headers. You must install them to use DKMS!

seth wrote:

Installed and running kernel out of sync? ("uname -r")

4.8.3-1-ARCH
same as the one i upgraded to

Offline

#6 2016-10-28 09:43:54

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: No kernel 4.8.3-1-ARCH headers. You must install them to use DKMS!

Same problem here.  Did you get anywhere with that?

Offline

Board footer

Powered by FluxBB