https://bugzilla.redhat.com/show_bug.cgi?id=1731681
Bug ID: 1731681
Summary: [abrt] kmod: list_node_remove(): kmod killed by
SIGSEGV
Product: Fedora
Version: 30
Hardware: x86_64
Status: NEW
Whiteboard: abrt_hash:dcb9a3e03152004ba2f968986983740ce492f5b3;VAR
IANT_ID=workstation;
Component: kmod
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: hsmolip(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
Target Milestone: ---
Classification: Fedora
Description of problem:
Error to Gnome
Version-Release number of selected component:
kmod-25-5.fc30
Additional info:
reporter: libreport-2.10.1
backtrace_rating: 4
cmdline: depmod -a 5.1.18-300.fc30.x86_64
crash_function: list_node_remove
executable: /usr/bin/kmod
journald_cursor:
s=9bda41913b9c4fefa079d14724ee6bf9;i=f0c;b=79884472445643e19d366c9fd82feaa7;m=a56ce239;t=58e2588373607;x=f671fb5da0b6524c
kernel: 5.0.9-301.fc30.x86_64
rootdir: /
runlevel: N 5
type: CCpp
uid: 0
Truncated backtrace:
Thread no. 1 (7 frames)
#0 list_node_remove at libkmod/libkmod-list.c:58
#1 kmod_list_remove at libkmod/libkmod-list.c:196
#2 kmod_module_section_free_list at libkmod/libkmod-module.c:2130
#3 mod_free at tools/depmod.c:903
#4 depmod_shutdown at tools/depmod.c:986
#5 do_depmod at tools/depmod.c:2932
#7 _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=1744323
Bug ID: 1744323
Summary: Broadcom bcm4360 no wifi adapter found
Product: Fedora
Version: 29
Hardware: x86_64
OS: Mac OS
Status: NEW
Component: kmod
Severity: high
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: lottabugs(a)protonmail.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
Target Milestone: ---
Classification: Fedora
Description of problem:
No wifi connectivity
Version-Release number of selected component (if applicable):
02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4360 802.11ac
Wireless Network Adapter (rev 03)
How reproducible:
Fresh install fedora 30 on a macbookpro late 2013
Actual results:
no wifi adapter found
Expected results:
working wifi...
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=1794886
Bug ID: 1794886
Summary: modprobe by alias broken
Product: Fedora
Version: 31
Status: NEW
Component: kmod
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: doug(a)uq.edu.au
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
Target Milestone: ---
Classification: Fedora
Description of problem:
`modprobe net-l2tp-type-7` doesn't work, but `modprobe l2tp_ppp` does.
Note that net-l2tp-type-7 is an alias of l2tp_ppp :
$ modinfo l2tp_ppp | grep alias
alias: net-l2tp-type-7
alias: net-pf-24-proto-1
Version-Release number of selected component (if applicable):
How reproducible: always on Fedora 31, but works fine on Fedora 30.
Steps to Reproduce:
1. Ensure kernel-modules-extra is installed,
as it has the l2tp_ppp kernel module.
2. sudo modprobe net-l2tp-type-7
Actual results:
No l2tp_ppp (or for that matter any l2tp) kernel module has been loaded:
$ lsmod | grep l2tp
Expected results:
This is the output on Fedora 30 :
$ lsmod | grep l2tp
l2tp_ppp 32768 0
l2tp_netlink 28672 1 l2tp_ppp
l2tp_core 36864 2 l2tp_ppp,l2tp_netlink
pppox 16384 1 l2tp_ppp
ip6_udp_tunnel 16384 1 l2tp_core
udp_tunnel 16384 1 l2tp_core
ppp_generic 49152 2 pppox,l2tp_ppp
If `modprobe l2tp_ppp` is used instead, the lsmod output is the same as Fedora
30.
Additional info:
I also tried using Fedora 30 kernels on Fedora 31, but same result, so can
probably rule out the kernel and different kernel versions.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.