https://bugzilla.redhat.com/show_bug.cgi?id=1320921
Bug ID: 1320921
Summary: modinfo doesn't show modules signatures
Product: Fedora
Version: 24
Component: kmod
Severity: urgent
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: t.artem(a)mailcity.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jonathan(a)jonmasters.org,
kmod-maint(a)lists.fedoraproject.org
Description of problem: in theory modinfo should show modules signatures
Version-Release number of selected component (if applicable):
kmod-22-2.fc23.x86_64
# modinfo snd
filename: /lib/modules/4.4.6-300.fc23.x86_64/kernel/sound/core/snd.ko.xz
alias: char-major-116-*
license: GPL
description: Advanced Linux Sound Architecture driver for soundcards.
author: Jaroslav Kysela <perex(a)perex.cz>
depends: soundcore
intree: Y
vermagic: 4.4.6-300.fc23.x86_64 SMP mod_unload
parm: debug:Debug level (0 = disable) (int)
parm: slots:Module names assigned to the slots. (array of charp)
parm: major:Major # for sound driver. (int)
parm: cards_limit:Count of auto-loadable soundcards. (int)
The problem is also discussed here: https://github.com/coreos/bugs/issues/1054
The only workaround at the moment is to run this command:
# xzcat `modinfo -n snd` | grep 'Module signature appended'
Binary file (standard input) matches
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1208554
Bug ID: 1208554
Summary: Remove the explicit requires on kmod-libs
Product: Fedora
Version: rawhide
Component: kmod
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: dshea(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jonathan(a)jonmasters.org,
kmod-maint(a)lists.fedoraproject.org, msivak(a)redhat.com
The kmod package doesn't need to require kmod-libs anymore, since /bin/kmod has
been statically linked with libkmod since kmod-15 or so.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1483346
Bug ID: 1483346
Summary: Laptop with Broadcom network device does not load
firmware
Product: Fedora
Version: 26
Component: kmod
Severity: high
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: eb30750(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jonathan(a)jonmasters.org,
kmod-maint(a)lists.fedoraproject.org,
skozina(a)redhat.com, ykaliuta(a)redhat.com
Description of problem:
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1513040
Bug ID: 1513040
Summary: Create rpm macro %{_modprobedir} in
/usr/lib/rpm/macros.d/macros.kmod
Product: Fedora
Version: rawhide
Component: kmod
Severity: low
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: jkysela(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jonathan(a)jonmasters.org,
kmod-maint(a)lists.fedoraproject.org,
skozina(a)redhat.com, ykaliuta(a)redhat.com
Description of problem:
Some packages (alsa-lib, b43-openfwwf, hwdata) use hardcoded path
/lib/modprobe.d for the additional modprobe configuration files. It would be
more appropriate to use the path defined by a rpm macro. Example of rpmlint
errors:
alsa-lib.src:108: E: hardcoded-library-path in /lib/modprobe.d/dist-*
Example contents of macros.kmod file:
# RPM macros for packages with additional kernel module configurations
%_depmodconfdir %{_sysconfdir}/depmod.d
%_modprobeconfdir %{_sysconfdir}/modprobe.d
%_modprobedir /lib/modprobe.d
Note:
The kmod package should create also usr/lib/rpm/macros.d directory in case when
the rpm package is not installed! See selinux-policy for example:
$ rpm -qf /usr/lib/rpm/macros.d
javapackages-tools-4.7.0-17.fc26.noarch
selinux-policy-3.13.1-260.13.fc26.noarch
rpm-4.13.0.2-1.fc26.x86_64
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.