커널 모듈을 로드하지 못했습니다.

커널 모듈을 로드하지 못했습니다.

나는 다음 단계를 따랐습니다.자신만의 커널 모듈 구축(CentOS)하지만 modprobe를 실행하면 실패합니다.

[root@centos7 ~]# modprobe pcnet32
modprobe: ERROR: could not insert 'pcnet32': Exec format error

[root@centos7 ~]# file /lib/modules/3.10.0-123.6.3.el7.x86_64/extra/pcnet32.ko
/lib/modules/3.10.0-123.6.3.el7.x86_64/extra/pcnet32.ko: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), BuildID[sha1]=0xd7399934aef6f736c96175d7b91e570c49a86eda, not stripped

시스템 메시지:

Linux centos7.testing 3.10.0-123.6.3.el7.x86_64 #1 SMP Wed Aug 6 21:12:36 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

무엇이 문제인지 모르겠습니다 :(

도와주세요?

관련 정보