Hide Forgot
Description of problem: Kernel package is missing sctp.ko kernel module even when config says it's built as module. I've checked the latest 3.10.14-100.fc18.x86_64 and also an older kernel 3.9.6-200.fc18.x86_64 and it seems that the module is missing in both of them. # grep -i sctp /boot/config-3.10.14-100.fc18.x86_64 CONFIG_NF_CT_PROTO_SCTP=m CONFIG_NF_NAT_PROTO_SCTP=m CONFIG_NETFILTER_XT_MATCH_SCTP=m CONFIG_IP_VS_PROTO_SCTP=y CONFIG_IP_SCTP=m <====== CONFIG_NET_SCTPPROBE=m # CONFIG_SCTP_DBG_MSG is not set # CONFIG_SCTP_DBG_OBJCNT is not set # CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y # CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set CONFIG_SCTP_COOKIE_HMAC_MD5=y CONFIG_SCTP_COOKIE_HMAC_SHA1=y # rpm -ql kernel-3.10.14-100.fc18.x86_64 | grep -i sctp /lib/modules/3.10.14-100.fc18.x86_64/kernel/net/netfilter/nf_conntrack_proto_sctp.ko /lib/modules/3.10.14-100.fc18.x86_64/kernel/net/netfilter/nf_nat_proto_sctp.ko /lib/modules/3.10.14-100.fc18.x86_64/kernel/net/netfilter/xt_sctp.ko /lib/modules/3.10.14-100.fc18.x86_64/kernel/net/sctp <======= # checksctp checksctp: Protocol not supported Version-Release number of selected component (if applicable): How reproducible: querying module info using modinfo Steps to Reproduce: 1. modinfo sctp 2. or using lksctp-tools: checksctp 3. Actual results: sctp.ko module is missing Expected results: sctp.ko is present Additional info:
It's in the kernel-modules-extra package. Install that.