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=1422223
Bug ID: 1422223
Summary: Artec t14 dvb-t usb problem
Product: Fedora
Version: 24
Component: kmod
Severity: medium
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: mpolvinen(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jonathan(a)jonmasters.org,
kmod-maint(a)lists.fedoraproject.org,
stanislav.kozina(a)gmail.com, ykaliuta(a)redhat.com
Description of problem:
Artec t14 dvb-t usb tv stick doesn't work with kernel 4.9.
Version-Release number of selected component (if applicable):
[root@ASUSCM6730 marko]# rpm -qa |grep kernel
kernel-4.9.9-100.fc24.x86_64
kernel-devel-4.9.9-100.fc24.x86_64
abrt-addon-kerneloops-2.8.2-1.fc24.x86_64
kernel-modules-4.9.6-100.fc24.x86_64
kernel-4.9.6-100.fc24.x86_64
kernel-modules-4.9.7-101.fc24.x86_64
kernel-devel-4.9.7-101.fc24.x86_64
kernel-core-4.9.6-100.fc24.x86_64
kernel-modules-extra-4.9.7-101.fc24.x86_64
kernel-core-4.9.9-100.fc24.x86_64
kernel-headers-4.9.9-100.fc24.x86_64
kernel-core-4.9.7-101.fc24.x86_64
kernel-modules-extra-4.9.9-100.fc24.x86_64
libreport-plugin-kerneloops-2.7.2-1.fc24.x86_64
kernel-modules-extra-4.9.6-100.fc24.x86_64
kernel-4.9.7-101.fc24.x86_64
kernel-devel-4.9.6-100.fc24.x86_64
kernel-modules-4.9.9-100.fc24.x86_64
uname -a
Linux ASUSCM6730 4.9.9-100.fc24.x86_64 #1 SMP Fri Feb 10 00:24:41 UTC 2017
x86_64 x86_64 x86_64 GNU/Linux
Actual results:
Feb 14 20:48:20 ASUSCM6730 kernel: usb 2-1.5: new high-speed USB device number
8 using ehci-pci
Feb 14 20:48:20 ASUSCM6730 kernel: usb 2-1.5: New USB device found,
idVendor=05d8, idProduct=810b
Feb 14 20:48:20 ASUSCM6730 kernel: usb 2-1.5: New USB device strings: Mfr=0,
Product=0, SerialNumber=0
Feb 14 20:48:20 ASUSCM6730 mtp-probe: checking bus 2, device 8:
"/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5"
Feb 14 20:48:20 ASUSCM6730 mtp-probe: bus: 2, device: 8 was not an MTP device
Feb 14 20:48:21 ASUSCM6730 kernel: dvb_usb_dibusb_mc_common: Unknown symbol
__symbol_get (err 0)
Expected results:
Feb 14 21:03:47 mythcenter kernel: usb 1-2: new high-speed USB device number 6
using ehci-pci
Feb 14 21:03:47 mythcenter kernel: usb 1-2: New USB device found,
idVendor=05d8, idProduct=810b
Feb 14 21:03:47 mythcenter kernel: usb 1-2: New USB device strings: Mfr=0,
Product=0, SerialNumber=0
Feb 14 21:03:47 mythcenter mtp-probe: checking bus 1, device 6:
"/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-2"
Feb 14 21:03:47 mythcenter mtp-probe: bus: 1, device: 6 was not an MTP device
Feb 14 21:03:48 mythcenter kernel: dvb-usb: found a 'Artec T14 - USB2.0 DVB-T'
in cold state, will try to load a firmware
Feb 14 21:03:48 mythcenter kernel: dvb-usb: downloading firmware from file
'dvb-usb-dibusb-6.0.0.8.fw'
Feb 14 21:03:48 mythcenter kernel: usbcore: registered new interface driver
dvb_usb_dibusb_mc
Feb 14 21:03:48 mythcenter kernel: usb 1-2: USB disconnect, device number 6
Feb 14 21:03:48 mythcenter kernel: dvb-usb: generic DVB-USB module successfully
deinitialized and disconnected.
Feb 14 21:03:50 mythcenter kernel: usb 1-2: new high-speed USB device number 7
using ehci-pci
Feb 14 21:03:50 mythcenter kernel: usb 1-2: New USB device found,
idVendor=05d8, idProduct=810c
Feb 14 21:03:50 mythcenter kernel: usb 1-2: New USB device strings: Mfr=1,
Product=2, SerialNumber=0
Feb 14 21:03:50 mythcenter kernel: usb 1-2: Product: DVBStick
Feb 14 21:03:50 mythcenter kernel: usb 1-2: Manufacturer: Ultima
Feb 14 21:03:50 mythcenter kernel: dvb-usb: found a 'Artec T14 - USB2.0 DVB-T'
in warm state.
Feb 14 21:03:50 mythcenter kernel: dvb-usb: will pass the complete MPEG2
transport stream to the software demuxer.
Feb 14 21:03:50 mythcenter kernel: DVB: registering new adapter (Artec T14 -
USB2.0 DVB-T)
Feb 14 21:03:50 mythcenter kernel: usb 1-2: DVB: registering adapter 0 frontend
0 (DiBcom 3000MC/P)...
Feb 14 21:03:50 mythcenter kernel: MT2060: successfully identified (IF1 = 1220)
Feb 14 21:03:51 mythcenter kernel: input: IR-receiver inside an USB DVB
receiver as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/input/input15
Feb 14 21:03:51 mythcenter kernel: dvb-usb: schedule remote query interval to
150 msecs.
Feb 14 21:03:51 mythcenter kernel: dvb-usb: Artec T14 - USB2.0 DVB-T
successfully initialized and connected.
[root@mythcenter katja]# rpm -qa |grep kernel
kernel-modules-extra-4.8.15-200.fc24.x86_64
kernel-4.8.16-200.fc24.x86_64
kernel-modules-extra-4.8.16-200.fc24.x86_64
kernel-devel-4.9.4-100.fc24.x86_64
kernel-4.8.15-200.fc24.x86_64
kernel-core-4.8.15-200.fc24.x86_64
kernel-headers-4.9.5-100.fc24.x86_64
kernel-modules-4.8.16-200.fc24.x86_64
kernel-modules-4.8.15-200.fc24.x86_64
libreport-plugin-kerneloops-2.7.2-1.fc24.x86_64
kernel-devel-4.9.5-100.fc24.x86_64
kernel-core-4.8.16-200.fc24.x86_64
abrt-addon-kerneloops-2.8.2-1.fc24.x86_64
kernel-devel-4.8.16-200.fc24.x86_64
[root@mythcenter katja]# uname -a
Linux mythcenter 4.8.16-200.fc24.x86_64 #1 SMP Fri Jan 6 18:13:39 UTC 2017
x86_64 x86_64 x86_64 GNU/Linux
Additional info:
Can't update kernel packages at this time.
It worked fine since kernel 2.6.19 untill now.
https://www.linuxtv.org/wiki/index.php/Artec
--
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=1445045
Bug ID: 1445045
Summary: modprobe -f doesn't work if version magic differs
Product: Fedora
Version: rawhide
Component: kmod
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: jskarvad(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:
modprobe -f doesn't ignore version magic
Version-Release number of selected component (if applicable):
kmod-23-1.fc25.x86_64
How reproducible:
Always
Steps to Reproduce:
1. have running kernel with version magic '4.10.10-200.fc25.x86_64 SMP
mod_unload '
2. recompile kernel without explicit KERNELRELEASE to have version magic
'4.10.12 SMP mod_unload '
3. setenforce 0 # due to bug 1427896
3. modprobe it913x
4. dmesg | tail -1
5. modprobe -f it913x
Actual results:
modprobe: ERROR: could not insert 'it913x': Exec format error
[39896.356652] it913x: version magic '4.10.12 SMP mod_unload ' should be
'4.10.10-200.fc25.x86_64 SMP mod_unload '
modprobe: ERROR: could not insert 'it913x': Exec format error
Expected results:
No error for the 5. (i.e. modprobe -f)
Additional info:
It works OK if recompiled with KERNELRELEASE=4.10.10-200.fc25.x86_64
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.