-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to extract driver version information #35
Comments
Hi. Really need help on this. I have followed every single step in the Wiki page to get it up but it is still the same. I have trace back the error but found no leads to it. What other details do I need to provide for assistance? |
Hi JTTan807, Sorry for the delayed response. There are many things that could have The most likely issue I would assume is that the dnvme module is not being
I just re-cloned both the repositories from git and I found no error with If you are still having issues please provide your os and linux kernel. Thank you, On Thu, Sep 29, 2016 at 4:09 AM, JTTan807 [email protected] wrote:
|
Hi Jeffrey, I have updated the directory in my make file and changed 'CDIR' to 'SRCDIR' (as below): 1)with lsmod | grep nvme , there is one 'nvme' module listed and 'Used by' only shows the number '2' instead of what is holding it. unable to kill -kill the 2 nvme process running from ps axjf 3)reboot the PC and repeat your steps 1 to 6 above - successful It now only list the drive as nvme0 The reason I mentioned this is because the drive failed some of the tests, i.e.: I do not know whether is it related to the device listed, i.e. different driver being used. Thanks. |
Hi JT, The reason the devices only shows as nvme0 is due to the fact that this is As far as the failures and skips these could be possible bugs (device or The reason 6:0.3.0 skips is there is a flag that is checked regarding if As far as using another driver, tnvme will not run unless it detects dnvme Thank you. On Fri, Sep 30, 2016 at 7:37 AM, JTTan807 [email protected] wrote:
|
Hi Jeffrey, I have restarted the host and only re-run group 5. Still the same failure at 5:3.0.0 Noted on tnvme skipping 6:0.3.0 (still the same after reruns), although I could not find the flag being checked. Yes, tnvme will only run when dnvme driver module is running but the OS nvme driver is loaded by default upon an OS restart. I did not do a new make for both dnvme and tnvme, but instead rmmod nvme and modprobe dnvme. Thank you. |
Hi JT, It appears the script/tool is running correctly. This being said I am not sure if this specific script correctly shows a As far as 6:0.3.0 you should be able to run the script if you specify it to Hopefully this clears up the issues, please let me know if you would like Thank you, On Mon, Oct 3, 2016 at 6:22 AM, JTTan807 [email protected] wrote:
|
I encounter the following error message after downloading and installing the latest tnvme and dnvme files from github.
/nvme/tnvme# ./tnvme --summary
Parsing cmd line: ./tnvme --summary
tnvme-err:tnvme.cpp:667: Unable to extract driver version information
Unable to build the test foundation
nvme/tnvme#
How do I fix this error?
I checked the version.h in both tnvme and dnvme: the minor version is different.
Not sure whether is it because of this, but when I manually changed one of them to be the same as the other one - the error is still there.
The text was updated successfully, but these errors were encountered: