Converting a laptop into a MAME cabinet: Looking for optimisation.

Hello everyone!
I recently turned an old laptop into a MAME arcade cabinet.
So far I only have the laptop working with MAME able to play games. I will build the cabinet from scratch once I have fully optimised the laptop.
Let me explain all of this in details.
First of all, I got motivated with this video of someone making a MAME arcade cabinet out of an old computer and something that looks like an empty Neo-Geo arcade cabinet.
https://www.youtube.com/watch?v=sd9j6nGUCvU
While the idea seems really nice, using FreeDOS (or any DOS operating system) really bothers me.
Since, in the video, DOS is used to boot really fast and have nearly nothing between MAME and the operating system, there's no reason not to use GNU/Linux to achieve the same goal.
Some info about the computer
cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Mobile Intel(R) Pentium(R) 4 CPU 2.66GHz
stepping : 9
microcode : 0x1a
cpu MHz : 2660.060
cache size : 512 KB
fdiv_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
bogomips : 5322.79
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 32 bits virtual
power management:
cat /proc/meminfo
MemTotal: 494284 kB
MemFree: 60016 kB
Buffers: 25528 kB
Cached: 366668 kB
SwapCached: 0 kB
Active: 125360 kB
Inactive: 272224 kB
Active(anon): 5596 kB
Inactive(anon): 224 kB
Active(file): 119764 kB
Inactive(file): 272000 kB
Unevictable: 0 kB
Mlocked: 0 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 494284 kB
LowFree: 60016 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 192 kB
Writeback: 0 kB
AnonPages: 5400 kB
Mapped: 13100 kB
Shmem: 432 kB
Slab: 30092 kB
SReclaimable: 25728 kB
SUnreclaim: 4364 kB
KernelStack: 424 kB
PageTables: 588 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 247140 kB
Committed_AS: 16896 kB
VmallocTotal: 525048 kB
VmallocUsed: 9432 kB
VmallocChunk: 509092 kB
HardwareCorrupted: 0 kB
AnonHugePages: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 4096 kB
DirectMap4k: 15616 kB
DirectMap4M: 491520 kB
dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.10-1-ARCH (tobias@testing-i686) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Aug 30 12:11:59 CEST 2013
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000eedff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000eee00-0x00000000000eefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000000ef000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ef3ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000001ef40000-0x000000001ef4ffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000001ef50000-0x000000001effffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feda0000-0x00000000fedbffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffbfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffe80000-0x00000000ffffffff] reserved
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[ 0.000000] SMBIOS 2.3 present.
[ 0.000000] DMI: TOSHIBA Satellite Pro A40/Portable PC, BIOS Version 1.50 01/26/2004
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x1ef40 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-E7FFF write-protect
[ 0.000000] E8000-EFFFF write-back
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0FEDA0000 mask FFFFE0000 write-back
[ 0.000000] 1 base 01F000000 mask FFF000000 uncachable
[ 0.000000] 2 base 0FFF00000 mask FFFF00000 uncachable
[ 0.000000] 3 base 000000000 mask FE0000000 write-back
[ 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] e820: update [mem 0x1f000000-0xfed9ffff] usable ==> reserved
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] initial memory mapped: [mem 0x00000000-0x00bfffff]
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x1e800000-0x1ebfffff]
[ 0.000000] [mem 0x1e800000-0x1ebfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x18000000-0x1e7fffff]
[ 0.000000] [mem 0x18000000-0x1e7fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x17ffffff]
[ 0.000000] [mem 0x00100000-0x003fffff] page 4k
[ 0.000000] [mem 0x00400000-0x17ffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x1ec00000-0x1ef3ffff]
[ 0.000000] [mem 0x1ec00000-0x1ef3ffff] page 4k
[ 0.000000] BRK [0x0084f000, 0x0084ffff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x1ec77000-0x1ef3efff]
[ 0.000000] ACPI: RSDP 000f0180 00014 (v00 TOSHIB)
[ 0.000000] ACPI: RSDT 1ef40000 00038 (v01 TOSHIB 750 00970814 TASM 04010000)
[ 0.000000] ACPI: FACP 1ef40060 00084 (v02 TOSHIB 750 20030101 TASM 04010000)
[ 0.000000] ACPI: DSDT 1ef40558 04B72 (v01 TOSHIB A000C 20031216 MSFT 0100000E)
[ 0.000000] ACPI: FACS 000eee00 00040
[ 0.000000] ACPI: SSDT 1ef402ca 00082 (v01 TOSHIB A000C 20030917 MSFT 0100000E)
[ 0.000000] ACPI: DBGP 1ef400e4 00034 (v01 TOSHIB 750 00970814 TASM 04010000)
[ 0.000000] ACPI: BOOT 1ef40038 00028 (v01 TOSHIB 750 00970814 TASM 04010000)
[ 0.000000] ACPI: APIC 1ef40118 00062 (v01 TOSHIB 750 00970814 TASM 04010000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 495MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 1ef40000
[ 0.000000] low ram: 0 - 1ef40000
[ 0.000000] BRK [0x00850000, 0x00850fff] PGTABLE
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] Normal [mem 0x01000000-0x1ef3ffff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x1ef3ffff]
[ 0.000000] On node 0 totalpages: 126686
[ 0.000000] free_area_init_node: node 0, pgdat c06b5340, node_mem_map de897020
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] Normal zone: 959 pages used for memmap
[ 0.000000] Normal zone: 122688 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0xd808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 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 2 CPUs, 1 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000ee000
[ 0.000000] PM: Registered nosave memory: 00000000000ee000 - 00000000000ef000
[ 0.000000] PM: Registered nosave memory: 00000000000ef000 - 0000000000100000
[ 0.000000] e820: [mem 0x1f000000-0xfebfffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @de877000 s33344 r0 d24000 u57344
[ 0.000000] pcpu-alloc: s33344 r0 d24000 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 125695
[ 0.000000] Kernel command line: root=/dev/sda1 rw modprobe.blacklist=vesafb video=SVIDEO-1:d i915.modeset=0 vga=0x31A quiet initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 1014264 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
[ 0.000000] Memory: 490840k/507136k available (4169k kernel code, 15904k reserved, 1743k data, 596k init, 0k highmem)
[ 0.000000] virtual kernel memory layout:
fixmap : 0xfff14000 - 0xfffff000 ( 940 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xdf740000 - 0xff7fe000 ( 512 MB)
lowmem : 0xc0000000 - 0xdef40000 ( 495 MB)
.init : 0xc06c7000 - 0xc075c000 ( 596 kB)
.data : 0xc051259e - 0xc06c6400 (1743 kB)
.text : 0xc0100000 - 0xc051259e (4169 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[ 0.000000] NR_IRQS:2304 nr_irqs:512 16
[ 0.000000] CPU 0 irqstacks, hard=de008000 soft=de00a000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2660.060 MHz processor
[ 0.006669] Calibrating delay loop (skipped), value calculated using timer frequency.. 5322.79 BogoMIPS (lpj=8866866)
[ 0.006676] pid_max: default: 32768 minimum: 301
[ 0.006742] Security Framework initialized
[ 0.006759] AppArmor: AppArmor disabled by boot time parameter
[ 0.006781] Mount-cache hash table entries: 512
[ 0.010170] Initializing cgroup subsys memory
[ 0.010195] Initializing cgroup subsys devices
[ 0.010200] Initializing cgroup subsys freezer
[ 0.010204] Initializing cgroup subsys net_cls
[ 0.010207] Initializing cgroup subsys blkio
[ 0.010263] CPU0: Hyper-Threading is disabled
[ 0.010268] mce: CPU supports 4 MCE banks
[ 0.010281] CPU0: Thermal monitoring enabled (TM1)
[ 0.010305] Last level iTLB entries: 4KB 128, 2MB 128, 4MB 128
Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64
tlb_flushall_shift: 6
[ 0.018586] ACPI: Core revision 20130328
[ 0.018597] TOSHIBA Satellite detected - force copy of DSDT to local memory
[ 0.018750] ACPI: Forced DSDT copy: length 0x04B72 copied locally, original unmapped
[ 0.021497] ACPI: All ACPI Tables successfully acquired
[ 0.021619] ftrace: allocating 18675 entries in 37 pages
[ 0.030259] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.030615] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.065622] smpboot: CPU0: Mobile Intel(R) Pentium(R) 4 CPU 2.66GHz (fam: 0f, model: 02, stepping: 09)
[ 0.066666] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[ 0.066666] ... version: 0
[ 0.066666] ... bit width: 40
[ 0.066666] ... generic registers: 18
[ 0.066666] ... value mask: 000000ffffffffff
[ 0.066666] ... max period: 0000007fffffffff
[ 0.066666] ... fixed-purpose events: 0
[ 0.066666] ... event mask: 000000000003ffff
[ 0.083368] Brought up 1 CPUs
[ 0.083376] smpboot: Total of 1 processors activated (5322.79 BogoMIPS)
[ 0.083875] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.084063] devtmpfs: initialized
[ 0.084460] PM: Registering ACPI NVS region [mem 0x000eee00-0x000eefff] (512 bytes)
[ 0.086033] RTC time: 13:35:34, date: 09/14/13
[ 0.086130] NET: Registered protocol family 16
[ 0.086469] ACPI: bus type PCI registered
[ 0.086476] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.086736] PCI: PCI BIOS revision 2.10 entry at 0xfd2fe, last bus=3
[ 0.086740] PCI: Using configuration type 1 for base access
[ 0.087940] bio: create slab <bio-0> at 0
[ 0.088108] ACPI: Added _OSI(Module Device)
[ 0.088112] ACPI: Added _OSI(Processor Device)
[ 0.088117] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.088120] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.089047] ACPI: EC: Look up EC in DSDT
[ 0.091096] ACPI: Actual Package length (15) is larger than NumElements field (1), truncated
[ 0.091928] ACPI: Interpreter enabled
[ 0.091944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
[ 0.091951] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
[ 0.091973] ACPI: (supports S0 S3 S4 S5)
[ 0.091978] ACPI: Using IOAPIC for interrupt routing
[ 0.092027] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.092129] ACPI: No dock devices found.
[ 0.097361] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 0.097383] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 0.099748] ACPI: Power Resource [PFAN] (off)
[ 0.100228] ACPI: PCI Interrupt Link [LNKA] (IRQs *10)
[ 0.100340] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *11)
[ 0.100452] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *11)
[ 0.100563] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *11)
[ 0.100676] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *11)
[ 0.100787] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *11)
[ 0.100898] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *11)
[ 0.101009] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *11)
[ 0.101192] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.101269] acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.101274] acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.101279] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.101283] acpi PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
[ 0.101286] acpi PNP0A03:00: host bridge window [mem 0x80100000-0xfebfffff] (ignored)
[ 0.101290] acpi PNP0A03:00: host bridge window [mem 0xfec01000-0xfec0ffff] (ignored)
[ 0.101293] acpi PNP0A03:00: host bridge window [mem 0xfec20000-0xfed9ffff] (ignored)
[ 0.101297] acpi PNP0A03:00: host bridge window [mem 0xfedc0000-0xfedfffff] (ignored)
[ 0.101300] acpi PNP0A03:00: host bridge window [mem 0xfee01000-0xffafffff] (ignored)
[ 0.101304] acpi PNP0A03:00: host bridge window [mem 0xffc00000-0xffe7ffff] (ignored)
[ 0.101307] PCI: root bus 00: using default resources
[ 0.101313] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.101425] PCI host bridge to bus 0000:00
[ 0.101431] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.101436] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.101439] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.101458] pci 0000:00:00.0: [8086:3580] type 00 class 0x060000
[ 0.101585] pci 0000:00:00.1: [8086:3584] type 00 class 0x088000
[ 0.101694] pci 0000:00:00.3: [8086:3585] type 00 class 0x088000
[ 0.101813] pci 0000:00:02.0: [8086:3582] type 00 class 0x030000
[ 0.101828] pci 0000:00:02.0: reg 10: [mem 0xd8000000-0xdfffffff pref]
[ 0.101836] pci 0000:00:02.0: reg 14: [mem 0xd0000000-0xd007ffff]
[ 0.101845] pci 0000:00:02.0: reg 18: [io 0xeff8-0xefff]
[ 0.101881] pci 0000:00:02.0: supports D1
[ 0.101959] pci 0000:00:02.1: [8086:3582] type 00 class 0x038000
[ 0.101972] pci 0000:00:02.1: reg 10: [mem 0x00000000-0x07ffffff pref]
[ 0.101981] pci 0000:00:02.1: reg 14: [mem 0x00000000-0x0007ffff]
[ 0.102021] pci 0000:00:02.1: supports D1
[ 0.102131] pci 0000:00:1d.0: [8086:24c2] type 00 class 0x0c0300
[ 0.102177] pci 0000:00:1d.0: reg 20: [io 0xcfe0-0xcfff]
[ 0.102261] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.102326] pci 0000:00:1d.1: [8086:24c4] type 00 class 0x0c0300
[ 0.102373] pci 0000:00:1d.1: reg 20: [io 0xcf80-0xcf9f]
[ 0.102455] pci 0000:00:1d.1: System wakeup disabled by ACPI
[ 0.102526] pci 0000:00:1d.7: [8086:24cd] type 00 class 0x0c0320
[ 0.102551] pci 0000:00:1d.7: reg 10: [mem 0x00000000-0x000003ff]
[ 0.102646] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.102711] pci 0000:00:1d.7: System wakeup disabled by ACPI
[ 0.102772] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060400
[ 0.102899] pci 0000:00:1f.0: [8086:24cc] type 00 class 0x060100
[ 0.102969] pci 0000:00:1f.0: quirk: [io 0xd800-0xd87f] claimed by ICH4 ACPI/GPIO/TCO
[ 0.102975] pci 0000:00:1f.0: quirk: [io 0xeec0-0xeeff] claimed by ICH4 GPIO
[ 0.103057] pci 0000:00:1f.1: [8086:24ca] type 00 class 0x01018a
[ 0.103073] pci 0000:00:1f.1: reg 10: [io 0xbff8-0xbfff]
[ 0.103084] pci 0000:00:1f.1: reg 14: [io 0xbff4-0xbff7]
[ 0.103095] pci 0000:00:1f.1: reg 18: [io 0xbfe8-0xbfef]
[ 0.103106] pci 0000:00:1f.1: reg 1c: [io 0xbfe4-0xbfe7]
[ 0.103117] pci 0000:00:1f.1: reg 20: [io 0xbfa0-0xbfaf]
[ 0.103128] pci 0000:00:1f.1: reg 24: [mem 0x00000000-0x000003ff]
[ 0.103234] pci 0000:00:1f.5: [8086:24c5] type 00 class 0x040100
[ 0.103252] pci 0000:00:1f.5: reg 10: [io 0x0000-0x00ff]
[ 0.103262] pci 0000:00:1f.5: reg 14: [io 0x0000-0x003f]
[ 0.103273] pci 0000:00:1f.5: reg 18: [mem 0x00000000-0x000001ff]
[ 0.103283] pci 0000:00:1f.5: reg 1c: [mem 0x00000000-0x000000ff]
[ 0.103347] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[ 0.103440] pci 0000:00:1f.6: [8086:24c6] type 00 class 0x070300
[ 0.103457] pci 0000:00:1f.6: reg 10: [io 0x0000-0x00ff]
[ 0.103468] pci 0000:00:1f.6: reg 14: [io 0x0000-0x007f]
[ 0.103528] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.103592] pci 0000:00:1f.6: System wakeup disabled by ACPI
[ 0.103759] pci 0000:01:08.0: [8086:103d] type 00 class 0x020000
[ 0.103777] pci 0000:01:08.0: reg 10: [mem 0xcffff000-0xcfffffff]
[ 0.103788] pci 0000:01:08.0: reg 14: [io 0xcf40-0xcf7f]
[ 0.103849] pci 0000:01:08.0: supports D1 D2
[ 0.103852] pci 0000:01:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.103946] pci 0000:01:0b.0: [1179:0617] type 02 class 0x060700
[ 0.103967] pci 0000:01:0b.0: reg 10: [mem 0x00000000-0x00000fff]
[ 0.104051] pci 0000:01:0b.0: System wakeup disabled by ACPI
[ 0.104126] pci 0000:00:1e.0: PCI bridge to [bus 01-03] (subtractive decode)
[ 0.104134] pci 0000:00:1e.0: bridge window [io 0xc000-0xcfff]
[ 0.104139] pci 0000:00:1e.0: bridge window [mem 0xcff00000-0xcfffffff]
[ 0.104146] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.104149] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[ 0.104213] pci_bus 0000:02: busn_res: can not insert [bus 02-ff] under [bus 01-03] (conflicts with (null) [bus 01-03])
[ 0.104220] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[ 0.104234] pci_bus 0000:00: on NUMA node 0
[ 0.104240] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[ 0.104244] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[ 0.105070] acpi root: \_SB_.PCI0 notify handler is installed
[ 0.105106] Found 1 acpi root devices
[ 0.105287] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.105293] vgaarb: loaded
[ 0.105295] vgaarb: bridge control possible 0000:00:02.0
[ 0.105374] PCI: Using ACPI for IRQ routing
[ 0.105411] PCI: pci_cache_line_size set to 64 bytes
[ 0.105430] pci 0000:00:1d.0: address space collision: [io 0xcfe0-0xcfff] conflicts with PCI Bus 0000:01 [io 0xc000-0xcfff]
[ 0.105436] pci 0000:00:1d.1: address space collision: [io 0xcf80-0xcf9f] conflicts with PCI Bus 0000:01 [io 0xc000-0xcfff]
[ 0.105469] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.105473] e820: reserve RAM buffer [mem 0x1ef40000-0x1fffffff]
[ 0.105652] NetLabel: Initializing
[ 0.105655] NetLabel: domain hash size = 128
[ 0.105657] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.105682] NetLabel: unlabeled traffic allowed by default
[ 0.105762] Switching to clocksource refined-jiffies
[ 0.114902] pnp: PnP ACPI init
[ 0.114937] ACPI: bus type PNP registered
[ 0.115895] pnp 00:00: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.1 BAR 0 [mem 0x00000000-0x07ffffff pref]
[ 0.115901] pnp 00:00: disabling [mem 0x000e0000-0x000effff] because it overlaps 0000:00:02.1 BAR 0 [mem 0x00000000-0x07ffffff pref]
[ 0.115905] pnp 00:00: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:02.1 BAR 0 [mem 0x00000000-0x07ffffff pref]
[ 0.115910] pnp 00:00: disabling [mem 0x00100000-0x1ef3ffff] because it overlaps 0000:00:02.1 BAR 0 [mem 0x00000000-0x07ffffff pref]
[ 0.115984] system 00:00: [mem 0x1ef40000-0x1ef4ffff] could not be reserved
[ 0.115989] system 00:00: [mem 0x1ef50000-0x1effffff] has been reserved
[ 0.115993] system 00:00: [mem 0xfec10000-0xfec1ffff] has been reserved
[ 0.115996] system 00:00: [mem 0xfeda0000-0xfedbffff] has been reserved
[ 0.116000] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.116004] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.116008] system 00:00: [mem 0xffb00000-0xffbfffff] has been reserved
[ 0.116011] system 00:00: [mem 0xffe80000-0xffffffff] has been reserved
[ 0.116018] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.116064] pnp 00:01: [dma 4]
[ 0.116100] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.116159] pnp 00:02: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.116228] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.118254] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.118254] pnp 00:05: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.118254] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f] because it overlaps 0000:00:1d.0 BAR 4 [io 0x0000-0x001f]
[ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1d.1 BAR 4 [io 0x0000-0x001f]
[ 0.118254] pnp 00:07: disabling [io 0x002e-0x002f] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0062] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0066] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0080] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0084-0x0086] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0088] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x008c-0x008e] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x00e0-0x00ef] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0024-0x0025] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0028-0x0029] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x002c-0x002d] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0030-0x0031] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0034-0x0035] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0038-0x0039] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x003c-0x003d] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0050-0x0053] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0063] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0065] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0072-0x0077] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0090-0x009f] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x00a4-0x00a5] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x00a8-0x00a9] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x00ac-0x00ad] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x00b0-0x00b5] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x00b8-0x00b9] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x00bc-0x00bd] because it overlaps 0000:00:1f.5 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x002e-0x002f disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
[ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
[ 0.118254] pnp 00:07: disabling [io 0x0024-0x0025 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
[ 0.118254] pnp 00:07: disabling [io 0x0028-0x0029 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
[ 0.118254] pnp 00:07: disabling [io 0x002c-0x002d disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
[ 0.118254] pnp 00:07: disabling [io 0x0030-0x0031 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
[ 0.118254] pnp 00:07: disabling [io 0x0034-0x0035 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
[ 0.118254] pnp 00:07: disabling [io 0x0038-0x0039 disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
[ 0.118254] pnp 00:07: disabling [io 0x003c-0x003d disabled] because it overlaps 0000:00:1f.5 BAR 1 [io 0x0000-0x003f]
[ 0.118254] pnp 00:07: disabling [io 0x002e-0x002f disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0062 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0066 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0080 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0084-0x0086 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0088 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x008c-0x008e disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x00e0-0x00ef disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0024-0x0025 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0028-0x0029 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x002c-0x002d disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0030-0x0031 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0034-0x0035 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0038-0x0039 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x003c-0x003d disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0050-0x0053 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0063 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0065 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0072-0x0077 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x0090-0x009f disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x00a4-0x00a5 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x00a8-0x00a9 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x00ac-0x00ad disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x00b0-0x00b5 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x00b8-0x00b9 disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x00bc-0x00bd disabled] because it overlaps 0000:00:1f.6 BAR 0 [io 0x0000-0x00ff]
[ 0.118254] pnp 00:07: disabling [io 0x002e-0x002f disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] pnp 00:07: disabling [io 0x0062 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] pnp 00:07: disabling [io 0x0066 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] pnp 00:07: disabling [io 0x0010-0x001f disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] pnp 00:07: disabling [io 0x0024-0x0025 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] pnp 00:07: disabling [io 0x0028-0x0029 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] pnp 00:07: disabling [io 0x002c-0x002d disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] pnp 00:07: disabling [io 0x0030-0x0031 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] pnp 00:07: disabling [io 0x0034-0x0035 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] pnp 00:07: disabling [io 0x0038-0x0039 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] pnp 00:07: disabling [io 0x003c-0x003d disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] pnp 00:07: disabling [io 0x0050-0x0053 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] pnp 00:07: disabling [io 0x0063 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] pnp 00:07: disabling [io 0x0065 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] pnp 00:07: disabling [io 0x0072-0x0077 disabled] because it overlaps 0000:00:1f.6 BAR 1 [io 0x0000-0x007f]
[ 0.118254] system 00:07: [io 0x01e0-0x01ef] has been reserved
[ 0.118254] system 00:07: [io 0x0480-0x048f] has been reserved
[ 0.118254] system 00:07: [io 0x0680-0x06ff] has been reserved
[ 0.118254] system 00:07: [io 0x0800-0x080f] has been reserved
[ 0.118254] system 00:07: [io 0xd800-0xd87f] has been reserved
[ 0.118254] system 00:07: [io 0xd880-0xd89f] has been reserved
[ 0.118254] system 00:07: [io 0xd8a0-0xd8bf] has been reserved
[ 0.118254] system 00:07: [io 0xe000-0xe07f] has been reserved
[ 0.118254] system 00:07: [io 0xe080-0xe0ff] has been reserved
[ 0.118254] system 00:07: [io 0xe400-0xe47f] has been reserved
[ 0.118254] system 00:07: [io 0xe480-0xe4ff] has been reserved
[ 0.118254] system 00:07: [io 0xe800-0xe87f] has been reserved
[ 0.118254] system 00:07: [io 0xe880-0xe8ff] has been reserved
[ 0.118254] system 00:07: [io 0xec00-0xec7f] has been reserved
[ 0.118254] system 00:07: [io 0xec80-0xecff] has been reserved
[ 0.118254] system 00:07: [io 0xeeac] has been reserved
[ 0.118254] system 00:07: [io 0xeeb0-0xeebf] has been reserved
[ 0.118254] system 00:07: [io 0xeec0-0xeeff] has been reserved
[ 0.118254] system 00:07: [io 0x04d0-0x04d1] has been reserved
[ 0.118254] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.118254] pnp 00:08: Plug and Play ACPI device, IDs PNP0401 (disabled)
[ 0.127072] pnp: PnP ACPI: found 9 devices
[ 0.127075] ACPI: bus type PNP unregistered
[ 0.164608] Switching to clocksource acpi_pm
[ 0.164668] pci 0000:01:0b.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[ 0.164674] pci 0000:00:1e.0: bridge window [mem 0x04000000-0x03ffffff pref] to [bus 01-03] add_size 4000000
[ 0.164690] pci 0000:00:1e.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[ 0.164700] pci 0000:00:02.1: BAR 0: assigned [mem 0x20000000-0x27ffffff pref]
[ 0.164708] pci 0000:00:1e.0: BAR 15: assigned [mem 0x28000000-0x2bffffff pref]
[ 0.164712] pci 0000:00:02.1: BAR 1: assigned [mem 0x2c000000-0x2c07ffff]
[ 0.164718] pci 0000:00:1d.7: BAR 0: assigned [mem 0x2c080000-0x2c0803ff]
[ 0.164725] pci 0000:00:1f.1: BAR 5: assigned [mem 0x2c080400-0x2c0807ff]
[ 0.164732] pci 0000:00:1f.5: BAR 2: assigned [mem 0x2c080800-0x2c0809ff]
[ 0.164739] pci 0000:00:1f.5: BAR 0: assigned [io 0x1000-0x10ff]
[ 0.164745] pci 0000:00:1f.5: BAR 3: assigned [mem 0x2c080a00-0x2c080aff]
[ 0.164752] pci 0000:00:1f.6: BAR 0: assigned [io 0x1400-0x14ff]
[ 0.164758] pci 0000:00:1f.6: BAR 1: assigned [io 0x1800-0x187f]
[ 0.164764] pci 0000:00:1f.5: BAR 1: assigned [io 0x1880-0x18bf]
[ 0.164771] pci 0000:00:1d.0: BAR 4: assigned [io 0x18c0-0x18df]
[ 0.164777] pci 0000:00:1d.1: BAR 4: assigned [io 0x18e0-0x18ff]
[ 0.164788] pci 0000:01:0b.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[ 0.164792] pci 0000:01:0b.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[ 0.164796] pci 0000:01:0b.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
[ 0.164800] pci 0000:01:0b.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
[ 0.164805] pci 0000:01:0b.0: BAR 0: assigned [mem 0x30000000-0x30000fff]
[ 0.164811] pci 0000:01:0b.0: BAR 15: assigned [mem 0x28000000-0x2bffffff pref]
[ 0.164816] pci 0000:01:0b.0: BAR 16: assigned [mem 0x34000000-0x37ffffff]
[ 0.164820] pci 0000:01:0b.0: BAR 13: assigned [io 0xc000-0xc0ff]
[ 0.164823] pci 0000:01:0b.0: BAR 14: assigned [io 0xc400-0xc4ff]
[ 0.164828] pci 0000:01:0b.0: CardBus bridge to [bus 02]
[ 0.164831] pci 0000:01:0b.0: bridge window [io 0xc000-0xc0ff]
[ 0.164837] pci 0000:01:0b.0: bridge window [io 0xc400-0xc4ff]
[ 0.164843] pci 0000:01:0b.0: bridge window [mem 0x28000000-0x2bffffff pref]
[ 0.164849] pci 0000:01:0b.0: bridge window [mem 0x34000000-0x37ffffff]
[ 0.164854] pci 0000:00:1e.0: PCI bridge to [bus 01-03]
[ 0.164859] pci 0000:00:1e.0: bridge window [io 0xc000-0xcfff]
[ 0.164865] pci 0000:00:1e.0: bridge window [mem 0xcff00000-0xcfffffff]
[ 0.164871] pci 0000:00:1e.0: bridge window [mem 0x28000000-0x2bffffff pref]
[ 0.164892] pci 0000:00:1e.0: setting latency timer to 64
[ 0.164899] pci 0000:01:0b.0: enabling device (0000 -> 0003)
[ 0.165020] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.165024] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[ 0.165028] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
[ 0.165032] pci_bus 0000:01: resource 1 [mem 0xcff00000-0xcfffffff]
[ 0.165035] pci_bus 0000:01: resource 2 [mem 0x28000000-0x2bffffff pref]
[ 0.165038] pci_bus 0000:01: resource 4 [io 0x0000-0xffff]
[ 0.165042] pci_bus 0000:01: resource 5 [mem 0x00000000-0xffffffff]
[ 0.165046] pci_bus 0000:02: resource 0 [io 0xc000-0xc0ff]
[ 0.165049] pci_bus 0000:02: resource 1 [io 0xc400-0xc4ff]
[ 0.165052] pci_bus 0000:02: resource 2 [mem 0x28000000-0x2bffffff pref]
[ 0.165056] pci_bus 0000:02: resource 3 [mem 0x34000000-0x37ffffff]
[ 0.165126] NET: Registered protocol family 2
[ 0.165442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.165475] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.165505] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.165554] TCP: reno registered
[ 0.165558] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.165566] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.165666] NET: Registered protocol family 1
[ 0.165695] pci 0000:00:02.0: Boot video device
[ 0.165960] pci 0000:00:1d.7: enabling device (0000 -> 0002)
[ 0.166102] pci 0000:01:08.0: Firmware left e100 interrupts enabled; disabling
[ 0.166113] PCI: CLS 32 bytes, default 64
[ 0.166209] Unpacking initramfs...
[ 0.253316] Freeing initrd memory: 2848k freed
[ 0.257651] Simple Boot Flag at 0x7c set to 0x1
[ 0.257744] apm: BIOS not found.
[ 0.257828] Scanning for low memory corruption every 60 seconds
[ 0.258272] audit: initializing netlink socket (disabled)
[ 0.258299] type=2000 audit(1379165734.256:1): initialized
[ 0.271552] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.273787] VFS: Disk quotas dquot_6.5.2
[ 0.273869] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.274211] msgmni has been set to 964
[ 0.274584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.274634] io scheduler noop registered
[ 0.274638] io scheduler deadline registered
[ 0.274691] io scheduler cfq registered (default)
[ 0.274851] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.274944] vesafb: mode is 1280x1024x16, linelength=2560, pages=5
[ 0.274947] vesafb: scrolling: redraw
[ 0.274950] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
[ 0.275463] vesafb: framebuffer at 0xd8000000, mapped to 0xdf780000, using 5120k, total 16192k
[ 0.321035] Console: switching to colour frame buffer device 160x64
[ 0.366340] fb0: VESA VGA frame buffer device
[ 0.366413] GHES: HEST is not enabled!
[ 0.366436] isapnp: Scanning for PnP cards...
[ 0.678215] isapnp: No Plug & Play device found
[ 0.678309] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.678805] serial 0000:00:1f.6: enabling device (0000 -> 0001)
[ 0.679278] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.692267] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.692322] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.692483] mousedev: PS/2 mouse device common for all mice
[ 0.692624] rtc_cmos 00:06: RTC can wake from S4
[ 0.692783] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 0.692813] rtc_cmos 00:06: alarms up to one year, 114 bytes nvram
[ 0.692861] cpuidle: using governor ladder
[ 0.692865] cpuidle: using governor menu
[ 0.692905] drop_monitor: Initializing network drop monitor service
[ 0.693109] TCP: cubic registered
[ 0.693298] NET: Registered protocol family 10
[ 0.693616] NET: Registered protocol family 17
[ 0.693638] Key type dns_resolver registered
[ 0.693871] Using IPI No-Shortcut mode
[ 0.694008] PM: Hibernation image not present or could not be loaded.
[ 0.694035] registered taskstats version 1
[ 0.694393] Magic number: 13:477:584
[ 0.694501] rtc_cmos 00:06: setting system clock to 2013-09-14 13:35:35 UTC (1379165735)
[ 0.694683] Freeing unused kernel memory: 596k freed
[ 0.695504] Write protecting the kernel text: 4172k
[ 0.695535] Write protecting the kernel read-only data: 1320k
[ 0.713704] systemd-udevd[37]: starting version 204
[ 0.727728] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.801165] ACPI: bus type USB registered
[ 0.801218] usbcore: registered new interface driver usbfs
[ 0.801237] usbcore: registered new interface driver hub
[ 0.805540] usbcore: registered new device driver usb
[ 0.806464] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.806820] ehci-pci: EHCI PCI platform driver
[ 0.806997] ehci-pci 0000:00:1d.7: setting latency timer to 64
[ 0.807011] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 0.807023] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 0.807045] ehci-pci 0000:00:1d.7: debug port 1
[ 0.810818] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.817249] SCSI subsystem initialized
[ 0.821820] ACPI: bus type ATA registered
[ 0.824530] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[ 0.824574] ehci-pci 0000:00:1d.7: irq 23, io mem 0x2c080000
[ 0.832659] libata version 3.00 loaded.
[ 0.833425] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.833707] hub 1-0:1.0: USB hub found
[ 0.833716] hub 1-0:1.0: 6 ports detected
[ 0.834482] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.834491] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.834503] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.834557] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
[ 0.834847] hub 2-0:1.0: USB hub found
[ 0.834857] hub 2-0:1.0: 2 ports detected
[ 0.835131] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.835137] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.835147] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 0.835198] uhci_hcd 0000:00:1d.1: irq 19, io base 0x000018e0
[ 0.835440] hub 3-0:1.0: USB hub found
[ 0.835448] hub 3-0:1.0: 2 ports detected
[ 0.836323] ata_piix 0000:00:1f.1: version 2.13
[ 0.836508] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 0.840275] scsi0 : ata_piix
[ 0.843451] scsi1 : ata_piix
[ 0.843830] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14
[ 0.843834] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15
[ 1.003767] ata1.00: ATA-5: HITACHI_DK23FA-40, 00M5A0D0, max UDMA/100
[ 1.003775] ata1.00: 78140160 sectors, multi 0: LBA
[ 1.016930] ata1.00: configured for UDMA/100
[ 1.017139] scsi 0:0:0:0: Direct-Access ATA HITACHI_DK23FA-4 00M5 PQ: 0 ANSI: 5
[ 1.023745] ata2.00: ATAPI: TOSHIBA DVD-ROM SD-R2412, 1431, max UDMA/33
[ 1.053579] ata2.00: configured for UDMA/33
[ 1.061275] scsi 1:0:0:0: CD-ROM TOSHIBA DVD-ROM SD-R2412 1431 PQ: 0 ANSI: 5
[ 1.067179] sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
[ 1.067270] sd 0:0:0:0: [sda] Write Protect is off
[ 1.067274] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.067311] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.073525] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 1.073533] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.073874] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 1.077988] sda: sda1
[ 1.078490] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.260032] tsc: Refined TSC clocksource calibration: 2659.999 MHz
[ 1.260044] Switching to clocksource tsc
[ 1.683289] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 2.982724] systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 3.002886] systemd[1]: Set hostname to <mame>.
[ 3.676206] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
[ 3.676751] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 3.676900] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.676938] systemd[1]: Starting Remote File Systems.
[ 3.676965] systemd[1]: Reached target Remote File Systems.
[ 3.676986] systemd[1]: Expecting device sys-subsystem-net-devices-enp1s8.device...
[ 3.677011] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ 3.677074] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 3.677094] systemd[1]: Starting Delayed Shutdown Socket.
[ 3.677157] systemd[1]: Listening on Delayed Shutdown Socket.
[ 3.677177] systemd[1]: Starting LVM2 metadata daemon socket.
[ 3.677228] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 3.677247] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 3.677286] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 3.677307] systemd[1]: Starting Encrypted Volumes.
[ 3.677326] systemd[1]: Reached target Encrypted Volumes.
[ 3.677349] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 3.677413] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 3.677432] systemd[1]: Starting Paths.
[ 3.677451] systemd[1]: Reached target Paths.
[ 3.677481] systemd[1]: Starting Journal Socket.
[ 3.677577] systemd[1]: Listening on Journal Socket.
[ 3.677743] systemd[1]: Starting Create static device nodes in /dev...
[ 3.743552] systemd[1]: Starting Apply Kernel Variables...
[ 3.744509] systemd[1]: Mounting Debug File System...
[ 3.778896] systemd[1]: Started Load Kernel Modules.
[ 3.778949] systemd[1]: Mounted FUSE Control File System.
[ 3.778981] systemd[1]: Mounting Configuration File System...
[ 3.779809] systemd[1]: Starting Journal Service...
[ 3.781689] systemd[1]: Started Journal Service.
[ 3.781814] systemd[1]: Mounting Huge Pages File System...
[ 3.782698] systemd[1]: Mounting POSIX Message Queue File System...
[ 3.786290] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 3.786537] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 3.821515] systemd[1]: Started Set Up Additional Binary Formats.
[ 3.821562] systemd[1]: Starting Setup Virtual Console...
[ 3.822649] systemd[1]: Starting udev Kernel Socket.
[ 3.822749] systemd[1]: Listening on udev Kernel Socket.
[ 3.822862] systemd[1]: Starting udev Control Socket.
[ 3.822925] systemd[1]: Listening on udev Control Socket.
[ 3.823037] systemd[1]: Starting udev Coldplug all Devices...
[ 3.825066] systemd[1]: Starting Swap.
[ 3.825102] systemd[1]: Reached target Swap.
[ 3.825136] systemd[1]: Mounting Temporary Directory...
[ 3.864853] systemd[1]: Started File System Check on Root Device.
[ 3.864897] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 4.619718] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 5.061203] systemd-udevd[103]: starting version 204
[ 8.628447] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[ 8.628524] ACPI: Lid Switch [LID]
[ 8.628716] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[ 8.628726] ACPI: Power Button [PWRB]
[ 8.628819] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 8.628825] ACPI: Power Button [PWRF]
[ 8.628939] ACPI: AC Adapter [ADP1] (on-line)
[ 8.642605] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 8.642971] acpi device:0e: registered as cooling_device0
[ 8.643033] ACPI: Video Device [VGA] (multi-head: yes rom: yes post: no)
[ 8.643105] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input4
[ 8.671639] ACPI: Requesting acpi_cpufreq
[ 8.731862] Linux agpgart interface v0.103
[ 9.119278] tsc: Marking TSC unstable due to TSC halts in idle
[ 9.119350] ACPI: acpi_idle registered with cpuidle
[ 9.123392] Switching to clocksource acpi_pm
[ 9.148981] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 9.245543] parport_pc 00:08: [io 0x0378-0x037a]
[ 9.245561] parport_pc 00:08: [io 0x0778-0x077a]
[ 9.245617] parport_pc 00:08: [irq 7]
[ 9.245625] parport_pc 00:08: [dma 1]
[ 9.257044] parport_pc 00:08: activated
[ 9.257056] parport_pc 00:08: reported by Plug and Play ACPI
[ 9.257106] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[ 9.259422] intel_rng: FWH not detected
[ 9.260964] agpgart-intel 0000:00:00.0: Intel 855GM Chipset
[ 9.260997] agpgart-intel 0000:00:00.0: detected gtt size: 131072K total, 131072K mappable
[ 9.261101] agpgart-intel 0000:00:00.0: detected 16384K stolen memory
[ 9.261362] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xd8000000
[ 9.265901] wmi: Mapper loaded
[ 9.326943] ACPI: Fan [FAN] (off)
[ 9.411402] ACPI: Battery Slot [BAT1] (battery absent)
[ 9.413075] thermal LNXTHERM:00: registered as thermal_zone0
[ 9.413083] ACPI: Thermal Zone [THRM] (50 C)
[ 10.320143] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19
[ 10.320398] input: Toshiba input device as /devices/virtual/input/input5
[ 10.570058] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[ 10.570065] e100: Copyright(c) 1999-2006 Intel Corporation
[ 10.597174] e100 0000:01:08.0 eth0: addr 0xcffff000, irq 20, MAC addr 00:08:0d:8e:66:f8
[ 10.722918] microcode: CPU0 sig=0xf29, pf=0x8, revision=0x1a
[ 10.734086] ppdev: user-space parallel port driver
[ 10.768554] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
[ 10.836015] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 10.840817] systemd-logind[118]: Watching system buttons on /dev/input/event1 (Lid Switch)
[ 10.842354] systemd-logind[118]: Watching system buttons on /dev/input/event2 (Power Button)
[ 10.855068] systemd-logind[118]: Watching system buttons on /dev/input/event4 (Video Bus)
[ 10.855802] systemd-logind[118]: Watching system buttons on /dev/input/event3 (Power Button)
[ 10.877886] [drm] Initialized drm 1.1.0 20060810
[ 11.050217] systemd-udevd[124]: renamed network interface eth0 to enp1s8
[ 11.080292] iTCO_vendor_support: vendor-support=0
[ 11.154349] IPv6: ADDRCONF(NETDEV_UP): enp1s8: link is not ready
[ 11.156855] e100 0000:01:08.0 enp1s8: NIC Link is Up 100 Mbps Full Duplex
[ 11.156961] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s8: link becomes ready
[ 11.493616] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[ 11.493665] iTCO_wdt: Found a ICH4-M TCO device (Version=1, TCOBASE=0xd860)
[ 11.494223] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 11.496020] yenta_cardbus 0000:01:0b.0: CardBus bridge found [1179:0001]
[ 11.609279] [drm] Memory usable by graphics device = 128M
[ 11.609290] pci 0000:00:02.0: setting latency timer to 64
[ 11.609806] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 11.609807] [drm] No driver support for vblank timestamp query.
[ 11.609812] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 11.609822] pci 0000:00:02.1: enabling device (0000 -> 0002)
[ 11.611951] [drm] Memory usable by graphics device = 128M
[ 11.611962] pci 0000:00:02.1: setting latency timer to 64
[ 11.612460] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 11.612461] [drm] No driver support for vblank timestamp query.
[ 11.612465] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.1 on minor 1
[ 11.624042] yenta_cardbus 0000:01:0b.0: ISA IRQ mask 0x0c38, PCI irq 18
[ 11.624045] yenta_cardbus 0000:01:0b.0: Socket status: 30000007
[ 11.624056] yenta_cardbus 0000:01:0b.0: pcmcia: parent PCI bridge window: [io 0xc000-0xcfff]
[ 11.624065] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc000-0xcfff:
[ 11.652891] excluding 0xc000-0xc0ff 0xc400-0xc4ff 0xcf40-0xcf7f
[ 11.652899] yenta_cardbus 0000:01:0b.0: pcmcia: parent PCI bridge window: [mem 0xcff00000-0xcfffffff]
[ 11.652904] pcmcia_socket pcmcia_socket0: cs: memory probe 0xcff00000-0xcfffffff:
[ 11.652916] excluding 0xcfff0000-0xcfffffff
[ 11.652919] yenta_cardbus 0000:01:0b.0: pcmcia: parent PCI bridge window: [mem 0x28000000-0x2bffffff pref]
[ 11.652921] pcmcia_socket pcmcia_socket0: cs: memory probe 0x28000000-0x2bffffff:
[ 11.652935] excluding 0x28000000-0x2bffffff
[ 11.835424] snd_intel8x0m 0000:00:1f.6: setting latency timer to 64
[ 12.219136] snd_intel8x0 0000:00:1f.5: enabling device (0000 -> 0003)
[ 12.219298] snd_intel8x0 0000:00:1f.5: setting latency timer to 64
[ 12.307970] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
[ 12.308497] excluding 0x170-0x177 0x1e0-0x1f7 0x370-0x37f
[ 12.308898] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
[ 12.309088] excluding 0x3f0-0x3f7 0x480-0x48f 0x4d0-0x4d7
[ 12.309285] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
[ 12.309594] clean.
[ 12.309621] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
[ 12.309963] clean.
[ 12.309995] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[ 12.310060] excluding 0xc0000-0xcffff 0xe0000-0xfffff
[ 12.310108] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[ 12.310124] clean.
[ 12.310153] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[ 12.310168] clean.
[ 12.310195] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
[ 12.310549] clean.
[ 13.021152] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input7
[ 13.064807] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input8
[ 13.146709] intel8x0_measure_ac97_clock: measured 52619 usecs (2536 samples)
[ 13.146716] intel8x0: clocking to 48000
lspci -vvvnn
00:00.0 Host bridge [0600]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3580] (rev 02)
Subsystem: Toshiba America Info Systems Device [1179:0001]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0
Region 0: Memory at <unassigned> (32-bit, prefetchable)
Capabilities: [40] Vendor Specific Information: Len=05 <?>
Kernel driver in use: agpgart-intel
Kernel modules: intel_agp
00:00.1 System peripheral [0880]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3584] (rev 02)
Subsystem: Toshiba America Info Systems Device [1179:0001]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
00:00.3 System peripheral [0880]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3585] (rev 02)
Subsystem: Toshiba America Info Systems Device [1179:0001]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
00:02.0 VGA compatible controller [0300]: Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 02) (prog-if 00 [VGA controller])
Subsystem: Toshiba America Info Systems Device [1179:0002]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at d8000000 (32-bit, prefetchable) [size=128M]
Region 1: Memory at d0000000 (32-bit, non-prefetchable) [size=512K]
Region 2: I/O ports at eff8 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: [d0] Power Management version 1
Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel modules: i915
00:02.1 Display controller [0380]: Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 02)
Subsystem: Toshiba America Info Systems Device [1179:0002]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Region 0: Memory at 20000000 (32-bit, prefetchable) [size=128M]
Region 1: Memory at 2c000000 (32-bit, non-prefetchable) [size=512K]
Capabilities: [d0] Power Management version 1
Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel modules: i915
00:1d.0 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 03) (prog-if 00 [UHCI])
Subsystem: Toshiba America Info Systems Device [1179:0001]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 4: I/O ports at 18c0 [size=32]
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00:1d.1 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 03) (prog-if 00 [UHCI])
Subsystem: Toshiba America Info Systems Device [1179:0001]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 19
Region 4: I/O ports at 18e0 [size=32]
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00:1d.7 USB controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 03) (prog-if 20 [EHCI])
Subsystem: Toshiba America Info Systems Device [1179:0001]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin D routed to IRQ 23
Region 0: Memory at 2c080000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Debug port: BAR=1 offset=0080
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 83) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR+ INTx-
Latency: 0
Bus: primary=00, secondary=01, subordinate=03, sec-latency=64
I/O behind bridge: 0000c000-0000cfff
Memory behind bridge: cff00000-cfffffff
Prefetchable memory behind bridge: 28000000-2bffffff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Kernel modules: shpchp
00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 03)
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Kernel driver in use: lpc_ich
Kernel modules: intel_rng, lpc_ich
00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 03) (prog-if 8a [Master SecP PriP])
Subsystem: Toshiba America Info Systems Device [1179:0001]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 18
Region 0: I/O ports at 01f0 [size=8]
Region 1: I/O ports at 03f4
Region 2: I/O ports at 0170 [size=8]
Region 3: I/O ports at 0374
Region 4: I/O ports at bfa0 [size=16]
Region 5: Memory at 2c080400 (32-bit, non-prefetchable) [size=1K]
Kernel driver in use: ata_piix
Kernel modules: ata_piix, pata_acpi, ata_generic
00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 03)
Subsystem: Toshiba America Info Systems Device [1179:0241]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 17
Region 0: I/O ports at 1000 [size=256]
Region 1: I/O ports at 1880 [size=64]
Region 2: Memory at 2c080800 (32-bit, non-prefetchable) [size=512]
Region 3: Memory at 2c080a00 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: snd_intel8x0
Kernel modules: snd_intel8x0
00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 03) (prog-if 00 [Generic])
Subsystem: Toshiba America Info Systems Device [1179:0001]
Control: I/O+ Mem- BusMaster+ SpecCycle- Mem

Hi
Try this
import flash.events.KeyboardEvent;
stage.addEventListener(KeyboardEvent.KEY_DOWN,ff);
function ff(e:KeyboardEvent){
    trace(e.charCode);

Similar Messages

  • Time Machine on my iMac won't open iPhoto. It goes to desktop screen automatically. When I select User/Picture/Iphoto library it only brings up the preview page with the size of the folder. I can't get into the library to look for lost photos.

    Time Machine on my iMac won't open iPhoto. It goes to desktop screen automatically. When I select User/Picture/Iphoto library it only brings up the preview page with the size of the folder. I can't get into the library to look for lost photos.

    Thank You. This helps me alot to get into the masters and to see events and photos in a utilitarian way, but it is not as easy as viewing the normal iphoto format to find photos.  Can I do something else or did I not do something right to not see normal iphoto in Time Machine ?

  • How do I convert my laptop into a desk top? What cables do I need.

    I have a 13" macbook  and want to convert it to a desktop on occasion. In addition to a monitor and a keyboard, what cable(s) do I need.

    You need:
    Macbook to monitor - you will need an adapter. Monitors usually ship with at least one cable.
    Keyboard - can be wireless or connected via USB. If the latter it comes with the cable.
    Mouse - as above.
    The real tricky part is the monitor. Typically a monitor will come with one or more cables. For example, look at #29 in this description: http://www.i-inc-usa.com/Product/ih202hpb.htm. In this case you will need an adapter to connect a VGA cable to the port on the Macbook.
    Therefore you need to know the port on the Macbook, the cable(s) that come with the monitor. That will tell you the adapter you need.

  • When drop .ps file into Acrobat Distiller message looking for network alias folder. Why?

    Hi,
    Anyone can help on this.
    My system is OSX 10.6.4 on a MacBook Pro.
    I have some window network Alias folders placed on my Desktop, created and placed there from my other office workers for easy excess to their hard disk. Like pick-up files and dropping files off without using emailing.
    My problem is why? when ever I drop a .ps file into the Acrobat Distiller for converting .ps into .pdf file, a similar message asking for all the Alias folders, one at a time, will appear one after another (See attached). The .pdf file will only be converted and appear when all the Alias messages are click "OK" away.
    In the past, I have done the .pdf conversion as mentioned above, no popping messages.
    What must I do so that this kind of message do not appear again.
    Obviously, if I delete all the Alias folders, the messages will not appear but I would rather like to know if I am missing something.
    Help.
    Thanks
    Jack

    It could be that Distiller thinks some fonts are on the server: Check your font settings. It could be a corrupt preference file. It could be a cache problem. You can empty your cache using Applejack or Onyx.

  • The appearance has gone into a "negative print" look for all windows, web, pictures etc. No changes were made to settings.

    15" MacBook Pro from 2008.
    Working fine this morning and then shut the screen. After lifting 30 mins later the appearnce has all gone in to "negative" style. Have tried shutting down and restarting but with no change. I have tried changing appearance settings. No luck.
    On startup all colours look normal and then it switched to a negative look. I also checked for updates and there were some so I ran them. Interestingly when running the update the background was standard Mac "space" and all colours were correct. That suggests to me that the screen is OK but something is telling it wrong color instructions (sometimes).
    All other functions seem to be working ok.
    Can't attach a screen shot using Grab because this chat says throws up an error - "content not allowed". Its a tiff file?
    Any suggestions welcome.
    Rob.

    Go to System Preferences>Accessibility and make sure that "invert colors" is not turned on:
    It won't show up in a screenshot...
    Clinton

  • HT1473 Adding music into iTunes on PC, looking for folder option?

    I'm trying to add music into itunes on my PC and it's not giving me the "add FOLDER to library" option (only FILE option).  Why not?  How can I ge this option?  I need to put my music I've saved from my last computer into itunes on my new computer and there's WAY too much to have to do it per file.
    My last computer was a Mac and just as I was getting used to how iTunes (and everything else works) on it the computer quit working so I'm back to a PC and need to relearn this again...
    Thank you for your help!

    This problem had me stumped for over a week. I think I found a solution to it but before I give it I'd like to mention one thing. The mp4 container and specifically the H264 format are monsters. Any number of encoding flags/methods could be responsible for this behavior... trust me I know I've spent a lot of time messing with the dam things. So if this doesn't work for you it should at least form a basis for a solution that is to say apply this and then start fooling with other things.
    What I found was some encoders like ffmpeg put something called MOOV atoms at the end of the mp4 file. ITunes must read these before it can play the file. Not really a problem for disk based files that can skip to the end of the file, but for streaming over a network it's a no go. So google a program called MP4Box download it and run the following command:
    MP4Box -isma VIDEO.mp4
    Hope this works for you all!
    Jason

  • Convert java code into UML

    hello,
    anybody knows a software convert java code into UML? Classes Diagram.
    for example JBuilder do that.
    // i use Netbeans.

    its not a speed issue although sometimes it can be painfully slow (but now slower that sun one). I constantly found myself getting into infinite error message loops (e.g. "incorrect input"... click ok... "incorrect input"... errr click ok.... "incorrec..." etc etc), and also it (relatively) regularly falls over. I tried to export diagrams as GIFs, and when I imported them into Word they looked ok, but when I printed them they printed negative!! I used about 100g of toner before I realised, and had to go thru all diagrams changing them to JPGs. Plus, I think the interface for 6 is a lot less intuitive than 4.2, and it's trying to be too feature rich. Personally I would never use it as a code editor as it's too big and lumbering. For me, it's a diagramming tool, but it doesn't even put pretty pictures as nodes on deployment diagrams!! I want pictures of workstations, PDAs and databases!! Only kidding...

  • I cannot convert pdf file into word

    i cannot convert pdf file into word i have paid for it

    Check the security settings for the purchased PDF.
    Reader cannot convert to Word.

  • Looking for advice on fixing my Ibook

    Hello all,
    First post here and it's going to be a long one, so I apologize in advance for that and thank anyone who manages to wade though to give advice. Trying to get as much info into this to hopefully help you help me.
    I have an Ibook G4 that was handed down to me in the last year due to my old comp dying. It was working perfectly until approximately one month ago.
    The issues started with the original hard drive. Without doing anything new on my computer I started randomly having strange issues with various apps. I rebooted the computer and got the kernel panic message telling me to reboot the computer. I did so and then immediately went to the ?/finder icon screen. After trying Disk utility from the disks that came with the laptop, I just got errors when trying to repair the disk and repair permissions was not even available.
    I took my laptop into my local apple store for advice and after they saw what it was doing they told me my hd had failed and offered to happily replace it for somewhere around $200. I happily thanked them for their help and went on my way.
    I picked up a western digital 160 gig eide drive and installed it myself without problems. I was able to install the os from the included disks and then upgraded to 10.4 plus all downloaded updates. It worked fine for a couple days and then I decided all was well so started adding music to itunes since I finally have the hd space to add new music to my ipod. After a couple days of use Itunes started giving me errors while changing songs in Itunes and while clicking on any screen other than Itunes. Firefox then started acting strangely so I decided to reboot.
    I was unsuccessful at getting fully loaded in again so I booted from the included disk and repaired permissions and disk using disk utility. This fixed the problems temporarily, however itunes was immediately giving me the error messages again. Continue forward a bit and now I get errors in disk utility saying that it failed to repair the disk.
    I then gave up and decided to just wipe the drive and start over again. I used the erase the writes 0's over the whole drive which errored out towards the end. I suspected I might just have a bad drive but decided to reboot and just erase (basic quick one), partition, and install the os. That install also failed towards the end of disk one install. Went into best buy where I bought the hdd for advice and they agreed it sounded like a failed hdd too. Bought another one (to return the prior one for a full refund after I swap it out) and install it.
    At this point I am getting pretty comfortable to dismantling this laptop so it only takes me around 1.5 hours or so fortunately, however as soon as I got the hd installed and tried to format in disk utility it wouldn't even show up on the screen even though I could hear it spinning. I was suspicious of the hd cable since it just doesn't seem like there is enough of it to make a good connection to the logic board, so I took the bottom of the comp off and just messed with the cable/logic board connection a bit. This was able to get the hd showing up in disk utility.
    Got 10.3 and downloads installed because I don't have the 10.4 disk with me right now. Every time the computer rebooted during the update process, it went to the ?/finder icon screen. I had to hold down the power button to shut down and then power back up after which it would boot up fine. Already concerned about what this meant but just went with it.
    Due to the issues I haven't tried installing anything else or even using many apps. I downloaded firefox and a couple other dmg's in preparation for upgrading the os in the morning. I moved a couple of those files to my partition successfully but after trying to move a final one the finder locks up. Nothing would load after finder reloaded so I rebooted. Now the computer just goes to the gray screen with the apple on it and a loading circle on the bottom but never gets past it. I also periodically get the kernel panic reboot computer message on this screen as well (not every time though)
    My next step for trouble shooting will be trying to pick up a new hd cable, however this may be difficult without access to a computer I can do online ordering on.
    Now for some of my thoughts. After all of that and many many hours spent using google and searching these forums I have seen a couple suggestions which could apply. The kernel panic messages could indicate that I am having memory issues, however I just can't see where that would cause files getting corrupted and causing me to have to repair permissions and disk. I can see where the hd cable failing could be causing issues, but I don't understand how that could account for everything when I don't even move the computer and it starts having issues.
    I am to the point of desperation with this computer. I want nothing more than to just throw it on the ground and jump on it and maybe introduce it to a sledge hammer, however I just cant fit in purchasing a new computer right now. Paying my local apple store hundreds of dollars to try to fix something they may not even be able to fix also just doesn't seem like a viable option when I feel capable of fixing a large portion of issues myself (more familiar with pc's at this time unfortunately though).
    Thanks to any of you out there who make it through this book where I probably give far too much detail. I am open to any advice you have to give to me at this point for where to go from here.

    There's the possibility that the new hard drive you purchased has a problem. The only way to really check that is with another computer with no known issues.
    Do you need the computer to be portable? If so, pick up a portable enclosure. Otherwise, any enclosure that will house the hard drive would be fine. Get the drive into the enclosure, then install the OS to it. If it runs fine while in the external enclosure, there's some connection inside the machine--possibly the cable--that has failed you. If you still have problems when the drive is in an enclosure, that suggests a problem with some part of the logic board or perhaps the drive itself is faulty.
    ~Lyssa

  • Looking for a handset with certain features...

    Hi,
    I want to replace my cordless DECT handsets (currently BT XC 200) with a new set. I have some specific requirements and having trouble searching for the specifications via shopping sites.
    What I am looking for:
    - 2 cordless handsets, or 1 fixed handset and 1 cordless
    - DECT
    - Need hands free and/or an ability to connect some sort of headset
    - Dont need answer machine
    - Need the ability to store long phone numbers and pauses into the phone. Looking for more than 35 numbers/codes. My XC200 does this - but the amount of numbers you can store is limited to about 20.
    Its this last requirement that is tricky to search for as it is not specified on most websites.
    Any help would be very much appreciated.
    Neil

    Hi A-Mo,
    I'm very sorry that your husband's PowerShot SD1100 IS was stolen!
    The SD camera line has been replaced by the PowerShot ELPH lineup. These cameras are improved in a number of important ways, such as better zoom lenses, and sensitivity to light for existing light photography.
    I recommend that you consider the PowerShot ELPH 310 HS. This camera has an 8x optical zoom lens (vs. 3x for the PowerShot SD1100 IS), has a higher ISO of 3200 (vs. 1600) for low light photography and shoots video in "full" high definition (1920 x 1080 resolution) (vs. 640 x 480).
    Please note: none of the cameras in this group of cameras includes the optical viewfinder you had on the PowerShot SD1100 IS,
    I hope this is helpful.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Looking for OSX (1) or Third Party (2) Solution to tag Audio Files

    Hey all,
    I'm new here. I've signed up, because I'm looking for a way to Tag Audio Files. I've been doing Audio Diary over the years. Now instead of converting the Audio to Text, I'm looking for a way to identify Audio entries by adding Tags to them. I'm a little reluctant to use third party. you never now how long they survive. and tagging the files will be quite some work.
    so my question to you is: 1) Is there a way to tag and locate audio Files using the OS X (primary) or third Party (secondary?)
    thx
    Jazz
    ps: I know you can use the Command-I to add Spotlight Comments, but I've had some Issues that Spotlight sometimes does not locate the Files by the added Comment. further on I read about these problems in several Forums too.

    Hey Jazz. you can start by locating the files by doing a Find search - NOT Spotlight - and using the filetype. That will locate all the .mp3 or .ogg or whatever filetype they are and round them up for you.
    Once you do that, and you know how to quickly find them all, you can then get a script to batch process those files. You can use the Automator application to do that, so your next best bet would be to start dabbling with it, and see if there's any scripts available. (Im SURE there are.. there has to be..)
    I think you'll have success on the OSX Technologies threads.. the Automator and scripting stuff is there.

  • I am looking for DVD software suitable for Mac Pro.

    I just buy an Mac Pro.  I used to Window software and new user on Apple software.  Now, I am learning it.  My 1st question is how to transfer the window version software from my old laptop to the new Apple Mac Pro laptop. 
    Besides, I also looking for DVD software.  Any suggestion ?

    Boot Camp is part of OS X. The data from your old PC can be transferred to the Mac. You may be able to open the old PC files without installing Windows depending on how they were created on the PC. Most files created with Office can be opened with the Apple software; Pages, Numbers and Keynote. I have nothing from Microsoft on my Mac and I am able to open just about everything I am sent from Windows without any problems.
    iMovie is an application that allows you to create DVDs of your own movie clips.
    In System Preferences > CDs & DVDs you should set When you insert a video DVD to Open DVD Player.
    Allan

  • I am looking for an application that would allow me to open a word doc, and take notes in the .doc using a stylus pen.  I'd then like to convert those notes to text, and then be able to copy / paste those notes into an email.  Does this app exist?

    I am looking for an application that would allow me to open a word doc, and take notes in the .doc using a stylus pen.  I'd then like to convert those notes to text, and then be able to copy / paste those notes into an email.  Does this app exist?  It seems like we were doing these same types of things with Palm Pilots years ago, one would think this would work with iPads?

    I don't believe it will open a Word document, but Writepad allows for handwritten conversion of notes to text and then to email. Might help you some of the way...

  • How can I use pdf pack to convert cubase documents  (music scores)  into pdfs? I am looking for the former possibility to install acrobat like a printer but i don't have this option with "pdf pack". Can you help?

    How can I use pdf pack to convert cubase documents  (music scores)  into pdfs? I am looking for the former possibility to install acrobat like a printer but i don't have this option with "pdf pack". Can you help?

    Hi mariab,
    What format are those music scores (I'm not familiar with cubase documents). But, it may be that Adobe PDF Pack doesn't support that format. In that case, Acrobat is the way to go. You can then print your files to PDF as you'd like. You're welcome to try Acrobat for free for 30 days to see whether it's going to work for you. If you decide it is, and you'd like to use it going forward, you could convert your PDF Pack subscription into an Acrobat subscription.
    Best,
    Sara

  • If I convert NEF  into DNG the photo looks different

    If I convert a NEF into a DNG, the DNG looks underexposed in comparison with the NEF. Why is this happening? I understood that it would be better to convert my photos into DNG because it is a universal RAW format but, it doesn't look anymore as I saw it on my camera.

    Corina_PC wrote:
    Why is this happening?
    Because the preview (jpeg, embedded) in the DNG is a re-rendering based on Adobe defaults. It's not the same embedded preview that came in your NEF (which was created, initially anyway, in the camera).
    To better understand, it helps to know how the story unfolds from the beginning:
    When you press the shutter release, the camera takes the raw image data from the sensor, folds in the camera settings, crunches it through the Nikon image processing "engine", and compresses the result into a jpeg, which it subsequently stores (along with the raw data) in the raw NEF file, and shows you on the back of the camera, etc.
    When you convert to DNG, Lightroom does something similar: it takes the raw image data from the raw file, ignores most of the camera settings (except, for example, white balance), crunches it through the Adobe image processing "engine", and compresses the result into a jpeg, which it subsequently stores in the raw DNG file, and shows you via OS codecs or in ACR, or Lr...
    So, bottom line, you are just seeing the difference between current renderings of Nikon vs. Adobe. If you edit the NEF in NX2, the preview will be updated when you save the NEF. If you edit the DNG in ACR or Lr, you can also update the preview to reflect the current edits.
    etc...
    Hope this helps,
    Rob.

Maybe you are looking for

  • Merge to Panorama ... grayed out

    After a reinstall of Windows 7-64 (to fix an unrelated issue) "Merge to Panorama" no longer works; its grayed out. It was working fine prior to the reinstall. I can Edit with "Photoshop Elements 6" from "Lightroom 2" (the same sw that worked earlier)

  • Preventing Shift Key at Startup

    I would like to write a program that can prevent the shift key from being pressed at startup to disable login items. I'm trying to setup a web kiosk and pressing the shift key at startup prevents the browser and other software from loading. This is a

  • How to change language/Preferences will not load up

    I open iTunes and the main tabs are in chinese (which i cannot read at all) I looked on the apple website and it tells me to go to preferences and to change language there but when i preferences (which i think it is preferenses because it's in chines

  • 2 newbies question about diskgroups

    Hi gurus, I have 2 newbies question: Im working in a RAC Database (11.2.0.3) on Redhat 5.3 with some disk groups. One of this groups have 6 disks on it with different space (134, 236G, 236G, 185G, 185G and 185G). My questions are: 1) What would be ha

  • I cannot sign in to icloud because of problems with server

    I have Lost It All! I cannot find all of my iTunes info. I tried signing into iCloud due to a message "problem with server".