![커널 모듈을 로드하지 못했습니다.](https://linux55.com/image/41561/%EC%BB%A4%EB%84%90%20%EB%AA%A8%EB%93%88%EC%9D%84%20%EB%A1%9C%EB%93%9C%ED%95%98%EC%A7%80%20%EB%AA%BB%ED%96%88%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
나는 다음 단계를 따랐습니다.자신만의 커널 모듈 구축(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
무엇이 문제인지 모르겠습니다 :(
도와주세요?