Re: [CentOS] C6 Module Keys

2017-05-21 Thread Ken Smith
Gordon Messmer wrote: Use "rpm -Vf /path/to/original/module.ko" If rpm tells you that the checksum has been modified, then the "original" file you've got isn't the correct file. Download the rpm that owns that file, and use "rpm -i --replacefiles --replacepkgs " to reinstall the kernel

Re: [CentOS] C6 Module Keys

2017-05-18 Thread Gordon Messmer
Use "rpm -Vf /path/to/original/module.ko" If rpm tells you that the checksum has been modified, then the "original" file you've got isn't the correct file. Download the rpm that owns that file, and use "rpm -i --replacefiles --replacepkgs " to reinstall the kernel package.

Re: [CentOS] C6 Module Keys

2017-05-18 Thread Ken Smith
Ken Smith wrote: Leon Fauster wrote: Am 17.05.2017 um 12:22 schrieb Ken Smith: {snip} Not sure if i understand your problem. Try to regenerate the map files with # depmod -a -- LF Hi Leon, I tried that and get the same error. Its to do with the modules being signed.

Re: [CentOS] C6 Module Keys

2017-05-17 Thread Ken Smith
Leon Fauster wrote: Am 17.05.2017 um 12:22 schrieb Ken Smith: {snip} Not sure if i understand your problem. Try to regenerate the map files with # depmod -a -- LF Hi Leon, I tried that and get the same error. Its to do with the modules being signed. But I

Re: [CentOS] C6 Module Keys

2017-05-17 Thread Leon Fauster
Am 17.05.2017 um 12:22 schrieb Ken Smith : > > As part of testing an alternative module I saved the original module and > copied the test one in. The test was done and I put the original module back. > > Now the original module is not loading at startup and doing it manually I