Hello.  

If you have an Intel S5000PAL based mainboard, you might hit this issue.

It appears this was fixed in the latest discover-data from debian, but
it isn't what is in the systemimager pieces bundled with oscar.

It was unclear to me if I should also ask the systemimager
folks about this since, eventually, they'll get the change from
upstream discover-data I hope :)

The issue is, if you have the S5000PAL passive backplane , you would
need the 'ahci' driver loaded to see the disks.  Unfortunately, 
discover-data doesn't fully know about the pci IDs for this device.
The result is: no disks are found to image.

Here is a patch that worked for us.  We build systemimager via a spec
file and we just pushed this patch in to the systemimager 'patches'
directory.  We name it in such a way that systemimager picks up the
patch as it "builds" discover-data. 

Common subdirectories: discover-data-2.2006.10.29-orig/debian and 
discover-data-2.2006.10.29/debian
diff -u discover-data-2.2006.10.29-orig/pci-26.lst 
discover-data-2.2006.10.29/pci-26.lst
--- discover-data-2.2006.10.29-orig/pci-26.lst  2006-10-26 03:06:27.000000000 
-0500
+++ discover-data-2.2006.10.29/pci-26.lst       2007-03-13 17:53:43.000000000 
-0500
@@ -1998,7 +1998,7 @@
        8086266e        sound   snd-intel8x0    82801FB/FBM/FR/FW/FRW (ICH6 
Family) AC'97 Audio Controller
        8086266f        ide     piix    82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE 
Controller
        80862680        scsi    ata_piix        631xESB/632xESB/3100 Chipset 
SATA Storage Controller IDE
-       80862681        unknown ahci    631xESB/632xESB SATA Storage Controller 
AHCI
+       80862681        ide     ahci    631xESB/632xESB SATA Storage Controller 
AHCI
        80862682        unknown ahci    631xESB/632xESB SATA Storage Controller 
RAID
        80862683        unknown ahci    631xESB/632xESB SATA Storage Controller 
RAID
        80862698        sound   snd-intel8x0    631xESB/632xESB AC '97 Audio 
Controller
diff -u discover-data-2.2006.10.29-orig/pci.lst 
discover-data-2.2006.10.29/pci.lst
--- discover-data-2.2006.10.29-orig/pci.lst     2006-10-26 03:06:27.000000000 
-0500
+++ discover-data-2.2006.10.29/pci.lst  2007-03-13 17:54:27.000000000 -0500
@@ -7433,7 +7433,7 @@
        8086266f        ide     piix    82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE 
Controller
        80862670        unknown unknown 631xESB/632xESB/3100 Chipset LPC 
Interface Controller
        80862680        unknown unknown 631xESB/632xESB/3100 Chipset SATA 
Storage Controller IDE
-       80862681        unknown unknown 631xESB/632xESB SATA Storage Controller 
AHCI
+       80862681        ide     ahci    631xESB/632xESB SATA Storage Controller 
AHCI
        80862682        unknown unknown 631xESB/632xESB SATA Storage Controller 
RAID
        80862683        unknown unknown 631xESB/632xESB SATA Storage Controller 
RAID
        80862688        unknown unknown 631xESB/632xESB/3100 Chipset UHCI USB 
Controller #1


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to