PCI-E add-on Success & Failures - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: General Discussion on ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=99) +--- Thread: PCI-E add-on Success & Failures (/showthread.php?tid=6459) |
RE: PCI-E add-on Success & Failures - nuumio - 12-19-2018 Little bit more info to here: LSI 9201-8i (SAS2008 chip, PCIe x8 card) is NOT working. Tried with ayufan's 4.4.154-1126, 4.20.0-rc6-1075 (with patch to workaround emmc with cmdq) and my own 4.20-rc6 build. Card info from x86 PC where it works in both x1 and x16 slots: Code: 05:00.0 Serial Attached SCSI controller [0107]: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] [1000:0072] (rev 03) I hope that some day it will work. Related Github issues:
Syba SI-PEX40064 card (Marvell 88SE9215) seems to work just fine. Code: $ lspci -nn RE: PCI-E add-on Success & Failures - gokuz - 12-19-2018 I'm curious, how do you guys power up more than 2 3.5" HDD? I assume a 12V8.33A power supply >> 4 pin onboard to 4 sata power and use a circuit to piggyback 5V for 5V rail sata. Has anyone done this? RE: PCI-E add-on Success & Failures - nuumio - 12-20-2018 (12-19-2018, 11:43 PM)gokuz Wrote: I'm curious, how do you guys power up more than 2 3.5" HDD? I'm using Seasonic Focus Gold 450W ATX PSU to power 6 HDDs and 2 RP64s. For more PSU related discussion maybe these threads would be better (or create a new one)? https://forum.pine64.org/showthread.php?tid=6639 https://forum.pine64.org/showthread.php?tid=6941 RE: PCI-E add-on Success & Failures - flocke196 - 01-27-2019 (11-18-2018, 10:53 AM)nuumio Wrote:(09-09-2018, 12:02 PM)xtract Wrote: I have been able run a sata card based on Marvell 88SE9230, with 4 ports. I can confirm that this card works using the instructions mentioned above. @nuumio: How do you use the RAID capabilities of this card? Is it supporting HW-Raid1 and how can i setup a RAID? Is there a "bios key"? greetings RE: PCI-E add-on Success & Failures - nuumio - 01-27-2019 (01-27-2019, 12:09 AM)flocke196 Wrote: @nuumio: Nope. I'm using SW raid, more specifically Btrfs raid1. With SW raid you can use any controller that does "Just a Bunch Of Disks" (JBOD). So replacing the controller is not a problem. With HW raid you typically have to use exactly same controller. That, and I don't really trust that HW raid on cheap controllers really works that well RE: PCI-E add-on Success & Failures - flocke196 - 01-27-2019 Thanks, nuumio. Your reasons for better using sw raid1 are conclusive. Regarding the power source question: I am currently running 2x 3.5 HDD and 2x 2.5 SSD just with the power the board provides from the 12V socket, using the NASCase adapter added by this adapter: https://www.amazon.de/gp/product/B01F24PMV0/ref=ppx_yo_dt_b_asin_title_o03__o00_s00?ie=UTF8&psc=1 . This in combination with a powerful psu(12V,7.5A) is running fine on my side. I know, it´s a bit risky. Using a picoPSU or an ATX psu would be safer... greetings RE: PCI-E add-on Success & Failures - nuumio - 01-29-2019 (01-27-2019, 12:09 AM)flocke196 Wrote:(11-18-2018, 10:53 AM)nuumio Wrote: 88SE9230 does get really hot though (at least on this card). Its little heat sink gets too hot to touch. I'm considering a cooling fan for it. Kinda bad news related to my 9230 controller: I just checked logs and found one of those infamous "ata exceptions / failed commands". Seems it occurred last Saturday night when I was running btrfs scrub. I tried scrub 3 times again and from 2 of those runs I got one failed command more per run. I think I have to try that 9230 on PC to check if the controller itself works or not. RE: PCI-E add-on Success & Failures - flocke196 - 01-30-2019 No problems with the controller so far. Rsynced 3.8 TB of data without any dmesg errors so far. I think the btrfs scrub creates much more io load on the controller. I will do some stress testing (copy several hundred GB between the connected ssds/hdd, may be in parallel) and let you know if there are errors. Do you know a good method of stress testing a Sata-Controller? greetings Edit: While doing some stress testing (copy 500GB from sw-raid1 to both ssds in parallel), the ugly error messages pop up several times in dmesg: Code: [177359.815846] ata1.00: exception Emask 0x0 SAct 0x2 SErr 0x0 action 0x6 frozen The SSDs recover from that and the cp processes are still going on. Write speeds are limited by read speed of md0 (2xWD Red 6TB): Code: avg-cpu: %user %nice %system %iowait %steal %idle The write speed drops down to zero, when a hard reset of the link happens. This happens on both connected SSDs,not in parallel and not on the HDDs so far. greetings RE: PCI-E add-on Success & Failures - nuumio - 02-02-2019 I think firmware update might have gotten my Marvell 9230 (manufactured by Delock) to work correctly. Old version was 1.0.0.1024 bios + 2.3.0.1065 fw. The one I flashed was 1.0.0.1027 bios + 2.3.0.1076 fw. I used x86_64 pc + UEFI shell to update it. Googling "marvell 9230 firmware download" gave me few helpful links:
The link to supermicro has EFI program for doing the update. Packages from Startech and Digitus seemed to be Dos only. I already had UEFI shell from https://github.com/tianocore/edk2 (used one from tag edk2-stable201811) on one USB drive to I just copied files from Supermicro and Digitus there. Don't try this yourself if you don't know what you're doing! Read instructions from packages you download! Take backups! I didn't use the update script myself (go.nsh) because I didn't get it to do backup (maybe I was using it the wrong way). I just used commands seen in the script in command prompt. Dos boot + go.bat may be easier way. My steps in short (read go.nsh/go.bat for details or just the go.* script): - Boot to UEFI BIOS and start shell (correct way may depend on UEFI BIOS manufacturer) - Select USB filesystem and cd to correct dir if needed - Read paramfile from 9230: mvf.efi -getparm 9230.par -cdid 9230 -adid 0 - Check paramfile (RevId 10=ImageA0.bin, 11=ImageA1.bin): type 9230.par - Backup: mvf.efi -rfb 9230-backup.bin -addr 0 -sz 0x7b000 -cdid 9230 -adid 0 - Full backup (check size from paramfile): mvf.efi -rfb 9230-backup-full.bin -addr 0 -sz 0x80000 -cdid 9230 -adid 0 - Flash (check RevId/image from paramfile): mvf.efi -wbf ImageA1.bin -addr 0 -cdid 9230 -adid 0 Maybe that older FW had some bug which just happened to occur more frequently with RP64 than in x86(_64) PCs. RE: PCI-E add-on Success & Failures - flocke196 - 02-03-2019 Hey nuumio, thank you so much for this update. I managed to update the controller firmware successfully using the following firmware: http://ftp.assmann.com/pub/DS-/DS-30104-1___4016032330240/DS-30104-1_firmware_mul_DS-30104-1%20Firmware_20181221.zip . The one I flashed was 1.0.0.1027 bios + 2.3.0.1076 fw. The same version you are using. It is NOT working with the newest firmware file i found, 1.0.0.1028 bios + 2.3.0.1078 fw. The discs are not recognized anymore and dmesg complains about the controller init going wrong. So, downgrading the firmware was working for me. What i have done: 1. Put the controller(mine is a DeLOCK 89395)in a x64/x86 machine 2. Prepare USB Drive with FreeDos and put the files from the archive, mentioned above, in its root. 3. Boot FreeDos from USB Drive 4. Execute "go.bat -y" 5. Wait for flashing to be finished Attention: THESE STEPS CONTAIN NO BACKUP OF YOUR EXISTING FIRMWARE! Even with the "go.bat" method, the backup of the SPI flash is not correctly working, so do it at your own risk. Will do some stress testing and report here. Edit: First stress test (2x cp from sw-raid1 -> both connected ssds in parallel, results in using all 4 ports of the controller) produced no errors in dmesg. That was the test, that produced those ugly errors (see above) before on my side. |