Re: How to install kernel modules after a successful compiling

2020-12-10 Thread FuLong Wang
On 12/10/20 22:44, Alexander Kapshuk wrote: On Thu, Dec 10, 2020 at 4:19 PM FuLong Wang wrote: have checked the config file and the script, not found the exact match. [zbrand@bz094f linux-3.10.0-957.el7.s390x]$ [zbrand

Re: How to install kernel modules after a successful compiling

2020-12-10 Thread FuLong Wang
nd LOCALVERSION (if set) ./scripts/setlocalversion:res="${res}${CONFIG_LOCALVERSION}${LOCALVERSION}" ./scripts/setlocalversion:if test "$CONFIG_LOCALVERSION_AUTO" = "y"; then [zbrand@bz094f linux-3.10.0-957.el7.s390x]$ -- Regards FuLong Wang ___

Re: How to install kernel modules after a successful compiling

2020-12-09 Thread FuLong Wang
installkernel 3.10.0 arch/s390/boot/bzImage System.map /boot [zbrand@bz094f linux-3.10.0-957.el7.s390x]$ [zbrand@bz094f linux-3.10.0-957.el7.s390x]$ [zbrand@bz094f linux-3.10.0-957.el7.s390x]$ pwd /home/zbrand/rpmbuild/BUILD/kernel-3.10.0-957.el7/linux-3.10.0-957.el7.s390x [zbrand@bz

Re: How to install kernel modules after a successful compiling

2020-12-09 Thread FuLong Wang
ce-highlight-3.1.6-6.el7.s390x.rpm [root@bz094f ~]# -- Regards FuLong Wang ___ On 12/9/20 23:19, Alexander Kapshuk wrote: On Wed, Dec 9, 2020 at 11:31 AM FuLong Wang wrote: Hello Experts, I'm trying to enable some infiniband related kernel

How to install kernel modules after a successful compiling

2020-12-09 Thread FuLong Wang
x]$ [zbrand@bz094f linux-3.10.0-957.el7.s390x]$ sudo make modules_install INSTALL arch/s390/appldata/appldata_mem.ko Can't read private key make[1]: *** [arch/s390/appldata/appldata_mem.ko] Error 2 make: *** [_modinst_] Error 2 [zbrand@bz09