Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

modprobe FATAL: Error inserting enhanceio <...> Invalid module format #80

Open
hryamzik opened this issue Aug 29, 2014 · 0 comments
Open

Comments

@hryamzik
Copy link

modprobe fails to insert modules on ubuntu 12.04.

sudo aptitude install build-essential checkinstall git dkms
git clone https://github.com/stec-inc/EnhanceIO.git
cd EnhanceIO
sudo cp -v CLI/eio_cli /sbin/
sudo chmod 700 CLI/eio_cli
sudo cp -v CLI/eio_cli.8 /usr/share/man/man8
cd Driver/enhanceio/
version=$(git log --first-parent master --oneline|wc -l)
sudo checkinstall -D --pkgname enhanceio --pakdir ~/ --pkgversion $version -y
sudo modprobe -v enhanceio
insmod /lib/modules/3.11.0-15-generic/extra/enhanceio/enhanceio.ko
FATAL: Error inserting enhanceio (/lib/modules/3.11.0-15-generic/extra/enhanceio/enhanceio.ko): Invalid module format

It worked when I reported #75

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant