View Issue Details

IDProjectCategoryView StatusLast Update
0001056channel: elrepo/el8kmod-iscipublic2021-06-02 18:34
Reporterstefan_enzinger Assigned Totoracat  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Platformx86_64OSCentOSOS Version8.2
Summary0001056: module not found after installation
DescriptionHello. I have enabled elrepo and installed kmod-isci, but the module can't found when modprobe is called.
# modprobe isci
modprobe: FATAL: Module isci not found in directory /lib/modules/4.18.0-193.28.1.el8_2.x86_64

[root@myhost/]# find /lib/modules -name isci.ko
/lib/modules/4.18.0-193.el8.x86_64/extra/isci/isci.ko

uname -r
4.18.0-193.28.1.el8_2.x86_64

[root@myhost /]# rpm -qa kmod-isci
kmod-isci-1.2.0-3.el8_2.elrepo.x86_64
Steps To ReproduceSetup fresh centos 8.2
yum install https://www.elrepo.org/elrepo-release-8.el8.elrepo.noarch.rpm
yum install kmod-isci
modprobe isci

results in
modprobe: FATAL: Module isci not found in directory /lib/modules/4.18.0-193.28.1.el8_2.x86_64
Additional InformationJust trying to get that SAS controller up and running again used to work in CentOS7
07:00.0 Serial Attached SCSI controller [0107]: Intel Corporation C602 chipset 4-Port SATA Storage Control Unit [8086:1d6b] (rev 06)
TagsNo tags attached.

Relationships

related to 0001102 resolvedpperry Please update kmod-isci for RHEL 8.4 kernels 

Activities

toracat

2020-12-02 11:58

administrator   ~0007313

Looks like no weaklink was created. Will investigate.

toracat

2020-12-02 12:29

administrator   ~0007314

You need kmod-isci-1.2.0-4.el8_2.elrepo which is in elrepo-testing. I just promoted it to the main repo. It will take a while to reach the mirror sites, so please just grab it from the testing repo for now.

stefan_enzinger

2020-12-03 03:33

reporter   ~0007315

sudo yum install --enablerepo elrepo-testing kmod-isci-1.2.0-4.el8_2.elrepo

That did the trick. Thank you very much for the fast fix!

toracat

2020-12-03 03:37

administrator   ~0007316

Glad to hear it worked. Closing as 'resolved'.

Issue History

Date Modified Username Field Change
2020-12-02 10:16 stefan_enzinger New Issue
2020-12-02 10:16 stefan_enzinger Status new => assigned
2020-12-02 10:16 stefan_enzinger Assigned To => toracat
2020-12-02 11:58 toracat Note Added: 0007313
2020-12-02 12:29 toracat Note Added: 0007314
2020-12-03 03:33 stefan_enzinger Note Added: 0007315
2020-12-03 03:37 toracat Status assigned => resolved
2020-12-03 03:37 toracat Resolution open => fixed
2020-12-03 03:37 toracat Note Added: 0007316
2021-06-02 18:34 toracat Relationship added related to 0001102