Skip to content
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

generated dnvme.ko makes the /dev disappear on installation #10

Open
akshitkanda5 opened this issue Jan 15, 2019 · 1 comment
Open

generated dnvme.ko makes the /dev disappear on installation #10

akshitkanda5 opened this issue Jan 15, 2019 · 1 comment

Comments

@akshitkanda5
Copy link

akshitkanda5 commented Jan 15, 2019

I compile the source and try the following steps of replacing the exisiting dnvme.ko with the newly generated one:

  1. sudo rmmod dnvme
  2. sudo make install
  3. 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

@JeffHensel
Copy link
Contributor

I have been out of the nvme space for a bit but maybe try to rescan the pcie bus after loading the driver?
Something like: echo "1" > /sys/bus/pci/rescan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants