How to mount external removable storage

Latest response

We are on RHEL 6.4. I have a Dell external USB removable media device. lshw shows it as /dev/sdb. I am trying to figure the best way to configure it to use with RH. I am able to format the removable drive (/dev/sdb1). I have been able to assign it to a volume group and logical volume and allocate it as a file system. I was able to add the fs to fstab, but wasn't sure I did it right.

I have also seen information about using automount\autofs for external devices. But all references I have seen discusses how to configure it with NFS and I am not planning on using NFS.

So:
1) What is the best method to mount\use this external device?

2) What is the correct method to configure the device to mount automatically

Thanks

Responses

Hi Sandy,

autofs really is better suited for NFS. For removable devices, such USB drives or CDs, it's better to use udev rules for automounting. See https://access.redhat.com/solutions/1307973 (How to automount removable devices?) Note that the solution says it's for RHEL5, but it should work on RHEL6 as well. Or, if you use Gnome, see https://access.redhat.com/solutions/547513 (How to set up automounting of CD/USB in Gnome in RHEL6?).

You may also be interested in limiting access to the device. See https://access.redhat.com/solutions/1306643 (How do I change the default permission when automounting USB removable storage devices?)

Thanks for the reply. I am still having some issues. I did try udev per https://access.redhat.com/solutions/1307973. It does look like the /media/drive-sdb1 directory for the device is created, but it doesn't look like it is mounted to the removable media. The mount command doesn't show the usb device mounted on the /media/drive-sdb1 directory. My uneducated observation is that the OS recognizes the USB device, but not the removable media (sata cartdridge), so it is just creating a directory and not actually mounting the device. I have tried with formatted (fdsik) and unformated removable media. Even with no cartridge in the drive the /media/drive-sdb1 directory is accessable. lshw lists the device at /dev/sdb.
Any other ideas would be appreciated, I am sure I am missing something.

Could you post the output of dmesg after you plug in the device? Also, have a look at udev logs. See https://access.redhat.com/solutions/43067 (How to turn on debugging in udev in Red Hat Enterprise Linux?).

Here is the demsg: Initializing cgroup subsys cpuset Initializing cgroup subsys cpu Linux version 2.6.32-358.el6.x86_64 (mockbuild@x86-022.build.eng.bos.redhat.com) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ) #1 SMP Tue Jan 29 11:47:4 1 EST 2013 Command line: ro root=/dev/mapper/vg_root-lv_root rd_NO_LUKS rd_LVM_LV=vg_root/l v_root LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_L VM_LV=vg_root/lv_swap KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet KERNEL supported cpus: Intel GenuineIntel AMD AuthenticAMD Centaur CentaurHauls BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009e800 (usable) BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved) BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000009372f000 (usable) BIOS-e820: 000000009372f000 - 0000000095bbf000 (reserved) BIOS-e820: 0000000095bbf000 - 0000000095fbf000 (ACPI NVS) BIOS-e820: 0000000095fbf000 - 0000000095fff000 (ACPI data) BIOS-e820: 0000000095fff000 - 0000000096000000 (usable) BIOS-e820: 0000000096000000 - 00000000a0000000 (reserved) BIOS-e820: 00000000f0000000 - 00000000f8000000 (reserved) BIOS-e820: 00000000feb00000 - 00000000feb04000 (reserved) BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) BIOS-e820: 00000000fed10000 - 00000000fed1a000 (reserved) BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved) BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) BIOS-e820: 00000000ffa00000 - 0000000100000000 (reserved) BIOS-e820: 0000000100000000 - 0000000260000000 (usable) DMI 2.7 present. SMBIOS version 2.7 @ 0xFE120 DMI: Dell Inc. PowerEdge R220/081N4V, BIOS 1.4.0 10/23/2014 e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved) e820 remove range: 00000000000a0000 - 0000000000100000 (usable) last_pfn = 0x260000 max_arch_pfn = 0x400000000 MTRR default type: uncachable MTRR fixed ranges enabled: 00000-9FFFF write-back A0000-BFFFF uncachable C0000-E7FFF write-protect E8000-EFFFF write-combining F0000-FFFFF write-protect MTRR variable ranges enabled: 0 base 0000000000 mask 7F80000000 write-back 1 base 0080000000 mask 7FF0000000 write-back 2 base 0090000000 mask 7FFC000000 write-back 3 base 0094000000 mask 7FFE000000 write-back 4 base 00FF800000 mask 7FFF800000 write-protect 5 base 0100000000 mask 7F00000000 write-back 6 base 0200000000 mask 7F80000000 write-back 7 base 0260000000 mask 7FE0000000 uncachable 8 disabled 9 disabled x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 last_pfn = 0x96000 max_arch_pfn = 0x400000000 initial memory mapped : 0 - 20000000 Using GB pages for direct mapping init_memory_mapping: 0000000000000000-0000000096000000 0000000000 - 0080000000 page 1G 0080000000 - 0096000000 page 2M kernel direct mapping tables up to 96000000 @ 8000-a000 init_memory_mapping: 0000000100000000-0000000260000000 0100000000 - 0240000000 page 1G 0240000000 - 0260000000 page 2M kernel direct mapping tables up to 260000000 @ 9000-b000 RAMDISK: 37078000 - 37fefe25 RAMDISK: 37078000 - 37fefe25 ACPI: RSDP 00000000000fe020 00024 (v02 DELL ) ACPI: XSDT 0000000095fcf188 000DC (v01 DELL PE_SC3 00000001 01000013) ACPI: FACP 0000000095ff7000 0010C (v05 DELL PE_SC3 00000001 DELL 00040000) ACPI Warning: FADT (revision 5) is longer than ACPI 2.0 version, truncating leng th 0x10C to 0xF4 (20090903/tbfadt-288) ACPI: DSDT 0000000095fe0000 12335 (v01 DELL PE_SC3 00000000 DELL 00040000) ACPI: FACS 0000000095fba000 00040 ACPI: UEFI 0000000095ffd000 00236 (v01 DELL PE_SC3 00000001 DELL 00040000) ACPI: UEFI 0000000095ffc000 00042 (v01 DELL PE_SC3 00000000 DELL 00040000) ACPI: ASF! 0000000095ffb000 000A5 (v32 DELL PE_SC3 00000001 DELL 00040000) ACPI: ASPT 0000000095ffa000 00034 (v07 DELL PE_SC3 00000001 DELL 00040000) ACPI: BOOT 0000000095ff9000 00028 (v01 DELL PE_SC3 00000001 DELL 00040000) ACPI: DBGP 0000000095ff8000 00034 (v01 DELL PE_SC3 00000001 DELL 00040000) ACPI: HPET 0000000095ff6000 00038 (v01 DELL PE_SC3 00000001 DELL 00040000) ACPI: APIC 0000000095ff5000 00092 (v03 DELL PE_SC3 00000001 DELL 00040000) ACPI: MCFG 0000000095ff4000 0003C (v01 DELL PE_SC3 00000001 DELL 00040000) ACPI: SLIC 0000000095ff3000 00176 (v01 DELL PE_SC3 00000001 DELL 00040000) ACPI: SSDT 0000000095fdd000 02028 (v01 DELL PE_SC3 00001000 DELL 00040000) ACPI: SPMI 0000000095fdb000 00040 (v05 DELL PE_SC3 00000001 DELL 00040000) ACPI: SSDT 0000000095fda000 00533 (v01 DELL PE_SC3 00003000 DELL 00040000) ACPI: SSDT 0000000095fd9000 00ACE (v01 DELL PE_SC3 00003000 DELL 00040000) ACPI: SSDT 0000000095fd5000 03492 (v01 DELL PE_SC3 00003000 DELL 00040000) ACPI: DMAR 0000000095fd4000 00080 (v01 DELL PE_SC3 00000001 DELL 00040000) ACPI: SSDT 0000000095fd3000 00514 (v01 DELL PE_SC3 00001000 DELL 00040000) ACPI: FPDT 0000000095fd2000 00044 (v01 DELL PE_SC3 00000001 DELL 00040000) ACPI: HEST 0000000095fd1000 000A8 (v01 DELL PE_SC3 00000001 DELL 00040000) ACPI: ERST 0000000095fd0000 00230 (v01 DELL PE_SC3 00000001 DELL 00040000) ACPI: BERT 0000000095fce000 00030 (v01 DELL PE_SC3 00000001 DELL 00040000) ACPI: EINJ 0000000095fcd000 00150 (v01 DELL PE_SC3 00000001 DELL 00040000) ACPI: Local APIC address 0xfee00000 Setting APIC routing to flat. No NUMA configuration found Faking a node at 0000000000000000-0000000260000000 Bootmem setup node 0 0000000000000000-0000000260000000 NODE_DATA [000000000000a000 - 000000000003dfff] bootmap [000000000003e000 - 0000000000089fff] pages 4c (8 early reservations) ==> bootmem [0000000000 - 0260000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000] #2 [0001000000 - 000201b0a4] TEXT DATA BSS ==> [0001000000 - 000201b0a4] #3 [0037078000 - 0037fefe25] RAMDISK ==> [0037078000 - 0037fefe25] #4 [000009e800 - 0000100000] BIOS reserved ==> [000009e800 - 0000100000] #5 [000201c000 - 000201c439] BRK ==> [000201c000 - 000201c439] #6 [0000008000 - 0000009000] PGTABLE ==> [0000008000 - 0000009000] #7 [0000009000 - 000000a000] PGTABLE ==> [0000009000 - 000000a000] found SMP MP-table at [ffff8800000fe1f0] fe1f0 Reserving 129MB of memory at 48MB for crashkernel (System RAM: 9728MB) [ffffea0000000000-ffffea00085fffff] PMD -> [ffff880028600000-ffff88002f5fffff] on node 0 Zone PFN ranges: DMA 0x00000001 -> 0x00001000 DMA32 0x00001000 -> 0x00100000 Normal 0x00100000 -> 0x00260000 Movable zone start PFN for each node early_node_map[4] active PFN ranges 0: 0x00000001 -> 0x0000009e 0: 0x00000100 -> 0x0009372f 0: 0x00095fff -> 0x00096000 0: 0x00100000 -> 0x00260000 On node 0 totalpages: 2045645 DMA zone: 56 pages used for memmap DMA zone: 102 pages reserved DMA zone: 3839 pages, LIFO batch:0 DMA32 zone: 14280 pages used for memmap DMA32 zone: 585576 pages, LIFO batch:31 Normal zone: 19712 pages used for memmap Normal zone: 1422080 pages, LIFO batch:31 ACPI: PM-Timer IO Port: 0x1808 ACPI: Local APIC address 0xfee00000 Setting APIC routing to flat. ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled) ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Using ACPI (MADT) for SMP configuration information ACPI: HPET id: 0x8086a201 base: 0xfed00000 SMP: Allowing 8 CPUs, 4 hotplug CPUs nr_irqs_gsi: 24 PM: Registered nosave memory: 000000000009e000 - 000000000009f000 PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000 PM: Registered nosave memory: 00000000000e0000 - 0000000000100000 PM: Registered nosave memory: 000000009372f000 - 0000000095bbf000 PM: Registered nosave memory: 0000000095bbf000 - 0000000095fbf000 PM: Registered nosave memory: 0000000095fbf000 - 0000000095fff000 PM: Registered nosave memory: 0000000096000000 - 00000000a0000000 PM: Registered nosave memory: 00000000a0000000 - 00000000f0000000 PM: Registered nosave memory: 00000000f0000000 - 00000000f8000000 PM: Registered nosave memory: 00000000f8000000 - 00000000feb00000 PM: Registered nosave memory: 00000000feb00000 - 00000000feb04000 PM: Registered nosave memory: 00000000feb04000 - 00000000fec00000 PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000 PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000 PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000 PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000 PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000 PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000 PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000 PM: Registered nosave memory: 00000000fee01000 - 00000000ffa00000 PM: Registered nosave memory: 00000000ffa00000 - 0000000100000000 Allocating PCI resources starting at a0000000 (gap: a0000000:50000000) Booting paravirtualized kernel on bare hardware NR_CPUS:4096 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 PERCPU: Embedded 31 pages/cpu @ffff880028200000 s94552 r8192 d24232 u262144 pcpu-alloc: s94552 r8192 d24232 u262144 alloc=1*2097152 pcpu-alloc: [0] 0 1 2 3 4 5 6 7 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2011495 Policy zone: Normal Kernel command line: ro root=/dev/mapper/vg_root-lv_root rd_NO_LUKS rd_LVM_LV=vg _root/lv_root LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=12 9M@0M rd_LVM_LV=vg_root/lv_swap KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet PID hash table entries: 4096 (order: 3, 32768 bytes) xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 Checking aperture... No AGP bridge found dmar: Queued invalidation will be enabled to support x2apic and Intr-remapping. PCI-DMA: Using software bounce buffering for IO (SWIOTLB) Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000 software IO TLB at phys 0x20000000 - 0x24000000 Memory: 7835908k/9961472k available (5220k kernel code, 1778892k absent, 346672k reserved, 7121k data, 1264k init) Hierarchical RCU implementation. NR_IRQS:33024 nr_irqs:472 Console: colour VGA+ 80x25 console [tty0] enabled allocated 33030144 bytes of page_cgroup please try 'cgroup_disable=memory' option if you don't want memory cgroups hpet clockevent registered Fast TSC calibration using PIT Detected 3092.939 MHz processor. Calibrating delay loop (skipped), value calculated using timer frequency.. 6185. 87 BogoMIPS (lpj=3092939) pid_max: default: 32768 minimum: 301 Security Framework initialized SELinux: Initializing. SELinux: Starting in permissive mode Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) Mount-cache hash table entries: 256 Initializing cgroup subsys ns Initializing cgroup subsys cpuacct Initializing cgroup subsys memory Initializing cgroup subsys devices Initializing cgroup subsys freezer Initializing cgroup subsys net_cls Initializing cgroup subsys blkio Initializing cgroup subsys perf_event Initializing cgroup subsys net_prio CPU: Physical Processor ID: 0 CPU: Processor Core ID: 0 mce: CPU supports 9 MCE banks CPU0: Thermal monitoring enabled (TM1) using mwait in idle threads. ACPI: Core revision 20090903 ftrace: converting mcount calls to 0f 1f 44 00 00 ftrace: allocating 21428 entries in 85 pages dmar: Host address width 39 dmar: DRHD base: 0x000000fed90000 flags: 0x1 dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da dmar: RMRR base: 0x00000095b45000 end: 0x00000095b64fff dmar: No ATSR found IOAPIC id 2 under DRHD base 0xfed90000 HPET id 0 under DRHD base 0xfed90000 Enabled IRQ remapping in x2apic mode Enabling x2apic Enabled x2apic Setting APIC routing to cluster x2apic alloc irq_desc for 24 on node 0 alloc kstat_irqs on node 0 alloc irq_2_iommu on node 0 alloc irq_2_iommu on node 0 alloc irq_2_iommu on node 0 alloc irq_2_iommu on node 0 alloc irq_2_iommu on node 0 alloc irq_2_iommu on node 0 alloc irq_2_iommu on node 0 alloc irq_2_iommu on node 0 alloc irq_2_iommu on node 0 alloc irq_2_iommu on node 0 alloc irq_2_iommu on node 0 alloc irq_2_iommu on node 0 alloc irq_2_iommu on node 0 alloc irq_2_iommu on node 0 alloc irq_2_iommu on node 0 ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 CPU0: Intel(R) Xeon(R) CPU E3-1220 v3 @ 3.10GHz stepping 03 Performance Events: no PEBS fmt2+, generic architected perfmon, Intel PMU driver . ... version: 3 ... bit width: 48 ... generic registers: 8 ... value mask: 0000ffffffffffff ... max period: 000000007fffffff ... fixed-purpose events: 3 ... event mask: 00000007000000ff NMI watchdog enabled, takes one hw-pmu counter. Booting Node 0, Processors #1 #2 #3 Brought up 4 CPUs Total of 4 processors activated (24743.51 BogoMIPS). sizeof(vma)=200 bytes sizeof(page)=56 bytes sizeof(inode)=592 bytes sizeof(dentry)=192 bytes sizeof(ext3inode)=800 bytes sizeof(buffer_head)=104 bytes sizeof(skbuff)=232 bytes sizeof(task_struct)=2648 bytes devtmpfs: initialized PM: Registering ACPI NVS region at 95bbf000 (4194304 bytes) regulator: core version 0.5 NET: Registered protocol family 16 ACPI FADT declares the system doesn't support PCIe ASPM, so disable it ACPI: bus type pci registered PCI: MCFG configuration 0: base f0000000 segment 0 buses 0 - 127 PCI: MCFG area at f0000000 reserved in E820 PCI: Using MMCONFIG at f0000000 - f7ffffff PCI: Using configuration type 1 for base access PCI: Dell System detected, enabling pci=bfsort. bio: create slab at 0 ACPI: EC: Look up EC in DSDT ACPI: Executed 1 blocks of module-level executable AML code ACPI: BIOS _OSI(Linux) query ignored ACPI: Interpreter enabled ACPI: (supports S0 S4 S5) ACPI: Using IOAPIC for interrupt routing ACPI: Power Resource [FN00] (off) ACPI: Power Resource [FN01] (off) ACPI: Power Resource [FN02] (off) ACPI: Power Resource [FN03] (off) ACPI: Power Resource [FN04] (off) ACPI: ACPI Dock Station Driver: 1 docks/bays found HEST: Table parsing has been initialized. PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and repo rt a bug ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e]) pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] pci_root PNP0A08:00: host bridge window [mem 0xa0000000-0xfeafffff] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold pci 0000:00:01.0: PME# disabled pci 0000:00:14.0: reg 10: [mem 0xa2c00000-0xa2c0ffff 64bit] pci 0000:00:14.0: PME# supported from D3hot D3cold pci 0000:00:14.0: PME# disabled pci 0000:00:1a.0: reg 10: [mem 0xa2c12000-0xa2c123ff] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold pci 0000:00:1a.0: PME# disabled pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold pci 0000:00:1c.0: PME# disabled pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold pci 0000:00:1c.2: PME# disabled pci 0000:00:1d.0: reg 10: [mem 0xa2c11000-0xa2c113ff] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold pci 0000:00:1d.0: PME# disabled pci 0000:00:1f.2: reg 10: [io 0x4048-0x404f] pci 0000:00:1f.2: reg 14: [io 0x4054-0x4057] pci 0000:00:1f.2: reg 18: [io 0x4040-0x4047] pci 0000:00:1f.2: reg 1c: [io 0x4050-0x4053] pci 0000:00:1f.2: reg 20: [io 0x4020-0x403f] pci 0000:00:1f.2: reg 24: [mem 0xa2c10000-0xa2c107ff] pci 0000:00:1f.2: PME# supported from D3hot pci 0000:00:1f.2: PME# disabled pci 0000:00:1f.3: reg 10: [mem 0xa2c13000-0xa2c130ff 64bit] pci 0000:00:1f.3: reg 20: [io 0x4000-0x401f] pci 0000:01:00.0: reg 10: [io 0x3000-0x30ff] pci 0000:01:00.0: reg 14: [mem 0xa2b40000-0xa2b43fff 64bit] pci 0000:01:00.0: reg 1c: [mem 0xa2b00000-0xa2b3ffff 64bit] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref] pci 0000:01:00.0: supports D1 D2 pci 0000:00:01.0: PCI bridge to [bus 01-01] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff] pci 0000:00:01.0: bridge window [mem 0xa2b00000-0xa2bfffff] pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) pci 0000:02:00.0: reg 10: [mem 0xa2a30000-0xa2a3ffff 64bit pref] pci 0000:02:00.0: reg 18: [mem 0xa2a40000-0xa2a4ffff 64bit pref] pci 0000:02:00.0: reg 20: [mem 0xa2a50000-0xa2a5ffff 64bit pref] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0003ffff pref] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold pci 0000:02:00.0: PME# disabled pci 0000:02:00.1: reg 10: [mem 0xa2a00000-0xa2a0ffff 64bit pref] pci 0000:02:00.1: reg 18: [mem 0xa2a10000-0xa2a1ffff 64bit pref] pci 0000:02:00.1: reg 20: [mem 0xa2a20000-0xa2a2ffff 64bit pref] pci 0000:02:00.1: reg 30: [mem 0x00000000-0x0003ffff pref] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold pci 0000:02:00.1: PME# disabled pci 0000:00:1c.0: PCI bridge to [bus 02-02] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled) pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) pci 0000:00:1c.0: bridge window [mem 0xa2a00000-0xa2afffff 64bit pref] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold pci 0000:03:00.0: PME# disabled pci 0000:00:1c.2: PCI bridge to [bus 03-07] pci 0000:00:1c.2: bridge window [io 0xf000-0x0000] (disabled) pci 0000:00:1c.2: bridge window [mem 0xa2000000-0xa29fffff] pci 0000:00:1c.2: bridge window [mem 0xa1000000-0xa1ffffff 64bit pref] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold pci 0000:04:00.0: PME# disabled pci 0000:04:01.0: PME# supported from D0 D3hot D3cold pci 0000:04:01.0: PME# disabled pci 0000:03:00.0: PCI bridge to [bus 04-07] pci 0000:03:00.0: bridge window [io 0xfffffffffffff000-0x0000] (disabled) pci 0000:03:00.0: bridge window [mem 0xa2000000-0xa29fffff] pci 0000:03:00.0: bridge window [mem 0xa1000000-0xa1ffffff 64bit pref] pci 0000:04:00.0: PCI bridge to [bus 05-06] pci 0000:04:00.0: bridge window [io 0xfffffffffffff000-0x0000] (disabled) pci 0000:04:00.0: bridge window [mem 0xa2000000-0xa28fffff] pci 0000:04:00.0: bridge window [mem 0xa1000000-0xa1ffffff 64bit pref] pci 0000:06:00.0: reg 10: [mem 0xa1000000-0xa1ffffff pref] pci 0000:06:00.0: reg 14: [mem 0xa2800000-0xa2803fff] pci 0000:06:00.0: reg 18: [mem 0xa2000000-0xa27fffff] pci 0000:05:00.0: PCI bridge to [bus 06-06] pci 0000:05:00.0: bridge window [io 0xfffffffffffff000-0x0000] (disabled) pci 0000:05:00.0: bridge window [mem 0xa2000000-0xa28fffff] pci 0000:05:00.0: bridge window [mem 0xa1000000-0xa1ffffff 64bit pref] pci 0000:07:00.0: reg 10: [mem 0xa2901000-0xa2901fff] pci 0000:07:00.0: reg 14: [mem 0xa2900000-0xa290007f] pci 0000:07:00.0: PME# supported from D3hot pci 0000:07:00.0: PME# disabled pci 0000:04:01.0: PCI bridge to [bus 07-07] pci 0000:04:01.0: bridge window [io 0xfffffffffffff000-0x0000] (disabled) pci 0000:04:01.0: bridge window [mem 0xa2900000-0xa29fffff] pci 0000:04:01.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.RP01._PRT] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.RP03._PRT] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PEG0._PRT] pci0000:00: Requesting ACPI _OSC control (0x1d) pci0000:00: ACPI _OSC control (0x1d) granted ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *10 11 12 14 15) ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15) ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15) ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15) ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15) vgaarb: device added: PCI:0000:06:00.0,decodes=io+mem,owns=io+mem,locks=none vgaarb: loaded vgaarb: bridge control possible 0000:06:00.0 SCSI subsystem initialized libata version 3.00 loaded. usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb PCI: Using ACPI for IRQ routing PCI: old code would have set cacheline size to 32 bytes, but clflush_size = 64 PCI: pci_cache_line_size set to 64 bytes NetLabel: Initializing NetLabel: domain hash size = 128 NetLabel: protocols = UNLABELED CIPSOv4 NetLabel: unlabeled traffic allowed by default alloc irq_desc for 25 on node 0 alloc kstat_irqs on node 0 alloc irq_2_iommu on node 0 alloc irq_desc for 26 on node 0 alloc kstat_irqs on node 0 alloc irq_2_iommu on node 0 alloc irq_desc for 27 on node 0 alloc kstat_irqs on node 0 alloc irq_2_iommu on node 0 alloc irq_desc for 28 on node 0 alloc kstat_irqs on node 0 alloc irq_2_iommu on node 0 alloc irq_desc for 29 on node 0 alloc kstat_irqs on node 0 alloc irq_2_iommu on node 0 HPET: 8 timers in total, 5 timers will be used for per-cpu timer hpet0: at MMIO 0xfed00000, IRQs 2, 8, 25, 26, 27, 28, 29, 0 hpet0: 8 comparators, 64-bit 14.318180 MHz counter hpet: hpet2 irq 25 for MSI hpet: hpet3 irq 26 for MSI hpet: hpet4 irq 27 for MSI hpet: hpet5 irq 28 for MSI Switching to clocksource hpet pnp: PnP ACPI init ACPI: bus type pnp registered pnp 00:00: [io 0x0cf8-0x0cff] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active) pnp 00:01: [io 0x0000-0x001f] pnp 00:01: [io 0x0081-0x0091] pnp 00:01: [io 0x0093-0x009f] pnp 00:01: [io 0x00c0-0x00df] pnp 00:01: [dma 4] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active) pnp 00:02: [mem 0xff000000-0xffffffff] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active) pnp 00:03: [mem 0xfed00000-0xfed003ff] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active) pnp 00:04: [io 0x00f0] pnp 00:04: [irq 13] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active) pnp 00:05: [io 0x002e-0x002f] pnp 00:05: [io 0x004e-0x004f] pnp 00:05: [io 0x0061] pnp 00:05: [io 0x0063] pnp 00:05: [io 0x0065] pnp 00:05: [io 0x0067] pnp 00:05: [io 0x0070] pnp 00:05: [io 0x0080] pnp 00:05: [io 0x0092] pnp 00:05: [io 0x00b2-0x00b3] pnp 00:05: [io 0x0680-0x069f] pnp 00:05: [io 0xffff] pnp 00:05: [io 0xffff] pnp 00:05: [io 0xffff] pnp 00:05: [io 0x1800-0x18fe] pnp 00:05: [io 0x164e-0x164f] pnp 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) pnp 00:06: [io 0x0800-0x087f] pnp 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) pnp 00:07: [io 0x0070-0x0077] pnp 00:07: [irq 8] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active) pnp 00:08: [io 0x1854-0x1857] pnp 00:08: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) pnp 00:09: [io 0x0ca8] pnp 00:09: [io 0x0cac] pnp 00:09: Plug and Play ACPI device, IDs IPI0001 (active) pnp 00:0a: [io 0x02f8-0x02ff] pnp 00:0a: [irq 3] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active) pnp 00:0b: [io 0x03f8-0x03ff] pnp 00:0b: [irq 4] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active) pnp 00:0c: [mem 0xfed1c000-0xfed1ffff] pnp 00:0c: [mem 0xfed10000-0xfed17fff] pnp 00:0c: [mem 0xfed18000-0xfed18fff] pnp 00:0c: [mem 0xfed19000-0xfed19fff] pnp 00:0c: [mem 0xf0000000-0xf7ffffff] pnp 00:0c: [mem 0xfed20000-0xfed3ffff] pnp 00:0c: [mem 0xfed90000-0xfed93fff] pnp 00:0c: [mem 0xff000000-0xffffffff] pnp 00:0c: [mem 0xfee00000-0xfeefffff] pnp 00:0c: [mem 0xa0000000-0xa0000fff] pnp 00:0c: [mem 0xa0020000-0xa002ffff] pnp 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active) pnp: PnP ACPI: found 13 devices ACPI: ACPI bus type pnp unregistered system 00:05: [io 0x0680-0x069f] has been reserved system 00:05: [io 0xffff] has been reserved system 00:05: [io 0xffff] has been reserved system 00:05: [io 0xffff] has been reserved system 00:05: [io 0x1800-0x18fe] has been reserved system 00:05: [io 0x164e-0x164f] has been reserved system 00:06: [io 0x0800-0x087f] has been reserved system 00:08: [io 0x1854-0x1857] has been reserved system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved system 00:0c: [mem 0xfed10000-0xfed17fff] has been reserved system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved system 00:0c: [mem 0xf0000000-0xf7ffffff] has been reserved system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved system 00:0c: [mem 0xfed90000-0xfed93fff] could not be reserved system 00:0c: [mem 0xff000000-0xffffffff] could not be reserved system 00:0c: [mem 0xfee00000-0xfeefffff] could not be reserved system 00:0c: [mem 0xa0000000-0xa0000fff] has been reserved system 00:0c: [mem 0xa0020000-0xa002ffff] has been reserved PCI: max bus depth: 4 pci_try_num: 5 pci 0000:00:01.0: BAR 15: assigned [mem 0xa0100000-0xa01fffff pref] pci 0000:00:1c.0: BAR 14: assigned [mem 0xa0200000-0xa02fffff] pci 0000:01:00.0: BAR 6: assigned [mem 0xa0100000-0xa011ffff pref] pci 0000:00:01.0: PCI bridge to [bus 01-01] pci 0000:00:01.0: PCI bridge to [bus 01-01] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff] pci 0000:00:01.0: bridge window [mem 0xa2b00000-0xa2bfffff] pci 0000:00:01.0: bridge window [mem 0xa0100000-0xa01fffff pref] pci 0000:02:00.0: BAR 6: assigned [mem 0xa2a80000-0xa2abffff pref] pci 0000:02:00.1: BAR 6: assigned [mem 0xa2ac0000-0xa2afffff pref] pci 0000:00:1c.0: PCI bridge to [bus 02-02] pci 0000:00:1c.0: PCI bridge to [bus 02-02] pci 0000:00:1c.0: bridge window [io disabled] pci 0000:00:1c.0: bridge window [mem 0xa0200000-0xa02fffff] pci 0000:00:1c.0: bridge window [mem 0xa2a00000-0xa2afffff 64bit pref] pci 0000:05:00.0: PCI bridge to [bus 06-06] pci 0000:05:00.0: PCI bridge to [bus 06-06] pci 0000:05:00.0: bridge window [io disabled] pci 0000:05:00.0: bridge window [mem 0xa2000000-0xa28fffff] pci 0000:05:00.0: bridge window [mem 0xa1000000-0xa1ffffff 64bit pref] pci 0000:04:00.0: PCI bridge to [bus 05-06] pci 0000:04:00.0: PCI bridge to [bus 05-06] pci 0000:04:00.0: bridge window [io disabled] pci 0000:04:00.0: bridge window [mem 0xa2000000-0xa28fffff] pci 0000:04:00.0: bridge window [mem 0xa1000000-0xa1ffffff 64bit pref] pci 0000:04:01.0: PCI bridge to [bus 07-07] pci 0000:04:01.0: PCI bridge to [bus 07-07] pci 0000:04:01.0: bridge window [io disabled] pci 0000:04:01.0: bridge window [mem 0xa2900000-0xa29fffff] pci 0000:04:01.0: bridge window [mem pref disabled] pci 0000:03:00.0: PCI bridge to [bus 04-07] pci 0000:03:00.0: PCI bridge to [bus 04-07] pci 0000:03:00.0: bridge window [io disabled] pci 0000:03:00.0: bridge window [mem 0xa2000000-0xa29fffff] pci 0000:03:00.0: bridge window [mem 0xa1000000-0xa1ffffff 64bit pref] pci 0000:00:1c.2: PCI bridge to [bus 03-07] pci 0000:00:1c.2: PCI bridge to [bus 03-07] pci 0000:00:1c.2: bridge window [io disabled] pci 0000:00:1c.2: bridge window [mem 0xa2000000-0xa29fffff] pci 0000:00:1c.2: bridge window [mem 0xa1000000-0xa1ffffff 64bit pref] alloc irq_desc for 16 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 pci 0000:00:01.0: setting latency timer to 64 pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 pci 0000:00:1c.0: setting latency timer to 64 alloc irq_desc for 18 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 pci 0000:00:1c.2: setting latency timer to 64 pci 0000:03:00.0: setting latency timer to 64 pci 0000:04:00.0: setting latency timer to 64 pci 0000:05:00.0: setting latency timer to 64 pci 0000:04:01.0: setting latency timer to 64 pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] pci_bus 0000:00: resource 7 [mem 0xa0000000-0xfeafffff] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff] pci_bus 0000:01: resource 1 [mem 0xa2b00000-0xa2bfffff] pci_bus 0000:01: resource 2 [mem 0xa0100000-0xa01fffff pref] pci_bus 0000:02: resource 1 [mem 0xa0200000-0xa02fffff] pci_bus 0000:02: resource 2 [mem 0xa2a00000-0xa2afffff 64bit pref] pci_bus 0000:03: resource 1 [mem 0xa2000000-0xa29fffff] pci_bus 0000:03: resource 2 [mem 0xa1000000-0xa1ffffff 64bit pref] pci_bus 0000:04: resource 1 [mem 0xa2000000-0xa29fffff] pci_bus 0000:04: resource 2 [mem 0xa1000000-0xa1ffffff 64bit pref] pci_bus 0000:05: resource 1 [mem 0xa2000000-0xa28fffff] pci_bus 0000:05: resource 2 [mem 0xa1000000-0xa1ffffff 64bit pref] pci_bus 0000:06: resource 1 [mem 0xa2000000-0xa28fffff] pci_bus 0000:06: resource 2 [mem 0xa1000000-0xa1ffffff 64bit pref] pci_bus 0000:07: resource 1 [mem 0xa2900000-0xa29fffff] NET: Registered protocol family 2 IP route cache hash table entries: 262144 (order: 9, 2097152 bytes) TCP established hash table entries: 524288 (order: 11, 8388608 bytes) TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) TCP: Hash tables configured (established 524288 bind 65536) TCP reno registered NET: Registered protocol family 1 pci 0000:00:14.0: power state changed by ACPI to D0 pci 0000:00:14.0: power state changed by ACPI to D0 pci 0000:00:14.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 pci 0000:00:14.0: PCI INT A disabled pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 pci 0000:00:1a.0: PCI INT A disabled alloc irq_desc for 23 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 pci 0000:00:1d.0: PCI INT A disabled pci 0000:06:00.0: Boot video device Trying to unpack rootfs image as initramfs... Freeing initrd memory: 15839k freed Simple Boot Flag at 0x44 set to 0x1 audit: initializing netlink socket (disabled) type=2000 audit(1466523924.378:1): initialized HugeTLB registered 2 MB page size, pre-allocated 0 pages VFS: Disk quotas dquot_6.5.2 Dquot-cache hash table entries: 512 (order 0, 4096 bytes) msgmni has been set to 15335 SELinux: Registering netfilter hooks alg: No test for stdrng (krng) ksign: Installing public key data Loading keyring - Added public key DB6BC3CB5AEBCDD6 - User ID: Red Hat, Inc. (Kernel Module GPG key) - Added public key D4A26C9CCD09BEDA - User ID: Red Hat Enterprise Linux Driver Update Program secalert@redhat.com Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered (default) pcieport 0000:00:01.0: setting latency timer to 64 alloc irq_desc for 30 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 pcieport 0000:00:01.0: irq 30 for MSI/MSI-X pcieport 0000:00:1c.0: setting latency timer to 64 alloc irq_desc for 31 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 pcieport 0000:00:1c.0: irq 31 for MSI/MSI-X pcieport 0000:00:1c.2: setting latency timer to 64 alloc irq_desc for 32 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 pcieport 0000:00:1c.2: irq 32 for MSI/MSI-X pcieport 0000:03:00.0: setting latency timer to 64 alloc irq_desc for 33 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 pcieport 0000:03:00.0: irq 33 for MSI/MSI-X pcieport 0000:04:00.0: setting latency timer to 64 alloc irq_desc for 34 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 pcieport 0000:04:00.0: irq 34 for MSI/MSI-X pcieport 0000:04:01.0: setting latency timer to 64 alloc irq_desc for 35 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 pcieport 0000:04:01.0: irq 35 for MSI/MSI-X pci_hotplug: PCI Hot Plug PCI Core version: 0.5 pciehp: PCI Express Hot Plug Controller Driver version: 0.4 acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 acpiphp: Slot [1] registered intel_idle: MWAIT substates: 0x42120 intel_idle: does not run on family 6 model 60 ipmi message handler version 39.2 IPMI System Interface driver. ipmi_si: Adding ACPI-specified kcs state machine ipmi_si: Adding SMBIOS-specified kcs state machine: duplicate interface ipmi_si: Adding ACPI-specified kcs state machine: duplicate interface ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave add ress 0x0, irq 0 ipmi: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20) IPMI kcs interface initialized input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 ACPI: Power Button [PWRF] ACPI: Fan [FAN0] (off) ACPI: Fan [FAN1] (off) ACPI: Fan [FAN2] (off) ACPI: Fan [FAN3] (off) ACPI: Fan [FAN4] (off) ACPI: acpi_idle registered with cpuidle ACPI: SSDT 0000000095acac18 003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120816) Monitor-Mwait will be used to enter C-1 state Monitor-Mwait will be used to enter C-2 state ACPI: SSDT 0000000095aca618 005AA (v01 PmRef ApIst 00003000 INTL 20120816) ACPI: SSDT 0000000095ac9d98 00119 (v01 PmRef ApCst 00003000 INTL 20120816) thermal LNXTHERM:01: registered as thermal_zone0 ACPI: Thermal Zone [TZ00] (28 C) thermal LNXTHERM:02: registered as thermal_zone1 ACPI: Thermal Zone [TZ01] (30 C) ERST: Could not register with persistent store ERST: Error Record Serialization Table (ERST) support is initialized. GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC. Non-volatile memory driver v1.3 Linux agpgart interface v0.103 crash memory driver: version 1.1 Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A brd: module loaded loop: module loaded input: Macintosh mouse button emulation as /devices/virtual/input/input1 Fixed MDIO Bus: probed ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 ehci_hcd 0000:00:1a.0: setting latency timer to 64 ehci_hcd 0000:00:1a.0: EHCI Host Controller ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:1a.0: debug port 2 ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported ehci_hcd 0000:00:1a.0: irq 16, io mem 0xa2c12000 ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: Product: EHCI Host Controller usb usb1: Manufacturer: Linux 2.6.32-358.el6.x86_64 ehci_hcd usb usb1: SerialNumber: 0000:00:1a.0 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 ehci_hcd 0000:00:1d.0: setting latency timer to 64 ehci_hcd 0000:00:1d.0: EHCI Host Controller ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 ehci_hcd 0000:00:1d.0: debug port 2 ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported ehci_hcd 0000:00:1d.0: irq 23, io mem 0xa2c11000 ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00 usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb2: Product: EHCI Host Controller usb usb2: Manufacturer: Linux 2.6.32-358.el6.x86_64 ehci_hcd usb usb2: SerialNumber: 0000:00:1d.0 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver uhci_hcd: USB Universal Host Controller Interface driver PNP: No PS/2 controller found. Probing ports directly. mice: PS/2 mouse device common for all mice rtc_cmos 00:07: RTC can wake from S4 rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0 rtc0: alarms up to one month, 242 bytes nvram, hpet irqs cpuidle: using governor ladder cpuidle: using governor menu EFI Variables Facility v0.08 2004-May-17 usbcore: registered new interface driver hiddev usbcore: registered new interface driver usbhid usbhid: v2.6:USB HID core driver TCP cubic registered Initializing XFRM netlink socket NET: Registered protocol family 17 registered taskstats version 1 rtc_cmos 00:07: setting system clock to 2016-06-21 15:45:25 UTC (1466523925) Initalizing network drop monitor service Freeing unused kernel memory: 1264k freed Write protecting the kernel read-only data: 10240k Freeing unused kernel memory: 904k freed Freeing unused kernel memory: 1676k freed dracut: dracut-004-303.el6 dracut: rd_NO_LUKS: removing cryptoluks activation device-mapper: uevent: version 1.0.3 device-mapper: ioctl: 4.23.6-ioctl (2012-07-25) initialised: dm-devel@redhat.com udev: starting version 147 dracut: Starting plymouth daemon dracut: rd_NO_DM: removing DM RAID activation dracut: rd_NO_MD: removing MD RAID activation megasas: 06.504.01.00-rh1 Mon. Oct. 8 17:00:00 PDT 2012 megasas: 0x1000:0x0073:0x1028:0x1f4e: bus 1:slot 0:func 0 megaraid_sas 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 megaraid_sas 0000:01:00.0: setting latency timer to 64 megasas: FW now in Ready state alloc irq_desc for 36 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 megaraid_sas 0000:01:00.0: irq 36 for MSI/MSI-X megasas_init_mfi: fw_support_ieee=67108864 megasas: INIT adapter done scsi0 : LSI SAS based MegaRAID driver scsi 0:0:0:0: Direct-Access SEAGATE ST3300657SS ES66 PQ: 0 ANSI: 5 scsi 0:0:1:0: Direct-Access SEAGATE ST3300657SS ES66 PQ: 0 ANSI: 5 scsi 0:2:0:0: Direct-Access DELL PERC H310 2.12 PQ: 0 ANSI: 5 ahci 0000:00:1f.2: version 3.0 alloc irq_desc for 19 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 alloc irq_desc for 37 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 ahci 0000:00:1f.2: irq 37 for MSI/MSI-X ahci: SSS flag set, parallel bus scan disabled ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x30 impl SATA mode ahci 0000:00:1f.2: flags: 64bit ncq stag led clo pio slum part ems sxs apst ahci 0000:00:1f.2: setting latency timer to 64 scsi1 : ahci scsi2 : ahci scsi3 : ahci scsi4 : ahci scsi5 : ahci scsi6 : ahci ata1: DUMMY ata2: DUMMY ata3: DUMMY ata4: DUMMY ata5: SATA max UDMA/133 abar m2048@0xa2c10000 port 0xa2c10300 irq 37 ata6: SATA max UDMA/133 abar m2048@0xa2c10000 port 0xa2c10380 irq 37 usb 1-1: new high speed USB device number 2 using ehci_hcd Refined TSC clocksource calibration: 3092.837 MHz. Switching to clocksource tsc usb 1-1: New USB device found, idVendor=8087, idProduct=8008 usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 usb 1-1: configuration #1 chosen from 1 choice hub 1-1:1.0: USB hub found hub 1-1:1.0: 4 ports detected usb 2-1: new high speed USB device number 2 using ehci_hcd ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata5.00: ATAPI: HL-DT-ST DVD+/-RW GTA0N, A3B0, max UDMA/100, ATAPI AN ata5.00: configured for UDMA/100 scsi 5:0:0:0: CD-ROM HL-DT-ST DVD+-RW GTA0N A3B0 PQ: 0 ANSI: 5 usb 2-1: New USB device found, idVendor=8087, idProduct=8000 usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 usb 2-1: configuration #1 chosen from 1 choice hub 2-1:1.0: USB hub found hub 2-1:1.0: 6 ports detected ata6: SATA link down (SStatus 0 SControl 300) sd 0:2:0:0: [sda] 584843264 512-byte logical blocks: (299 GB/278 GiB) sd 0:2:0:0: [sda] Write Protect is off sd 0:2:0:0: [sda] Mode Sense: 1f 00 10 08 sd 0:2:0:0: [sda] Write cache: disabled, read cache: disabled, supports DPO and FUA sda: sda1 sda2 sd 0:2:0:0: [sda] Attached SCSI disk sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray Uniform CD-ROM driver Revision: 3.20 sr 5:0:0:0: Attached scsi CD-ROM sr0 dracut: Scanning devices sda2 for LVM logical volumes vg_root/lv_root vg_root/l v_swap dracut: inactive '/dev/vg_root/lv_var' [1.97 GiB] inherit dracut: inactive '/dev/vg_root/lv_root' [2.94 GiB] inherit dracut: inactive '/dev/vg_root/lv_ag1' [146.50 GiB] inherit dracut: inactive '/dev/vg_root/lv_home' [256.00 MiB] inherit dracut: inactive '/dev/vg_root/lv_dps' [256.00 MiB] inherit dracut: inactive '/dev/vg_root/lv_swap' [5.88 GiB] inherit dracut: inactive '/dev/vg_root/lv_tmp' [1.00 GiB] inherit dracut: inactive '/dev/vg_root/lv_usr' [2.47 GiB] inherit EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: dracut: Mounted root filesystem /dev/mapper/vg_root-lv_root dracut: Loading SELinux policy type=1404 audit(1466523926.769:2): enforcing=1 old_enforcing=0 auid=4294967295 s es=4294967295 SELinux: 2048 avtab hash slots, 276421 rules. SELinux: 2048 avtab hash slots, 276421 rules. SELinux: 9 users, 12 roles, 3889 types, 201 bools, 1 sens, 1024 cats SELinux: 81 classes, 276421 rules SELinux: Completing initialization. SELinux: Setting up existing superblocks. SELinux: initialized (dev dm-0, type ext4), uses xattr SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs SELinux: initialized (dev devpts, type devpts), uses transition SIDs SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts SELinux: initialized (dev pipefs, type pipefs), uses task SIDs SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts SELinux: initialized (dev sockfs, type sockfs), uses task SIDs SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs SELinux: initialized (dev proc, type proc), uses genfs_contexts SELinux: initialized (dev bdev, type bdev), uses genfs_contexts SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts type=1403 audit(1466523927.114:3): policy loaded auid=4294967295 ses=4294967295 dracut: dracut: Switching root readahead-collector: starting udev: starting version 147 xhci_hcd 0000:00:14.0: power state changed by ACPI to D0 xhci_hcd 0000:00:14.0: power state changed by ACPI to D0 xhci_hcd 0000:00:14.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 xhci_hcd 0000:00:14.0: setting latency timer to 64 xhci_hcd 0000:00:14.0: xHCI Host Controller xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 xhci_hcd 0000:00:14.0: cache line size of 64 is not supported xhci_hcd 0000:00:14.0: irq 16, io mem 0xa2c00000 alloc irq_desc for 38 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 xhci_hcd 0000:00:14.0: irq 38 for MSI/MSI-X usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb3: Product: xHCI Host Controller usb usb3: Manufacturer: Linux 2.6.32-358.el6.x86_64 xhci_hcd usb usb3: SerialNumber: 0000:00:14.0 usb usb3: configuration #1 chosen from 1 choice xHCI xhci_add_endpoint called for root hub xHCI xhci_check_bandwidth called for root hub hub 3-0:1.0: USB hub found hub 3-0:1.0: 10 ports detected xhci_hcd 0000:00:14.0: xHCI Host Controller xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 usb usb4: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed comp anion descriptor usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb4: Product: xHCI Host Controller usb usb4: Manufacturer: Linux 2.6.32-358.el6.x86_64 xhci_hcd usb usb4: SerialNumber: 0000:00:14.0 usb usb4: configuration #1 chosen from 1 choice xHCI xhci_add_endpoint called for root hub xHCI xhci_check_bandwidth called for root hub hub 4-0:1.0: USB hub found hub 4-0:1.0: 2 ports detected sd 0:2:0:0: Attached scsi generic sg0 type 0 sr 5:0:0:0: Attached scsi generic sg1 type 5 tg3.c:v3.124 (March 21, 2012) tg3 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 tg3 0000:02:00.0: setting latency timer to 64 tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address 20:47:47:7d:64:06 tg3 0000:02:00.0: eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (Wire Speed[1], EEE[1]) tg3 0000:02:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1] tg3 0000:02:00.0: eth0: dma_rwctrl[00000001] dma_mask[64-bit] alloc irq_desc for 17 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 tg3 0000:02:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17 tg3 0000:02:00.1: setting latency timer to 64 tg3 0000:02:00.1: eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address 20:47:47:7d:64:08 tg3 0000:02:00.1: eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (Wire Speed[1], EEE[1]) tg3 0000:02:00.1: eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1] tg3 0000:02:00.1: eth1: dma_rwctrl[00000001] dma_mask[64-bit] iTCO_vendor_support: vendor-support=0 iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07rh iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860) iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18 ACPI: resource 0000:00:1f.3 [io 0x4000-0x401f] conflicts with ACPI region SMBI [io 0x4000-0x400f] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x1c platform microcode: firmware: requesting intel-ucode/06-3c-03 microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x1c platform microcode: firmware: requesting intel-ucode/06-3c-03 microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x1c platform microcode: firmware: requesting intel-ucode/06-3c-03 microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x1c platform microcode: firmware: requesting intel-ucode/06-3c-03 Microcode Update Driver: v2.00 tigran@aivazian.fsnet.co.uk, Peter Oruba udev: renamed network interface eth1 to em2 usb 3-1: new low speed USB device number 2 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input2 generic-usb 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-2: new low speed USB device number 3 using xhci_hcd udev: renamed network interface eth0 to em1 usb 3-2: New USB device found, idVendor=413c, idProduct=2003 usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-2: Product: Dell USB Keyboard usb 3-2: Manufacturer: Dell usb 3-2: configuration #1 chosen from 1 choice usb 3-2: ep 0x81 - rounding interval to 128 microframes, ep desc says 192 microf rames input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1 .0/input/input3 generic-usb 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Del l USB Keyboard] on usb-0000:00:14.0-2/input0 usb 3-5: new high speed USB device number 4 using xhci_hcd usb 3-5: New USB device found, idVendor=0718, idProduct=1122 usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 3-5: Product: RDx External usb 3-5: Manufacturer: IMATION usb 3-5: SerialNumber: 00A16006K038 usb 3-5: configuration #1 chosen from 1 choice usb 3-5: ep 0x83 - rounding interval to 32768 microframes, ep desc says 0 microf rames usb 3-5: ep 0x3 - rounding interval to 32768 microframes, ep desc says 0 microfr ames Initializing USB Mass Storage driver... scsi7 : SCSI emulation for USB Mass Storage devices usb-storage: device found at 4 usb-storage: waiting for device to settle before scanning usbcore: registered new interface driver usb-storage USB Mass Storage support registered. usb 3-9: new high speed USB device number 5 using xhci_hcd usb 3-9: New USB device found, idVendor=413c, idProduct=a001 usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 3-9: Product: Gadget USB HUB usb 3-9: Manufacturer: no manufacturer usb 3-9: SerialNumber: 0123456789 usb 3-9: configuration #1 chosen from 1 choice hub 3-9:1.0: USB hub found hub 3-9:1.0: 6 ports detected usb 3-9.1: new high speed USB device number 6 using xhci_hcd usb 3-9.1: New USB device found, idVendor=0624, idProduct=0249 usb 3-9.1: New USB device strings: Mfr=4, Product=5, SerialNumber=6 usb 3-9.1: Product: Keyboard/Mouse Function usb 3-9.1: Manufacturer: Avocent usb 3-9.1: SerialNumber: 20121018 usb 3-9.1: configuration #1 chosen from 1 choice input: Avocent Keyboard/Mouse Function as /devices/pci0000:00/0000:00:14.0/usb3/ 3-9/3-9.1/3-9.1:1.0/input/input4 generic-usb 0003:0624:0249.0003: input,hidraw2: USB HID v1.00 Keyboard [Avocent Keyboard/Mouse Function] on usb-0000:00:14.0-9.1/input0 input: Avocent Keyboard/Mouse Function as /devices/pci0000:00/0000:00:14.0/usb3/ 3-9/3-9.1/3-9.1:1.1/input/input5 generic-usb 0003:0624:0249.0004: input,hidraw3: USB HID v1.00 Mouse [Avocent Key board/Mouse Function] on usb-0000:00:14.0-9.1/input1 input: Avocent Keyboard/Mouse Function as /devices/pci0000:00/0000:00:14.0/usb3/ 3-9/3-9.1/3-9.1:1.2/input/input6 generic-usb 0003:0624:0249.0005: input,hidraw4: USB HID v1.00 Mouse [Avocent Key board/Mouse Function] on usb-0000:00:14.0-9.1/input2 EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: SELinux: initialized (dev dm-3, type ext4), uses xattr EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: SELinux: initialized (dev sda1, type ext4), uses xattr EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: SELinux: initialized (dev dm-5, type ext4), uses xattr EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: SELinux: initialized (dev dm-4, type ext4), uses xattr EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: SELinux: initialized (dev dm-6, type ext4), uses xattr EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: SELinux: initialized (dev dm-7, type ext4), uses xattr usb-storage: device scan complete EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: SELinux: initialized (dev dm-2, type ext4), uses xattr Adding 6160376k swap on /dev/mapper/vg_root-lv_swap. Priority:-1 extents:1 acr ss:6160376k SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts readahead-disable-service: delaying service auditd NET: Registered protocol family 10 lo: Disabled Privacy Extensions scsi 7:0:0:0: Direct-Access DELL RD1000 4121 PQ: 0 ANSI: 3 sd 7:0:0:0: Attached scsi generic sg2 type 0 sd 7:0:0:0: [sdb] 1953516976 512-byte logical blocks: (1.00 TB/931 GiB) sd 7:0:0:0: [sdb] Write Protect is off sd 7:0:0:0: [sdb] Mode Sense: 0b 00 00 08 sd 7:0:0:0: [sdb] Assuming drive cache: write through sd 7:0:0:0: [sdb] Assuming drive cache: write through sdb: sd 7:0:0:0: [sdb] Assuming drive cache: write through sd 7:0:0:0: [sdb] Attached SCSI removable disk alloc irq_desc for 39 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 tg3 0000:02:00.0: irq 39 for MSI/MSI-X alloc irq_desc for 40 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 tg3 0000:02:00.0: irq 40 for MSI/MSI-X alloc irq_desc for 41 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 tg3 0000:02:00.0: irq 41 for MSI/MSI-X alloc irq_desc for 42 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 tg3 0000:02:00.0: irq 42 for MSI/MSI-X alloc irq_desc for 43 on node -1 alloc kstat_irqs on node -1 alloc irq_2_iommu on node -1 tg3 0000:02:00.0: irq 43 for MSI/MSI-X ADDRCONF(NETDEV_UP): em1: link is not ready tg3 0000:02:00.0: em1: Link is up at 100 Mbps, full duplex tg3 0000:02:00.0: em1: Flow control is on for TX and on for RX tg3 0000:02:00.0: em1: EEE is disabled ADDRCONF(NETDEV_CHANGE): em1: link becomes ready RPC: Registered named UNIX socket transport module. RPC: Registered udp transport module. RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts SELinux: initialized (dev autofs, type autofs), uses genfs_contexts SELinux: initialized (dev autofs, type autofs), uses genfs_contexts SELinux: initialized (dev autofs, type autofs), uses genfs_contexts readahead-collector: starting delayed service auditd readahead-collector: sorting readahead-collector: finished usb 3-1: USB disconnect, device number 2 usb 3-1: new low speed USB device number 7 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input7 generic-usb 0003:093A:2510.0006: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 7 usb 3-1: new low speed USB device number 8 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input8 generic-usb 0003:093A:2510.0007: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 8 usb 3-1: new low speed USB device number 9 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input9 generic-usb 0003:093A:2510.0008: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 9 usb 3-1: new low speed USB device number 10 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input10 generic-usb 0003:093A:2510.0009: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 10 usb 3-1: new low speed USB device number 11 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input11 generic-usb 0003:093A:2510.000A: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 11 usb 3-1: new low speed USB device number 12 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input12 generic-usb 0003:093A:2510.000B: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 12 usb 3-1: new low speed USB device number 13 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input13 generic-usb 0003:093A:2510.000C: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 13 usb 3-1: new low speed USB device number 14 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input14 generic-usb 0003:093A:2510.000D: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 14 usb 3-1: new low speed USB device number 15 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input15 generic-usb 0003:093A:2510.000E: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 15 usb 3-1: new low speed USB device number 16 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input16 generic-usb 0003:093A:2510.000F: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 16 usb 3-1: new low speed USB device number 17 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input17 generic-usb 0003:093A:2510.0010: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 17 usb 3-1: new low speed USB device number 18 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input18 generic-usb 0003:093A:2510.0011: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 18 usb 3-1: new low speed USB device number 19 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input19 generic-usb 0003:093A:2510.0012: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 19 usb 3-1: new low speed USB device number 20 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input20 generic-usb 0003:093A:2510.0013: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 20 usb 3-1: new low speed USB device number 21 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input21 generic-usb 0003:093A:2510.0014: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 21 usb 3-1: new low speed USB device number 22 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input22 generic-usb 0003:093A:2510.0015: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 22 usb 3-1: new low speed USB device number 23 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input23 generic-usb 0003:093A:2510.0016: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 23 usb 3-1: new low speed USB device number 24 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input24 generic-usb 0003:093A:2510.0017: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 24 usb 3-1: new low speed USB device number 25 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input25 generic-usb 0003:093A:2510.0018: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 25 usb 3-1: new low speed USB device number 26 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input26 generic-usb 0003:093A:2510.0019: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 26 usb 3-1: new low speed USB device number 27 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input27 generic-usb 0003:093A:2510.001A: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 27 usb 3-1: new low speed USB device number 28 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input28 generic-usb 0003:093A:2510.001B: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 28 usb 3-1: new low speed USB device number 29 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1 :1.0/input/input29 generic-usb 0003:093A:2510.001C: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-1/input0 usb 3-1: USB disconnect, device number 29 usb 3-1: new low speed USB device number 30 using xhci_hcd usb 3-1: New USB device found, idVendor=093a, idProduct=2510 usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-1: Product: USB Optical Mouse usb 3-1: Manufacturer: PixArt usb 3-1: configuration #1 chosen from 1 choice usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microfra mes input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.