Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 2014 18:48:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 195818] [mps] LSI SAS 9211-4i (IT-mode) iuCRC error detected
Message-ID:  <bug-195818-8-LZdoAWeApH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195818-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195818-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195818

waz0wski <waz0wski@distortion.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |waz0wski@distortion.io

--- Comment #1 from waz0wski <waz0wski@distortion.io> ---
Hey,

Stumbled across this bug via goole when diagnosing my own similar issue.
Looks like your firmware and OS driver are mismatched:

> mps0: Firmware: 20.00.00.00, Driver: 19.00.00.00-fbsd


This can cause problems -- Infolink:
https://lists.freebsd.org/pipermail/freebsd-scsi/2014-October/006505.html

I ran into this with an LSI 9200-16e that I flashed to the latest firmware,
while running FreeBSD 9.2. Downgrading firmware fixed the errors and timeouts
for me.


To downgrade the firmware on the card, do the following:

1) download the P19 firmware/bios update package for your card @
http://www.lsi.com/downloads/Public/Host%20Bus%20Adapters/Host%20Bus%20Adapters%20Common%20Files/SAS_SATA_6G_P19/9211-4i_Package_P19_IR_IT_Firmware_BIOS_for_MSDOS_Windows.zip


2) create a FreeDOS boot disk (USB/Flash), and put the Following files from the
P19 zipfile on the boot disk:

\firmware\HBA_9211_4i_IT\2114it.bin
\sas2flash_dos_rel\sas2flsh.exe
\sasbios_rel\mptsas2.rom


3) boot up your FreeDOS boot disk, and select safe mode (no himem or emm)


4) erase the existing firmware/bios package by running

sas2flsh -o -e 6

***DO NOT REBOOT AFTER DOING THIS, YOU CAN BRICK YOUR HBA***

5) flash firmware and bios to card

sas2flsh -o -f 2114it.bin -b mpt2sas.rom

You can now reboot and you should have the card working without errors.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195818-8-LZdoAWeApH>