HewlettPackard / quartz

Quartz: A DRAM-based performance emulator for NVM
https://github.com/HewlettPackard/quartz
Other
158 stars 66 forks source link

Kernel module loading failed when run setupdev.sh load #39

Open Taya666 opened 5 years ago

Taya666 commented 5 years ago

Hi guys ! I had a problem when I run command "sudo scripts/setupdev.sh load". It reports that Kernel module loading failed.I don't know how to fix it .I was following the README step by step. My OS is 4.15.0-46-generic #49-Ubuntu And the prerequest I guess i have been installed successfully.Because when i use apt-get install xxx it says that

cmake is already the newest version (3.10.2-1ubuntu2). libconfig-dev is already the newest version (1.5-0.4). libnuma-dev is already the newest version (2.0.11-2.1). uthash-dev is already the newest version (2.0.2-1).

I use "apt-get install linux-headers-$(uname -r)“ to install linux-header it says that linux-headers-4.15.0-46-generic is already the newest version (4.15.0-46.49).

I don't know if there is any version incompatibility problem. Could anybody give me a favour? Big Thanks!

Gumi-presentation-by-Dzh commented 5 years ago

Did you use cmake and make to compile the source?