Kernel is 4.2.5, i thought despite what was advertised it was possible to
run the driver 4.0.4+ (since they said one just has to rebuild the open
source driver with new kernel).
Isn't that possible to download old kernel and load the driver with it? (i
have no idea how, just making a supposition).
On 01/21/2016 03:49 PM, Rick Stevens wrote:
On 01/21/2016 03:09 PM, thibaut noah wrote:
Thanks for the enlightment.
I manage to get the driver from the modules.gz archive and i made a new
initframs using dracut --add-drivers but modprobe still cannot find it,
possible that the module will indeed
On 01/21/2016 03:09 PM, thibaut noah wrote:
Thanks for the enlightment.
I manage to get the driver from the modules.gz archive and i made a new
initframs using dracut --add-drivers but modprobe still cannot find it,
possible that the module will indeed not work :/
The error is saying :
could not
Thanks for the enlightment.
I manage to get the driver from the modules.gz archive and i made a new
initframs using dracut --add-drivers but modprobe still cannot find it,
possible that the module will indeed not work :/
The error is saying :
could not insert 'rr272x_1x' : Exec format error
Did i m
On 01/21/2016 04:02 AM, thibaut noah wrote:
updating this, i did some testing on the sh file and i found where the
issue is coming from.
There is two for loops (at least two that concerns me) and the code
inside is never executed.
Condition is :
for dir in [23].*;do
[ -d $dir/kernel/fs ] || co
updating this, i did some testing on the sh file and i found where the
issue is coming from.
There is two for loops (at least two that concerns me) and the code inside
is never executed.
Condition is :
for dir in [23].*;do
[ -d $dir/kernel/fs ] || continue
I'm a bit lost here, what is this 23 nu
Hello guys, got this weird error trying to install my raid driver :
Start to install the driver rr272x_1x.ko of rr272x_1x.
Finish installing the kernel module rr272x_1x.ko.
Loading rr272x_1x driver module rr272x_1x
modprobe: FATAL: Module rr272x_1x not found.
Checked with lsmod driver does not ap