hi
attempting to run a slitaz 3 cooking on a dell t3500 w/ perc 5i SAS controller, last 2.6.37 kernel : disk not found.
with another linux distrib, disk seem to be available through mpt* modules but no luck with slitaz.
could i fild such drivers somewhere for slitaz kernel ?
thanks in advance

sas 5/i drivers ?
(5 posts) (2 voices)-
Posted 13 years ago #
-
Open terminal:
lspci -nn
Post output so we can identify the hardware.Posted 13 years ago # -
sorry, could not access the hardware before today
involved SCSI controller is
07:08.0 SCSI storage controller [0100]: LSI Logic / Symbios Logic SAS1068 PCI-X Fusion-MPT SAS [1000:0054] (rev 01)
there is another controller without disks, but SCSI disks are needed for this machine
thank you very much for your support!
complete lspci -nn output :
00:00.0 Host bridge [0600]: Intel Corporation X58 I/O Hub to ESI Port [8086:3405] (rev 13)
00:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 [8086:3408] (rev 13)
00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 [8086:340a] (rev 13)
00:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 [8086:340e] (rev 13)
00:14.0 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub System Management Registers [8086:342e] (rev 13)
00:14.1 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers [8086:3422] (rev 13)
00:14.2 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub Control Status and RAS Registers [8086:3423] (rev 13)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 [8086:3a37]
00:1a.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 [8086:3a38]
00:1a.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 [8086:3a39]
00:1a.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 [8086:3a3c]
00:1b.0 Audio device [0403]: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller [8086:3a3e]
00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 1 [8086:3a40]
00:1c.5 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 6 [8086:3a4a]
00:1d.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 [8086:3a34]
00:1d.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 [8086:3a35]
00:1d.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 [8086:3a36]
00:1d.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 [8086:3a3a]
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 90)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller [8086:3a16]
00:1f.2 RAID bus controller [0104]: Intel Corporation 82801 SATA RAID Controller [8086:2822]
00:1f.3 SMBus [0c05]: Intel Corporation 82801JI (ICH10 Family) SMBus Controller [8086:3a30]
01:00.0 PCI bridge [0604]: Integrated Device Technology, Inc. PES12N3A PCI Express Switch [111d:8018] (rev 0e)
02:02.0 PCI bridge [0604]: Integrated Device Technology, Inc. PES12N3A PCI Express Switch [111d:8018] (rev 0e)
02:04.0 PCI bridge [0604]: Integrated Device Technology, Inc. PES12N3A PCI Express Switch [111d:8018] (rev 0e)
03:00.0 Ethernet controller [0200]: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) [8086:10bc] (rev 06)
03:00.1 Ethernet controller [0200]: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) [8086:10bc] (rev 06)
04:00.0 Ethernet controller [0200]: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) [8086:10bc] (rev 06)
04:00.1 Ethernet controller [0200]: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) [8086:10bc] (rev 06)
05:00.0 VGA compatible controller [0300]: nVidia Corporation Device [10de:06fd] (rev a1)
06:00.0 PCI bridge [0604]: Intel Corporation 6702PXH PCI Express-to-PCI Bridge A [8086:032c] (rev 09)
07:08.0 SCSI storage controller [0100]: LSI Logic / Symbios Logic SAS1068 PCI-X Fusion-MPT SAS [1000:0054] (rev 01)
09:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5761 Gigabit Ethernet PCIe [14e4:1681] (rev 10)Posted 13 years ago # -
I found 3 Linux Kernel config options for the pci.ids 1000:0054 in the linux kernel driver database.
lkddb pci 1000 0054 .... .... ...... :: CONFIG_FUSION CONFIG_FUSION_SAS CONFIG_I2O
tux@slitaz:~$ uname -a
Linux slitaz 2.6.30.6-slitaz #1 SMP Sun Jan 3 20:16:03 CET 2010 i686 unknown
I got one match on fusion none on sas or I20
tux@slitaz:~$ zcat /proc/config.gz | grep -i fusion
# CONFIG_FUSION is not set
You would have to compile a custom kernel since it is not set.
There is a guide here:
http://doc.slitaz.org/en:guides:kernelPosted 13 years ago # -
recompiling the kernel did the trick and resolves some other issues with modules architectures
thanks a lot for your linkPosted 13 years ago #
Reply
You must log in to post.