Can't seem to make it work
PouletteMC opened this issue · 12 comments
Hey !
first of all thank you for keeping thath up to date :)
I have a fusion ioDrive2 (410gb) and tried to install this on a fresh Ubuntu server 20.04 lts.
I had it working once previously but had to reinstall
I get no errors and yet the drive does not show up
Hey @PouletteMC can you elaborate on what you've tried/done? Can you share your lsmod
and dmesg?
thanks for answering so fast
So far I've followed the guide and tried doing it from the package I downloaded from the website
here is my lsmod https://pastebin.com/Fs6QkzQw
and my dmesg https://pastebin.com/HGZF1JUW
this is from lspci -b -nn | grep ioDrive :
03:00.0 Mass storage controller [0180]: SanDisk ioDrive2 [1aed:2001] (rev 04)
I'm kinda new to linux so sorry if I send useless stuff
@PouletteMC the driver is not installed on the host, have you followed the installation steps?
yes I have, I followed the 4 steps you have for installing on debian
did you dpkg -i
the debian package that came out of it ? There is caveat when using .deb packages that if the kernel is updated you have to rebuild the .deb package and remove the old package and install the new package.
it creates 3 packages, I did sudo dpkg -i iomemory-vsl-5.4.0-52-generic_3.2.16.1732_amd64.deb
and you're running 5.4.0-52 (uname -a
) ?
yes i am
Linux quanta 5.4.0-52-generic #57-Ubuntu SMP
can you do a find /lib/modules/5.4.0-52-generic/ -name iomemory-vsl.ko
, btw do you have discord? you can join here, might be easier than this.
the command doesn't return anything
and discord says the link is invalid
I tried using the commands listed for "Source" instead of ".deb" and it worked