Fusion-io/Linux: Difference between revisions

From Omnia
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 12: Line 12:


Manual: http://manuals.ts.fujitsu.com/file/11734/iodrive-ug-linux.pdf
Manual: http://manuals.ts.fujitsu.com/file/11734/iodrive-ug-linux.pdf
== lspci ==
=== gen 1 ===
# lspci -n | grep aed
02:00.0 0180: 1aed:1005 (rev 01)
=== gen 2 ===
# lspci -n | grep aed
07:00.0 0180: 1aed:2001 (rev 04)
08:00.0 0180: 1aed:2001 (rev 04)
=== gen 3 ===
# lspci -n | grep aed
02:00.0 0180: 1aed:3002

Revision as of 18:56, 6 January 2024

Ubuntu

Download driver: http://support.fusionio.com

https://github.com/snuf/iomemory-vsl/blob/master/README

sudo apt-get install gcc fakeroot build-essential debhelper linux-headers-$(uname --r) rsync
tar zxvf iomemory-vsl-source_2.0.1*.tar.gz
cd iomemory-vsl-source-2.0.1*
sudo dpkg-buildpackage
dpkg -i [BUILD].deb

Manual: http://manuals.ts.fujitsu.com/file/11734/iodrive-ug-linux.pdf

lspci

gen 1

# lspci -n | grep aed
02:00.0 0180: 1aed:1005 (rev 01)

gen 2

# lspci -n | grep aed
07:00.0 0180: 1aed:2001 (rev 04)
08:00.0 0180: 1aed:2001 (rev 04)

gen 3

# lspci -n | grep aed
02:00.0 0180: 1aed:3002