it's so amazing! it work!First, do the following commands in Terminal.app (Terminal.app is found in /Applications/Utilities):
The commands do the following:Code:svn checkout https://github.com/pciutils/pciutils/trunk pciutils cd pciutils make sudo su make install grep /usr/local/sbin /etc/paths || echo /usr/local/sbin >> /etc/paths update-pciids exit
After the above has completed successfully, close the Terminal window and open a new Terminal window. Run the ./pcitree.sh command and copy the text results in a reply to this thread.
- The first command (svn) downloads the pciutils source code to a folder called pciutils in the current folder which is usually the user folder (/Users/your_user_name or just ~ for short).
- The second command (cd) changes the current directory to the new pciutils directory that was just created.
- The third command (make) compiles the pciutils source code (you might need Xcode and Xcode command line utilities)
- The fourth command (sudo su) switches the current to the super user (root)
- The fifth command (make install) copies the pciutils files to the various folder (/usr/local/sbin)
- The sixth command (grep) updates the /etc/paths files to add the /usr/local/sbin directory to the list of paths (if it doesn't exist in the list of paths yet). This is necessary to run the pciutils commands (lspci, setpci, and update-pciids) without entering their full path.
- The seventh command (update-pciids) updates the pci ids database (which originates from The PCI ID Repository)
- The eighth command (exit) exits from super user mode
You should post a screen shot of what happens if you encounter a problem.
They are basically the same cards with slightly different designs. You need to check the PCIe link width and link speed.
The screenshots are my PCItree test.
[automerge]1571418629[/automerge]
I will try your step after I check the PCI link Spped and link width.@Adam Chuan Are you sure you are selecting the Raid0 3-SSD volume in the benchmarking app? Also, can you remove 1 of the SSDs (so the total number of SSDs attached to the card is 3 ... 1 for system and 2 for raid0) and benchmark a Raid0 2-SSD volume?
thanks!