Digitising VHS Video using a Proliant DL380 G4 server. WDYT?

Using applications, configuring, problems
Post Reply
Message
Author
Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

Digitising VHS Video using a Proliant DL380 G4 server. WDYT?

#1 Post by Puppyt »

I have boxes and boxes of old VHS tapes - some with valuable data from experiments in animal behaviour I conducted ummmm a long, long time ago in a galaxy far away...

Not being able to afford a professional conversion of the tapes, I skrimpted up several years ago for a Compro VideoMate DVB-T T200 (PCI). But the motherboard in that particular project died - and I never quite had the hardware (RAM, CPU) to do a decent job of video conversion. Now I've got more experience with Puppy and VLC etc capture I can complete that quest - but that hardware epoch will have me chasing my tail for a while yet, with MBO/RAM limitations I have to hand.

So about 8 months ago I bought a secondhand HP Proliant DL380 G4, 6x 300GB SCSI drives, with 1 dual-core 3.4 Ghz Xenon CPU and 2 GB RAM. Holy Toledo - servers are another planet entirely, to me. So I'm slowly learning up on RAID, SCSI in Puppy.

I haven't a clue really on what I can do with this hardware, but what I am asking the forum is:
1) Can I use this setup in a non-RAID fashion, using the drives as individual repositories for my video transfers?
2) I would need a PCI-E (low-profile, or mini) or PCI-X video capture card, and I have my eyes on Hauppauge HVR 1700 DVB-T (Thank you, http://www.linuxtv.org/!). There is some info from other sites regarding using more modern Proliant servers as Linux media centers*, but for straight industrial video conversion functions I might be barking up the wrong tree ?
and,
3) assuming the points above are viable, should I invest in more RAM (12GB max) and a second CPU and cooling? What else might I use the behemoth for, after this role is complete (and the VHS tapes thrown into the dustbin of history) to justify the extra expense? Well - about $130 for the video capture card, $150 for used 4G RAM and another CPU+heatsink - when the server cost me about $400 with P&H.

At present I'm just asking for some straight yes/no answers from anyone with previous experience with using RAID servers in Puppy. I'm slowly burrowing through the forums on latest info on SCSI/video conversion/hardware, and will re-post the links to my journey of learning, back to this thread - tempestuous, sc0ttman and pemasu's expertise features pretty heavily in those areas so their posts over the last 2 years particularly have been a help already.
I'm kicking off with one of pemasu's recent dpup(scsci) puplets, I think that will give me best integration with the inroads the Debian people have been making?

The adventure continues...

* NO I cannot consider this machine for home theater, unless I want to watch airplane disaster movies - in which case this would provide perfect surround-sound ambience. Bit of a wake-up call, that, when I first fired the machine up ;)
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

#2 Post by Puppyt »

...well, some progress has been made since my last post - but I'm still running in circles with the SCSI drive setup. I'm using pemasu's Upup Precise 3.8.3.1 (SCSI) puppy, though of course the 6 X 300 GB scsi hdd's aren't automatically 'seen' in a pristine bootup from CD. Gparted won't see the drives with the first of two choices provided (".Descr" - never seen that so brief before) but *does* see the raid drive as a single 1.3 TB unit if "All Drives" scan button is selected. That's courtesy of the HP Smart Array 6i - which I haven't yet found how to configure my system as JBOD.
So I've found at least that Puppy is acknowledging my cciss device (in /dev/cciss/c0d0 see here http://cciss.sourceforge.net/ and http://linux.die.net/man/4/cciss) - and I've been able to "format" the single drive as ext2 with Gparted - but on reboot it remains concealed. I've done

Code: Select all

fdisk -l
and the single drive shows also, but I'm totally clueless as to the command or switch I need for the scsi array to be automatically sighted on bootup. Any tips please? Be gentle - my marriage imploded 3 weeks ago so although I am trying to RTFM, I don't seem to find the correct line of inquiry ;)

On a more positive note, mikeb suggested I try a usb dongle for VHS video digitizing, rather than a dedicated PCIe capture card (no TV please - we're rural Oz). I've taken his advice and my easycap DC60+ arrived in the post yesterday arvo - I'll try it out on one of my P4 machines soon as proof-of-principle. I might also see if I can get my Compro DVB-T T200 running in one of my better-equipped P3 boxes, now I'm more comfy not using VirtualDub in an XP environment (and mikeb assures me that it works great under Wine, so if AviDemux still fails to tickle my fancy...)
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#3 Post by tempestuous »

I will offer you some help in two parts:

1. Digitising your VHS collection
Don't expect your Easycap DC60+ to be capable of great quality analogue video capture, but hey, your source material is only VHS, so it's probably good enough. Unless you step up to some serious digital gear, the horizontal instability (jitter) of the VHS image will remain on your digital captures.

Regarding your choice of video standard/codec, I strongly recommend against using any of the current "flavour-of-the-month" video standards, such as iPod-compatible H.264, AVC, DivX or XviD.
Stick with good old fashioned MPEG2, at the PAL standard-definition of 720x576 pixels, 25fps.
In the Easycap capture software, this will be listed as "DVD" standard.


2. your SCSI/RAID computer
Whoa, you really went overboard with this one!
In the broadcast world of low-compression, or no-compression, video capture/editing, SCSI RAID arrays are stock in trade.
But your video capture, at DVD-standard as I mentioned earlier, involves a hard drive write speed of 9000 kb/s, or approx 1MB per second. This is dead easy for any modern computer with a SATA hard drive. In fact it's dead easy even for an older computer with an IDE hard drive!

Bottom line: your computer spec is overkill, and furthermore, unnecessarily complex ... but since you have already purchased it, read on.
Puppyt wrote:Gparted won't see the drives with the first of two choices provided (".Descr" - never seen that so brief before) but *does* see the raid drive as a single 1.3 TB unit ...
That's a good start - it appears that Puppy's "cciss" driver is working with your Smart Array 6i controller, and it also appears that the 6x 300GB drives have at some point (possibly automatically) been configured as a single RAID array.

I suspect that Puppy's desktop mounting mechanism is unable to deal with the SCSI naming conventions, but it should be possible to go ahead and mount the RAID array with this manual command -

Code: Select all

mount -t ext2 <name/of/raid/device> /mnt/raid
... but apart from the academic exercise, don't bother!
I agree with you that the 6 drives should be configured and formatted as separate logical drives - RAID adds a layer of complexity you don't need.
So get yourself a copy of the HP Smart Array 6i User Guide -
http://bizsupport1.austin.hp.com/bc/doc ... 217854.pdf
And reconfigure the 6 drives. As I understand it, the process is this -

- During power up, prior the the operating system boot, an "ORCA" prompt message should be displayed for approximately five seconds. Press the F8 key to start ORCA.

- select "Delete Logical Drive"
and delete the single RAID array that currently exists.

- Now select "Create Logical Drive" and select each physical drive, and configure each as a single logical drive, with RAID disabled.

Now boot to the Puppy CD, and Gparted should see separate drives.
Whether these drives can be auto-mounted from the desktop is still uncertain - because even though RAID configuration is disabled, the drives may have a device naming convention that is unique to SCSI interfaces. Just try it and see.

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#4 Post by tempestuous »

As to the configuration of your Easycap DC60+ under Linux - that's a whole separate can of worms.
I suggest you first get your SCSI drives configured as above.

Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

#5 Post by Puppyt »

Thanks tempestuous!
writing in haste - thanks very much for your link to the 6i manual - I also tracked down the last best Firmware version (v9, April 2010 sometime) recommended by Proliant aficionados - but to get Puppy installed on it first :)

I eventually had success in getting the DC60+ going - initially I had it in LH64 and that was also overkill (or sheer misfiring) for the debian Linux drivers I was able to locate. I became concerned about the authenticity of the dongle - it is labled as 3.1C version, a Somagic SM-USB 007 with SMI Grabber - came without the glossy hard plastic packaging, warning bells here (and at A$10 incl P&H...) - but in my T60 Laptop with a leftover XP partition, I have it working fine with audio and video in Media Player Classic. Result!
At least it works fine with playback. Have to download VirtualDub again for capture and conversions such as you recommended - totally avoiding the Ulead ****ware that came with the dongle, as it also rates very poorly in Wine, should I not get the drivers configured in Linux correctly...

I've chosen pemasu's upup Precise 3.8.3.1 as the 'ideal' environment in the Lenovo T60, dedicated XPAthlon desktop (with videomate PCI capture card, but also for the usb dongle) and the Proliant - when I'm less fuzzy with scsi.
Already on the XPAthlon 2800 I see dev/video, dev/video0and dev/video1 listed as new devices when the dongle is attached, which didn't happen with my LH64 work machine.
I'm in two places at once - will try to consolidate my efforts now on the Proliant, which without having to buy a second CPU/more RAM could make a useful conversion deck for grainy VHS digitizing,
Many Thanks for your time and advice, tempestuous - Cheers!

PS VERY keen to do the RAID deletion you mentioned, when I get back home to follow through with that later

UPDATE 4 hours later...
Thanks again tempestuous - well I followed up and was able to delete the single array for 6 small ones, however couldn't disable RAID - see here http://h30499.www3.hp.com/t5/ProLiant-S ... fO0x1ONbJU
Re: Is it possible to disable the Smart Array RAID capabilities ?

No, it cannot be disabled. Insted use another PCI SCSI only card to achieve it.
So, to have a 'proper' nul-RAID /JBOD system, I'd need to get a card like this one perhaps http://www.ebay.com/itm/BRAND-NEW-ADAPT ... 0541123998?
I was however able to re-format each scsi drive to ext2using Gparted, after creating a fresh partition table on each. Your suspicion was quite correct - the scsi naming convention hides automatic mounting in Puppy. Embarassingly, I couldn't work out the correct name of the raid device to be able to mount it as you provided the academic exercise, above. I followed your mentoring here on a similar quest http://www.murga-linux.com/puppy/viewto ... 8765b9a0e5 and maybe tomorrow will have a bash at a script to mount/reveal the (RAID 0 - ugh*) drives automagically on bootup. Long day - gotta crash.

* after a few hours sleep, realise all the comments I've been reading up on RAID and what setups to avoid - turns out RAID 0 with no redundancy/mirroring might be as close as I can get to disabled RAID without forking out for a non-RAID storage controller...?
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

#6 Post by Puppyt »

OK I'm going to spill my guts here - the innards of the Proliant Experiment (with apologies to "The Philadelphia Experiment" and "The Poseidon Adventure"). After formating drives in gparted:

Code: Select all

# mount -t ext2 /dev/cciss/c0d0 /mnt/raid 
mount: wrong fs type, bad option, bad superblock on /dev/cciss/c0d0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

# mount -t ext2 /dev/cciss/c0d1 /mnt/raid  
mount: wrong fs type, bad option, bad superblock on /dev/cciss/c0d1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

# dmesg | tail
[  721.375045] sr 0:0:0:0: [sr0]  
[  721.375048] Sense Key : Illegal Request [current] 
[  721.375053] sr 0:0:0:0: [sr0]  
[  721.375058] Add. Sense: Logical block address out of range
[  721.375062] sr 0:0:0:0: [sr0] CDB: 
[  721.375064] Read(10): 28 00 00 01 50 60 00 00 02 00
[  721.375076] end_request: I/O error, dev sr0, sector 344448
[  721.375080] Buffer I/O error on device sr0, logical block 43056
[  831.827136] EXT2-fs (cciss/c0d0): error: can’t find an ext2 filesystem on dev cciss/c0d0.
[  865.893144] EXT2-fs (cciss/c0d1): error: can’t find an ext2 filesystem on dev cciss/c0d1.
Then

Code: Select all

# lsmod
Module                  Size  Used by
snd_pcm_oss            26945  0 
snd_pcm                49873  1 snd_pcm_oss
snd_page_alloc          4870  1 snd_pcm
snd_mixer_oss           9719  1 snd_pcm_oss
snd_seq_dummy            911  0 
snd_seq_oss            19083  0 
snd_seq_midi            3212  0 
snd_seq_midi_event      3604  2 snd_seq_oss,snd_seq_midi
snd_rawmidi            12097  1 snd_seq_midi
snd_seq                32145  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_seq_device          3492  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd_timer              11925  2 snd_pcm,snd_seq
snd                    34653  8 snd_pcm_oss,snd_pcm,snd_mixer_oss,snd_seq_oss,snd_rawmidi,snd_seq,snd_seq_device,snd_timer
soundcore               3222  1 snd
fbcon                  28559  0 
font                    6952  1 fbcon
bitblit                 3494  1 fbcon
softcursor               817  1 bitblit
tileblit                1557  1 fbcon
pcspkr                  1239  0 
cciss                  81674  0 
tg3                   109835  0 
ptp                     5496  1 tg3
pps_core                4609  1 ptp
hpilo                   5347  0 
lpc_ich                 9649  0 
container               1621  0 
shpchp                 17569  0 
evdev                   6640  0 
thermal                 6497  0 
processor              22927  0 
thermal_sys            11648  2 thermal,processor
hwmon                    873  2 tg3,thermal_sys
button                  3393  0 
fuse                   48380  0 
aufs                  120162  35 
squashfs               18829  1 
floppy                 40168  0 
Say Wha? cciss switched to 0? No wonder terminal just blinked at me when I did "modprobe cciss" as per http://linux.die.net/man/4/cciss
...and just to confirm I'm in over my head:

Code: Select all

# dmesg
[    0.000000] Linux version 3.8.3-upup (root@puppypc9450) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #1 SMP Sun Mar 17 20:12:06 GMT-8 2013
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fff2fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fff3000-0x000000007fffafff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007fffb000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fecfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI: HP ProLiant DL380 G4, BIOS P51 10/10/2005
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7fff3 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 080000000 mask F80000000 uncachable
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000f4f80-0x000f4f8f] mapped at [c00f4f80]
[    0.000000] initial memory mapped: [mem 0x00000000-0x017fffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x377fdfff]
[    0.000000]  [mem 0x00000000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x373fffff] page 2M
[    0.000000]  [mem 0x37400000-0x377fdfff] page 4k
[    0.000000] kernel direct mapping tables up to 0x377fdfff @ [mem 0x017fa000-0x017fffff]
[    0.000000] RAMDISK: [mem 0x7fc0a000-0x7ffd2fff]
[    0.000000] Allocated new RAMDISK: [mem 0x37435000-0x377fd924]
[    0.000000] Move RAMDISK from [mem 0x7fc0a000-0x7ffd2924] to [mem 0x37435000-0x377fd924]
[    0.000000] ACPI: RSDP 000f4f00 00024 (v02 HP    )
[    0.000000] ACPI: XSDT 7fff3300 00044 (v01 HP     P51      00000002   Ò? 0000162E)
[    0.000000] ACPI: FACP 7fff3380 000F4 (v03 HP     P51      00000002   Ò? 0000162E)
[    0.000000] ACPI BIOS Bug: Warning: Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20121018/tbfadt-648)
[    0.000000] ACPI: DSDT 7fff3480 02D62 (v01 HP         DSDT 00000001 INTL 20030228)
[    0.000000] ACPI: FACS 7fff3100 00040
[    0.000000] ACPI: SPCR 7fff3140 00050 (v01 HP     SPCRRBSU 00000001   Ò? 0000162E)
[    0.000000] ACPI: MCFG 7fff31c0 0003C (v01 HP     ProLiant 00000001      00000000)
[    0.000000] ACPI: APIC 7fff3200 000C2 (v01 HP     00000083 00000002      00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1159MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x377fdfff]
[    0.000000]   HighMem  [mem 0x377fe000-0x7fff2fff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x7fff2fff]
[    0.000000] On node 0 totalpages: 524162
[    0.000000] free_area_init_node: node 0, pgdat c14f2b00, node_mem_map f6434200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2320 pages used for memmap
[    0.000000]   HighMem zone: 294629 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x908
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec80000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec80000, GSI 24-47
[    0.000000] ACPI: IOAPIC (id[0x0a] address[0xfec80400] gsi_base[48])
[    0.000000] IOAPIC[2]: apic_id 10, version 32, address 0xfec80400, GSI 48-71
[    0.000000] ACPI: IOAPIC (id[0x0b] address[0xfec84000] gsi_base[72])
[    0.000000] IOAPIC[3]: apic_id 11, version 32, address 0xfec84000, GSI 72-95
[    0.000000] ACPI: IOAPIC (id[0x0c] address[0xfec84400] gsi_base[96])
[    0.000000] IOAPIC[4]: apic_id 12, version 32, address 0xfec84400, GSI 96-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] nr_irqs_gsi: 136
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] e820: [mem 0x80000000-0xfebfffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @f63c8000 s25280 r0 d23872 u49152
[    0.000000] pcpu-alloc: s25280 r0 d23872 u49152 alloc=12*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 520066
[    0.000000] Kernel command line: video=640x480 initrd=initrd.gz pmedia=cd BOOT_IMAGE=vmlinuz pfix=ram
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:0007fff3)
[    0.000000] Memory: 2069336k/2097100k available (3519k kernel code, 27312k reserved, 1567k data, 464k init, 1187796k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff17000 - 0xfffff000   ( 928 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.000000]       .init : 0xc14f8000 - 0xc156c000   ( 464 kB)
[    0.000000]       .data : 0xc136ff75 - 0xc14f7ec0   (1567 kB)
[    0.000000]       .text : 0xc1000000 - 0xc136ff75   (3519 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:2304 nr_irqs:2048 16
[    0.000000] CPU 0 irqstacks, hard=f5c08000 soft=f5c0a000
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2799.953 MHz processor
[    0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 5602.23 BogoMIPS (lpj=9333176)
[    0.003341] pid_max: default: 32768 minimum: 301
[    0.003400] Mount-cache hash table entries: 512
[    0.003661] CPU: Physical Processor ID: 0
[    0.003665] CPU: Processor Core ID: 0
[    0.003669] mce: CPU supports 4 MCE banks
[    0.003682] CPU0: Thermal monitoring enabled (TM1)
[    0.003687] process: using mwait in idle threads
[    0.003701] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 64
[    0.003701] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64
[    0.003701] tlb_flushall_shift: 6
[    0.003825] Freeing SMP alternatives: 20k freed
[    0.003839] ACPI: Core revision 20121018
[    0.010068] Enabling APIC mode:  Flat.  Using 5 I/O APICs
[    0.010736] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.044362] smpboot: CPU0: Intel(R) Xeon(TM) CPU 3.40GHz (fam: 0f, model: 04, stepping: 0a)
[    0.046666] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[    0.046666] ... version:                0
[    0.046666] ... bit width:              40
[    0.046666] ... generic registers:      18
[    0.046666] ... value mask:             000000ffffffffff
[    0.046666] ... max period:             0000007fffffffff
[    0.046666] ... fixed-purpose events:   0
[    0.046666] ... event mask:             000000000003ffff
[    0.046666] CPU 1 irqstacks, hard=f5cb0000 soft=f5cb2000
[    0.006666] Initializing CPU#1
[    0.046666] smpboot: Booting Node   0, Processors  #1
[    0.056691] Brought up 2 CPUs
[    0.056699] smpboot: Total of 2 processors activated (11204.47 BogoMIPS)
[    0.060482] regulator-dummy: no parameters
[    0.060579] NET: Registered protocol family 16
[    0.060750] EISA bus registered
[    0.060845] ACPI: bus type pci registered
[    0.060900] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.060904] PCI: Intel Corporation E7520 Memory Controller Hub with MMCONFIG support
[    0.060912] PCI: not using MMCONFIG
[    0.083975] PCI: PCI BIOS revision 2.10 entry at 0xf0096, last bus=12
[    0.083979] PCI: Using configuration type 1 for base access
[    0.083995] PCI: HP ProLiant DL380 detected, enabling pci=bfsort.
[    0.086318] bio: create slab <bio-0> at 0
[    0.086318] ACPI: Added _OSI(Module Device)
[    0.086318] ACPI: Added _OSI(Processor Device)
[    0.086318] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.086318] ACPI: Added _OSI(Processor Aggregator Device)
[    0.087471] ACPI: EC: Look up EC in DSDT
[    0.089521] ACPI: Interpreter enabled
[    0.089529] ACPI: (supports S0 S4 S5)
[    0.089554] ACPI: Using IOAPIC for interrupt routing
[    0.096266] ACPI: No dock devices found.
[    0.096274] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.096358] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-02])
[    0.096364] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.096463] pci_root PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.096469] pci_root PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.096582] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.096588] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.096593] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.096597] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xfebfffff] (ignored)
[    0.096601] PCI: root bus 00: using default resources
[    0.096606] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.096642] PCI host bridge to bus 0000:00
[    0.096649] pci_bus 0000:00: root bus resource [bus 00-02]
[    0.096654] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.096658] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.096685] pci 0000:00:00.0: [8086:3590] type 00 class 0x060000
[    0.096775] pci 0000:00:02.0: [8086:3595] type 01 class 0x060400
[    0.096846] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.096879] pci 0000:00:06.0: [8086:3599] type 01 class 0x060400
[    0.096948] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.097001] pci 0000:00:1d.0: [8086:24d2] type 00 class 0x0c0300
[    0.097057] pci 0000:00:1d.0: reg 20: [io  0x2000-0x201f]
[    0.097103] pci 0000:00:1d.1: [8086:24d4] type 00 class 0x0c0300
[    0.097160] pci 0000:00:1d.1: reg 20: [io  0x2020-0x203f]
[    0.097204] pci 0000:00:1d.2: [8086:24d7] type 00 class 0x0c0300
[    0.097259] pci 0000:00:1d.2: reg 20: [io  0x2040-0x205f]
[    0.097302] pci 0000:00:1d.3: [8086:24de] type 00 class 0x0c0300
[    0.097354] pci 0000:00:1d.3: reg 20: [io  0x2060-0x207f]
[    0.097408] pci 0000:00:1d.7: [8086:24dd] type 00 class 0x0c0320
[    0.097435] pci 0000:00:1d.7: reg 10: [mem 0xfbef0000-0xfbef03ff]
[    0.097547] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.097573] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060400
[    0.097628] pci 0000:00:1f.0: [8086:24d0] type 00 class 0x060100
[    0.097706] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[    0.097735] pci 0000:00:1f.1: [8086:24db] type 00 class 0x01018a
[    0.097753] pci 0000:00:1f.1: reg 10: [io  0x01f0-0x01f7]
[    0.097767] pci 0000:00:1f.1: reg 14: [io  0x03f4-0x03f7]
[    0.097780] pci 0000:00:1f.1: reg 18: [io  0x0170-0x0177]
[    0.097794] pci 0000:00:1f.1: reg 1c: [io  0x0374-0x0377]
[    0.097807] pci 0000:00:1f.1: reg 20: [io  0x0500-0x050f]
[    0.097821] pci 0000:00:1f.1: reg 24: [mem 0x00000000-0x000003ff]
[    0.097896] pci_bus 0000:02: busn_res: can not insert [bus 02-04] under [bus 00-02] (conflicts with (null) [bus 00-02])
[    0.097911] pci 0000:02:00.0: [8086:0329] type 01 class 0x060400
[    0.097931] pci 0000:02:00.0: PXH quirk detected; SHPC device MSI disabled
[    0.098003] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.098032] pci 0000:02:00.2: [8086:032a] type 01 class 0x060400
[    0.098052] pci 0000:02:00.2: PXH quirk detected; SHPC device MSI disabled
[    0.098123] pci 0000:02:00.2: PME# supported from D0 D3hot D3cold
[    0.103347] pci 0000:00:02.0: PCI bridge to [bus 02-04]
[    0.103355] pci 0000:00:02.0:   bridge window [io  0x4000-0x4fff]
[    0.103361] pci 0000:00:02.0:   bridge window [mem 0xfde00000-0xfdffffff]
[    0.103422] pci 0000:03:01.0: [14e4:1648] type 00 class 0x020000
[    0.103448] pci 0000:03:01.0: reg 10: [mem 0xfdef0000-0xfdefffff 64bit]
[    0.103538] pci 0000:03:01.0: PME# supported from D3hot D3cold
[    0.103570] pci 0000:03:01.1: [14e4:1648] type 00 class 0x020000
[    0.103594] pci 0000:03:01.1: reg 10: [mem 0xfdee0000-0xfdeeffff 64bit]
[    0.103684] pci 0000:03:01.1: PME# supported from D3hot D3cold
[    0.103740] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.103749] pci 0000:02:00.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.103810] pci 0000:04:03.0: [0e11:0046] type 00 class 0x010400
[    0.103837] pci 0000:04:03.0: reg 10: [mem 0xfdff0000-0xfdff1fff 64bit]
[    0.103849] pci 0000:04:03.0: reg 18: [io  0x4000-0x40ff]
[    0.103866] pci 0000:04:03.0: reg 1c: [mem 0xfdf80000-0xfdfbffff 64bit]
[    0.103886] pci 0000:04:03.0: reg 30: [mem 0x00000000-0x0003ffff pref]
[    0.103929] pci 0000:04:03.0: supports D1
[    0.103975] pci 0000:02:00.2: PCI bridge to [bus 04]
[    0.103981] pci 0000:02:00.2:   bridge window [io  0x4000-0x4fff]
[    0.103987] pci 0000:02:00.2:   bridge window [mem 0xfdf00000-0xfdffffff]
[    0.104043] pci_bus 0000:05: busn_res: can not insert [bus 05-0c] under [bus 00-02] (conflicts with (null) [bus 00-02])
[    0.104059] pci 0000:05:00.0: [8086:0329] type 01 class 0x060400
[    0.104079] pci 0000:05:00.0: PXH quirk detected; SHPC device MSI disabled
[    0.104150] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.104177] pci 0000:05:00.2: [8086:032a] type 01 class 0x060400
[    0.104197] pci 0000:05:00.2: PXH quirk detected; SHPC device MSI disabled
[    0.104268] pci 0000:05:00.2: PME# supported from D0 D3hot D3cold
[    0.110011] pci 0000:00:06.0: PCI bridge to [bus 05-0c]
[    0.110098] pci 0000:05:00.0: PCI bridge to [bus 06-09]
[    0.110182] pci 0000:05:00.2: PCI bridge to [bus 0a-0c]
[    0.110232] pci 0000:01:03.0: [1002:4752] type 00 class 0x030000
[    0.110255] pci 0000:01:03.0: reg 10: [mem 0xfc000000-0xfcffffff]
[    0.110268] pci 0000:01:03.0: reg 14: [io  0x3000-0x30ff]
[    0.110282] pci 0000:01:03.0: reg 18: [mem 0xfbff0000-0xfbff0fff]
[    0.110323] pci 0000:01:03.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.110356] pci 0000:01:03.0: supports D1 D2
[    0.110377] pci 0000:01:04.0: [0e11:b203] type 00 class 0x088000
[    0.110398] pci 0000:01:04.0: reg 10: [io  0x1800-0x18ff]
[    0.110410] pci 0000:01:04.0: reg 14: [mem 0xfbfe0000-0xfbfe01ff]
[    0.110509] pci 0000:01:04.2: [0e11:b204] type 00 class 0x088000
[    0.110533] pci 0000:01:04.2: reg 10: [io  0x3400-0x34ff]
[    0.110547] pci 0000:01:04.2: reg 14: [mem 0xfbfd0000-0xfbfd07ff]
[    0.110561] pci 0000:01:04.2: reg 18: [mem 0xfbfc0000-0xfbfc1fff]
[    0.110575] pci 0000:01:04.2: reg 1c: [mem 0xfbf00000-0xfbf7ffff]
[    0.110609] pci 0000:01:04.2: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.110646] pci 0000:01:04.2: PME# supported from D0 D3hot D3cold
[    0.110704] pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
[    0.110711] pci 0000:00:1e.0:   bridge window [io  0x1000-0x3fff]
[    0.110718] pci 0000:00:1e.0:   bridge window [mem 0xfbf00000-0xfcffffff]
[    0.110725] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.110730] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.110749] pci_bus 0000:00: on NUMA node 0
[    0.110771] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IP2P._PRT]
[    0.110842] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTA0._PRT]
[    0.110902] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTA0.PCXA._PRT]
[    0.110961] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTA0.PCXB._PRT]
[    0.111007] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTC0._PRT]
[    0.111067] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTC0.PCXC._PRT]
[    0.111189] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTC0.PCXD._PRT]
[    0.111266] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.113215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *7 10 11)
[    0.113290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *7 10 11)
[    0.113373] ACPI: PCI Interrupt Link [LNKC] (IRQs *5 7 10 11)
[    0.113444] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 7 10 11)
[    0.113514] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 7 10 11) *0, disabled.
[    0.113586] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *7 10 11)
[    0.113656] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 *7 10 11)
[    0.113726] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 *7 10 11)
[    0.113820] vgaarb: device added: PCI:0000:01:03.0,decodes=io+mem,owns=none,locks=none
[    0.113825] vgaarb: loaded
[    0.113828] vgaarb: bridge control possible 0000:01:03.0
[    0.113976] SCSI subsystem initialized
[    0.113982] ACPI: bus type scsi registered
[    0.113998] libata version 3.00 loaded.
[    0.113998] ACPI: bus type usb registered
[    0.113998] usbcore: registered new interface driver usbfs
[    0.113998] usbcore: registered new interface driver hub
[    0.113998] usbcore: registered new device driver usb
[    0.113998] PCI: Using ACPI for IRQ routing
[    0.113998] PCI: pci_cache_line_size set to 64 bytes
[    0.113998] pci 0000:00:1d.0: address space collision: [io  0x2000-0x201f] conflicts with PCI Bus 0000:01 [io  0x1000-0x3fff]
[    0.113998] pci 0000:00:1d.1: address space collision: [io  0x2020-0x203f] conflicts with PCI Bus 0000:01 [io  0x1000-0x3fff]
[    0.113998] pci 0000:00:1d.2: address space collision: [io  0x2040-0x205f] conflicts with PCI Bus 0000:01 [io  0x1000-0x3fff]
[    0.113998] pci 0000:00:1d.3: address space collision: [io  0x2060-0x207f] conflicts with PCI Bus 0000:01 [io  0x1000-0x3fff]
[    0.113998] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
[    0.113998] e820: reserve RAM buffer [mem 0x7fff3000-0x7fffffff]
[    0.113998] hpet clockevent registered
[    0.113998] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.113998] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.113998] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.116685] Switching to clocksource hpet
[    0.116782] pnp: PnP ACPI init
[    0.116794] ACPI: bus type pnp registered
[    0.118517] pnp 00:00: disabling [io  0x0010-0x001f] because it overlaps 0000:00:1d.0 BAR 4 [io  0x0000-0x001f]
[    0.118525] pnp 00:00: disabling [io  0x0010-0x001f disabled] because it overlaps 0000:00:1d.1 BAR 4 [io  0x0000-0x001f]
[    0.118532] pnp 00:00: disabling [io  0x0010-0x001f disabled] because it overlaps 0000:00:1d.2 BAR 4 [io  0x0000-0x001f]
[    0.118538] pnp 00:00: disabling [io  0x0010-0x001f disabled] because it overlaps 0000:00:1d.3 BAR 4 [io  0x0000-0x001f]
[    0.118597] system 00:00: [io  0x0408-0x040f] has been reserved
[    0.118603] system 00:00: [io  0x04d0-0x04d1] has been reserved
[    0.118607] system 00:00: [io  0x0700-0x071f] has been reserved
[    0.118612] system 00:00: [io  0x0800-0x083f] has been reserved
[    0.118617] system 00:00: [io  0x0900-0x097f] has been reserved
[    0.118621] system 00:00: [io  0x0c80-0x0c83] has been reserved
[    0.118626] system 00:00: [io  0x0cd4-0x0cd7] has been reserved
[    0.118630] system 00:00: [io  0x0f50-0x0f58] has been reserved
[    0.118635] system 00:00: [io  0x02f8-0x02ff] has been reserved
[    0.118640] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.118646] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.118669] pnp 00:01: [dma 7]
[    0.118700] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.118741] pnp 00:02: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.118794] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.118843] pnp 00:04: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
[    0.118888] pnp 00:05: Plug and Play ACPI device, IDs PNP0a06 (active)
[    0.119136] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
[    0.119336] pnp 00:07: [dma 2]
[    0.119386] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.119637] pnp: PnP ACPI: found 8 devices
[    0.119641] ACPI: ACPI bus type pnp unregistered
[    0.155441] pci 0000:00:02.0: BAR 9: assigned [mem 0x80000000-0x800fffff pref]
[    0.155448] pci 0000:00:1e.0: BAR 9: assigned [mem 0x80100000-0x801fffff pref]
[    0.155453] pci 0000:00:1f.1: BAR 5: assigned [mem 0x80200000-0x802003ff]
[    0.155464] pci 0000:00:1d.0: BAR 4: assigned [io  0x5000-0x501f]
[    0.155473] pci 0000:00:1d.1: BAR 4: assigned [io  0x5020-0x503f]
[    0.155482] pci 0000:00:1d.2: BAR 4: assigned [io  0x5040-0x505f]
[    0.155490] pci 0000:00:1d.3: BAR 4: assigned [io  0x5060-0x507f]
[    0.155500] pci 0000:02:00.2: BAR 9: assigned [mem 0x80000000-0x800fffff pref]
[    0.155505] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.155512] pci 0000:02:00.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.155524] pci 0000:04:03.0: BAR 6: assigned [mem 0x80000000-0x8003ffff pref]
[    0.155529] pci 0000:02:00.2: PCI bridge to [bus 04]
[    0.155534] pci 0000:02:00.2:   bridge window [io  0x4000-0x4fff]
[    0.155541] pci 0000:02:00.2:   bridge window [mem 0xfdf00000-0xfdffffff]
[    0.155547] pci 0000:02:00.2:   bridge window [mem 0x80000000-0x800fffff pref]
[    0.155555] pci 0000:00:02.0: PCI bridge to [bus 02-04]
[    0.155560] pci 0000:00:02.0:   bridge window [io  0x4000-0x4fff]
[    0.155567] pci 0000:00:02.0:   bridge window [mem 0xfde00000-0xfdffffff]
[    0.155573] pci 0000:00:02.0:   bridge window [mem 0x80000000-0x800fffff pref]
[    0.155581] pci 0000:05:00.0: PCI bridge to [bus 06-09]
[    0.155594] pci 0000:05:00.2: PCI bridge to [bus 0a-0c]
[    0.155606] pci 0000:00:06.0: PCI bridge to [bus 05-0c]
[    0.155621] pci 0000:01:03.0: BAR 6: assigned [mem 0x80100000-0x8011ffff pref]
[    0.155626] pci 0000:01:04.2: BAR 6: assigned [mem 0x80120000-0x8012ffff pref]
[    0.155631] pci 0000:00:1e.0: PCI bridge to [bus 01]
[    0.155636] pci 0000:00:1e.0:   bridge window [io  0x1000-0x3fff]
[    0.155644] pci 0000:00:1e.0:   bridge window [mem 0xfbf00000-0xfcffffff]
[    0.155651] pci 0000:00:1e.0:   bridge window [mem 0x80100000-0x801fffff pref]
[    0.155699] pci 0000:00:1e.0: setting latency timer to 64
[    0.155706] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.155710] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[    0.155715] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    0.155719] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdffffff]
[    0.155723] pci_bus 0000:02: resource 2 [mem 0x80000000-0x800fffff pref]
[    0.155727] pci_bus 0000:03: resource 1 [mem 0xfde00000-0xfdefffff]
[    0.155732] pci_bus 0000:04: resource 0 [io  0x4000-0x4fff]
[    0.155736] pci_bus 0000:04: resource 1 [mem 0xfdf00000-0xfdffffff]
[    0.155740] pci_bus 0000:04: resource 2 [mem 0x80000000-0x800fffff pref]
[    0.155744] pci_bus 0000:01: resource 0 [io  0x1000-0x3fff]
[    0.155748] pci_bus 0000:01: resource 1 [mem 0xfbf00000-0xfcffffff]
[    0.155752] pci_bus 0000:01: resource 2 [mem 0x80100000-0x801fffff pref]
[    0.155756] pci_bus 0000:01: resource 4 [io  0x0000-0xffff]
[    0.155760] pci_bus 0000:01: resource 5 [mem 0x00000000-0xffffffff]
[    0.155829] NET: Registered protocol family 2
[    0.156079] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.156122] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.156159] TCP: Hash tables configured (established 8192 bind 8192)
[    0.156201] TCP: reno registered
[    0.156207] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.156217] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.156302] NET: Registered protocol family 1
[    0.156513] pci 0000:02:00.0: rerouting interrupts for [8086:0329]
[    0.156521] pci 0000:02:00.2: rerouting interrupts for [8086:032a]
[    0.156534] pci 0000:05:00.0: rerouting interrupts for [8086:0329]
[    0.156540] pci 0000:05:00.2: rerouting interrupts for [8086:032a]
[    0.156544] PCI: CLS 64 bytes, default 64
[    0.156618] Trying to unpack rootfs image as initramfs...
[    0.225925] Freeing initrd memory: 3876k freed
[    0.228272] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.228858] bounce pool size: 64 pages
[    0.229247] NTFS driver 2.1.30 [Flags: R/W].
[    0.229342] msgmni has been set to 1729
[    0.229620] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    0.229625] io scheduler noop registered
[    0.229643] io scheduler cfq registered (default)
[    0.229878] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.229958] isapnp: Scanning for PnP cards...
[    0.586916] isapnp: No Plug & Play device found
[    0.594025] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.614603] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.886799] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.887043] Real Time Clock Driver v1.12b
[    0.887103] Non-volatile memory driver v1.3
[    0.887176] intel_rng: FWH not detected
[    0.888617] brd: module loaded
[    0.889396] loop: module loaded
[    0.889654] ata_piix 0000:00:1f.1: version 2.13
[    0.889666] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    0.889676] ata_piix 0000:00:1f.1: can't derive routing for PCI INT A
[    0.889730] ata_piix 0000:00:1f.1: setting latency timer to 64
[    0.890069] scsi0 : ata_piix
[    0.890186] scsi1 : ata_piix
[    0.890242] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x500 irq 14
[    0.890246] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x508 irq 15
[    0.891582] libphy: Fixed MDIO Bus: probed
[    0.891594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.891597] ehci-pci: EHCI PCI platform driver
[    0.891631] ehci-pci 0000:00:1d.7: setting latency timer to 64
[    0.891637] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    0.891647] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.891665] ehci-pci 0000:00:1d.7: debug port 1
[    0.895572] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    0.895599] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfbef0000
[    0.903352] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.903390] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.903395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.903399] usb usb1: Product: EHCI Host Controller
[    0.903403] usb usb1: Manufacturer: Linux 3.8.3-upup ehci_hcd
[    0.903407] usb usb1: SerialNumber: 0000:00:1d.7
[    0.903519] hub 1-0:1.0: USB hub found
[    0.903531] hub 1-0:1.0: 8 ports detected
[    0.903694] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.903724] uhci_hcd: USB Universal Host Controller Interface driver
[    0.903755] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.903761] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.903770] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.903809] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00005000
[    0.903859] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    0.903865] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.903869] usb usb2: Product: UHCI Host Controller
[    0.903873] usb usb2: Manufacturer: Linux 3.8.3-upup uhci_hcd
[    0.903876] usb usb2: SerialNumber: 0000:00:1d.0
[    0.903978] hub 2-0:1.0: USB hub found
[    0.903987] hub 2-0:1.0: 2 ports detected
[    0.904093] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.904099] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.904107] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.904145] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00005020
[    0.904192] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    0.904197] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.904201] usb usb3: Product: UHCI Host Controller
[    0.904205] usb usb3: Manufacturer: Linux 3.8.3-upup uhci_hcd
[    0.904209] usb usb3: SerialNumber: 0000:00:1d.1
[    0.904310] hub 3-0:1.0: USB hub found
[    0.904318] hub 3-0:1.0: 2 ports detected
[    0.904426] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.904432] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.904443] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.904479] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00005040
[    0.904526] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    0.904532] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.904536] usb usb4: Product: UHCI Host Controller
[    0.904539] usb usb4: Manufacturer: Linux 3.8.3-upup uhci_hcd
[    0.904543] usb usb4: SerialNumber: 0000:00:1d.2
[    0.904649] hub 4-0:1.0: USB hub found
[    0.904656] hub 4-0:1.0: 2 ports detected
[    0.904735] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    0.904742] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    0.904751] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    0.904776] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00005060
[    0.904822] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    0.904827] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.904831] usb usb5: Product: UHCI Host Controller
[    0.904835] usb usb5: Manufacturer: Linux 3.8.3-upup uhci_hcd
[    0.904838] usb usb5: SerialNumber: 0000:00:1d.3
[    0.904934] hub 5-0:1.0: USB hub found
[    0.904942] hub 5-0:1.0: 2 ports detected
[    0.905132] Initializing USB Mass Storage driver...
[    0.905170] usbcore: registered new interface driver usb-storage
[    0.905173] USB Mass Storage support registered.
[    0.905188] usbcore: registered new interface driver ums-alauda
[    0.905202] usbcore: registered new interface driver ums-datafab
[    0.905217] usbcore: registered new interface driver ums_eneub6250
[    0.905231] usbcore: registered new interface driver ums-freecom
[    0.905245] usbcore: registered new interface driver ums-isd200
[    0.905259] usbcore: registered new interface driver ums-jumpshot
[    0.905280] usbcore: registered new interface driver ums-realtek
[    0.905295] usbcore: registered new interface driver ums-sddr09
[    0.905310] usbcore: registered new interface driver ums-sddr55
[    0.905324] usbcore: registered new interface driver ums-usbat
[    0.905346] usbcore: registered new interface driver ldusb
[    0.905405] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
[    0.907174] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.907183] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.907293] mousedev: PS/2 mouse device common for all mice
[    0.907464] md: raid0 personality registered for level 0
[    0.907511] EISA: Probing bus 0 at eisa.0
[    0.907516] EISA: Cannot allocate resource for mainboard
[    0.907539] cpuidle: using governor ladder
[    0.907542] cpuidle: using governor menu
[    0.907800] usbcore: registered new interface driver usbhid
[    0.907803] usbhid: USB HID core driver
[    0.907849] Netfilter messages via NETLINK v0.30.
[    0.907938] TCP: cubic registered
[    0.907943] NET: Registered protocol family 17
[    0.907964] Key type dns_resolver registered
[    0.908142] Using IPI No-Shortcut mode
[    0.949439] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.149367] psmouse serio1: hgpk: ID: 10 00 64
[    1.210021] usb 1-5: new high-speed USB device number 2 using ehci-pci
[    1.230018] tsc: Refined TSC clocksource calibration: 2800.098 MHz
[    1.230026] Switching to clocksource tsc
[    1.320281] ata1.00: ATAPI: DV-28E-N, C.6B, max UDMA/33
[    1.333492] ata1.00: configured for UDMA/33
[    1.337787] scsi 0:0:0:0: CD-ROM            TEAC     DV-28E-N         C.6B PQ: 0 ANSI: 5
[    1.341597] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[    1.341602] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.341716] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.341819] Freeing unused kernel memory: 464k freed
[    1.362053] Floppy drive(s): fd0 is 1.44M
[    1.376606] FDC 0 is a National Semiconductor PC87306
[    1.427441] usb 1-5: New USB device found, idVendor=058f, idProduct=6387
[    1.427450] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.427457] usb 1-5: Product: Mass Storage
[    1.427464] usb 1-5: Manufacturer: Generic
[    1.427470] usb 1-5: SerialNumber: B409655C
[    1.427815] scsi2 : usb-storage 1-5:1.0
[    1.470663] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.486049] aufs 3.8-20130318
[    1.489173] fuse init (API version 7.20)
[    1.567703] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input1
[    1.701180] ISO 9660 Extensions: Microsoft Joliet Level 3
[    1.701674] ISO 9660 Extensions: RRIP_1991A
[    1.826683] usb 5-1: new low-speed USB device number 2 using uhci_hcd
[    2.003642] usb 5-1: New USB device found, idVendor=045e, idProduct=0039
[    2.003650] usb 5-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.003655] usb 5-1: Product: Microsoft 5-Button Mouse with IntelliEye(TM)
[    2.003659] usb 5-1: Manufacturer: Microsoft
[    2.021991] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/input/input2
[    2.022033] hid-generic 0003:045E:0039.0001: input: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.3-1/input0
[    2.431925] scsi 2:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 4
[    2.433284] sd 2:0:0:0: [sda] 7831552 512-byte logical blocks: (4.00 GB/3.73 GiB)
[    2.434278] sd 2:0:0:0: [sda] Write Protect is off
[    2.434288] sd 2:0:0:0: [sda] Mode Sense: 23 00 00 00
[    2.435279] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    2.507409]  sda: sda1
[    2.510391] sd 2:0:0:0: [sda] Attached SCSI removable disk
[    5.164418] ISO 9660 Extensions: Microsoft Joliet Level 3
[    5.164908] ISO 9660 Extensions: RRIP_1991A
[    5.252029] ISO 9660 Extensions: Microsoft Joliet Level 3
[    5.252521] ISO 9660 Extensions: RRIP_1991A
[   91.939182] aufs test_add:264:mount[512]: uid/gid/perm /pup_ro2 0/0/0755, 0/0/01777
[  106.557912] udev[6288]: starting version 167
[  107.217829] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[  107.217844] ACPI: Power Button [PWRF]
[  107.751343] thermal LNXTHERM:00: registered as thermal_zone0
[  107.751352] ACPI: Thermal Zone [THM0] (8 C)
[  108.342279] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[  108.618501] ACPI Warning: 0x00000928-0x0000092f SystemIO conflicts with Region \SGPE 1 (20121018/utaddress-251)
[  108.618520] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[  108.618531] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized
[  108.618536] lpc_ich: Resource conflict(s) found affecting gpio_ich
[  109.188061] pps_core: LinuxPPS API ver. 1 registered
[  109.188069] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[  109.188483] PTP clock support registered
[  109.192299] tg3.c:v3.128 (December 03, 2012)
[  109.192319] tg3 0000:03:01.0: PCI IRQ 25 -> rerouted to legacy IRQ 17
[  109.238105] tg3 0000:03:01.0 eth0: Tigon3 [partno(N/A) rev 2100] (PCIX:133MHz:64-bit) MAC address 00:16:35:80:b7:3b
[  109.238118] tg3 0000:03:01.0 eth0: attached PHY is 5704 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[  109.238127] tg3 0000:03:01.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[0]
[  109.238135] tg3 0000:03:01.0 eth0: dma_rwctrl[769f4000] dma_mask[64-bit]
[  109.238872] tg3 0000:03:01.1: PCI IRQ 26 -> rerouted to legacy IRQ 18
[  109.335444] tg3 0000:03:01.1 eth1: Tigon3 [partno(N/A) rev 2100] (PCIX:133MHz:64-bit) MAC address 00:16:35:80:b7:3a
[  109.335457] tg3 0000:03:01.1 eth1: attached PHY is 5704 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[  109.335465] tg3 0000:03:01.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[  109.335473] tg3 0000:03:01.1 eth1: dma_rwctrl[769f4000] dma_mask[64-bit]
[  109.458283] HP CISS Driver (v 3.6.26)
[  109.466760] cciss 0000:04:03.0: PCI IRQ 51 -> rerouted to legacy IRQ 19
[  109.466855] cciss 0000:04:03.0: Controller reports max supported commands of 0, an obvious lie. Using 16.  Ensure that firmware is up to date.
[  109.487825] input: PC Speaker as /devices/platform/pcspkr/input/input4
[  109.646791] cciss 0000:04:03.0: cciss0: <0x46> at PCI 0000:04:03.0 IRQ 19 using DAC
[  109.654495]  cciss/c0d0: p1
[  109.660689]  cciss/c0d1: p1
[  109.668567]  cciss/c0d2: p1
[  109.673175]  cciss/c0d3: p1
[  109.681025]  cciss/c0d4: p1
[  109.685541]  cciss/c0d5: p1
[  109.689440] scsi3 : cciss
[  253.944461] vattery-acpitoo[14901]: segfault at 0 ip b6b01580 sp bfa29dc0 error 4 in libc-2.15.so[b6acd000+1a3000]
[  255.275166] retrovol[15190]: segfault at 1 ip b766982d sp bfabce20 error 4 in libasound.so.2.0.0[b763e000+ed000]
[  444.799773] usb 1-5: USB disconnect, device number 2
# 
So now I'm off to upgrade the firmware 'cos the CCISS Driver is apparently withholding critical information - ahhh story of my life at the moment!

So my trips into side-alleys, looking for an automated bootup structure to have Puppy installed from SCSI drives:

Puppy Detect SCSI Raid Drives on Dell Power Edge Server http://www.murga-linux.com/puppy/viewto ... 939#160939
RAID arrays in (Puppy) Linux http://www.murga-linux.com/puppy/viewtopic.php?t=60973
[Solved] Intel ICH10 RAID access from Fatdog64? http://murga-linux.com/puppy/viewtopic. ... 8b64b5d957
Raid arrays in Lucid Puppy 5.2 *SOLVED* http://www.murga-linux.com/puppy/viewto ... 8765b9a0e5

So now I'll adjourn and try with updated firmware, also testing Easycap on the Upup Precise 3.8.3.1 frugal install on my Lenovo T60.
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

#7 Post by Puppyt »

Keeping the nautical theme of my previous entry on the adventure - not drowning yet, but waving...
Updated the HP server Firmware to 9.00, unattended, and on reboot have temporarily lost "/mnt/raid" when I try the drive mount exercise for any of my cciss drives. But now I get for dmesg:

Code: Select all

dmesg
[    0.000000] Linux version 3.8.3-upup (root@puppypc9450) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #1 SMP Sun Mar 17 20:12:06 GMT-8 2013
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fff2fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fff3000-0x000000007fffafff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007fffb000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fecfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI: HP ProLiant DL380 G4, BIOS P51 10/10/2005
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7fff3 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 080000000 mask F80000000 uncachable
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000f4f80-0x000f4f8f] mapped at [c00f4f80]
[    0.000000] initial memory mapped: [mem 0x00000000-0x017fffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x377fdfff]
[    0.000000]  [mem 0x00000000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x373fffff] page 2M
[    0.000000]  [mem 0x37400000-0x377fdfff] page 4k
[    0.000000] kernel direct mapping tables up to 0x377fdfff @ [mem 0x017fa000-0x017fffff]
[    0.000000] RAMDISK: [mem 0x7fc0a000-0x7ffd2fff]
[    0.000000] Allocated new RAMDISK: [mem 0x37435000-0x377fd924]
[    0.000000] Move RAMDISK from [mem 0x7fc0a000-0x7ffd2924] to [mem 0x37435000-0x377fd924]
[    0.000000] ACPI: RSDP 000f4f00 00024 (v02 HP    )
[    0.000000] ACPI: XSDT 7fff3300 00044 (v01 HP     P51      00000002   Ò? 0000162E)
[    0.000000] ACPI: FACP 7fff3380 000F4 (v03 HP     P51      00000002   Ò? 0000162E)
[    0.000000] ACPI BIOS Bug: Warning: Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20121018/tbfadt-648)
[    0.000000] ACPI: DSDT 7fff3480 02D62 (v01 HP         DSDT 00000001 INTL 20030228)
[    0.000000] ACPI: FACS 7fff3100 00040
[    0.000000] ACPI: SPCR 7fff3140 00050 (v01 HP     SPCRRBSU 00000001   Ò? 0000162E)
[    0.000000] ACPI: MCFG 7fff31c0 0003C (v01 HP     ProLiant 00000001      00000000)
[    0.000000] ACPI: APIC 7fff3200 000C2 (v01 HP     00000083 00000002      00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1159MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x377fdfff]
[    0.000000]   HighMem  [mem 0x377fe000-0x7fff2fff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x7fff2fff]
[    0.000000] On node 0 totalpages: 524162
[    0.000000] free_area_init_node: node 0, pgdat c14f2b00, node_mem_map f6434200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2320 pages used for memmap
[    0.000000]   HighMem zone: 294629 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x908
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec80000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec80000, GSI 24-47
[    0.000000] ACPI: IOAPIC (id[0x0a] address[0xfec80400] gsi_base[48])
[    0.000000] IOAPIC[2]: apic_id 10, version 32, address 0xfec80400, GSI 48-71
[    0.000000] ACPI: IOAPIC (id[0x0b] address[0xfec84000] gsi_base[72])
[    0.000000] IOAPIC[3]: apic_id 11, version 32, address 0xfec84000, GSI 72-95
[    0.000000] ACPI: IOAPIC (id[0x0c] address[0xfec84400] gsi_base[96])
[    0.000000] IOAPIC[4]: apic_id 12, version 32, address 0xfec84400, GSI 96-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] nr_irqs_gsi: 136
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] e820: [mem 0x80000000-0xfebfffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @f63c8000 s25280 r0 d23872 u49152
[    0.000000] pcpu-alloc: s25280 r0 d23872 u49152 alloc=12*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 520066
[    0.000000] Kernel command line: video=640x480 initrd=initrd.gz pmedia=cd BOOT_IMAGE=vmlinuz 
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:0007fff3)
[    0.000000] Memory: 2069336k/2097100k available (3519k kernel code, 27312k reserved, 1567k data, 464k init, 1187796k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff17000 - 0xfffff000   ( 928 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.000000]       .init : 0xc14f8000 - 0xc156c000   ( 464 kB)
[    0.000000]       .data : 0xc136ff75 - 0xc14f7ec0   (1567 kB)
[    0.000000]       .text : 0xc1000000 - 0xc136ff75   (3519 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:2304 nr_irqs:2048 16
[    0.000000] CPU 0 irqstacks, hard=f5c08000 soft=f5c0a000
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2800.136 MHz processor
[    0.006669] Calibrating delay loop (skipped), value calculated using timer frequency.. 5602.61 BogoMIPS (lpj=9333786)
[    0.006675] pid_max: default: 32768 minimum: 301
[    0.006734] Mount-cache hash table entries: 512
[    0.006995] CPU: Physical Processor ID: 0
[    0.006999] CPU: Processor Core ID: 0
[    0.007002] mce: CPU supports 4 MCE banks
[    0.007016] CPU0: Thermal monitoring enabled (TM1)
[    0.007021] process: using mwait in idle threads
[    0.007035] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 64
[    0.007035] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64
[    0.007035] tlb_flushall_shift: 6
[    0.007161] Freeing SMP alternatives: 20k freed
[    0.007174] ACPI: Core revision 20121018
[    0.013401] Enabling APIC mode:  Flat.  Using 5 I/O APICs
[    0.017307] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.050323] smpboot: CPU0: Intel(R) Xeon(TM) CPU 3.40GHz (fam: 0f, model: 04, stepping: 0a)
[    0.053333] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[    0.053333] ... version:                0
[    0.053333] ... bit width:              40
[    0.053333] ... generic registers:      18
[    0.053333] ... value mask:             000000ffffffffff
[    0.053333] ... max period:             0000007fffffffff
[    0.053333] ... fixed-purpose events:   0
[    0.053333] ... event mask:             000000000003ffff
[    0.053333] CPU 1 irqstacks, hard=f5cb0000 soft=f5cb2000
[    0.009999] Initializing CPU#1
[    0.053333] smpboot: Booting Node   0, Processors  #1
[    0.063358] Brought up 2 CPUs
[    0.063366] smpboot: Total of 2 processors activated (11205.23 BogoMIPS)
[    0.067124] regulator-dummy: no parameters
[    0.067220] NET: Registered protocol family 16
[    0.067378] EISA bus registered
[    0.067460] ACPI: bus type pci registered
[    0.067515] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.067518] PCI: Intel Corporation E7520 Memory Controller Hub with MMCONFIG support
[    0.067527] PCI: not using MMCONFIG
[    0.090576] PCI: PCI BIOS revision 2.10 entry at 0xf0096, last bus=12
[    0.090580] PCI: Using configuration type 1 for base access
[    0.090596] PCI: HP ProLiant DL380 detected, enabling pci=bfsort.
[    0.092904] bio: create slab <bio-0> at 0
[    0.092904] ACPI: Added _OSI(Module Device)
[    0.092904] ACPI: Added _OSI(Processor Device)
[    0.092904] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.092904] ACPI: Added _OSI(Processor Aggregator Device)
[    0.094045] ACPI: EC: Look up EC in DSDT
[    0.096102] ACPI: Interpreter enabled
[    0.096110] ACPI: (supports S0 S4 S5)
[    0.096135] ACPI: Using IOAPIC for interrupt routing
[    0.102845] ACPI: No dock devices found.
[    0.102854] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.102937] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-02])
[    0.102942] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.103042] pci_root PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.103048] pci_root PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.103159] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.103164] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.103169] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.103174] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xfebfffff] (ignored)
[    0.103178] PCI: root bus 00: using default resources
[    0.103183] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.103218] PCI host bridge to bus 0000:00
[    0.103225] pci_bus 0000:00: root bus resource [bus 00-02]
[    0.103229] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.103234] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.103251] pci 0000:00:00.0: [8086:3590] type 00 class 0x060000
[    0.103354] pci 0000:00:02.0: [8086:3595] type 01 class 0x060400
[    0.103427] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.103462] pci 0000:00:06.0: [8086:3599] type 01 class 0x060400
[    0.103532] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.103584] pci 0000:00:1d.0: [8086:24d2] type 00 class 0x0c0300
[    0.103641] pci 0000:00:1d.0: reg 20: [io  0x2000-0x201f]
[    0.103687] pci 0000:00:1d.1: [8086:24d4] type 00 class 0x0c0300
[    0.103743] pci 0000:00:1d.1: reg 20: [io  0x2020-0x203f]
[    0.103786] pci 0000:00:1d.2: [8086:24d7] type 00 class 0x0c0300
[    0.103840] pci 0000:00:1d.2: reg 20: [io  0x2040-0x205f]
[    0.103882] pci 0000:00:1d.3: [8086:24de] type 00 class 0x0c0300
[    0.103934] pci 0000:00:1d.3: reg 20: [io  0x2060-0x207f]
[    0.103988] pci 0000:00:1d.7: [8086:24dd] type 00 class 0x0c0320
[    0.104015] pci 0000:00:1d.7: reg 10: [mem 0xfbef0000-0xfbef03ff]
[    0.104127] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.104153] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060400
[    0.104208] pci 0000:00:1f.0: [8086:24d0] type 00 class 0x060100
[    0.104287] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[    0.104314] pci 0000:00:1f.1: [8086:24db] type 00 class 0x01018a
[    0.104333] pci 0000:00:1f.1: reg 10: [io  0x01f0-0x01f7]
[    0.104347] pci 0000:00:1f.1: reg 14: [io  0x03f4-0x03f7]
[    0.104360] pci 0000:00:1f.1: reg 18: [io  0x0170-0x0177]
[    0.104373] pci 0000:00:1f.1: reg 1c: [io  0x0374-0x0377]
[    0.104387] pci 0000:00:1f.1: reg 20: [io  0x0500-0x050f]
[    0.104400] pci 0000:00:1f.1: reg 24: [mem 0x00000000-0x000003ff]
[    0.104475] pci_bus 0000:02: busn_res: can not insert [bus 02-04] under [bus 00-02] (conflicts with (null) [bus 00-02])
[    0.104490] pci 0000:02:00.0: [8086:0329] type 01 class 0x060400
[    0.104511] pci 0000:02:00.0: PXH quirk detected; SHPC device MSI disabled
[    0.104583] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.104611] pci 0000:02:00.2: [8086:032a] type 01 class 0x060400
[    0.104632] pci 0000:02:00.2: PXH quirk detected; SHPC device MSI disabled
[    0.104703] pci 0000:02:00.2: PME# supported from D0 D3hot D3cold
[    0.110014] pci 0000:00:02.0: PCI bridge to [bus 02-04]
[    0.110021] pci 0000:00:02.0:   bridge window [io  0x4000-0x4fff]
[    0.110027] pci 0000:00:02.0:   bridge window [mem 0xfde00000-0xfdffffff]
[    0.110089] pci 0000:03:01.0: [14e4:1648] type 00 class 0x020000
[    0.110114] pci 0000:03:01.0: reg 10: [mem 0xfdef0000-0xfdefffff 64bit]
[    0.110204] pci 0000:03:01.0: PME# supported from D3hot D3cold
[    0.110237] pci 0000:03:01.1: [14e4:1648] type 00 class 0x020000
[    0.110261] pci 0000:03:01.1: reg 10: [mem 0xfdee0000-0xfdeeffff 64bit]
[    0.110350] pci 0000:03:01.1: PME# supported from D3hot D3cold
[    0.110407] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.110415] pci 0000:02:00.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.110477] pci 0000:04:03.0: [0e11:0046] type 00 class 0x010400
[    0.110503] pci 0000:04:03.0: reg 10: [mem 0xfdff0000-0xfdff1fff 64bit]
[    0.110515] pci 0000:04:03.0: reg 18: [io  0x4000-0x40ff]
[    0.110532] pci 0000:04:03.0: reg 1c: [mem 0xfdf80000-0xfdfbffff 64bit]
[    0.110552] pci 0000:04:03.0: reg 30: [mem 0x00000000-0x0003ffff pref]
[    0.110595] pci 0000:04:03.0: supports D1
[    0.110640] pci 0000:02:00.2: PCI bridge to [bus 04]
[    0.110647] pci 0000:02:00.2:   bridge window [io  0x4000-0x4fff]
[    0.110653] pci 0000:02:00.2:   bridge window [mem 0xfdf00000-0xfdffffff]
[    0.110709] pci_bus 0000:05: busn_res: can not insert [bus 05-0c] under [bus 00-02] (conflicts with (null) [bus 00-02])
[    0.110725] pci 0000:05:00.0: [8086:0329] type 01 class 0x060400
[    0.110745] pci 0000:05:00.0: PXH quirk detected; SHPC device MSI disabled
[    0.110815] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.110843] pci 0000:05:00.2: [8086:032a] type 01 class 0x060400
[    0.110862] pci 0000:05:00.2: PXH quirk detected; SHPC device MSI disabled
[    0.110932] pci 0000:05:00.2: PME# supported from D0 D3hot D3cold
[    0.116678] pci 0000:00:06.0: PCI bridge to [bus 05-0c]
[    0.116765] pci 0000:05:00.0: PCI bridge to [bus 06-09]
[    0.116849] pci 0000:05:00.2: PCI bridge to [bus 0a-0c]
[    0.116898] pci 0000:01:03.0: [1002:4752] type 00 class 0x030000
[    0.116919] pci 0000:01:03.0: reg 10: [mem 0xfc000000-0xfcffffff]
[    0.116933] pci 0000:01:03.0: reg 14: [io  0x3000-0x30ff]
[    0.116946] pci 0000:01:03.0: reg 18: [mem 0xfbff0000-0xfbff0fff]
[    0.116986] pci 0000:01:03.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.117022] pci 0000:01:03.0: supports D1 D2
[    0.117043] pci 0000:01:04.0: [0e11:b203] type 00 class 0x088000
[    0.117065] pci 0000:01:04.0: reg 10: [io  0x1800-0x18ff]
[    0.117078] pci 0000:01:04.0: reg 14: [mem 0xfbfe0000-0xfbfe01ff]
[    0.117176] pci 0000:01:04.2: [0e11:b204] type 00 class 0x088000
[    0.117199] pci 0000:01:04.2: reg 10: [io  0x3400-0x34ff]
[    0.117213] pci 0000:01:04.2: reg 14: [mem 0xfbfd0000-0xfbfd07ff]
[    0.117227] pci 0000:01:04.2: reg 18: [mem 0xfbfc0000-0xfbfc1fff]
[    0.117242] pci 0000:01:04.2: reg 1c: [mem 0xfbf00000-0xfbf7ffff]
[    0.117275] pci 0000:01:04.2: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.117311] pci 0000:01:04.2: PME# supported from D0 D3hot D3cold
[    0.117369] pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
[    0.117376] pci 0000:00:1e.0:   bridge window [io  0x1000-0x3fff]
[    0.117382] pci 0000:00:1e.0:   bridge window [mem 0xfbf00000-0xfcffffff]
[    0.117390] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.117394] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.117414] pci_bus 0000:00: on NUMA node 0
[    0.117436] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IP2P._PRT]
[    0.117506] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTA0._PRT]
[    0.117566] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTA0.PCXA._PRT]
[    0.117625] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTA0.PCXB._PRT]
[    0.117671] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTC0._PRT]
[    0.117731] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTC0.PCXC._PRT]
[    0.117853] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PTC0.PCXD._PRT]
[    0.117929] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.119880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *7 10 11)
[    0.119954] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *7 10 11)
[    0.120037] ACPI: PCI Interrupt Link [LNKC] (IRQs *5 7 10 11)
[    0.120108] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 7 10 11)
[    0.120178] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 7 10 11) *0, disabled.
[    0.120250] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *7 10 11)
[    0.120319] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 *7 10 11)
[    0.120393] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 *7 10 11)
[    0.120486] vgaarb: device added: PCI:0000:01:03.0,decodes=io+mem,owns=none,locks=none
[    0.120491] vgaarb: loaded
[    0.120493] vgaarb: bridge control possible 0000:01:03.0
[    0.120641] SCSI subsystem initialized
[    0.120647] ACPI: bus type scsi registered
[    0.120663] libata version 3.00 loaded.
[    0.120663] ACPI: bus type usb registered
[    0.120663] usbcore: registered new interface driver usbfs
[    0.120663] usbcore: registered new interface driver hub
[    0.120663] usbcore: registered new device driver usb
[    0.120663] PCI: Using ACPI for IRQ routing
[    0.120663] PCI: pci_cache_line_size set to 64 bytes
[    0.120663] pci 0000:00:1d.0: address space collision: [io  0x2000-0x201f] conflicts with PCI Bus 0000:01 [io  0x1000-0x3fff]
[    0.120663] pci 0000:00:1d.1: address space collision: [io  0x2020-0x203f] conflicts with PCI Bus 0000:01 [io  0x1000-0x3fff]
[    0.120663] pci 0000:00:1d.2: address space collision: [io  0x2040-0x205f] conflicts with PCI Bus 0000:01 [io  0x1000-0x3fff]
[    0.120663] pci 0000:00:1d.3: address space collision: [io  0x2060-0x207f] conflicts with PCI Bus 0000:01 [io  0x1000-0x3fff]
[    0.120663] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
[    0.120663] e820: reserve RAM buffer [mem 0x7fff3000-0x7fffffff]
[    0.120663] hpet clockevent registered
[    0.120663] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.120663] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.120663] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.123354] Switching to clocksource hpet
[    0.123450] pnp: PnP ACPI init
[    0.123462] ACPI: bus type pnp registered
[    0.125216] pnp 00:00: disabling [io  0x0010-0x001f] because it overlaps 0000:00:1d.0 BAR 4 [io  0x0000-0x001f]
[    0.125226] pnp 00:00: disabling [io  0x0010-0x001f disabled] because it overlaps 0000:00:1d.1 BAR 4 [io  0x0000-0x001f]
[    0.125233] pnp 00:00: disabling [io  0x0010-0x001f disabled] because it overlaps 0000:00:1d.2 BAR 4 [io  0x0000-0x001f]
[    0.125239] pnp 00:00: disabling [io  0x0010-0x001f disabled] because it overlaps 0000:00:1d.3 BAR 4 [io  0x0000-0x001f]
[    0.125296] system 00:00: [io  0x0408-0x040f] has been reserved
[    0.125302] system 00:00: [io  0x04d0-0x04d1] has been reserved
[    0.125307] system 00:00: [io  0x0700-0x071f] has been reserved
[    0.125312] system 00:00: [io  0x0800-0x083f] has been reserved
[    0.125316] system 00:00: [io  0x0900-0x097f] has been reserved
[    0.125321] system 00:00: [io  0x0c80-0x0c83] has been reserved
[    0.125326] system 00:00: [io  0x0cd4-0x0cd7] has been reserved
[    0.125330] system 00:00: [io  0x0f50-0x0f58] has been reserved
[    0.125335] system 00:00: [io  0x02f8-0x02ff] has been reserved
[    0.125340] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.125346] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.125370] pnp 00:01: [dma 7]
[    0.125401] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.125442] pnp 00:02: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.125496] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.125544] pnp 00:04: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
[    0.125588] pnp 00:05: Plug and Play ACPI device, IDs PNP0a06 (active)
[    0.125840] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
[    0.126042] pnp 00:07: [dma 2]
[    0.126091] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.126342] pnp: PnP ACPI: found 8 devices
[    0.126342] ACPI: ACPI bus type pnp unregistered
[    0.162155] pci 0000:00:02.0: BAR 9: assigned [mem 0x80000000-0x800fffff pref]
[    0.162162] pci 0000:00:1e.0: BAR 9: assigned [mem 0x80100000-0x801fffff pref]
[    0.162168] pci 0000:00:1f.1: BAR 5: assigned [mem 0x80200000-0x802003ff]
[    0.162178] pci 0000:00:1d.0: BAR 4: assigned [io  0x5000-0x501f]
[    0.162187] pci 0000:00:1d.1: BAR 4: assigned [io  0x5020-0x503f]
[    0.162196] pci 0000:00:1d.2: BAR 4: assigned [io  0x5040-0x505f]
[    0.162204] pci 0000:00:1d.3: BAR 4: assigned [io  0x5060-0x507f]
[    0.162214] pci 0000:02:00.2: BAR 9: assigned [mem 0x80000000-0x800fffff pref]
[    0.162219] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.162226] pci 0000:02:00.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.162238] pci 0000:04:03.0: BAR 6: assigned [mem 0x80000000-0x8003ffff pref]
[    0.162242] pci 0000:02:00.2: PCI bridge to [bus 04]
[    0.162247] pci 0000:02:00.2:   bridge window [io  0x4000-0x4fff]
[    0.162254] pci 0000:02:00.2:   bridge window [mem 0xfdf00000-0xfdffffff]
[    0.162260] pci 0000:02:00.2:   bridge window [mem 0x80000000-0x800fffff pref]
[    0.162268] pci 0000:00:02.0: PCI bridge to [bus 02-04]
[    0.162273] pci 0000:00:02.0:   bridge window [io  0x4000-0x4fff]
[    0.162280] pci 0000:00:02.0:   bridge window [mem 0xfde00000-0xfdffffff]
[    0.162286] pci 0000:00:02.0:   bridge window [mem 0x80000000-0x800fffff pref]
[    0.162294] pci 0000:05:00.0: PCI bridge to [bus 06-09]
[    0.162307] pci 0000:05:00.2: PCI bridge to [bus 0a-0c]
[    0.162319] pci 0000:00:06.0: PCI bridge to [bus 05-0c]
[    0.162334] pci 0000:01:03.0: BAR 6: assigned [mem 0x80100000-0x8011ffff pref]
[    0.162339] pci 0000:01:04.2: BAR 6: assigned [mem 0x80120000-0x8012ffff pref]
[    0.162343] pci 0000:00:1e.0: PCI bridge to [bus 01]
[    0.162348] pci 0000:00:1e.0:   bridge window [io  0x1000-0x3fff]
[    0.162356] pci 0000:00:1e.0:   bridge window [mem 0xfbf00000-0xfcffffff]
[    0.162363] pci 0000:00:1e.0:   bridge window [mem 0x80100000-0x801fffff pref]
[    0.162410] pci 0000:00:1e.0: setting latency timer to 64
[    0.162417] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.162422] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[    0.162426] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    0.162430] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdffffff]
[    0.162434] pci_bus 0000:02: resource 2 [mem 0x80000000-0x800fffff pref]
[    0.162439] pci_bus 0000:03: resource 1 [mem 0xfde00000-0xfdefffff]
[    0.162443] pci_bus 0000:04: resource 0 [io  0x4000-0x4fff]
[    0.162447] pci_bus 0000:04: resource 1 [mem 0xfdf00000-0xfdffffff]
[    0.162451] pci_bus 0000:04: resource 2 [mem 0x80000000-0x800fffff pref]
[    0.162456] pci_bus 0000:01: resource 0 [io  0x1000-0x3fff]
[    0.162459] pci_bus 0000:01: resource 1 [mem 0xfbf00000-0xfcffffff]
[    0.162464] pci_bus 0000:01: resource 2 [mem 0x80100000-0x801fffff pref]
[    0.162468] pci_bus 0000:01: resource 4 [io  0x0000-0xffff]
[    0.162472] pci_bus 0000:01: resource 5 [mem 0x00000000-0xffffffff]
[    0.162541] NET: Registered protocol family 2
[    0.162791] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.162834] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.162871] TCP: Hash tables configured (established 8192 bind 8192)
[    0.162915] TCP: reno registered
[    0.162921] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.162931] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.163016] NET: Registered protocol family 1
[    0.163228] pci 0000:02:00.0: rerouting interrupts for [8086:0329]
[    0.163236] pci 0000:02:00.2: rerouting interrupts for [8086:032a]
[    0.163248] pci 0000:05:00.0: rerouting interrupts for [8086:0329]
[    0.163254] pci 0000:05:00.2: rerouting interrupts for [8086:032a]
[    0.163259] PCI: CLS 64 bytes, default 64
[    0.163359] Trying to unpack rootfs image as initramfs...
[    0.232874] Freeing initrd memory: 3876k freed
[    0.235213] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.235792] bounce pool size: 64 pages
[    0.236179] NTFS driver 2.1.30 [Flags: R/W].
[    0.236276] msgmni has been set to 1729
[    0.236552] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    0.236557] io scheduler noop registered
[    0.236575] io scheduler cfq registered (default)
[    0.236832] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.236911] isapnp: Scanning for PnP cards...
[    0.593840] isapnp: No Plug & Play device found
[    0.600928] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.621508] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.893465] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.893709] Real Time Clock Driver v1.12b
[    0.893768] Non-volatile memory driver v1.3
[    0.893841] intel_rng: FWH not detected
[    0.895289] brd: module loaded
[    0.896069] loop: module loaded
[    0.896324] ata_piix 0000:00:1f.1: version 2.13
[    0.896336] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    0.896344] ata_piix 0000:00:1f.1: can't derive routing for PCI INT A
[    0.896399] ata_piix 0000:00:1f.1: setting latency timer to 64
[    0.896735] scsi0 : ata_piix
[    0.896852] scsi1 : ata_piix
[    0.896908] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x500 irq 14
[    0.896914] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x508 irq 15
[    0.898271] libphy: Fixed MDIO Bus: probed
[    0.898284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.898287] ehci-pci: EHCI PCI platform driver
[    0.898320] ehci-pci 0000:00:1d.7: setting latency timer to 64
[    0.898327] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    0.898338] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.898355] ehci-pci 0000:00:1d.7: debug port 1
[    0.902275] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    0.902301] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfbef0000
[    0.910019] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.910057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.910063] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.910067] usb usb1: Product: EHCI Host Controller
[    0.910071] usb usb1: Manufacturer: Linux 3.8.3-upup ehci_hcd
[    0.910075] usb usb1: SerialNumber: 0000:00:1d.7
[    0.910186] hub 1-0:1.0: USB hub found
[    0.910198] hub 1-0:1.0: 8 ports detected
[    0.910362] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.910392] uhci_hcd: USB Universal Host Controller Interface driver
[    0.910423] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.910428] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.910438] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.910477] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00005000
[    0.910527] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    0.910533] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.910537] usb usb2: Product: UHCI Host Controller
[    0.910540] usb usb2: Manufacturer: Linux 3.8.3-upup uhci_hcd
[    0.910544] usb usb2: SerialNumber: 0000:00:1d.0
[    0.910646] hub 2-0:1.0: USB hub found
[    0.910654] hub 2-0:1.0: 2 ports detected
[    0.910760] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.910766] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.910775] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.910811] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00005020
[    0.910858] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    0.910863] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.910867] usb usb3: Product: UHCI Host Controller
[    0.910871] usb usb3: Manufacturer: Linux 3.8.3-upup uhci_hcd
[    0.910874] usb usb3: SerialNumber: 0000:00:1d.1
[    0.910976] hub 3-0:1.0: USB hub found
[    0.910984] hub 3-0:1.0: 2 ports detected
[    0.911091] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.911097] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.911107] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.911143] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00005040
[    0.911190] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    0.911196] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.911200] usb usb4: Product: UHCI Host Controller
[    0.911203] usb usb4: Manufacturer: Linux 3.8.3-upup uhci_hcd
[    0.911207] usb usb4: SerialNumber: 0000:00:1d.2
[    0.911313] hub 4-0:1.0: USB hub found
[    0.911320] hub 4-0:1.0: 2 ports detected
[    0.911399] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    0.911406] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    0.911414] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    0.911438] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00005060
[    0.911485] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    0.911491] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.911494] usb usb5: Product: UHCI Host Controller
[    0.911498] usb usb5: Manufacturer: Linux 3.8.3-upup uhci_hcd
[    0.911502] usb usb5: SerialNumber: 0000:00:1d.3
[    0.911598] hub 5-0:1.0: USB hub found
[    0.911606] hub 5-0:1.0: 2 ports detected
[    0.911799] Initializing USB Mass Storage driver...
[    0.911838] usbcore: registered new interface driver usb-storage
[    0.911840] USB Mass Storage support registered.
[    0.911855] usbcore: registered new interface driver ums-alauda
[    0.911870] usbcore: registered new interface driver ums-datafab
[    0.911885] usbcore: registered new interface driver ums_eneub6250
[    0.911899] usbcore: registered new interface driver ums-freecom
[    0.911914] usbcore: registered new interface driver ums-isd200
[    0.911928] usbcore: registered new interface driver ums-jumpshot
[    0.911949] usbcore: registered new interface driver ums-realtek
[    0.911965] usbcore: registered new interface driver ums-sddr09
[    0.911980] usbcore: registered new interface driver ums-sddr55
[    0.911995] usbcore: registered new interface driver ums-usbat
[    0.912018] usbcore: registered new interface driver ldusb
[    0.912076] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
[    0.913820] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.913830] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.913940] mousedev: PS/2 mouse device common for all mice
[    0.914113] md: raid0 personality registered for level 0
[    0.914160] EISA: Probing bus 0 at eisa.0
[    0.914164] EISA: Cannot allocate resource for mainboard
[    0.914187] cpuidle: using governor ladder
[    0.914190] cpuidle: using governor menu
[    0.914448] usbcore: registered new interface driver usbhid
[    0.914451] usbhid: USB HID core driver
[    0.914495] Netfilter messages via NETLINK v0.30.
[    0.914583] TCP: cubic registered
[    0.914589] NET: Registered protocol family 17
[    0.914609] Key type dns_resolver registered
[    0.914776] Using IPI No-Shortcut mode
[    0.956125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.155863] psmouse serio1: hgpk: ID: 10 00 64
[    1.216687] usb 1-5: new high-speed USB device number 2 using ehci-pci
[    1.236685] tsc: Refined TSC clocksource calibration: 2800.098 MHz
[    1.236693] Switching to clocksource tsc
[    1.326947] ata1.00: ATAPI: DV-28E-N, C.6B, max UDMA/33
[    1.340163] ata1.00: configured for UDMA/33
[    1.344678] scsi 0:0:0:0: CD-ROM            TEAC     DV-28E-N         C.6B PQ: 0 ANSI: 5
[    1.347824] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[    1.347829] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.347947] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.348051] Freeing unused kernel memory: 464k freed
[    1.367503] Floppy drive(s): fd0 is 1.44M
[    1.383267] FDC 0 is a National Semiconductor PC87306
[    1.434144] usb 1-5: New USB device found, idVendor=058f, idProduct=6387
[    1.434153] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.434159] usb 1-5: Product: Mass Storage
[    1.434165] usb 1-5: Manufacturer: Generic
[    1.434171] usb 1-5: SerialNumber: B409655C
[    1.434506] scsi2 : usb-storage 1-5:1.0
[    1.477707] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.493013] aufs 3.8-20130318
[    1.495881] fuse init (API version 7.20)
[    1.574216] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input1
[    1.716290] ISO 9660 Extensions: Microsoft Joliet Level 3
[    1.716789] ISO 9660 Extensions: RRIP_1991A
[    1.833350] usb 5-1: new low-speed USB device number 2 using uhci_hcd
[    2.010305] usb 5-1: New USB device found, idVendor=045e, idProduct=0039
[    2.010313] usb 5-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.010318] usb 5-1: Product: Microsoft 5-Button Mouse with IntelliEye(TM)
[    2.010322] usb 5-1: Manufacturer: Microsoft
[    2.028645] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/input/input2
[    2.028685] hid-generic 0003:045E:0039.0001: input: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.3-1/input0
[    2.438626] scsi 2:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 4
[    2.439987] sd 2:0:0:0: [sda] 7831552 512-byte logical blocks: (4.00 GB/3.73 GiB)
[    2.440980] sd 2:0:0:0: [sda] Write Protect is off
[    2.440989] sd 2:0:0:0: [sda] Mode Sense: 23 00 00 00
[    2.441980] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    2.495116]  sda: sda1
[    2.498094] sd 2:0:0:0: [sda] Attached SCSI removable disk
[    5.909700] ISO 9660 Extensions: Microsoft Joliet Level 3
[    5.976863] ISO 9660 Extensions: RRIP_1991A
[   18.438583] ISO 9660 Extensions: Microsoft Joliet Level 3
[   18.584580] ISO 9660 Extensions: RRIP_1991A
[  106.524724] aufs test_add:264:mount[646]: uid/gid/perm /pup_ro1 0/0/0755, 0/0/01777
[  106.524734] aufs test_add:264:mount[646]: uid/gid/perm /pup_ro2 0/0/0755, 0/0/01777
[  107.495029] udev[797]: starting version 167
[  108.273870] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[  108.273884] ACPI: Power Button [PWRF]
[  108.599283] thermal LNXTHERM:00: registered as thermal_zone0
[  108.599293] ACPI: Thermal Zone [THM0] (8 C)
[  109.405675] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[  109.939752] ACPI Warning: 0x00000928-0x0000092f SystemIO conflicts with Region \SGPE 1 (20121018/utaddress-251)
[  109.939769] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[  109.939779] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized
[  109.939784] lpc_ich: Resource conflict(s) found affecting gpio_ich
[  110.533699] pps_core: LinuxPPS API ver. 1 registered
[  110.533707] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[  110.535111] PTP clock support registered
[  110.548928] tg3.c:v3.128 (December 03, 2012)
[  110.548948] tg3 0000:03:01.0: PCI IRQ 25 -> rerouted to legacy IRQ 17
[  110.606821] HP CISS Driver (v 3.6.26)
[  110.608784] tg3 0000:03:01.0 eth0: Tigon3 [partno(N/A) rev 2100] (PCIX:133MHz:64-bit) MAC address 00:16:35:80:b7:3b
[  110.608795] tg3 0000:03:01.0 eth0: attached PHY is 5704 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[  110.608804] tg3 0000:03:01.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[0]
[  110.608811] tg3 0000:03:01.0 eth0: dma_rwctrl[769f4000] dma_mask[64-bit]
[  110.608873] tg3 0000:03:01.1: PCI IRQ 26 -> rerouted to legacy IRQ 18
[  110.616283] cciss 0000:04:03.0: PCI IRQ 51 -> rerouted to legacy IRQ 19
[  110.677490] input: PC Speaker as /devices/platform/pcspkr/input/input4
[  110.735203] tg3 0000:03:01.1 eth1: Tigon3 [partno(N/A) rev 2100] (PCIX:133MHz:64-bit) MAC address 00:16:35:80:b7:3a
[  110.735217] tg3 0000:03:01.1 eth1: attached PHY is 5704 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[  110.735226] tg3 0000:03:01.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[  110.735234] tg3 0000:03:01.1 eth1: dma_rwctrl[769f4000] dma_mask[64-bit]
[  110.793449] cciss 0000:04:03.0: cciss0: <0x46> at PCI 0000:04:03.0 IRQ 19 using DAC
[  110.805080]  cciss/c0d0: p1
[  110.814006]  cciss/c0d1: p1
[  110.822475]  cciss/c0d2: p1
[  110.832757]  cciss/c0d3: p1
[  110.840693]  cciss/c0d4: p1
[  110.851797]  cciss/c0d5: p1
[  110.859163] scsi3 : cciss
[  122.650449] vattery-acpitoo[4050]: segfault at 0 ip b6b4a580 sp bfbf2df0 error 4 in libc-2.15.so[b6b16000+1a3000]
[  123.181780] retrovol[4239]: segfault at 1 ip b762482d sp bfdd9830 error 4 in libasound.so.2.0.0[b75f9000+ed000]
[  666.580783] sr 0:0:0:0: [sr0]  
[  666.580790] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[  666.580794] sr 0:0:0:0: [sr0]  
[  666.580797] Sense Key : Illegal Request [current] 
[  666.580804] sr 0:0:0:0: [sr0]  
[  666.580809] Add. Sense: Logical block address out of range
[  666.580814] sr 0:0:0:0: [sr0] CDB: 
[  666.580816] Read(10): 28 00 00 01 50 60 00 00 02 00
[  666.580829] end_request: I/O error, dev sr0, sector 344448
[  666.580834] Buffer I/O error on device sr0, logical block 43056
[  666.583663] sr 0:0:0:0: [sr0]  
[  666.583669] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[  666.583673] sr 0:0:0:0: [sr0]  
[  666.583675] Sense Key : Illegal Request [current] 
[  666.583681] sr 0:0:0:0: [sr0]  
[  666.583686] Add. Sense: Logical block address out of range
[  666.583690] sr 0:0:0:0: [sr0] CDB: 
[  666.583693] Read(10): 28 00 00 01 50 60 00 00 02 00
[  666.583705] end_request: I/O error, dev sr0, sector 344448
[  666.583710] Buffer I/O error on device sr0, logical block 43056
[  751.148219] ISO 9660 Extensions: Microsoft Joliet Level 3
[  751.293903] ISO 9660 Extensions: RRIP_1991A
...so I think there is incremental progress happening ;) cciss? You may as well be speaking Parseltongue to me
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#8 Post by tempestuous »

Puppyt wrote:

Code: Select all

# mount -t ext2 /dev/cciss/c0d0 /mnt/raid 
mount: wrong fs type, bad option, bad superblock on /dev/cciss/c0d0
I suspect you may need the generic SCSI module (sg) to be loaded,
and I also suspect that earlier formatting attempts via Gparted may be corrupt.

So first load the sg module -

Code: Select all

modprobe sg
Now manually format the SCSI RAID array (I prefer ext3) -

Code: Select all

mkfs.ext3 /dev/cciss/c0d0
Now create the /mnt/raid directory -

Code: Select all

mkdir /mnt/raid
Now try to mount the RAID array -

Code: Select all

mount -t ext3 /dev/cciss/c0d0 /mnt/raid

User avatar
8-bit
Posts: 3406
Joined: Wed 04 Apr 2007, 03:37
Location: Oregon

#9 Post by 8-bit »

I am not smart as some of the others in offering suggestions.
But I have an Adaptec scsi card in my late model Compac desktop PC and it is old enough that I get a pause that is built in for the SCSI drives to spin up.
Also, I get a message that the BIOS on the card id disabled.
To be able to boot from an attached scsi drive, I have to set a jumper on the card to enable the BIOS and be able to boot from the attached drive.
I currently only have Puppy 4.3.1 SCSI (it was a test version that was not able to boot an attached scsi drive.
But be sure to track down any documentation for your scsi card as to how to set it up for booting.
/dev/scsi0 should be your boot drive if I remember correctly.
And with scsi, do not forget terminators either ending or pass-through.

Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

#10 Post by Puppyt »

Good call, 8-bit -
I have been 'tinkering' with the settings in the BIOS and although I've had C drive as second boot option behind CD, Boot Contoller order steadfastly resisted changing from "Ctrl:1 PCI embedded HP Smart Array 6i Controller" to "Ctrl: 2 PCI Embedded HP Integrated PCI IDE Contoller" - the latter I'm assuming might have something to do with a jumper switch such as you mention
Integrated Diskette Contoller - disabled (mental note to me, while the Proliant reboots)

Thanks tempestuous -
I rebooted, and gparted still "sees" the cciss partitions at /dev/cciss/c0d(N)pi. However modpobe sg returns FATAL: Module sg not found. Hmmmm something missed from Woof perhaps?

Code: Select all

mkfs.ext3 /dev/cciss/c0d0
WORKING :) Allocating group tables...Writing inode tables: done... Creating journal (32768 blocks): done... Writing superblocks etc...: done
I entered the next two series of commands, and no response after submitting either - just flashing cursor. No SCSCI drives show up in Mut/Pmount, but 'lsmod' returns a ...cciss 81674 1 (my emphasis) so something *is* happening. I'll...
DOH - just as kickstart found (RAID in Lupu thread), desktop icons don't appear for the scsci drives, but there "raid" is, as mnt/raid in rox and I've been able to throw the essential puppy files over (initrd.gz, vmlinuz, *sfs and save.2fs). Grub4dos refuses entry via /dev/cciss/c0d0 or /mnt/raid - "Partition is not linux". To be expected... Will reboot and test...THANKS TEMPESTOUS!!!
Well I'm off to search for the jolly jumper that 8-bit suggested might get this pandora's box properly opened,
Cheers :)

UPDATE:
Well the image shows where I guess I can stop for the moment - Upup 3.8.3.1 LiveCD with savefile on a usb stick. I've copied a surrogate install onto bay0 (Scsi Drive 0) but no cigar yet - the drive is currently overlooked for startup. Anyway I can still use these SCSI drives as storage units for video transfers from VHS I think - now on to getting EasyCap DC60+ running! Should be interesting, without audio output jacks on the server...
Attachments
scsi drives as mounted folders.jpg
Display of the key steps to have scsi drives mounted as slaves on bootup from CD with usb pupsave
(103.44 KiB) Downloaded 1077 times
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#11 Post by tempestuous »

Puppyt wrote:modpobe sg returns FATAL: Module sg not found
Since you are successfully accessing your SCSI drives, I suspect pemasu configured SCSI-block support into the kernel image.
That would be why the sg driver is not available as an external module.

bay0,bay1,bay2,bay3,bay4,bay5 - Puppy is auto-creating those device names? Interesting.
Puppyt wrote:I've copied a surrogate install onto bay0 (Scsi Drive 0)
Was this a manual installation attempt? I recommend against this. It's best to let Puppy do the installation, particularly for the last part - the installation and configuration of grub (or grub4dos) -
Menu > Setup > Utility > Puppy universal installer

But don't be too disappointed if booting from SCSI still fails - I think your Smart Array 6i presents some rather unconventional interfaces to the operating system - as evidenced by the device names. It would be feasible to modify Puppy's startup scripts to fix this, but this would require a bit of expertise, and the Puppy initrd would probably need to be rebuilt. All in all, a bit of faffing around.

Will your Proliant DL380 boot from USB? If so, I suggest you do a frugal installation to a USB flash drive -
Menu > Setup > Utility > BootFlash install Puppy to USB

Then you can just use the SCSI drives for media storage.

Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

#12 Post by Puppyt »

Thanks tempestuous - that's what I think I will end up doing, with a USB install. No CD/DVD burner here. But no - the SCSI drive names of "BayN" were my manufactures, via the mkdir script in rd.local I gleaned from your and kiskstart's earlier postings on Raid in Lupu. I chose 'bay' rather than drive etc - never had hot-swappable SCSI's before - making quite an impression on me - but makes my study sound like a busy airport runway...
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#13 Post by tempestuous »

OK, I understand that you have created the "bayxx" mountpoints, yourself.
Puppyt wrote:
Re: Is it possible to disable the Smart Array RAID capabilities ?

No, it cannot be disabled. Insted use another PCI SCSI only card to achieve it.
Even though the RAID capability of the Smart Array 6i may never be disabled, per se, in this case the RAID configuration is certainly inactive ...
ie. your Puppy OS is seeing the 6 physical drives as 6 logical drives - there is no sharing of capacity between the drives, and thus no effective RAID array.

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#14 Post by tempestuous »

I wish you luck with the video capture dongle. It's worth reading this -
http://easycap.blogspot.com.au/p/easycap-dc60.html
Apparently the easycapdriver Linux driver doesn't fully support the PAL framerate of 25fps. Assuming you have a genuine Easycap DC60+ this will be a deal-breaker.
Ironically, if your Easycap DC60+ is a fake, it might actually work better under Linux than the real unit!

I hate to be a killjoy, but for a specialised task like analogue-to-digital video capture, it might be better to run Windows XP!

And forget Wine - this is simply an admission that Linux fails to do what you want it to do, and it will probably add extra CPU overhead.

Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

#15 Post by Puppyt »

Thanks again, tempestuous, for your advice - sorry I was delayed in getting back to the forum, had hoped to have more success to document before now.
Well, the Easycap dongle is a clone of sorts - lsusb shows

Code: Select all

Bus 001 Device 004: ID 1c88:0007 Somagic, Inc. 
It registers fine with all my Puppy installs, but the commands I've found online I have to enter in either Mplayer or VLC don't seem to work to get the capture/input working. That's with downloading the particular drivers/general instructions for the SM-007 (SMI-2021 chip) http://code.google.com/p/easycap-somagic-linux/. Guess I'll join that forum later though, for uber-noob support. Downloaded Frame rate and image dimension size entries have to be spot on, I know.
WINE has been a dead-end too - I guess if I had either a little more time or persistence (or compiling experience) I could bludgeon something that could work there or in native Linux - but I really need to get these copied ASAP without further drama. Looks like I will go back to XP for the time being, as I have to rescue/ditch the tapes, part of a more global effort to declutter my life ;)
Many, many thanks for your assistance.
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

User avatar
Ted Dog
Posts: 3965
Joined: Wed 14 Sep 2005, 02:35
Location: Heart of Texas

#16 Post by Ted Dog »

I got a VHS to DVD burner combo unit for my mother from Amazon. It works much better then expected. She wants to digitize old home moves. They are hard to find in retail stores, but still exist on line stores.
it only costs a few dollars less than 150 USD. The resulting DVD's are not encrypted so I copied them on to a harddrive to make duplicates. We are talking VHS tapes from 30 years ago.

Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

#17 Post by Puppyt »

Hi Ted Dog,
thanks for your input - sorry that it's taken me so long to get around to respond. Well, my $10 dongle was working fine - in XP :(
I didn't get around to properly sorting out the Linux drivers for the audio and visual capture with it - the digital transfer was taking longer than expected. Real-time, yes, but I'd forgotten that I'd recorded everything on Extended Play, so 3 hrs for a 180min tape. And I was so skint back then, I recycled previously-used tapes to do my timecoded copies. The visuals are pretty shocking. "Grainy" would be a polite term to use for my handiwork. But it is good enough for my purposes.
...and now I have lost vision completely. Old tapes=rapidly clogged heads. Cannot remember when the player was last used/cleaned. Ran some old cleaning tapes through it a few times, plus lifted the hood and did a manual clean of drums, rollers etc but although I still have audio, nada on vision.
So close, and yet... :(
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#18 Post by mikeb »

Hmm heavy build up on video drums used to need a rub with a wet finger straight on the heads for me...crude but effective.

mike

Post Reply