I compile the source and try the following steps of replacing the exisiting dnvme.ko with the newly generated one:
- sudo rmmod dnvme
- sudo make install
- sudo modprobe
This sequence makes my /dev/dnvme0X00 (X is the bus number) disappear. However when I modprobe the old driver, everything becomes normal. Does this point to an issue with the generated dnvme.ko or am I doing it the wrong way?
Thanks
I compile the source and try the following steps of replacing the exisiting dnvme.ko with the newly generated one:
This sequence makes my /dev/dnvme0X00 (X is the bus number) disappear. However when I modprobe the old driver, everything becomes normal. Does this point to an issue with the generated dnvme.ko or am I doing it the wrong way?
Thanks