You are not logged in.

#1 2009-08-11 16:21:21

Ravenman
Member
Registered: 2009-07-03
Posts: 236

Arch Linux doesn't detect RAID of SAS hard drives

Hello everyone:

I'm trying to install Arch Linux 2009.08 x86_64 on a server IBM xSeries 206m, which has hard drives connected to a SAS controller card Adaptec AIC-9405.

I put the disks in RAID 0 and starting the server, I can see on the menu of the RAID controller card that is fine, but when I'm going to make the partitions, I do not see any hard drive. yikes

Checking with the command dmesg, I found some messages that seem to indicate the failure:

aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
aic94xx 0000:03:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
aic94xx: found Adaptec AIC-9405W SAS/SATA Host Adapter, device 0000:03:04.0
scsi2 : aic94xx
aic94xx 0000:03:04.0: firmware: requesting aic94xx-seq.fw
usb 2-1: configuration #1 chosen from 1 choice
aic94xx: Failed to load sequencer firmware file aic94xx-seq.fw, error -2
aic94xx: couldn't init seqs for 0000:03:04.0
aic94xx: couldn't init the chip
aic94xx 0000:03:04.0: PCI INT A disabled
aic94xx: probe of 0000:03:04.0 failed with error -2

Someone else with the same problem ... anyone know how to fix it ? neutral

Offline

#2 2009-08-11 16:51:04

GerBra
Forum Fellow
From: Bingen/Germany
Registered: 2007-05-10
Posts: 204

Re: Arch Linux doesn't detect RAID of SAS hard drives

Seems you need the firmware file for this controller.
Seach the net for "aic94xx-seq.fw", here is one thread from 2007 (http://lists.debian.org/debian-kernel/2 … 00787.html)
This seems the requested firmware: http://kernel.org/pub/linux/kernel/peop … 4xx-seq.fw

I don't know what the reason that this file is not in kernelsource, but guess there is a binary blob reason.

Should work (if fw file is ok) when unloading aic94xx module after boot, copy firmware file to /lib/firmware and then load the adaptec module again...

Offline

#3 2009-08-11 22:49:01

Ravenman
Member
Registered: 2009-07-03
Posts: 236

Re: Arch Linux doesn't detect RAID of SAS hard drives

GerBra wrote:

Seems you need the firmware file for this controller.
Seach the net for "aic94xx-seq.fw", here is one thread from 2007 (http://lists.debian.org/debian-kernel/2 … 00787.html)
This seems the requested firmware: http://kernel.org/pub/linux/kernel/peop … 4xx-seq.fw

I don't know what the reason that this file is not in kernelsource, but guess there is a binary blob reason.

Should work (if fw file is ok) when unloading aic94xx module after boot, copy firmware file to /lib/firmware and then load the adaptec module again...

Hi GerBra:

I'm following your instructions, and I can see the module loaded now:

aic94xx                86412  0 
libsas                 57080  1 aic94xx
ata_generic             6164  0 
pata_acpi               5744  0 
scsi_transport_sas     36624  2 aic94xx,libsas
ata_piix               27572  1 
uhci_hcd               27056  0 
ehci_hcd               40668  0 
usbcore               179376  5 usbhid,usb_storage,uhci_hcd,ehci_hcd
libata                192460  4 libsas,ata_generic,pata_acpi,ata_piix
scsi_mod              131736  8 sd_mod,sg,usb_storage,sr_mod,aic94xx,libsas,scsi_transport_sas,libata

But when I'm starting the installation process, Arch Linux can't found the hard drives for the installation. What can I do ? hmm

Offline

#4 2009-08-12 08:47:46

GerBra
Forum Fellow
From: Bingen/Germany
Registered: 2007-05-10
Posts: 204

Re: Arch Linux doesn't detect RAID of SAS hard drives

The error message of missing firmware file in dmesg/messages.log is gone away now?

Could you place dmesg.log or messages.log somewhere to view them? (Copy these files over network to an
other machine and load it up to some pastebin service, or attach it here).

You don't see the raid array when doing a: fdisk -l ?
Also a: cat /proc/scsi/scsi should also show the array if up and running.
SCSI modul aic94xx should also have a dir entry in /proc/scsi. Example: my Adaptec 2940 has detailled infos about the controller and device status in:
cat /proc/scsi/aic7xxx/2
If you have such a file (the number could differ on your machine) please post it also.

Maybe it's the best if you open a bugreport in http://bugs.archlinux.org/index/proj6 ....

Offline

#5 2009-08-14 04:04:05

Ravenman
Member
Registered: 2009-07-03
Posts: 236

Re: Arch Linux doesn't detect RAID of SAS hard drives

GerBra wrote:

The error message of missing firmware file in dmesg/messages.log is gone away now?

Could you place dmesg.log or messages.log somewhere to view them? (Copy these files over network to an
other machine and load it up to some pastebin service, or attach it here).

You don't see the raid array when doing a: fdisk -l ?
Also a: cat /proc/scsi/scsi should also show the array if up and running.
SCSI modul aic94xx should also have a dir entry in /proc/scsi. Example: my Adaptec 2940 has detailled infos about the controller and device status in:
cat /proc/scsi/aic7xxx/2
If you have such a file (the number could differ on your machine) please post it also.

Maybe it's the best if you open a bugreport in http://bugs.archlinux.org/index/proj6 ....

Hi GerBra:

This is the dmesg.log:

Linux version 2.6.30-ARCH (root@T-POWA-LX) (gcc version 4.4.1 (GCC) ) #1 SMP PREEMPT Fri Jul 31 07:30:28 CEST 2009
Command line: lang=en locale=en_US.UTF-8 archisolabel=ARCHISO_KE1AECIE ramdisk_size=75%
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009b800 (usable)
 BIOS-e820: 000000000009b800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 00000000bfee0000 (usable)
 BIOS-e820: 00000000bfee0000 - 00000000bfee9000 (ACPI data)
 BIOS-e820: 00000000bfee9000 - 00000000bff00000 (ACPI NVS)
 BIOS-e820: 00000000bff00000 - 00000000c0000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
 BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
DMI present.
last_pfn = 0x140000 max_arch_pfn = 0x100000000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF uncachable
  C0000-C7FFF write-protect
  C8000-DFFFF uncachable
  E0000-FFFFF write-protect
MTRR variable ranges enabled:
  0 base 0C0000000 mask FC0000000 uncachable
  1 base 000000000 mask F00000000 write-back
  2 base 100000000 mask FC0000000 write-back
  3 base 0BFF00000 mask FFFF00000 uncachable
  4 disabled
  5 disabled
  6 disabled
  7 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
e820 update range: 00000000bff00000 - 0000000100000000 (usable) ==> (reserved)
last_pfn = 0xbfee0 max_arch_pfn = 0x100000000
e820 update range: 0000000000001000 - 0000000000006000 (usable) ==> (reserved)
Scanning 1 areas for low memory corruption
modified physical RAM map:
 modified: 0000000000000000 - 0000000000001000 (usable)
 modified: 0000000000001000 - 0000000000006000 (reserved)
 modified: 0000000000006000 - 000000000009b800 (usable)
 modified: 000000000009b800 - 00000000000a0000 (reserved)
 modified: 00000000000e0000 - 0000000000100000 (reserved)
 modified: 0000000000100000 - 00000000bfee0000 (usable)
 modified: 00000000bfee0000 - 00000000bfee9000 (ACPI data)
 modified: 00000000bfee9000 - 00000000bff00000 (ACPI NVS)
 modified: 00000000bff00000 - 00000000c0000000 (reserved)
 modified: 00000000fec00000 - 00000000fec10000 (reserved)
 modified: 00000000fee00000 - 00000000fee01000 (reserved)
 modified: 00000000ff000000 - 0000000100000000 (reserved)
 modified: 0000000100000000 - 0000000140000000 (usable)
init_memory_mapping: 0000000000000000-00000000bfee0000
 0000000000 - 00bfe00000 page 2M
 00bfe00000 - 00bfee0000 page 4k
kernel direct mapping tables up to bfee0000 @ 8000-d000
init_memory_mapping: 0000000100000000-0000000140000000
 0100000000 - 0140000000 page 2M
kernel direct mapping tables up to 140000000 @ b000-11000
RAMDISK: 378e2000 - 37fef5c0
ACPI: RSDP 00000000000f64f0 00014 (v00 PTLTD )
ACPI: RSDT 00000000bfee3615 0003C (v01 PTLTD    RSDT   06040000  LTP 00000000)
ACPI: FACP 00000000bfee8e70 00074 (v01 INTEL           06040000 PTL  00000003)
ACPI: DSDT 00000000bfee384c 05624 (v01  INTEL GLENWOOD 06040000 MSFT 0100000E)
ACPI: FACS 00000000bfee9fc0 00040
ACPI: SPCR 00000000bfee8ee4 00050 (v01 PTLTD  $UCRTBL$ 06040000 PTL  00000001)
ACPI: MCFG 00000000bfee8f34 0003C (v01 PTLTD    MCFG   06040000  LTP 00000000)
ACPI: APIC 00000000bfee8f70 00068 (v01 PTLTD       APIC   06040000  LTP 00000000)
ACPI: BOOT 00000000bfee8fd8 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
ACPI: SSDT 00000000bfee3651 001FB (v01  PmRef    CpuPm 00003000 INTL 20030224)
ACPI: Local APIC address 0xfee00000
(8 early reservations) ==> bootmem [0000000000 - 0140000000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #2 [0000200000 - 000082d0d0]    TEXT DATA BSS ==> [0000200000 - 000082d0d0]
  #3 [00378e2000 - 0037fef5c0]          RAMDISK ==> [00378e2000 - 0037fef5c0]
  #4 [000009b800 - 0000100000]    BIOS reserved ==> [000009b800 - 0000100000]
  #5 [000082e000 - 000082e198]              BRK ==> [000082e000 - 000082e198]
  #6 [0000008000 - 000000b000]          PGTABLE ==> [0000008000 - 000000b000]
  #7 [000000b000 - 000000c000]          PGTABLE ==> [000000b000 - 000000c000]
found SMP MP-table at [ffff8800000f6520] f6520
 [ffffe20000000000-ffffe200045fffff] PMD -> [ffff880028200000-ffff88002c7fffff] on node 0
Zone PFN ranges:
  DMA      0x00000000 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00140000
Movable zone start PFN for each node
early_node_map[4] active PFN ranges
    0: 0x00000000 -> 0x00000001
    0: 0x00000006 -> 0x0000009b
    0: 0x00000100 -> 0x000bfee0
    0: 0x00100000 -> 0x00140000
On node 0 totalpages: 1048182
  DMA zone: 56 pages used for memmap
  DMA zone: 1688 pages reserved
  DMA zone: 2246 pages, LIFO batch:0
  DMA32 zone: 14280 pages used for memmap
  DMA32 zone: 767768 pages, LIFO batch:31
  Normal zone: 3584 pages used for memmap
  Normal zone: 258560 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x1008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
SMP: Allowing 2 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 24
PM: Registered nosave memory: 0000000000001000 - 0000000000006000
PM: Registered nosave memory: 000000000009b000 - 000000000009c000
PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
PM: Registered nosave memory: 00000000bfee0000 - 00000000bfee9000
PM: Registered nosave memory: 00000000bfee9000 - 00000000bff00000
PM: Registered nosave memory: 00000000bff00000 - 00000000c0000000
PM: Registered nosave memory: 00000000c0000000 - 00000000fec00000
PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
PM: Registered nosave memory: 00000000fec10000 - 00000000fee00000
PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
Allocating PCI resources starting at c4000000 (gap: c0000000:3ec00000)
NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
PERCPU: Embedded 25 pages at ffff880028022000, static data 72352 bytes
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1028574
Kernel command line: lang=en locale=en_US.UTF-8 archisolabel=ARCHISO_KE1AECIE ramdisk_size=75%
Initializing CPU#0
NR_IRQS:768
PID hash table entries: 4096 (order: 12, 32768 bytes)
Fast TSC calibration using PIT
Detected 2999.990 MHz processor.
Console: colour VGA+ 80x25
console [tty0] enabled
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Checking aperture...
No AGP bridge found
Calgary: detecting Calgary via BIOS EBDA area
Calgary: Unable to locate Rio Grande table in EBDA - bailing!
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
software IO TLB at phys 0x20000000 - 0x24000000
Memory: 4034028k/5242880k available (3409k kernel code, 1050152k absent, 157764k reserved, 1239k data, 464k init)
SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Calibrating delay loop (skipped), value calculated using timer frequency.. 6002.97 BogoMIPS (lpj=9999966)
Security Framework initialized
Mount-cache hash table entries: 256
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU0: Thermal monitoring handled by SMI
using mwait in idle threads.
ACPI: Core revision 20090320
Setting APIC routing to flat
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 03
Booting processor 1 APIC 0x1 ip 0x6000
Initializing CPU#1
Calibrating delay using timer specific routine.. 6002.80 BogoMIPS (lpj=9999695)
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU1: Thermal monitoring enabled (TM1)
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 03
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Brought up 2 CPUs
Total of 2 processors activated (12004.78 BogoMIPS).
CPU0 attaching sched-domain:
 domain 0: span 0-1 level SIBLING
  groups: 0 1
CPU1 attaching sched-domain:
 domain 0: span 0-1 level SIBLING
  groups: 1 0
net_namespace: 1888 bytes
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 9
PCI: Not using MMCONFIG.
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 9
PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
PCI: Using MMCONFIG at e0000000 - e09fffff
ACPI: No dock devices found.
ACPI Warning (nspredef-0331): \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 [20090320]
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.4: PME# disabled
pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.5: PME# disabled
pci 0000:00:1d.0: reg 20 io port: [0x3000-0x301f]
pci 0000:00:1d.1: reg 20 io port: [0x3020-0x303f]
pci 0000:00:1d.2: reg 20 io port: [0x3040-0x305f]
pci 0000:00:1d.7: reg 10 32bit mmio: [0xc0000000-0xc00003ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0500 (mask 007f)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f)
pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
pci 0000:00:1f.1: reg 18 io port: [0x00-0x07]
pci 0000:00:1f.1: reg 1c io port: [0x00-0x03]
pci 0000:00:1f.1: reg 20 io port: [0x3080-0x308f]
pci 0000:00:1f.3: reg 20 io port: [0x3060-0x307f]
pci 0000:00:01.0: bridge io port: [0x00-0xfff]
pci 0000:00:01.0: bridge 32bit mmio: [0x000000-0x0fffff]
pci 0000:00:01.0: bridge 64bit mmio pref: [0x000000-0x0fffff]
pci 0000:02:00.0: PXH quirk detected; SHPC device MSI disabled
pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
pci 0000:02:00.0: PME# disabled
pci 0000:02:00.1: reg 10 32bit mmio: [0xc0100000-0xc0100fff]
pci 0000:00:1c.0: bridge io port: [0x4000-0x4fff]
pci 0000:00:1c.0: bridge 32bit mmio: [0xc0100000-0xc02fffff]
pci 0000:00:1c.0: bridge 64bit mmio pref: [0xc0500000-0xc05fffff]
pci 0000:03:04.0: reg 10 64bit mmio: [0xc0280000-0xc02bffff]
pci 0000:03:04.0: reg 18 64bit mmio: [0xc0500000-0xc051ffff]
pci 0000:03:04.0: reg 20 io port: [0x4000-0x40ff]
pci 0000:03:04.0: reg 30 32bit mmio: [0x000000-0x07ffff]
pci 0000:02:00.0: bridge io port: [0x4000-0x4fff]
pci 0000:02:00.0: bridge 32bit mmio: [0xc0200000-0xc02fffff]
pci 0000:02:00.0: bridge 64bit mmio pref: [0xc0500000-0xc05fffff]
pci 0000:04:00.0: reg 10 64bit mmio: [0xc0300000-0xc030ffff]
pci 0000:04:00.0: PME# supported from D3hot D3cold
pci 0000:04:00.0: PME# disabled
pci 0000:00:1c.4: bridge 32bit mmio: [0xc0300000-0xc03fffff]
pci 0000:00:1c.5: bridge io port: [0x00-0xfff]
pci 0000:00:1c.5: bridge 32bit mmio: [0x000000-0x0fffff]
pci 0000:00:1c.5: bridge 64bit mmio pref: [0x000000-0x0fffff]
pci 0000:0a:04.0: reg 10 32bit mmio: [0xc8000000-0xcfffffff]
pci 0000:0a:04.0: reg 14 io port: [0x5000-0x50ff]
pci 0000:0a:04.0: reg 18 32bit mmio: [0xc0400000-0xc040ffff]
pci 0000:0a:04.0: reg 30 32bit mmio: [0x000000-0x01ffff]
pci 0000:0a:04.0: supports D1 D2
pci 0000:00:1e.0: transparent bridge
pci 0000:00:1e.0: bridge io port: [0x5000-0x5fff]
pci 0000:00:1e.0: bridge 32bit mmio: [0xc0400000-0xc04fffff]
pci 0000:00:1e.0: bridge 64bit mmio pref: [0xc8000000-0xcfffffff]
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1.PXHV._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP5._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP6._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 *10 11 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *10 11 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 10 11 14 15) *5
PCI: Using ACPI for IRQ routing
pci 0000:00:01.0: BAR 13: can't allocate resource
pci 0000:00:01.0: BAR 14: can't allocate resource
pci 0000:00:01.0: BAR 15: can't allocate resource
pci 0000:00:1c.5: BAR 13: can't allocate resource
pci 0000:00:1c.5: BAR 14: can't allocate resource
pci 0000:00:1c.5: BAR 15: can't allocate resource
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
hpet clockevent registered
HPET: 3 timers in total, 0 timers will be used for per-cpu timer
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 12 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: ioport range 0x800-0x83f has been reserved
system 00:01: ioport range 0x1000-0x107f has been reserved
system 00:01: ioport range 0x1180-0x11bf has been reserved
system 00:01: ioport range 0x4d0-0x4d1 has been reserved
system 00:01: ioport range 0x500-0x57f has been reserved
system 00:01: ioport range 0xca8-0xca8 has been reserved
system 00:01: ioport range 0xcac-0xcac has been reserved
system 00:01: ioport range 0xfe00-0xfe00 has been reserved
system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
system 00:01: iomem range 0xfed13000-0xfed13fff has been reserved
system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
system 00:01: iomem range 0xfed20000-0xfed8ffff has been reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
pci 0000:00:01.0:   IO window: disabled
pci 0000:00:01.0:   MEM window: disabled
pci 0000:00:01.0:   PREFETCH window: disabled
pci 0000:02:00.0: PCI bridge, secondary bus 0000:03
pci 0000:02:00.0:   IO window: 0x4000-0x4fff
pci 0000:02:00.0:   MEM window: 0xc0200000-0xc02fffff
pci 0000:02:00.0:   PREFETCH window: 0x000000c0500000-0x000000c05fffff
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
pci 0000:00:1c.0:   IO window: 0x4000-0x4fff
pci 0000:00:1c.0:   MEM window: 0xc0100000-0xc02fffff
pci 0000:00:1c.0:   PREFETCH window: 0x000000c0500000-0x000000c05fffff
pci 0000:00:1c.4: PCI bridge, secondary bus 0000:04
pci 0000:00:1c.4:   IO window: disabled
pci 0000:00:1c.4:   MEM window: 0xc0300000-0xc03fffff
pci 0000:00:1c.4:   PREFETCH window: disabled
pci 0000:00:1c.5: PCI bridge, secondary bus 0000:05
pci 0000:00:1c.5:   IO window: disabled
pci 0000:00:1c.5:   MEM window: disabled
pci 0000:00:1c.5:   PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:0a
pci 0000:00:1e.0:   IO window: 0x5000-0x5fff
pci 0000:00:1e.0:   MEM window: 0xc0400000-0xc04fffff
pci 0000:00:1e.0:   PREFETCH window: 0x000000c8000000-0x000000cfffffff
pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:02:00.0: setting latency timer to 64
pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.4: setting latency timer to 64
pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.5: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
pci_bus 0000:01: resource 0 mem: [0x0-0xfff]
pci_bus 0000:01: resource 1 mem: [0x0-0xfffff]
pci_bus 0000:01: resource 2 mem: [0x0-0xfffff]
pci_bus 0000:02: resource 0 io:  [0x4000-0x4fff]
pci_bus 0000:02: resource 1 mem: [0xc0100000-0xc02fffff]
pci_bus 0000:02: resource 2 pref mem [0xc0500000-0xc05fffff]
pci_bus 0000:03: resource 0 io:  [0x4000-0x4fff]
pci_bus 0000:03: resource 1 mem: [0xc0200000-0xc02fffff]
pci_bus 0000:03: resource 2 pref mem [0xc0500000-0xc05fffff]
pci_bus 0000:04: resource 1 mem: [0xc0300000-0xc03fffff]
pci_bus 0000:05: resource 0 mem: [0x0-0xfff]
pci_bus 0000:05: resource 1 mem: [0x0-0xfffff]
pci_bus 0000:05: resource 2 mem: [0x0-0xfffff]
pci_bus 0000:0a: resource 0 io:  [0x5000-0x5fff]
pci_bus 0000:0a: resource 1 mem: [0xc0400000-0xc04fffff]
pci_bus 0000:0a: resource 2 pref mem [0xc8000000-0xcfffffff]
pci_bus 0000:0a: resource 3 io:  [0x00-0xffff]
pci_bus 0000:0a: resource 4 mem: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Unpacking initramfs...
Freeing initrd memory: 7221k freed
Simple Boot Flag at 0x3c set to 0x1
Scanning for low memory corruption every 60 seconds
audit: initializing netlink socket (disabled)
type=2000 audit(1250095030.473:1): initialized
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 7894
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
PCI quirk: reroute interrupts for 0x8086:0x032c
pci 0000:0a:04.0: Boot video device
pcieport-driver 0000:00:01.0: irq 24 for MSI/MSI-X
pcieport-driver 0000:00:01.0: setting latency timer to 64
pcieport-driver 0000:00:1c.0: irq 25 for MSI/MSI-X
pcieport-driver 0000:00:1c.0: setting latency timer to 64
pcieport-driver 0000:00:1c.4: irq 26 for MSI/MSI-X
pcieport-driver 0000:00:1c.4: setting latency timer to 64
pcieport-driver 0000:00:1c.5: irq 27 for MSI/MSI-X
pcieport-driver 0000:00:1c.5: setting latency timer to 64
Linux agpgart interface v0.103
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
input: Macintosh mouse button emulation as /devices/virtual/input/input0
PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
NET: Registered protocol family 17
registered taskstats version 1
Initalizing network drop monitor service
Freeing unused kernel memory: 464k freed
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
Switched to high resolution mode on CPU 1
Switched to high resolution mode on CPU 0
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 128 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xc0000000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003020
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003040
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
libata version 3.00 loaded.
ata_piix 0000:00:1f.1: version 2.13
ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
ata_piix 0000:00:1f.1: setting latency timer to 64
scsi0 : ata_piix
scsi1 : ata_piix
aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
aic94xx 0000:03:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x3080 irq 14
ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x3088 irq 15
aic94xx: found Adaptec AIC-9405W SAS/SATA Host Adapter, device 0000:03:04.0
scsi2 : aic94xx
aic94xx 0000:03:04.0: firmware: requesting aic94xx-seq.fw
aic94xx: Failed to load sequencer firmware file aic94xx-seq.fw, error -2
aic94xx: couldn't init seqs for 0000:03:04.0
aic94xx: couldn't init the chip
aic94xx 0000:03:04.0: PCI INT A disabled
aic94xx: probe of 0000:03:04.0 failed with error -2
ata1.00: ATAPI: HL-DT-STDVD-RAM GSA-H55N, 1.03, max UDMA/66
ata1.00: limited to UDMA/33 due to 40-wire cable
ata1.00: configured for UDMA/33
scsi 0:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GSA-H55N 1.03 PQ: 0 ANSI: 5
ata2: port disabled. ignoring.
Driver 'sr' needs updating - please use bus_type methods
sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 0:0:0:0: Attached scsi CD-ROM sr0
usb 2-1: new low speed USB device using uhci_hcd and address 2
usb 2-1: configuration #1 chosen from 1 choice
usbcore: registered new interface driver hiddev
input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input2
generic-usb 0003:04B3:310C.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.0-1/input0
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
ISO 9660 Extensions: RRIP_1991A
squashfs: version 4.0 (2009/01/31) Phillip Lougher
aufs 2-standalone.tree-20090601
loop: module loaded
aufs test_add:240:mount[635]: uid/gid/perm /tmpfs/mnt/loop0 0/0/0755, 0/0/01777
aufs test_add:240:mount[648]: uid/gid/perm /tmpfs/mnt/loop2 0/0/0755, 0/0/01777
rtc_cmos 00:04: RTC can wake from S4
rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
udev: starting version 141
input: PC Speaker as /devices/platform/pcspkr/input/input3
intel_rng: FWH not detected
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
ACPI: Power Button [PWRF]
input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input5
ACPI: Power Button [PWRB]
EDAC MC: Ver: 2.1.0 Jul 31 2009
iTCO_vendor_support: vendor-support=0
i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
tg3.c:v3.98 (February 25, 2009)
tg3 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
tg3 0000:04:00.0: setting latency timer to 64
tg3 0000:04:00.0: PME# disabled
eth0: Tigon3 [partno(BCM95721) rev 4101] (PCI Express) MAC address 00:11:25:a4:42:2f
eth0: attached PHY is 5750 (10/100/1000Base-T Ethernet) (WireSpeed[1])
eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
eth0: dma_rwctrl[76180000] dma_mask[64-bit]
sr 0:0:0:0: Attached scsi generic sg0 type 5
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x1060)
iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
processor ACPI_CPU:00: registered as cooling_device0
ACPI: Processor [CPU0] (supports 8 throttling states)
processor ACPI_CPU:01: registered as cooling_device1
ACPI: Processor [CPU1] (supports 8 throttling states)
EDAC MC0: Giving out device to 'i3000_edac' 'i3000': DEV 0000:00:00.0
EDAC PCI0: Giving out device to module 'i3000_edac' controller 'EDAC PCI controller': DEV '0000:00:00.0' (POLLED)
lp: driver loaded but no devices found
parport_pc 00:0b: reported by Plug and Play ACPI
parport0: PC-style at 0x378 (0x778), irq 7, dma 1 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
lp0: using parport0 (interrupt-driven).
ppdev: user-space parallel port driver

This is the messages.log:

Aug 12 16:37:33 archiso kernel: Linux version 2.6.30-ARCH (root@T-POWA-LX) (gcc version 4.4.1 (GCC) ) #1 SMP PREEMPT Fri Jul 31 07:30:28 CEST 2009
Aug 12 16:37:33 archiso kernel: Command line: lang=en locale=en_US.UTF-8 archisolabel=ARCHISO_KE1AECIE ramdisk_size=75%
Aug 12 16:37:33 archiso kernel: KERNEL supported cpus:
Aug 12 16:37:33 archiso kernel: Intel GenuineIntel
Aug 12 16:37:33 archiso kernel: AMD AuthenticAMD
Aug 12 16:37:33 archiso kernel: Centaur CentaurHauls
Aug 12 16:37:33 archiso kernel: BIOS-provided physical RAM map:
Aug 12 16:37:33 archiso kernel: BIOS-e820: 0000000000000000 - 000000000009b800 (usable)
Aug 12 16:37:33 archiso kernel: BIOS-e820: 000000000009b800 - 00000000000a0000 (reserved)
Aug 12 16:37:33 archiso kernel: BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Aug 12 16:37:33 archiso kernel: BIOS-e820: 0000000000100000 - 00000000bfee0000 (usable)
Aug 12 16:37:33 archiso kernel: BIOS-e820: 00000000bfee0000 - 00000000bfee9000 (ACPI data)
Aug 12 16:37:33 archiso kernel: BIOS-e820: 00000000bfee9000 - 00000000bff00000 (ACPI NVS)
Aug 12 16:37:33 archiso kernel: BIOS-e820: 00000000bff00000 - 00000000c0000000 (reserved)
Aug 12 16:37:33 archiso kernel: BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
Aug 12 16:37:33 archiso kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Aug 12 16:37:33 archiso kernel: BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
Aug 12 16:37:33 archiso kernel: BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
Aug 12 16:37:33 archiso kernel: DMI present.
Aug 12 16:37:33 archiso kernel: last_pfn = 0x140000 max_arch_pfn = 0x100000000
Aug 12 16:37:33 archiso kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Aug 12 16:37:33 archiso kernel: last_pfn = 0xbfee0 max_arch_pfn = 0x100000000
Aug 12 16:37:33 archiso kernel: Scanning 1 areas for low memory corruption
Aug 12 16:37:33 archiso kernel: modified physical RAM map:
Aug 12 16:37:33 archiso kernel: modified: 0000000000000000 - 0000000000001000 (usable)
Aug 12 16:37:33 archiso kernel: modified: 0000000000001000 - 0000000000006000 (reserved)
Aug 12 16:37:33 archiso kernel: modified: 0000000000006000 - 000000000009b800 (usable)
Aug 12 16:37:33 archiso kernel: modified: 000000000009b800 - 00000000000a0000 (reserved)
Aug 12 16:37:33 archiso kernel: modified: 00000000000e0000 - 0000000000100000 (reserved)
Aug 12 16:37:33 archiso kernel: modified: 0000000000100000 - 00000000bfee0000 (usable)
Aug 12 16:37:33 archiso kernel: modified: 00000000bfee0000 - 00000000bfee9000 (ACPI data)
Aug 12 16:37:33 archiso kernel: modified: 00000000bfee9000 - 00000000bff00000 (ACPI NVS)
Aug 12 16:37:33 archiso kernel: modified: 00000000bff00000 - 00000000c0000000 (reserved)
Aug 12 16:37:33 archiso kernel: modified: 00000000fec00000 - 00000000fec10000 (reserved)
Aug 12 16:37:33 archiso kernel: modified: 00000000fee00000 - 00000000fee01000 (reserved)
Aug 12 16:37:33 archiso kernel: modified: 00000000ff000000 - 0000000100000000 (reserved)
Aug 12 16:37:33 archiso kernel: modified: 0000000100000000 - 0000000140000000 (usable)
Aug 12 16:37:33 archiso kernel: init_memory_mapping: 0000000000000000-00000000bfee0000
Aug 12 16:37:33 archiso kernel: init_memory_mapping: 0000000100000000-0000000140000000
Aug 12 16:37:33 archiso kernel: RAMDISK: 378e2000 - 37fef5c0
Aug 12 16:37:33 archiso kernel: ACPI: RSDP 00000000000f64f0 00014 (v00 PTLTD )
Aug 12 16:37:33 archiso kernel: ACPI: RSDT 00000000bfee3615 0003C (v01 PTLTD    RSDT   06040000  LTP 00000000)
Aug 12 16:37:33 archiso kernel: ACPI: FACP 00000000bfee8e70 00074 (v01 INTEL           06040000 PTL  00000003)
Aug 12 16:37:33 archiso kernel: ACPI: DSDT 00000000bfee384c 05624 (v01  INTEL GLENWOOD 06040000 MSFT 0100000E)
Aug 12 16:37:33 archiso kernel: ACPI: FACS 00000000bfee9fc0 00040
Aug 12 16:37:33 archiso kernel: ACPI: SPCR 00000000bfee8ee4 00050 (v01 PTLTD  $UCRTBL$ 06040000 PTL  00000001)
Aug 12 16:37:33 archiso kernel: ACPI: MCFG 00000000bfee8f34 0003C (v01 PTLTD    MCFG   06040000  LTP 00000000)
Aug 12 16:37:33 archiso kernel: ACPI: APIC 00000000bfee8f70 00068 (v01 PTLTD       APIC   06040000  LTP 00000000)
Aug 12 16:37:33 archiso kernel: ACPI: BOOT 00000000bfee8fd8 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
Aug 12 16:37:33 archiso kernel: ACPI: SSDT 00000000bfee3651 001FB (v01  PmRef    CpuPm 00003000 INTL 20030224)
Aug 12 16:37:33 archiso kernel: (8 early reservations) ==> bootmem [0000000000 - 0140000000]
Aug 12 16:37:33 archiso kernel: #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
Aug 12 16:37:33 archiso kernel: #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
Aug 12 16:37:33 archiso kernel: #2 [0000200000 - 000082d0d0]    TEXT DATA BSS ==> [0000200000 - 000082d0d0]
Aug 12 16:37:33 archiso kernel: #3 [00378e2000 - 0037fef5c0]          RAMDISK ==> [00378e2000 - 0037fef5c0]
Aug 12 16:37:33 archiso kernel: #4 [000009b800 - 0000100000]    BIOS reserved ==> [000009b800 - 0000100000]
Aug 12 16:37:33 archiso kernel: #5 [000082e000 - 000082e198]              BRK ==> [000082e000 - 000082e198]
Aug 12 16:37:33 archiso kernel: #6 [0000008000 - 000000b000]          PGTABLE ==> [0000008000 - 000000b000]
Aug 12 16:37:33 archiso kernel: #7 [000000b000 - 000000c000]          PGTABLE ==> [000000b000 - 000000c000]
Aug 12 16:37:33 archiso kernel: found SMP MP-table at [ffff8800000f6520] f6520
Aug 12 16:37:33 archiso kernel: Zone PFN ranges:
Aug 12 16:37:33 archiso kernel: DMA      0x00000000 -> 0x00001000
Aug 12 16:37:33 archiso kernel: DMA32    0x00001000 -> 0x00100000
Aug 12 16:37:33 archiso kernel: Normal   0x00100000 -> 0x00140000
Aug 12 16:37:33 archiso kernel: Movable zone start PFN for each node
Aug 12 16:37:33 archiso kernel: early_node_map[4] active PFN ranges
Aug 12 16:37:33 archiso kernel: 0: 0x00000000 -> 0x00000001
Aug 12 16:37:33 archiso kernel: 0: 0x00000006 -> 0x0000009b
Aug 12 16:37:33 archiso kernel: 0: 0x00000100 -> 0x000bfee0
Aug 12 16:37:33 archiso kernel: 0: 0x00100000 -> 0x00140000
Aug 12 16:37:33 archiso kernel: ACPI: PM-Timer IO Port: 0x1008
Aug 12 16:37:33 archiso kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Aug 12 16:37:33 archiso kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Aug 12 16:37:33 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Aug 12 16:37:33 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 12 16:37:33 archiso kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Aug 12 16:37:33 archiso kernel: IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
Aug 12 16:37:33 archiso kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
Aug 12 16:37:33 archiso kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 12 16:37:33 archiso kernel: Using ACPI (MADT) for SMP configuration information
Aug 12 16:37:33 archiso kernel: SMP: Allowing 2 CPUs, 0 hotplug CPUs
Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 0000000000001000 - 0000000000006000
Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 000000000009b000 - 000000000009c000
Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000bfee0000 - 00000000bfee9000
Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000bfee9000 - 00000000bff00000
Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000bff00000 - 00000000c0000000
Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000c0000000 - 00000000fec00000
Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000fec10000 - 00000000fee00000
Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
Aug 12 16:37:33 archiso kernel: PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
Aug 12 16:37:33 archiso kernel: Allocating PCI resources starting at c4000000 (gap: c0000000:3ec00000)
Aug 12 16:37:33 archiso kernel: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
Aug 12 16:37:33 archiso kernel: PERCPU: Embedded 25 pages at ffff880028022000, static data 72352 bytes
Aug 12 16:37:33 archiso kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1028574
Aug 12 16:37:33 archiso kernel: Kernel command line: lang=en locale=en_US.UTF-8 archisolabel=ARCHISO_KE1AECIE ramdisk_size=75%
Aug 12 16:37:33 archiso kernel: Initializing CPU#0
Aug 12 16:37:33 archiso kernel: NR_IRQS:768
Aug 12 16:37:33 archiso kernel: PID hash table entries: 4096 (order: 12, 32768 bytes)
Aug 12 16:37:33 archiso kernel: Fast TSC calibration using PIT
Aug 12 16:37:33 archiso kernel: Detected 2999.990 MHz processor.
Aug 12 16:37:33 archiso kernel: Console: colour VGA+ 80x25
Aug 12 16:37:33 archiso kernel: console [tty0] enabled
Aug 12 16:37:33 archiso kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Aug 12 16:37:33 archiso kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Aug 12 16:37:33 archiso kernel: Checking aperture...
Aug 12 16:37:33 archiso kernel: No AGP bridge found
Aug 12 16:37:33 archiso kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 12 16:37:33 archiso kernel: Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
Aug 12 16:37:33 archiso kernel: software IO TLB at phys 0x20000000 - 0x24000000
Aug 12 16:37:33 archiso kernel: Memory: 4034028k/5242880k available (3409k kernel code, 1050152k absent, 157764k reserved, 1239k data, 464k init)
Aug 12 16:37:33 archiso kernel: SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Aug 12 16:37:33 archiso kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6002.97 BogoMIPS (lpj=9999966)
Aug 12 16:37:33 archiso kernel: Security Framework initialized
Aug 12 16:37:33 archiso kernel: Mount-cache hash table entries: 256
Aug 12 16:37:33 archiso kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K
Aug 12 16:37:33 archiso kernel: CPU: L2 cache: 2048K
Aug 12 16:37:33 archiso kernel: CPU: Physical Processor ID: 0
Aug 12 16:37:33 archiso kernel: CPU: Processor Core ID: 0
Aug 12 16:37:33 archiso kernel: using mwait in idle threads.
Aug 12 16:37:33 archiso kernel: ACPI: Core revision 20090320
Aug 12 16:37:33 archiso kernel: Setting APIC routing to flat
Aug 12 16:37:33 archiso kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 12 16:37:33 archiso kernel: CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 03
Aug 12 16:37:33 archiso kernel: Booting processor 1 APIC 0x1 ip 0x6000
Aug 12 16:37:33 archiso kernel: Initializing CPU#1
Aug 12 16:37:33 archiso kernel: Calibrating delay using timer specific routine.. 6002.80 BogoMIPS (lpj=9999695)
Aug 12 16:37:33 archiso kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K
Aug 12 16:37:33 archiso kernel: CPU: L2 cache: 2048K
Aug 12 16:37:33 archiso kernel: CPU: Physical Processor ID: 0
Aug 12 16:37:33 archiso kernel: CPU: Processor Core ID: 0
Aug 12 16:37:33 archiso kernel: CPU1: Thermal monitoring enabled (TM1)
Aug 12 16:37:33 archiso kernel: x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
Aug 12 16:37:33 archiso kernel: CPU1: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 03
Aug 12 16:37:33 archiso kernel: checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Aug 12 16:37:33 archiso kernel: Brought up 2 CPUs
Aug 12 16:37:33 archiso kernel: Total of 2 processors activated (12004.78 BogoMIPS).
Aug 12 16:37:33 archiso kernel: net_namespace: 1888 bytes
Aug 12 16:37:33 archiso kernel: Booting paravirtualized kernel on bare hardware
Aug 12 16:37:33 archiso kernel: NET: Registered protocol family 16
Aug 12 16:37:33 archiso kernel: ACPI: bus type pci registered
Aug 12 16:37:33 archiso kernel: PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 9
Aug 12 16:37:33 archiso kernel: PCI: Not using MMCONFIG.
Aug 12 16:37:33 archiso kernel: PCI: Using configuration type 1 for base access
Aug 12 16:37:33 archiso kernel: bio: create slab <bio-0> at 0
Aug 12 16:37:33 archiso kernel: ACPI: Interpreter enabled
Aug 12 16:37:33 archiso kernel: ACPI: (supports S0 S1 S4 S5)
Aug 12 16:37:33 archiso kernel: ACPI: Using IOAPIC for interrupt routing
Aug 12 16:37:33 archiso kernel: PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 9
Aug 12 16:37:33 archiso kernel: PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
Aug 12 16:37:33 archiso kernel: PCI: Using MMCONFIG at e0000000 - e09fffff
Aug 12 16:37:33 archiso kernel: ACPI: No dock devices found.
Aug 12 16:37:33 archiso kernel: ACPI Warning (nspredef-0331): \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 [20090320]
Aug 12 16:37:33 archiso kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: PME# disabled
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.0: PME# disabled
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.4: PME# disabled
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: PME# disabled
Aug 12 16:37:33 archiso kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Aug 12 16:37:33 archiso kernel: pci 0000:00:1d.7: PME# disabled
Aug 12 16:37:33 archiso kernel: pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
Aug 12 16:37:33 archiso kernel: pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO
Aug 12 16:37:33 archiso kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0500 (mask 007f)
Aug 12 16:37:33 archiso kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f)
Aug 12 16:37:33 archiso kernel: pci 0000:02:00.0: PXH quirk detected; SHPC device MSI disabled
Aug 12 16:37:33 archiso kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Aug 12 16:37:33 archiso kernel: pci 0000:02:00.0: PME# disabled
Aug 12 16:37:33 archiso kernel: pci 0000:04:00.0: PME# supported from D3hot D3cold
Aug 12 16:37:33 archiso kernel: pci 0000:04:00.0: PME# disabled
Aug 12 16:37:33 archiso kernel: pci 0000:00:1e.0: transparent bridge
Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 *10 11 14 15)
Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 10 *11 14 15)
Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 10 *11 14 15)
Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *10 11 14 15)
Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 10 11 14 15) *0, disabled.
Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 10 11 14 15) *0, disabled.
Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 10 11 14 15) *0, disabled.
Aug 12 16:37:33 archiso kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 10 11 14 15) *5
Aug 12 16:37:33 archiso kernel: PCI: Using ACPI for IRQ routing
Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: BAR 13: can't allocate resource
Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: BAR 14: can't allocate resource
Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: BAR 15: can't allocate resource
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: BAR 13: can't allocate resource
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: BAR 14: can't allocate resource
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: BAR 15: can't allocate resource
Aug 12 16:37:33 archiso kernel: NetLabel: Initializing
Aug 12 16:37:33 archiso kernel: NetLabel:  domain hash size = 128
Aug 12 16:37:33 archiso kernel: NetLabel:  protocols = UNLABELED CIPSOv4
Aug 12 16:37:33 archiso kernel: NetLabel:  unlabeled traffic allowed by default
Aug 12 16:37:33 archiso kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
Aug 12 16:37:33 archiso kernel: pnp: PnP ACPI init
Aug 12 16:37:33 archiso kernel: ACPI: bus type pnp registered
Aug 12 16:37:33 archiso kernel: pnp: PnP ACPI: found 12 devices
Aug 12 16:37:33 archiso kernel: ACPI: ACPI bus type pnp unregistered
Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0x800-0x83f has been reserved
Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0x1000-0x107f has been reserved
Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0x1180-0x11bf has been reserved
Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0x4d0-0x4d1 has been reserved
Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0x500-0x57f has been reserved
Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0xca8-0xca8 has been reserved
Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0xcac-0xcac has been reserved
Aug 12 16:37:33 archiso kernel: system 00:01: ioport range 0xfe00-0xfe00 has been reserved
Aug 12 16:37:33 archiso kernel: system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
Aug 12 16:37:33 archiso kernel: system 00:01: iomem range 0xfed13000-0xfed13fff has been reserved
Aug 12 16:37:33 archiso kernel: system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
Aug 12 16:37:33 archiso kernel: system 00:01: iomem range 0xfed20000-0xfed8ffff has been reserved
Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0:   IO window: disabled
Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0:   MEM window: disabled
Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0:   PREFETCH window: disabled
Aug 12 16:37:33 archiso kernel: pci 0000:02:00.0: PCI bridge, secondary bus 0000:03
Aug 12 16:37:33 archiso kernel: pci 0000:02:00.0:   IO window: 0x4000-0x4fff
Aug 12 16:37:33 archiso kernel: pci 0000:02:00.0:   MEM window: 0xc0200000-0xc02fffff
Aug 12 16:37:33 archiso kernel: pci 0000:02:00.0:   PREFETCH window: 0x000000c0500000-0x000000c05fffff
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.0:   IO window: 0x4000-0x4fff
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.0:   MEM window: 0xc0100000-0xc02fffff
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.0:   PREFETCH window: 0x000000c0500000-0x000000c05fffff
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.4: PCI bridge, secondary bus 0000:04
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.4:   IO window: disabled
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.4:   MEM window: 0xc0300000-0xc03fffff
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.4:   PREFETCH window: disabled
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: PCI bridge, secondary bus 0000:05
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5:   IO window: disabled
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5:   MEM window: disabled
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5:   PREFETCH window: disabled
Aug 12 16:37:33 archiso kernel: pci 0000:00:1e.0: PCI bridge, secondary bus 0000:0a
Aug 12 16:37:33 archiso kernel: pci 0000:00:1e.0:   IO window: 0x5000-0x5fff
Aug 12 16:37:33 archiso kernel: pci 0000:00:1e.0:   MEM window: 0xc0400000-0xc04fffff
Aug 12 16:37:33 archiso kernel: pci 0000:00:1e.0:   PREFETCH window: 0x000000c8000000-0x000000cfffffff
Aug 12 16:37:33 archiso kernel: pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Aug 12 16:37:33 archiso kernel: pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
Aug 12 16:37:33 archiso kernel: NET: Registered protocol family 2
Aug 12 16:37:33 archiso kernel: IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
Aug 12 16:37:33 archiso kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
Aug 12 16:37:33 archiso kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Aug 12 16:37:33 archiso kernel: TCP: Hash tables configured (established 262144 bind 65536)
Aug 12 16:37:33 archiso kernel: TCP reno registered
Aug 12 16:37:33 archiso kernel: NET: Registered protocol family 1
Aug 12 16:37:33 archiso kernel: Unpacking initramfs...
Aug 12 16:37:33 archiso kernel: Freeing initrd memory: 7221k freed
Aug 12 16:37:33 archiso kernel: Simple Boot Flag at 0x3c set to 0x1
Aug 12 16:37:33 archiso kernel: Scanning for low memory corruption every 60 seconds
Aug 12 16:37:33 archiso kernel: audit: initializing netlink socket (disabled)
Aug 12 16:37:33 archiso kernel: type=2000 audit(1250095030.473:1): initialized
Aug 12 16:37:33 archiso kernel: VFS: Disk quotas dquot_6.5.2
Aug 12 16:37:33 archiso kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 12 16:37:33 archiso kernel: msgmni has been set to 7894
Aug 12 16:37:33 archiso kernel: alg: No test for stdrng (krng)
Aug 12 16:37:33 archiso kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
Aug 12 16:37:33 archiso kernel: io scheduler noop registered
Aug 12 16:37:33 archiso kernel: io scheduler anticipatory registered
Aug 12 16:37:33 archiso kernel: io scheduler deadline registered
Aug 12 16:37:33 archiso kernel: io scheduler cfq registered (default)
Aug 12 16:37:33 archiso kernel: PCI quirk: reroute interrupts for 0x8086:0x032c
Aug 12 16:37:33 archiso kernel: Linux agpgart interface v0.103
Aug 12 16:37:33 archiso kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Aug 12 16:37:33 archiso kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Aug 12 16:37:33 archiso kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Aug 12 16:37:33 archiso kernel: 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Aug 12 16:37:33 archiso kernel: 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Aug 12 16:37:33 archiso kernel: input: Macintosh mouse button emulation as /devices/virtual/input/input0
Aug 12 16:37:33 archiso kernel: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
Aug 12 16:37:33 archiso kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 12 16:37:33 archiso kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Aug 12 16:37:33 archiso kernel: mice: PS/2 mouse device common for all mice
Aug 12 16:37:33 archiso kernel: cpuidle: using governor ladder
Aug 12 16:37:33 archiso kernel: cpuidle: using governor menu
Aug 12 16:37:33 archiso kernel: TCP cubic registered
Aug 12 16:37:33 archiso kernel: NET: Registered protocol family 17
Aug 12 16:37:33 archiso kernel: registered taskstats version 1
Aug 12 16:37:33 archiso kernel: Initalizing network drop monitor service
Aug 12 16:37:33 archiso kernel: Freeing unused kernel memory: 464k freed
Aug 12 16:37:33 archiso kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
Aug 12 16:37:33 archiso kernel: SCSI subsystem initialized
Aug 12 16:37:33 archiso kernel: usbcore: registered new interface driver usbfs
Aug 12 16:37:33 archiso kernel: usbcore: registered new interface driver hub
Aug 12 16:37:33 archiso kernel: usbcore: registered new device driver usb
Aug 12 16:37:33 archiso kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 12 16:37:33 archiso kernel: ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Aug 12 16:37:33 archiso kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
Aug 12 16:37:33 archiso kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
Aug 12 16:37:33 archiso kernel: ehci_hcd 0000:00:1d.7: debug port 1
Aug 12 16:37:33 archiso kernel: ehci_hcd 0000:00:1d.7: irq 23, io mem 0xc0000000
Aug 12 16:37:33 archiso kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Aug 12 16:37:33 archiso kernel: usb usb1: configuration #1 chosen from 1 choice
Aug 12 16:37:33 archiso kernel: hub 1-0:1.0: USB hub found
Aug 12 16:37:33 archiso kernel: hub 1-0:1.0: 6 ports detected
Aug 12 16:37:33 archiso kernel: uhci_hcd: USB Universal Host Controller Interface driver
Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003000
Aug 12 16:37:33 archiso kernel: usb usb2: configuration #1 chosen from 1 choice
Aug 12 16:37:33 archiso kernel: hub 2-0:1.0: USB hub found
Aug 12 16:37:33 archiso kernel: hub 2-0:1.0: 2 ports detected
Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003020
Aug 12 16:37:33 archiso kernel: usb usb3: configuration #1 chosen from 1 choice
Aug 12 16:37:33 archiso kernel: hub 3-0:1.0: USB hub found
Aug 12 16:37:33 archiso kernel: hub 3-0:1.0: 2 ports detected
Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
Aug 12 16:37:33 archiso kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003040
Aug 12 16:37:33 archiso kernel: usb usb4: configuration #1 chosen from 1 choice
Aug 12 16:37:33 archiso kernel: hub 4-0:1.0: USB hub found
Aug 12 16:37:33 archiso kernel: hub 4-0:1.0: 2 ports detected
Aug 12 16:37:33 archiso kernel: ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Aug 12 16:37:33 archiso kernel: scsi0 : ata_piix
Aug 12 16:37:33 archiso kernel: scsi1 : ata_piix
Aug 12 16:37:33 archiso kernel: aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
Aug 12 16:37:33 archiso kernel: aic94xx 0000:03:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
Aug 12 16:37:33 archiso kernel: ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x3080 irq 14
Aug 12 16:37:33 archiso kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x3088 irq 15
Aug 12 16:37:33 archiso kernel: aic94xx: found Adaptec AIC-9405W SAS/SATA Host Adapter, device 0000:03:04.0
Aug 12 16:37:33 archiso kernel: scsi2 : aic94xx
Aug 12 16:37:33 archiso kernel: aic94xx 0000:03:04.0: firmware: requesting aic94xx-seq.fw
Aug 12 16:37:33 archiso kernel: aic94xx: Failed to load sequencer firmware file aic94xx-seq.fw, error -2
Aug 12 16:37:33 archiso kernel: aic94xx: couldn't init seqs for 0000:03:04.0
Aug 12 16:37:33 archiso kernel: aic94xx: couldn't init the chip
Aug 12 16:37:33 archiso kernel: aic94xx 0000:03:04.0: PCI INT A disabled
Aug 12 16:37:33 archiso kernel: aic94xx: probe of 0000:03:04.0 failed with error -2
Aug 12 16:37:33 archiso kernel: ata1.00: ATAPI: HL-DT-STDVD-RAM GSA-H55N, 1.03, max UDMA/66
Aug 12 16:37:33 archiso kernel: ata1.00: limited to UDMA/33 due to 40-wire cable
Aug 12 16:37:33 archiso kernel: ata1.00: configured for UDMA/33
Aug 12 16:37:33 archiso kernel: scsi 0:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GSA-H55N 1.03 PQ: 0 ANSI: 5
Aug 12 16:37:33 archiso kernel: Driver 'sr' needs updating - please use bus_type methods
Aug 12 16:37:33 archiso kernel: sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Aug 12 16:37:33 archiso kernel: Uniform CD-ROM driver Revision: 3.20
Aug 12 16:37:33 archiso kernel: usb 2-1: new low speed USB device using uhci_hcd and address 2
Aug 12 16:37:33 archiso kernel: usb 2-1: configuration #1 chosen from 1 choice
Aug 12 16:37:33 archiso kernel: usbcore: registered new interface driver hiddev
Aug 12 16:37:33 archiso kernel: input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input2
Aug 12 16:37:33 archiso kernel: generic-usb 0003:04B3:310C.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.0-1/input0
Aug 12 16:37:33 archiso kernel: usbcore: registered new interface driver usbhid
Aug 12 16:37:33 archiso kernel: usbhid: v2.6:USB HID core driver
Aug 12 16:37:33 archiso kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Aug 12 16:37:33 archiso kernel: aufs 2-standalone.tree-20090601
Aug 12 16:37:33 archiso kernel: loop: module loaded
Aug 12 16:37:33 archiso kernel: aufs test_add:240:mount[635]: uid/gid/perm /tmpfs/mnt/loop0 0/0/0755, 0/0/01777
Aug 12 16:37:33 archiso kernel: aufs test_add:240:mount[648]: uid/gid/perm /tmpfs/mnt/loop2 0/0/0755, 0/0/01777
Aug 12 16:37:33 archiso kernel: rtc_cmos 00:04: RTC can wake from S4
Aug 12 16:37:33 archiso kernel: rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
Aug 12 16:37:33 archiso kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Aug 12 16:37:33 archiso kernel: udev: starting version 141
Aug 12 16:37:33 archiso kernel: input: PC Speaker as /devices/platform/pcspkr/input/input3
Aug 12 16:37:33 archiso kernel: intel_rng: FWH not detected
Aug 12 16:37:33 archiso kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Aug 12 16:37:33 archiso kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 12 16:37:33 archiso kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
Aug 12 16:37:33 archiso kernel: ACPI: Power Button [PWRF]
Aug 12 16:37:33 archiso kernel: input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input5
Aug 12 16:37:33 archiso kernel: ACPI: Power Button [PWRB]
Aug 12 16:37:33 archiso kernel: EDAC MC: Ver: 2.1.0 Jul 31 2009
Aug 12 16:37:33 archiso kernel: iTCO_vendor_support: vendor-support=0
Aug 12 16:37:33 archiso kernel: i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Aug 12 16:37:33 archiso kernel: tg3.c:v3.98 (February 25, 2009)
Aug 12 16:37:33 archiso kernel: tg3 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Aug 12 16:37:33 archiso kernel: tg3 0000:04:00.0: PME# disabled
Aug 12 16:37:33 archiso kernel: eth0: Tigon3 [partno(BCM95721) rev 4101] (PCI Express) MAC address 00:11:25:a4:42:2f
Aug 12 16:37:33 archiso kernel: eth0: attached PHY is 5750 (10/100/1000Base-T Ethernet) (WireSpeed[1])
Aug 12 16:37:33 archiso kernel: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
Aug 12 16:37:33 archiso kernel: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
Aug 12 16:37:33 archiso kernel: sr 0:0:0:0: Attached scsi generic sg0 type 5
Aug 12 16:37:33 archiso kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
Aug 12 16:37:33 archiso kernel: iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x1060)
Aug 12 16:37:33 archiso kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Aug 12 16:37:33 archiso kernel: processor ACPI_CPU:00: registered as cooling_device0
Aug 12 16:37:33 archiso kernel: ACPI: Processor [CPU0] (supports 8 throttling states)
Aug 12 16:37:33 archiso kernel: processor ACPI_CPU:01: registered as cooling_device1
Aug 12 16:37:33 archiso kernel: ACPI: Processor [CPU1] (supports 8 throttling states)
Aug 12 16:37:33 archiso kernel: EDAC MC0: Giving out device to 'i3000_edac' 'i3000': DEV 0000:00:00.0
Aug 12 16:37:33 archiso kernel: EDAC PCI0: Giving out device to module 'i3000_edac' controller 'EDAC PCI controller': DEV '0000:00:00.0' (POLLED)
Aug 12 16:37:33 archiso kernel: lp: driver loaded but no devices found
Aug 12 16:37:33 archiso kernel: parport_pc 00:0b: reported by Plug and Play ACPI
Aug 12 16:37:33 archiso kernel: parport0: PC-style at 0x378 (0x778), irq 7, dma 1 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
Aug 12 16:37:33 archiso kernel: lp0: using parport0 (interrupt-driven).
Aug 12 16:37:33 archiso kernel: ppdev: user-space parallel port driver
Aug 12 16:37:31 archiso init: Entering runlevel: 3
Aug 12 16:38:08 archiso kernel: tg3 0000:04:00.0: PME# disabled
Aug 12 16:38:09 archiso kernel: tg3: eth0: Link is up at 100 Mbps, full duplex.
Aug 12 16:38:09 archiso kernel: tg3: eth0: Flow control is on for TX and on for RX.
Aug 12 16:42:52 archiso kernel: device-mapper: uevent: version 1.0.3
Aug 12 16:42:52 archiso kernel: device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
Aug 12 16:43:49 archiso kernel: usb 1-4: new high speed USB device using ehci_hcd and address 3
Aug 12 16:43:50 archiso kernel: usb 1-4: configuration #1 chosen from 1 choice
Aug 12 16:43:50 archiso kernel: Initializing USB Mass Storage driver...
Aug 12 16:43:50 archiso kernel: scsi3 : SCSI emulation for USB Mass Storage devices
Aug 12 16:43:50 archiso kernel: usbcore: registered new interface driver usb-storage
Aug 12 16:43:50 archiso kernel: USB Mass Storage support registered.
Aug 12 16:43:55 archiso kernel: scsi 3:0:0:0: Direct-Access     Kingston DT 101 II        1.00 PQ: 0 ANSI: 2
Aug 12 16:43:55 archiso kernel: scsi 3:0:0:0: Attached scsi generic sg1 type 0
Aug 12 16:43:55 archiso kernel: Driver 'sd' needs updating - please use bus_type methods
Aug 12 16:43:55 archiso kernel: sd 3:0:0:0: [sda] 7876608 512-byte hardware sectors: (4.03 GB/3.75 GiB)
Aug 12 16:43:55 archiso kernel: sd 3:0:0:0: [sda] Write Protect is off
Aug 12 16:43:55 archiso kernel: sda: sda1
Aug 12 16:43:55 archiso kernel: sd 3:0:0:0: [sda] Attached SCSI removable disk

I'm following your last instructions  ... no results. sad

Offline

#6 2009-08-14 10:09:24

GerBra
Forum Fellow
From: Bingen/Germany
Registered: 2007-05-10
Posts: 204

Re: Arch Linux doesn't detect RAID of SAS hard drives

Ok, in dmesg we see that there is still the problem with the firmware file. Either that it's not found or that it don't work for kernel version, hatdware or anything else...

Have you had run already an other linux on this server? (So that we could compare dmesg/modules etc)?
I'm also unsure if the automatic loaded module aic94xx is realy the right module for this controller.
Found this IBM-page:
http://www-947.ibm.com/systems/support/ … nd=5000008
Here it seems that they have an own module for this controller implemented in their servers.
Otherwise this page is from 2007 ;-)

I've extracted the firmware file from here:
http://www.adaptec.com/en-US/downloads/ … SCSI+48300
You could download it from: http://users.archlinux.de/~gerbra/tmp/aic94xx-seq.fw
Don't know if this diffs from the one you tried.
Looking on other distributions bugreports it seems that the mosttime have the problem that the firmware was not in their initramfs (Same error as yours).

So, if kernel26 2.6.30 and this fw file works together, it must be enough to unload and reload the module to get the firmware loaded.
Could you provide dmesg output when you do the following steps:
rmmod aic94xx
lsmod | grep aic94xx
(This should not have an output)
(Copy downloaded firmware file to position:)
cp aic94xx-seq.fw /lib/firmware/aic94xx-seq.fw
modprobe aic94xx

Could you also try to boot with an other distribution live cd (ex. Ubuntu, SuSe, Knopix, grml,...) to see if the controller works properly (controller setup) and with their kernel version and firmware. It would be nice to get a dmesg from one of them if it works...

I realy would say: open a bugreport, give alink to this thread. So that the kernel guys could be assigned too..

Offline

#7 2012-11-12 18:11:20

affinity
Member
Registered: 2012-11-12
Posts: 1

Re: Arch Linux doesn't detect RAID of SAS hard drives

I have the exact same problem with an IBM X3850 machine, trying archlinux-2012.11.01-dual.iso -- hardware detection picks up my drives fine, but I can't see them when I get to the automated root login.

root@archiso ~ # dmesg|grep -i aic
[    4.386346] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[    4.480526] aic94xx: found Adaptec AIC-9410W SAS/SATA Host Adapter, device 0000:01:02.0
[    4.480534] scsi3 : aic94xx
[   65.546756] aic94xx: Failed to load sequencer firmware file aic94xx-seq.fw, error -2
[   65.546764] aic94xx: couldn't init seqs for 0000:01:02.0
[   65.546767] aic94xx: couldn't init the chip
[   65.547192] aic94xx: probe of 0000:01:02.0 failed with error -2

root@archiso ~ # uname -a
Linux archiso 3.6.4-1-ARCH #1 SMP PREEMPT Mon Oct 29 15:13:56 CET 2012 i686 GNU/Linux


root@archiso ~ # df -h
Filesystem                        Size  Used Avail Use% Mounted on
rootfs                            704M  330M  374M  47% /
dev                              1003M     0 1003M   0% /dev
run                              1010M   17M  994M   2% /run
/dev/sr0                          417M  417M     0 100% /run/archiso/bootmnt
cowspace                          1.5G  1.7M  1.5G   1% /run/archiso/cowspace
/dev/loop0                        105M  105M     0 100% /run/archiso/sfs/root-image
/dev/mapper/arch_root-image       704M  330M  374M  47% /
/dev/loop3                         35M   35M     0 100% /run/archiso/sfs/usr-lib-modules
/dev/mapper/arch_usr-lib-modules   93M   41M   53M  45% /usr/lib/modules
/dev/loop6                         65M   65M     0 100% /run/archiso/sfs/usr-share
/dev/mapper/arch_usr-share        473M  185M  288M  40% /usr/share
tmpfs                            1010M     0 1010M   0% /dev/shm
tmpfs                            1010M     0 1010M   0% /sys/fs/cgroup
tmpfs                            1010M     0 1010M   0% /tmp
tmpfs                            1010M  692K 1010M   1% /etc/pacman.d/gnupg
root@archiso ~ # fdisk -l

Disk /dev/mapper/arch_root-image: 749 MB, 749731840 bytes, 1464320 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/arch_usr-lib-modules: 100 MB, 100663296 bytes, 196608 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/arch_usr-share: 511 MB, 511705088 bytes, 999424 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

EDIT: HDT finds my installed disks without any problem.

Last edited by affinity (2012-11-12 18:34:01)

Offline

#8 2012-11-14 23:34:33

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Arch Linux doesn't detect RAID of SAS hard drives

The error points out that the firmware wasn't found. 2 is ENOENT. Please don't raise old threads from the dead if you have no solution. Just start a new thread and reference the old one.

Offline

#9 2012-11-15 02:00:59

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: Arch Linux doesn't detect RAID of SAS hard drives

As falconindy said, it is better to start a new thread. Forum Etiquette: Old Threads / Necro-Bumping. Closing.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

Board footer

Powered by FluxBB