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=1252602
Bug ID: 1252602
Summary: Problems with Realtek RTS5139 SD card reader
Product: Fedora
Version: 22
Component: kmod
Severity: medium
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: linux776(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jonathan(a)jonmasters.org,
kmod-maint(a)lists.fedoraproject.org, msivak(a)redhat.com
Description of problem: I have Lenovo G570 laptop with Realtek card reader. On
previous versions of Fedora all worked like a charm with kmod-staging module,
but in May I've installed Fedora 22 and card reader just stopped working.
lsusb shows that card reader is detected:
Bus 001 Device 003: ID 0bda:0139 Realtek Semiconductor Corp. RTS5139 Card
Reader Controller
As I understand now rts5139 kernel driver is not in the staging kernel modules
(kernel 4.1.3-200.fc22.x86_64, no kmod-staging installed packages):
[viktor@freesky-laptop ~]$ lsmod | grep rts
rtsx_usb_ms 20480 0
memstick 16384 1 rtsx_usb_ms
rtsx_usb_sdmmc 28672 0
mmc_core 126976 2 mmc_block,rtsx_usb_sdmmc
rtsx_usb 20480 2 rtsx_usb_sdmmc,rtsx_usb_ms
mfd_core 16384 2 lpc_ich,rtsx_usb
How reproducible: always
Steps to Reproduce:
1. Insert card in the slot
2. Try to find it in Dolphin file browser
Actual results: if I insert SD card into the card reader I get next messages in
dmesg (and no mounted card!):
/* a lot of messages */
[ 1794.584494] mmc0: new high speed SDHC card at address b368
[ 1794.585151] mmcblk0: mmc0:b368 NCard 14.9 GiB
[ 1795.234327] mmcblk0: error -110 sending stop command, original cmd response
0x900, card status 0x900
[ 1795.864593] mmcblk0: error -110 sending stop command, original cmd response
0x900, card status 0x900
/* a lot of error -110 messages until card is removed */
[ 1914.690605] mmc0: card b368 removed
I've tried to mount it manually, because I can see it in fdisk's output as
/dev/mmcblk0, but mount has failed.
Expected results: working SD card
--
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=1130210
Bug ID: 1130210
Summary: [abrt] kmod: free(): kmod killed by SIGABRT
Product: Fedora
Version: rawhide
Component: kmod
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: mail(a)stefanringel.de
QA Contact: extras-qa(a)fedoraproject.org
CC: jonathan(a)jonmasters.org,
kmod-maint(a)lists.fedoraproject.org, msivak(a)redhat.com,
vpavlin(a)redhat.com
Version-Release number of selected component:
kmod-18-2.fc22
Additional info:
reporter: libreport-2.2.3
backtrace_rating: 4
cmdline: depmod -ae -F /boot/System.map-3.17.0-0.rc0.git4.2.fc22.x86_64
3.17.0-0.rc0.git4.2.fc22.x86_64
crash_function: free
executable: /usr/bin/kmod
kernel: 3.16.0-1.fc22.x86_64
runlevel: N 5
type: CCpp
uid: 0
Truncated backtrace:
Thread no. 1 (5 frames)
#4 free at /lib64/libc.so.6
#5 index_destroy
#12 output_deps_bin
#13 do_depmod
#15 _start
--
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=1210433
Bug ID: 1210433
Summary: mac80211 corrupted kernel module
Product: Fedora
Version: 21
Component: kmod
Severity: high
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: mehul.sanghvi(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jonathan(a)jonmasters.org,
kmod-maint(a)lists.fedoraproject.org, msivak(a)redhat.com
Created attachment 1012764
--> https://bugzilla.redhat.com/attachment.cgi?id=1012764&action=edit
comparison of information between 3.18.9-200 and 3.19.3-200
Description of problem:
iwldvm does not get loaded because mac80211 can not be loaded. This
prevents my laptop from using wifi. This seems to have happened
Version-Release number of selected component (if applicable):
kernel-modules-3.19.3-200.fc21.x86_64
How reproducible:
Install kernel-modules-3.19.3-200.fc21.x86_64, along with the corresponding
kernel. Reboot the system.
Actual results:
bash# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group
default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s25: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state
DOWN group default qlen 1000
link/ether 00:21:cc:c9:52:81 brd ff:ff:ff:ff:ff:ff
Expected results:
bash# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group
default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s25: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state
DOWN group default qlen 1000
link/ether 00:21:cc:c9:52:81 brd ff:ff:ff:ff:ff:ff
3: wlp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group
default qlen 1000
link/ether 60:67:20:03:be:de brd ff:ff:ff:ff:ff:ff
inet 10.151.76.128/19 brd 10.151.95.255 scope global dynamic wlp3s0
valid_lft 1063sec preferred_lft 1063sec
inet6 fe80::6267:20ff:fe03:bede/64 scope link
valid_lft forever preferred_lft forever
Additional info:
This works fine if I use kernel-modules-3.18.9-200.fc21.x86_64 and the
corresponding kernel. If I use either of 3.19.2 or 3.19.3 kernel-modules
packages, and their corresponding kernels, I get no wifi connectivity.
bash# lspci -nnk | grep -iA2 net
00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network
Connection [8086:1502] (rev 04)
Subsystem: Lenovo Device [17aa:21f3]
Kernel driver in use: e1000e
--
03:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205
[Taylor Peak] [8086:0085] (rev 34)
Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1311]
Kernel driver in use: iwlwifi
bash# dmesg | grep iwl
[ 10.959006] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM
control
[ 11.227535] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode
iwldvm
[ 22.518374] iwlwifi 0000:03:00.0: failed to load module iwldvm (error 256),
is dynamic loading enabled?
bash# modprobe -v iwldvm
insmod /lib/modules/3.19.3-200.fc21.x86_64/kernel/net/mac80211/mac80211.ko.xz
modprobe: ERROR: could not insert 'iwldvm': Input/output error
bash# modinfo iwldvm
filename:
/lib/modules/3.19.3-200.fc21.x86_64/kernel/drivers/net/wireless/iwlwifi/dvm/iwldvm.ko.xz
license: GPL
author: Copyright(c) 2003- 2014 Intel Corporation <ilw(a)linux.intel.com>
version: in-tree:d
description: Intel(R) Wireless WiFi Link AGN driver for Linux
srcversion: 259D494A97B601F302CD790
depends: iwlwifi,mac80211,cfg80211
intree: Y
vermagic: 3.19.3-200.fc21.x86_64 SMP mod_unload
signer: Fedora kernel signing key
sig_key: 8C:30:FD:A7:50:77:EE:DA:E9:69:6F:EF:6F:E1:AB:1B:B0:8F:CE:A8
sig_hashalgo: sha256
parm: force_cam:force continuously aware mode (no power saving at
all) (bool)
bash# modprobe -v mac80211
insmod /lib/modules/3.19.3-200.fc21.x86_64/kernel/net/mac80211/mac80211.ko.xz
modprobe: ERROR: could not insert 'mac80211': Input/output error
bash# modinfo mac80211
filename:
/lib/modules/3.19.3-00.fc21.x86_64/kernel/net/mac80211/mac80211.ko.xz
modinfo: ERROR: could not get modinfo from 'mac80211': Input/output error
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.