Je fait appel a vos connaissance suite à un ptit probleme avec ma carte SAS.
La carte est une : HP SC40Ge SAS Host Bus Adapter aussi connue sous le nom de HP 3042-E
http://h20000.www2.hp.com/bizsupport/Te ... nvOID=1005
j'ai eu un cable SFF-8484 vers SFF-8482
et 3 HD fuji 36 Go 15k (la ref : max...rc)
au départ (avant mon flashage foireux

apres l'init du bios de la carte, ca m'indiquait FOREIGN METADATA FOUND.
et j'ai pu installer un OS sur le seul HD reconnu.
j'ai fouillé un peut partout (mais pas au bonne endroit


j'ai DL les soft de getion LSI & IBM la carte etait reconnu.
depuis que j'ai flashé, la carte est visible dans l'OS mais ne peut pas démarrer (OS reinstallé sur un SATA)
je tente vainement de la reflasher sous FREEDOS, mais rien n'y fait.
avez vous une idée ?
AJOUT 1 :
vu sous windows comme : LSI Adapter, SAS 3000 Series, 4-port With 1064E -StorPort
j'ai flashé avec le bios + fw de l'ibm et ca ne marche plus
pas la suite sous freedos, j'ai tenté :
sasflash -o -f 6ei_r_ld.fw -b mptsas.rom
il me met une erreur et me dit que le controlleur n'est pas pret car le firmware actuel de la carte ne fonctionne pas, et il me demande le firmware à DL, mais la ca ne marche pas, tou ce que je tape au clavier reste ds le vide, pas de prompt, obliger de reset le pc.
Ajout 2 :
le batch HP pour le firmware :
@echo off
rem Batch File to program HP SAS Adapters
cls
if "%1" == "E" goto ERASE
if "%1" == "e" goto ERASE
if "%1" == "B" goto BLANK
if "%1" == "b" goto BLANK
if "%1" == "P" goto PROGRAM
if "%1" == "p" goto PROGRAM
goto INVALID
:INVALID
echo **** THIS BATCH FILE PROGRAM LSI SAS ADAPTERS ****
echo .
echo EXECUTE UPDATE WITH THE COMMAND "UPDATE P"
REM echo E - TO ERASE A MALFUNCTIONING ADAPTER
REM echo B - FOR PROGRAMMING A BLANK ADAPTER
REM echo P - FOR PROGRAMMING A PREVIOUSLY PROGRAMMED ADAPTER
goto END
:ERASE
echo Note:
echo BoardNum = the board number obtained by running "SASFlash -listall"
echo .
echo Please run the following two command lines after this batch file exits,
echo and then reboot and run "Update b".
echo sasflash -c BoardNum -o -e 1
echo sasflash -c BoardNum -o -e 6
goto END
:BLANK
echo Note:
echo BoardNum = the board number obtained by running "SASFlash -listall"
echo Address = the full SAS Address (16 digits)
echo AssemblyNum= the board assembly number (10 digits)
echo TracerNum = the board tracer number (10 digit SN:)
echo .
echo Please input the command line below after this batch file exits, and
echo then reboot, and then run "Update p".
echo SASFlash -o -c BoardNum -sasadd Address -assem AssembyNum -tracer TracerNum
goto END
:PROGRAM
call auto_rb.bat
echo PROGRAMMING FIRMWARE
sasflash -fwall 1068\A0\HP3080X\68I_R_LD.fw
sasflash -fwall 1068\B0\HP3080X\68I_R_LD.fw
sasflash -fwall 106E\B3\HP3042E\6EI_R_LD.fw
sasflash -fwall 106E\B1\HP3442E\6EI_R_LD.fw
sasflash -fwall 106E\B3\HP3442E\6EI_R_LD.fw
echo PROGRAMMING X86 BIOS
sasflash -biosall mptsas.rom
echo PROGRAMMING BOOT SERVICES
sasflash -biosall ebcsas.rom
echo PROGRAMMING COMPLETE!!
echo PLEASE REBOOT YOUR SYSTEM.
:END