kmod
kmod is a set of tools to handle common tasks with Linux kernel
modules like insert, remove, list, check properties, resolve
dependencies and aliases.
These tools are designed on top of libkmod, a library that is shipped
with kmod. The aim is to be compatible with tools, configurations and
indexes from module-init-tools project.
- Devel package for openSUSE:Factory
-
11
derived packages
- Links to openSUSE:Factory / kmod
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Base:System/kmod && cd $_
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
0001-testsuite-repair-read-of-uninitialized-memory |
0000001122 1.1 KB | about 1 month |
0002-modprobe-Recognize-allow-unsupported-modules- |
0000001138 1.11 KB | over 3 years |
0003-libkmod-config-Recognize-allow_unsupported_mo |
0000000928 928 Bytes | over 3 years |
0009-libkmod-Implement-filtering-of-unsupported-mo |
0000003400 3.32 KB | over 3 years |
0010-modprobe-Implement-allow-unsupported-modules. |
0000003279 3.2 KB | over 1 year |
0011-Do-not-filter-unsupported-modules-when-runnin |
0000001510 1.47 KB | over 3 years |
0012-modprobe-print-unsupported-status.patch | 0000002423 2.37 KB | over 3 years |
_link | 0000000139 139 Bytes | about 1 month |
kmod-30.tar.sign | 0000000833 833 Bytes | about 1 month |
kmod-30.tar.xz | 0000567484 554 KB | about 1 month |
kmod-testsuite.spec | 0000003409 3.33 KB | about 1 month |
kmod.changes | 0000027387 26.7 KB | about 1 month |
kmod.keyring | 0000003455 3.37 KB | 5 months |
kmod.spec | 0000005885 5.75 KB | about 1 month |
no-stylesheet-download.patch | 0000000395 395 Bytes | 11 months |
usr-lib-modprobe.patch | 0000002797 2.73 KB | about 1 year |
Comments 2
luc14n0 wrote over 4 years ago
Why are we using /usr/include/kmod/? The standard location across the major distros is /usr/include/. Only openSUSE and NixOS (that I know so far) use a subdirectory under the include directory to place its header files. I just had to patch an app because of that, now I don't even know if a change upstream to maybe use a var to store the libkmod.h location will be accepted.
jengelh wrote over 4 years ago
To flag all apps that fail to use pkg-config to discover the paths.