Bash-compile-fusionIO: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This is a high level bash history of the last time I needed to create the FusioIO drivers to install on KVM01 There is a git repo that has updated these drivers that may be u...") |
mNo edit summary |
||
Line 20: | Line 20: | ||
# dpkg --force-overwrite -i iomemory-vsl-3.19.0-61-generic_3.2.11.1581-1.0_amd64.deb | # dpkg --force-overwrite -i iomemory-vsl-3.19.0-61-generic_3.2.11.1581-1.0_amd64.deb | ||
# modprobe iomemory-vsl | # modprobe iomemory-vsl | ||
[[Category:Bash]] |
Latest revision as of 18:25, 17 May 2023
This is a high level bash history of the last time I needed to create the FusioIO drivers to install on KVM01
There is a git repo that has updated these drivers that may be useful to look into for kernel versions of 5.X
Directory is in home/backup_packages_and_src
- less README
- cd debian/
- debpkg
- dpkg-buildpackage -rfakeroot -b
- cd ..
- dpkg-buildpackage -rfakeroot -b
- ls
- cd ..
- ls
- dpkg --force-overwrite -i iomemory-vsl-config-3.19.0-61-generic_3.2.11.1581-1.0_amd64.deb
- modprobe iomemory-vsl
- ls
- dpkg -l | grep ii | grep -i iom
- dpkg --force-overwrite -i iomemory-vsl-3.19.0-61-generic_3.2.11.1581-1.0_amd64.deb
- modprobe iomemory-vsl