How can I add usbip modules on Redhat 6 kernel?

Posted by Gk. on Server Fault See other posts from Server Fault or by Gk.
Published on 2011-12-06T08:04:38Z Indexed on 2012/11/05 5:03 UTC
Read the original article Hit count: 908

Filed under:
|
|

I have RHEL 6 with

# uname -r
2.6.32-131.0.15.el6.x86_64

I'm trying to build usbip modules on staging driver. Everything is OK. I have all needed *.ko files. But I cannot add those modules on running kernel.

# pwd
/lib/modules/2.6.32-131.0.15.el6.x86_64
# ls | grep ko
usbip_common_mod.ko
usbip.ko
vhci-hcd.ko

# modprobe usbip
FATAL: Error inserting usbip (/lib/modules/2.6.32-131.0.15.el6.x86_64/usbip.ko): Required key not available
# insmod usbip.ko
insmod: error inserting 'usbip.ko': -1 Required key not available

How can I add it? Do I need to rebuild whole kernel?

TIA, giobuon

© Server Fault or respective owner

Related posts about redhat

Related posts about usb