Patch to ETpcihsm-3.33-1.i386.tar.gz to compile e8k driver for recent linux kernels – e8k.kmod-agains-ETpcihsm-3.33.diff by MR
Patch to ETpcihsm-3.33-1.i386.tar.gz to compile e8k driver for recent linux kernels – e8k.kmod-agains-ETpcihsm-3.33.diff by MR
It does not work with 2.6.32. Which kernel did you use?
right now i cannot find out. does it compiles ?
did you create devices with
MAJOR=`grep e8k /proc/devices | cut -f1 -d' '`
for minor in 0 1 2 3 4 5; do
mknod -m a+rw /dev/e8k${minor} c ${MAJOR} ${minor}
chgrp wheel /dev/e8k${minor}
chmod 666 /dev/e8k${minor}
done
in other hands we have patch aginst ETpcihsm-4.00.00-1.x86_64 for kernel 2.6.35