Last active
March 7, 2019 16:53
-
-
Save kylejohnson/053004c6314a3cfd056e9eb662e94d69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dmesg | tail -n6 | |
[72625.588687] Fusion MPT base driver 3.04.20 | |
[72625.588689] Copyright (c) 1999-2008 LSI Corporation | |
[72625.590276] Fusion MPT misc device (ioctl) driver 3.04.20 | |
[72625.590319] mptctl: Registered with Fusion MPT base driver | |
[72625.590320] mptctl: /dev/mptctl @ (major,minor=10,220) | |
[72782.663520] Fusion MPT SAS Host driver 3.04.20 | |
lspci -nn|grep -i scsi | |
1b:00.0 Serial Attached SCSI controller [0107]: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] [1000:0072] (rev 02) | |
dmesg|grep -i lsi | |
[ 2.077918] mpt2sas_cm0: LSISAS2008: FWVersion(15.00.00.00), ChipRevision(0x02), BiosVersion(07.29.00.00) | |
[ 2.161949] scsi 6:0:8:0: Enclosure LSI CORP SAS2X36 0717 PQ: 0 ANSI: 5 | |
[72625.588689] Copyright (c) 1999-2008 LSI Corporation | |
root@nas:~/Linux# ./lsiutil.x86_64 | |
LSI Logic MPT Configuration Utility, Version 1.62, January 14, 2009 | |
0 MPT Ports found | |
root@nas:~/Linux# mpt-status | |
ioctl: No such device | |
root@nas:~/Linux# ls /dev/mpt* | |
/dev/mpt2ctl /dev/mpt3ctl /dev/mptctl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment