public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] No motherboard beep since kernel upgrade
@ 2014-03-21 17:51 null_ptr
  2014-03-21 18:54 ` Francesco Turco
  2014-03-22  1:36 ` Tom Wijsman
  0 siblings, 2 replies; 17+ messages in thread
From: null_ptr @ 2014-03-21 17:51 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

Since the last kernel upgrade the motherboard beep of my system has gone
silent.

The notebook is a HP Compaq 6710b and with an Intel 82801H Chipset (see
attached lscpi -k)

Module for my sound card is running and SND_HDA_INPUT_BEEP is activated
in kernel config. Am I missing something else?

----
null_ptr

B: Are you pondering what I'm pondering?
P: Well, I think so, Brain, but do I really need two tongues?

[-- Attachment #2: lspci --]
[-- Type: text/plain, Size: 3644 bytes --]

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
	Subsystem: Hewlett-Packard Company Compaq 6710b
	Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)
	Subsystem: Hewlett-Packard Company Compaq 6710b
	Kernel driver in use: i915
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 0c)
	Subsystem: Hewlett-Packard Company Compaq 6710b
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
	Subsystem: Hewlett-Packard Company Compaq 6710b
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci_hcd
00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
	Subsystem: Hewlett-Packard Company Compaq 6710b
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci_hcd
00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
	Subsystem: Hewlett-Packard Company Compaq 6710b
	Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
	Subsystem: Hewlett-Packard Company Compaq 6710b
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
	Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
	Kernel driver in use: pcieport
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
	Kernel driver in use: pcieport
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
	Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
	Subsystem: Hewlett-Packard Company Compaq 6710b
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci_hcd
00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
	Subsystem: Hewlett-Packard Company Compaq 6710b
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci_hcd
00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
	Subsystem: Hewlett-Packard Company Compaq 6710b
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci_hcd
00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
	Subsystem: Hewlett-Packard Company Compaq 6710b
	Kernel driver in use: ehci-pci
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HM (ICH8M) LPC Interface Controller (rev 03)
	Subsystem: Hewlett-Packard Company Compaq 6710b
00:1f.2 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [IDE mode] (rev 03)
	Subsystem: Hewlett-Packard Company Compaq 6710b
	Kernel driver in use: ata_piix
	Kernel modules: pata_acpi, ata_generic
02:04.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b6)
	Subsystem: Hewlett-Packard Company Compaq 6710b
	Kernel driver in use: yenta_cardbus
	Kernel modules: yenta_socket
10:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
	Subsystem: Hewlett-Packard Company PRO/Wireless 3945ABG [Golan] Network Connection
	Kernel driver in use: iwl3945
	Kernel modules: iwl3945
18:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)
	Subsystem: Hewlett-Packard Company Device 30c2
	Kernel driver in use: tg3
	Kernel modules: tg3

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-21 17:51 [gentoo-user] No motherboard beep since kernel upgrade null_ptr
@ 2014-03-21 18:54 ` Francesco Turco
  2014-03-21 19:39   ` Dat G
  2014-03-22  1:36 ` Tom Wijsman
  1 sibling, 1 reply; 17+ messages in thread
From: Francesco Turco @ 2014-03-21 18:54 UTC (permalink / raw
  To: gentoo-user

On Fri, Mar 21, 2014, at 18:51, null_ptr wrote:
> Module for my sound card is running and SND_HDA_INPUT_BEEP is activated
> in kernel config. Am I missing something else?

Perhaps you need CONFIG_INPUT_PCSPKR.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-21 18:54 ` Francesco Turco
@ 2014-03-21 19:39   ` Dat G
  2014-03-21 21:41     ` Lee
  0 siblings, 1 reply; 17+ messages in thread
From: Dat G @ 2014-03-21 19:39 UTC (permalink / raw
  To: gentoo-user

On 21/03/14 19:54, Francesco Turco wrote:
>On Fri, Mar 21, 2014, at 18:51, null_ptr wrote:
>> Module for my sound card is running and SND_HDA_INPUT_BEEP is activated
>> in kernel config. Am I missing something else?
>
>Perhaps you need CONFIG_INPUT_PCSPKR.
I tried building with that and it didn't fix it.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-21 19:39   ` Dat G
@ 2014-03-21 21:41     ` Lee
  2014-03-22  1:08       ` null_ptr
  0 siblings, 1 reply; 17+ messages in thread
From: Lee @ 2014-03-21 21:41 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 538 bytes --]

I can't think of the name of the module, pcspkr IIRC or some such, but it
prolly isn't loaded. Modprobe can tell you if it's available & load it.
On Mar 21, 2014 12:41 PM, "Dat G" <rhannek@gmx.de> wrote:

> On 21/03/14 19:54, Francesco Turco wrote:
>
>> On Fri, Mar 21, 2014, at 18:51, null_ptr wrote:
>>
>>> Module for my sound card is running and SND_HDA_INPUT_BEEP is activated
>>> in kernel config. Am I missing something else?
>>>
>>
>> Perhaps you need CONFIG_INPUT_PCSPKR.
>>
> I tried building with that and it didn't fix it.
>
>

[-- Attachment #2: Type: text/html, Size: 1032 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-21 21:41     ` Lee
@ 2014-03-22  1:08       ` null_ptr
  2014-03-22  7:20         ` David Haller
  2014-03-22 22:40         ` Volker Armin Hemmann
  0 siblings, 2 replies; 17+ messages in thread
From: null_ptr @ 2014-03-22  1:08 UTC (permalink / raw
  To: gentoo-user

On 21/03/14 14:41, Lee wrote:
>I can't think of the name of the module, pcspkr IIRC or some such, but it
>prolly isn't loaded. Modprobe can tell you if it's available & load it.
>On Mar 21, 2014 12:41 PM, "Dat G" <rhannek@gmx.de> wrote:
>
>> On 21/03/14 19:54, Francesco Turco wrote:
>>
>>> On Fri, Mar 21, 2014, at 18:51, null_ptr wrote:
>>>
>>>> Module for my sound card is running and SND_HDA_INPUT_BEEP is activated
>>>> in kernel config. Am I missing something else?
>>>>
>>>
>>> Perhaps you need CONFIG_INPUT_PCSPKR.
>>>
>> I tried building with that and it didn't fix it.

"modprobe pcspkr" doesn't change anything. It is still silent. I also tried
building it in the kernel.

On the other hand from what I understand the snd_hda_intel should be
doing the beeps when the mainboard does not have a physical speaker on
the mainboard and instead beeps through the regular sound device. At
least on 3.10.25 I had not build the pcspkr module and the system beeped
happily.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-21 17:51 [gentoo-user] No motherboard beep since kernel upgrade null_ptr
  2014-03-21 18:54 ` Francesco Turco
@ 2014-03-22  1:36 ` Tom Wijsman
  2014-03-22 11:29   ` null_ptr
  1 sibling, 1 reply; 17+ messages in thread
From: Tom Wijsman @ 2014-03-22  1:36 UTC (permalink / raw
  To: rhannek; +Cc: gentoo-user

On Fri, 21 Mar 2014 18:51:22 +0100
null_ptr <rhannek@gmx.de> wrote:

> Since the last kernel upgrade

Which kernel package? From which version to which version?

> the motherboard beep of my system has gone silent.

Can you diff the dmesg as well as `lsmod` output before and after?

> Module for my sound card is running and SND_HDA_INPUT_BEEP is
> activated in kernel config. Am I missing something else?

Can you diff the kernel config file before and after?

PS: You can use `diff A B | less` to compare file A and B; if you want
to share it with us, you can do `diff A B > /tmp/AB.diff` or so.

-- 
With kind regards,

Tom Wijsman (TomWij)
Gentoo Developer

E-mail address  : TomWij@gentoo.org
GPG Public Key  : 6D34E57D
GPG Fingerprint : C165 AF18 AB4C 400B C3D2  ABF0 95B2 1FCD 6D34 E57D


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-22  1:08       ` null_ptr
@ 2014-03-22  7:20         ` David Haller
  2014-03-22 22:40         ` Volker Armin Hemmann
  1 sibling, 0 replies; 17+ messages in thread
From: David Haller @ 2014-03-22  7:20 UTC (permalink / raw
  To: gentoo-user

Hello,

On Sat, 22 Mar 2014, null_ptr wrote:
>"modprobe pcspkr" doesn't change anything. It is still silent. I also tried
>building it in the kernel.
>
>On the other hand from what I understand the snd_hda_intel should be
>doing the beeps when the mainboard does not have a physical speaker on
>the mainboard and instead beeps through the regular sound device. At
>least on 3.10.25 I had not build the pcspkr module and the system beeped
>happily.

Have the module 'pcspkr' available and add 'pcsp=enable=1' to your kernel
command line.

HTH,
-dnh

-- 
Every feature is a bug, unless it can be turned off.  -- Karl Heuer


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-22  1:36 ` Tom Wijsman
@ 2014-03-22 11:29   ` null_ptr
  2014-03-23 10:06     ` Tom Wijsman
  0 siblings, 1 reply; 17+ messages in thread
From: null_ptr @ 2014-03-22 11:29 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 648 bytes --]

On 22/03/14 02:36, Tom Wijsman wrote:
>On Fri, 21 Mar 2014 18:51:22 +0100
>null_ptr <rhannek@gmx.de> wrote:
>
>> Since the last kernel upgrade
>
>Which kernel package? From which version to which version?

From gentoo-sources-3.10.25 to gentoo-sources-3.12.13

>
>> the motherboard beep of my system has gone silent.
>
>Can you diff the dmesg as well as `lsmod` output before and after?
>
>> Module for my sound card is running and SND_HDA_INPUT_BEEP is
>> activated in kernel config. Am I missing something else?
>
>Can you diff the kernel config file before and after?

I attached them. Old config/lsmod/dmesg is the first
parameter of the diff.

[-- Attachment #2: diffconfig --]
[-- Type: text/plain, Size: 8444 bytes --]

3c3
< # Linux/x86 3.10.25-gentoo Kernel Configuration
---
> # Linux/x86 3.12.13-gentoo Kernel Configuration
43a44,45
> CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
> CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
61a64
> # CONFIG_COMPILE_TEST is not set
68a72
> CONFIG_HAVE_KERNEL_LZ4=y
73a78
> # CONFIG_KERNEL_LZ4 is not set
81d85
< CONFIG_HAVE_GENERIC_HARDIRQS=y
86d89
< CONFIG_GENERIC_HARDIRQS=y
141a145
> # CONFIG_USER_NS is not set
143a148
> # CONFIG_UIDGID_STRICT_TYPE_CHECKS is not set
153a159
> CONFIG_RD_LZ4=y
159d164
< CONFIG_HOTPLUG=y
226a232
> CONFIG_HAVE_ARCH_SOFT_DIRTY=y
249a256
> # CONFIG_BLK_CMDLINE_PARSER is not set
255a263
> # CONFIG_AIX_PARTITION is not set
272a281
> # CONFIG_CMDLINE_PARTITION is not set
356a366,367
> # CONFIG_MICROCODE_INTEL_EARLY is not set
> # CONFIG_MICROCODE_AMD_EARLY is not set
394a406,407
> # CONFIG_CMA is not set
> # CONFIG_ZBUD is not set
438a452
> # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
444d457
< CONFIG_ACPI_PROC_EVENT=y
451d463
< CONFIG_ACPI_I2C=y
501a514,517
> 
> #
> # CPU Idle
> #
504a521
> CONFIG_CPU_IDLE_GOV_MENU=y
531d547
< CONFIG_ARCH_SUPPORTS_MSI=y
543a560,563
> 
> #
> # PCI host controller drivers
> #
564a585
> # CONFIG_X86_SYSFB is not set
584d604
< CONFIG_HAVE_TEXT_POKE_SMP=y
608d627
< # CONFIG_ARPD is not set
670a690
> # CONFIG_NET_MPLS_GSO is not set
673a694
> CONFIG_NET_RX_BUSY_POLL=y
675a697
> CONFIG_NET_FLOW_LIMIT=y
788d809
< # CONFIG_INTEL_MID_PTI is not set
904a926
> # CONFIG_SCSI_ESAS2R is not set
916a939
> # CONFIG_SCSI_FLASHPOINT is not set
988a1012
> # CONFIG_SATA_RCAR is not set
1065a1090
> CONFIG_BLK_DEV_DM_BUILTIN=y
1080a1106
> # CONFIG_DM_SWITCH is not set
1099a1126
> CONFIG_MII=y
1105d1131
< CONFIG_MII=y
1113a1140
> # CONFIG_NLMON is not set
1143a1171
> CONFIG_NET_VENDOR_ARC=y
1199a1228
> # CONFIG_I40E is not set
1209a1239
> # CONFIG_MLX5_CORE is not set
1240a1271
> # CONFIG_SH_ETH is not set
1252a1284
> # CONFIG_SMSC911X is not set
1352c1384,1390
< # CONFIG_RTLWIFI is not set
---
> CONFIG_RTL_CARDS=m
> # CONFIG_RTL8192CE is not set
> # CONFIG_RTL8192SE is not set
> # CONFIG_RTL8192DE is not set
> # CONFIG_RTL8723AE is not set
> # CONFIG_RTL8188EE is not set
> # CONFIG_RTL8192CU is not set
1355a1394
> # CONFIG_CW1200 is not set
1451a1491
> # CONFIG_INPUT_IDEAPAD_SLIDEBAR is not set
1477c1517
< # CONFIG_VT_HW_CONSOLE_BINDING is not set
---
> CONFIG_VT_HW_CONSOLE_BINDING=y
1525a1566,1567
> # CONFIG_SERIAL_FSL_LPUART is not set
> # CONFIG_SERIAL_ST_ASC is not set
1595d1636
< # CONFIG_I2C_INTEL_MID is not set
1618,1622d1658
< 
< #
< # Qualcomm MSM SSBI bus support
< #
< # CONFIG_SSBI is not set
1671d1706
< # CONFIG_BATTERY_GOLDFISH is not set
1709a1745
> # CONFIG_SENSORS_G762 is not set
1712a1749
> # CONFIG_SENSORS_HTU21 is not set
1797c1834
< # CONFIG_THERMAL_GOV_USER_SPACE is not set
---
> CONFIG_THERMAL_GOV_USER_SPACE=y
1800a1838,1842
> CONFIG_X86_PKG_TEMP_THERMAL=m
> 
> #
> # Texas Instruments thermal drivers
> #
1825a1868
> # CONFIG_MFD_DA9063 is not set
1830a1874
> # CONFIG_MFD_KEMPLD is not set
1904a1949
> # CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT is not set
1974d2018
< # CONFIG_FB_GEODE is not set
1983a2028
> # CONFIG_FB_SIMPLE is not set
1995a2041,2042
> # CONFIG_BACKLIGHT_LV5207LP is not set
> # CONFIG_BACKLIGHT_BD6107 is not set
2007,2009d2053
< # CONFIG_FONTS is not set
< CONFIG_FONT_8x8=y
< CONFIG_FONT_8x16=y
2022a2067
> CONFIG_SND_MAX_CARDS=32
2095a2141
> CONFIG_SND_HDA_I915=y
2135a2182
> # CONFIG_SND_USB_HIFACE is not set
2166a2214
> # CONFIG_HID_ELO is not set
2168a2217
> # CONFIG_HID_HUION is not set
2196d2244
< # CONFIG_HID_PS3REMOTE is not set
2211a2260
> # CONFIG_HID_XINMO is not set
2227,2229c2276
< CONFIG_USB_ARCH_HAS_OHCI=y
< CONFIG_USB_ARCH_HAS_EHCI=y
< CONFIG_USB_ARCH_HAS_XHCI=y
---
> CONFIG_USB_OHCI_LITTLE_ENDIAN=y
2251d2297
< # CONFIG_USB_XHCI_HCD_DEBUGGING is not set
2260a2307,2308
> # CONFIG_USB_FUSBH200_HCD is not set
> # CONFIG_USB_FOTG210_HCD is not set
2261a2310
> CONFIG_USB_OHCI_HCD_PCI=m
2263,2265d2311
< # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
< # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
< CONFIG_USB_OHCI_LITTLE_ENDIAN=y
2270a2317
> # CONFIG_USB_HCD_TEST_MODE is not set
2336a2384
> # CONFIG_USB_EHSET_TEST_FIXTURE is not set
2340a2389,2392
> 
> #
> # USB Physical Layer drivers
> #
2341a2394,2399
> # CONFIG_NOP_USB_XCEIV is not set
> # CONFIG_AM335X_PHY_USB is not set
> # CONFIG_SAMSUNG_USB2PHY is not set
> # CONFIG_SAMSUNG_USB3PHY is not set
> # CONFIG_USB_ISP1301 is not set
> # CONFIG_USB_RCAR_PHY is not set
2358a2417
> # CONFIG_LEDS_LP8501 is not set
2361c2420
< # CONFIG_LEDS_PCA9633 is not set
---
> # CONFIG_LEDS_PCA963X is not set
2397a2457
> # CONFIG_MLX5_INFINIBAND is not set
2413a2474
> # CONFIG_DW_DMAC_CORE is not set
2414a2476
> # CONFIG_DW_DMAC_PCI is not set
2423d2484
< CONFIG_NET_DMA=y
2430d2490
< # CONFIG_UIO_PDRV is not set
2436a2497
> # CONFIG_UIO_MF624 is not set
2477d2537
< # CONFIG_ASUS_OLED is not set
2481a2542
> # CONFIG_R8188EU is not set
2512a2574
> # CONFIG_LTE_GDM724X is not set
2518a2581,2584
> # CONFIG_LUSTRE_FS is not set
> # CONFIG_XILLYBUS is not set
> # CONFIG_DGNC is not set
> # CONFIG_DGAP is not set
2552a2619,2620
> # CONFIG_INTEL_RST is not set
> # CONFIG_INTEL_SMARTCONNECT is not set
2583a2652
> # CONFIG_FMC is not set
2622a2692
> # CONFIG_JBD2_DEBUG is not set
2646a2717
> # CONFIG_BTRFS_ASSERT is not set
2713a2785
> # CONFIG_HFSPLUS_FS_POSIX_ACL is not set
2821a2894,2897
> 
> #
> # printk and dmesg options
> #
2823a2900,2905
> # CONFIG_BOOT_PRINTK_DELAY is not set
> 
> #
> # Compile-time checks and compiler options
> #
> # CONFIG_DEBUG_INFO is not set
2827d2908
< CONFIG_MAGIC_SYSRQ=y
2833a2915,2918
> CONFIG_ARCH_WANT_FRAME_POINTERS=y
> # CONFIG_FRAME_POINTER is not set
> # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
> CONFIG_MAGIC_SYSRQ=y
2834a2920,2936
> 
> #
> # Memory Debugging
> #
> # CONFIG_DEBUG_PAGEALLOC is not set
> # CONFIG_DEBUG_OBJECTS is not set
> # CONFIG_DEBUG_SLAB is not set
> CONFIG_HAVE_DEBUG_KMEMLEAK=y
> # CONFIG_DEBUG_KMEMLEAK is not set
> # CONFIG_DEBUG_STACK_USAGE is not set
> # CONFIG_DEBUG_VM is not set
> # CONFIG_DEBUG_VIRTUAL is not set
> CONFIG_DEBUG_MEMORY_INIT=y
> # CONFIG_DEBUG_PER_CPU_MAPS is not set
> CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
> # CONFIG_DEBUG_STACKOVERFLOW is not set
> CONFIG_HAVE_ARCH_KMEMCHECK=y
2835a2938,2941
> 
> #
> # Debug Lockups and Hangs
> #
2837,2838d2942
< # CONFIG_PANIC_ON_OOPS is not set
< CONFIG_PANIC_ON_OOPS_VALUE=0
2842a2947,2948
> # CONFIG_PANIC_ON_OOPS is not set
> CONFIG_PANIC_ON_OOPS_VALUE=0
2846,2849c2952,2955
< # CONFIG_DEBUG_OBJECTS is not set
< # CONFIG_DEBUG_SLAB is not set
< CONFIG_HAVE_DEBUG_KMEMLEAK=y
< # CONFIG_DEBUG_KMEMLEAK is not set
---
> 
> #
> # Lock Debugging (spinlocks, mutexes, etc...)
> #
2853a2960
> # CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
2859d2965
< # CONFIG_DEBUG_STACK_USAGE is not set
2862,2864d2967
< # CONFIG_DEBUG_INFO is not set
< # CONFIG_DEBUG_VM is not set
< # CONFIG_DEBUG_VIRTUAL is not set
2866d2968
< CONFIG_DEBUG_MEMORY_INIT=y
2868d2969
< # CONFIG_TEST_LIST_SORT is not set
2872,2874d2972
< CONFIG_ARCH_WANT_FRAME_POINTERS=y
< # CONFIG_FRAME_POINTER is not set
< # CONFIG_BOOT_PRINTK_DELAY is not set
2884d2981
< # CONFIG_BACKTRACE_SELF_TEST is not set
2886,2887d2982
< # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
< # CONFIG_DEBUG_PER_CPU_MAPS is not set
2893d2987
< # CONFIG_DEBUG_PAGEALLOC is not set
2920a3015,3020
> 
> #
> # Runtime Testing
> #
> # CONFIG_TEST_LIST_SORT is not set
> # CONFIG_BACKTRACE_SELF_TEST is not set
2923,2924d3022
< # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
< # CONFIG_DMA_API_DEBUG is not set
2926a3025,3028
> # CONFIG_TEST_STRING_HELPERS is not set
> # CONFIG_TEST_KSTRTOX is not set
> # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
> # CONFIG_DMA_API_DEBUG is not set
2930,2932d3031
< CONFIG_HAVE_ARCH_KMEMCHECK=y
< # CONFIG_TEST_STRING_HELPERS is not set
< # CONFIG_TEST_KSTRTOX is not set
2937d3035
< # CONFIG_DEBUG_STACKOVERFLOW is not set
2942a3041
> CONFIG_DOUBLEFAULT=y
2958a3058
> # CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set
3035a3136
> # CONFIG_CRYPTO_CRCT10DIF is not set
3093a3195,3196
> # CONFIG_CRYPTO_LZ4 is not set
> # CONFIG_CRYPTO_LZ4HC is not set
3114a3218
> CONFIG_GENERIC_NET_UTILS=y
3118a3223,3224
> CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
> CONFIG_CMPXCHG_LOCKREF=y
3135a3242
> CONFIG_LZ4_DECOMPRESS=y
3149a3257
> CONFIG_DECOMPRESS_LZ4=y
3162a3271,3274
> CONFIG_FONT_SUPPORT=y
> # CONFIG_FONTS is not set
> CONFIG_FONT_8x8=y
> CONFIG_FONT_8x16=y

[-- Attachment #3: diffdmesg --]
[-- Type: text/plain, Size: 94151 bytes --]

1,2c1,2
< [    0.000000] Linux version 3.10.25-gentoo (root@localhost) (gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) ) #14 SMP Sat Feb 8 15:40:35 CET 2014
< [    0.000000] Command line: BOOT_IMAGE=/boot/kernel-2.10.25-gentoo root=/dev/sda3 ro
---
> [    0.000000] Linux version 3.12.13-gentoo (root@scc-wkit-clx-220-218.scc.kit.edu) (gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) ) #1 SMP Sat Mar 8 16:27:52 CET 2014
> [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.12.13-gentoo root=/dev/sda3 ro
47,49c47,49
< [    0.000000] BRK [0x019e6000, 0x019e6fff] PGTABLE
< [    0.000000] BRK [0x019e7000, 0x019e7fff] PGTABLE
< [    0.000000] BRK [0x019e8000, 0x019e8fff] PGTABLE
---
> [    0.000000] BRK [0x019f0000, 0x019f0fff] PGTABLE
> [    0.000000] BRK [0x019f1000, 0x019f1fff] PGTABLE
> [    0.000000] BRK [0x019f2000, 0x019f2fff] PGTABLE
52c52
< [    0.000000] BRK [0x019e9000, 0x019e9fff] PGTABLE
---
> [    0.000000] BRK [0x019f3000, 0x019f3fff] PGTABLE
115,116c115,116
< [    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88013fc00000 s78336 r8192 d24064 u1048576
< [    0.000000] pcpu-alloc: s78336 r8192 d24064 u1048576 alloc=1*2097152
---
> [    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88013fc00000 s78912 r8192 d23488 u1048576
> [    0.000000] pcpu-alloc: s78912 r8192 d23488 u1048576 alloc=1*2097152
119c119
< [    0.000000] Kernel command line: BOOT_IMAGE=/boot/kernel-2.10.25-gentoo root=/dev/sda3 ro
---
> [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.12.13-gentoo root=/dev/sda3 ro
125c125
< [    0.000000] Memory: 4045308k/5242880k available (5380k kernel code, 1057480k absent, 140092k reserved, 3226k data, 856k init)
---
> [    0.000000] Memory: 4045268K/4185400K available (5534K kernel code, 424K rwdata, 1992K rodata, 880K init, 640K bss, 140132K reserved)
133,134c133,134
< [    0.000000] tsc: Detected 2094.690 MHz processor
< [    0.010003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4189.38 BogoMIPS (lpj=20946900)
---
> [    0.000000] tsc: Detected 2094.510 MHz processor
> [    0.010004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4189.02 BogoMIPS (lpj=20945100)
137,141c137,141
< [    0.010496] CPU: Physical Processor ID: 0
< [    0.010551] CPU: Processor Core ID: 0
< [    0.010607] mce: CPU supports 6 MCE banks
< [    0.010669] CPU0: Thermal monitoring enabled (TM2)
< [    0.010731] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
---
> [    0.010505] CPU: Physical Processor ID: 0
> [    0.010560] CPU: Processor Core ID: 0
> [    0.010616] mce: CPU supports 6 MCE banks
> [    0.010677] CPU0: Thermal monitoring enabled (TM2)
> [    0.010739] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
144,768c144,811
< [    0.010890] Freeing SMP alternatives: 28k freed
< [    0.020192] ACPI: Core revision 20130328
< [    0.025725] ACPI: All ACPI Tables successfully acquired
< [    0.040225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
< [    0.140294] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T8100  @ 2.10GHz (fam: 06, model: 17, stepping: 06)
< [    0.150000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
< [    0.150000] ... version:                2
< [    0.150000] ... bit width:              40
< [    0.150000] ... generic registers:      2
< [    0.150000] ... value mask:             000000ffffffffff
< [    0.150000] ... max period:             000000007fffffff
< [    0.150000] ... fixed-purpose events:   3
< [    0.150000] ... event mask:             0000000700000003
< [    0.150000] smpboot: Booting Node   0, Processors  #1 OK
< [    0.154068] Brought up 2 CPUs
< [    0.154126] smpboot: Total of 2 processors activated (8378.76 BogoMIPS)
< [    0.156256] devtmpfs: initialized
< [    0.156538] PM: Registering ACPI NVS region [mem 0xbf7c5400-0xbf7e7fb7] (142264 bytes)
< [    0.156538] reboot: BIOS series board detected. Selecting HP Compaq Laptop-method for reboots.
< [    0.156798] xor: measuring software checksum speed
< [    0.245963]    prefetch64-sse:  8637.200 MB/sec
< [    0.345963]    generic_sse:  7609.600 MB/sec
< [    0.346019] xor: using function: prefetch64-sse (8637.200 MB/sec)
< [    0.346116] NET: Registered protocol family 16
< [    0.350577] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
< [    0.350639] ACPI: bus type PCI registered
< [    0.350805] dca service started, version 1.12.1
< [    0.350903] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
< [    0.350976] PCI: not using MMCONFIG
< [    0.351031] PCI: Using configuration type 1 for base access
< [    0.356554] bio: create slab <bio-0> at 0
< [    0.515966] raid6: sse2x1    3361 MB/s
< [    0.685969] raid6: sse2x2    3567 MB/s
< [    0.855969] raid6: sse2x4    6153 MB/s
< [    0.856024] raid6: using algorithm sse2x4 (6153 MB/s)
< [    0.856080] raid6: using ssse3x2 recovery algorithm
< [    0.860242] ACPI: Added _OSI(Module Device)
< [    0.860242] ACPI: Added _OSI(Processor Device)
< [    0.860242] ACPI: Added _OSI(3.0 _SCP Extensions)
< [    0.860242] ACPI: Added _OSI(Processor Aggregator Device)
< [    0.860242] ACPI: EC: Look up EC in DSDT
< [    0.941376] ACPI: SSDT 00000000bf7dbb4a 0027F (v01 HP      Cpu0Ist 00003000 INTL 20060317)
< [    0.941880] ACPI: Dynamic OEM Table Load:
< [    0.942020] ACPI: SSDT           (null) 0027F (v01 HP      Cpu0Ist 00003000 INTL 20060317)
< [    0.942269] ACPI: SSDT 00000000bf7dbe4e 0060C (v01 HP      Cpu0Cst 00003001 INTL 20060317)
< [    0.942755] ACPI: Dynamic OEM Table Load:
< [    0.942895] ACPI: SSDT           (null) 0060C (v01 HP      Cpu0Cst 00003001 INTL 20060317)
< [    0.943242] ACPI: SSDT 00000000bf7dba82 000C8 (v01 HP      Cpu1Ist 00003000 INTL 20060317)
< [    0.943735] ACPI: Dynamic OEM Table Load:
< [    0.943875] ACPI: SSDT           (null) 000C8 (v01 HP      Cpu1Ist 00003000 INTL 20060317)
< [    0.944084] ACPI: SSDT 00000000bf7dbdc9 00085 (v01 HP      Cpu1Cst 00003000 INTL 20060317)
< [    0.944570] ACPI: Dynamic OEM Table Load:
< [    0.944709] ACPI: SSDT           (null) 00085 (v01 HP      Cpu1Cst 00003000 INTL 20060317)
< [    0.976101] ACPI: Interpreter enabled
< [    0.976162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
< [    0.976320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
< [    0.976483] ACPI: (supports S0 S3 S5)
< [    0.976539] ACPI: Using IOAPIC for interrupt routing
< [    0.976617] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
< [    0.977265] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
< [    0.983603] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
< [    0.983805] ACPI: No dock devices found.
< [    0.986807] ACPI: Power Resource [C29B] (on)
< [    0.992187] ACPI: Power Resource [C1C5] (off)
< [    0.995386] ACPI: Power Resource [C3BC] (off)
< [    0.995523] ACPI: Power Resource [C3BD] (off)
< [    0.995658] ACPI: Power Resource [C3BE] (off)
< [    0.995791] ACPI: Power Resource [C3BF] (off)
< [    0.995925] ACPI: Power Resource [C3C0] (off)
< [    1.000097] ACPI: PCI Root Bridge [C003] (domain 0000 [bus 00-ff])
< [    1.006540] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
< [    1.006664] PCI host bridge to bus 0000:00
< [    1.006722] pci_bus 0000:00: root bus resource [bus 00-ff]
< [    1.006780] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
< [    1.006839] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
< [    1.006899] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
< [    1.006959] pci_bus 0000:00: root bus resource [mem 0xbf800000-0xfedfffff]
< [    1.007019] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff]
< [    1.007079] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
< [    1.007148] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
< [    1.007285] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
< [    1.007299] pci 0000:00:02.0: reg 10: [mem 0xe4300000-0xe43fffff 64bit]
< [    1.007307] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
< [    1.007313] pci 0000:00:02.0: reg 20: [io  0x4000-0x4007]
< [    1.007440] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
< [    1.007452] pci 0000:00:02.1: reg 10: [mem 0xe4400000-0xe44fffff 64bit]
< [    1.007627] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
< [    1.007682] pci 0000:00:1a.0: reg 20: [io  0x4020-0x403f]
< [    1.007795] pci 0000:00:1a.0: System wakeup disabled by ACPI
< [    1.007914] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
< [    1.007970] pci 0000:00:1a.1: reg 20: [io  0x4040-0x405f]
< [    1.008080] pci 0000:00:1a.1: System wakeup disabled by ACPI
< [    1.008212] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
< [    1.008237] pci 0000:00:1a.7: reg 10: [mem 0xe4500000-0xe45003ff]
< [    1.008343] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
< [    1.008407] pci 0000:00:1a.7: System wakeup disabled by ACPI
< [    1.008536] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
< [    1.008559] pci 0000:00:1b.0: reg 10: [mem 0xe4504000-0xe4507fff 64bit]
< [    1.008663] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
< [    1.008790] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
< [    1.008897] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
< [    1.009029] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
< [    1.009137] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
< [    1.009207] pci 0000:00:1c.1: System wakeup disabled by ACPI
< [    1.009330] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
< [    1.009439] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
< [    1.009508] pci 0000:00:1c.2: System wakeup disabled by ACPI
< [    1.009632] pci 0000:00:1c.4: [8086:2847] type 01 class 0x060400
< [    1.009739] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
< [    1.009809] pci 0000:00:1c.4: System wakeup disabled by ACPI
< [    1.009934] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
< [    1.009990] pci 0000:00:1d.0: reg 20: [io  0x4060-0x407f]
< [    1.010104] pci 0000:00:1d.0: System wakeup disabled by ACPI
< [    1.010223] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
< [    1.010279] pci 0000:00:1d.1: reg 20: [io  0x4080-0x409f]
< [    1.010389] pci 0000:00:1d.1: System wakeup disabled by ACPI
< [    1.010510] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
< [    1.010566] pci 0000:00:1d.2: reg 20: [io  0x40a0-0x40bf]
< [    1.010676] pci 0000:00:1d.2: System wakeup disabled by ACPI
< [    1.010809] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
< [    1.010833] pci 0000:00:1d.7: reg 10: [mem 0xe4508000-0xe45083ff]
< [    1.010939] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
< [    1.011003] pci 0000:00:1d.7: System wakeup disabled by ACPI
< [    1.011125] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
< [    1.011256] pci 0000:00:1e.0: System wakeup disabled by ACPI
< [    1.011382] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
< [    1.011496] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
< [    1.011562] pci 0000:00:1f.0: quirk: [io  0x1100-0x113f] claimed by ICH6 GPIO
< [    1.011624] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0500 (mask 007f)
< [    1.011691] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 02e8 (mask 0007)
< [    1.011901] pci 0000:00:1f.2: [8086:2828] type 00 class 0x010180
< [    1.011922] pci 0000:00:1f.2: reg 10: [io  0x0000-0x0007]
< [    1.011934] pci 0000:00:1f.2: reg 14: [io  0x0000-0x0003]
< [    1.011946] pci 0000:00:1f.2: reg 18: [io  0x0000-0x0007]
< [    1.011958] pci 0000:00:1f.2: reg 1c: [io  0x0000-0x0003]
< [    1.011970] pci 0000:00:1f.2: reg 20: [io  0x40c0-0x40cf]
< [    1.011982] pci 0000:00:1f.2: reg 24: [io  0x40d0-0x40df]
< [    1.012029] pci 0000:00:1f.2: PME# supported from D3hot
< [    1.012241] pci 0000:00:1c.0: PCI bridge to [bus 08]
< [    1.014328] pci 0000:10:00.0: [8086:4222] type 00 class 0x028000
< [    1.014384] pci 0000:10:00.0: reg 10: [mem 0xe4100000-0xe4100fff]
< [    1.014802] pci 0000:10:00.0: PME# supported from D0 D3hot D3cold
< [    1.014880] pci 0000:10:00.0: System wakeup disabled by ACPI
< [    1.030078] pci 0000:00:1c.1: PCI bridge to [bus 10]
< [    1.030142] pci 0000:00:1c.1:   bridge window [mem 0xe4100000-0xe41fffff]
< [    1.030317] pci 0000:18:00.0: [14e4:1693] type 00 class 0x020000
< [    1.030349] pci 0000:18:00.0: reg 10: [mem 0xe4000000-0xe400ffff 64bit]
< [    1.030536] pci 0000:18:00.0: PME# supported from D3hot D3cold
< [    1.030571] pci 0000:18:00.0: System wakeup disabled by ACPI
< [    1.050058] pci 0000:00:1c.2: PCI bridge to [bus 18]
< [    1.050122] pci 0000:00:1c.2:   bridge window [mem 0xe4000000-0xe40fffff]
< [    1.050227] pci 0000:00:1c.4: PCI bridge to [bus 28]
< [    1.050288] pci 0000:00:1c.4:   bridge window [io  0x2000-0x3fff]
< [    1.050293] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xe3ffffff]
< [    1.050388] pci 0000:02:04.0: [1180:0476] type 02 class 0x060700
< [    1.050415] pci 0000:02:04.0: reg 10: [mem 0xe4200000-0xe4200fff]
< [    1.050460] pci 0000:02:04.0: supports D1 D2
< [    1.050462] pci 0000:02:04.0: PME# supported from D0 D1 D2 D3hot D3cold
< [    1.050602] pci 0000:00:1e.0: PCI bridge to [bus 02-03] (subtractive decode)
< [    1.050669] pci 0000:00:1e.0:   bridge window [mem 0xe4200000-0xe42fffff]
< [    1.050677] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
< [    1.050680] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
< [    1.050682] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
< [    1.050685] pci 0000:00:1e.0:   bridge window [mem 0xbf800000-0xfedfffff] (subtractive decode)
< [    1.050687] pci 0000:00:1e.0:   bridge window [mem 0xfee01000-0xffffffff] (subtractive decode)
< [    1.050690] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
< [    1.050775] pci_bus 0000:03: busn_res: can not insert [bus 03-ff] under [bus 02-03] (conflicts with (null) [bus 02-03])
< [    1.050781] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 06
< [    1.050784] pci_bus 0000:03: busn_res: can not insert [bus 03-06] under [bus 02-03] (conflicts with (null) [bus 02-03])
< [    1.050789] pci_bus 0000:03: [bus 03-06] partially hidden behind transparent bridge 0000:02 [bus 02-03]
< [    1.050893] pci_bus 0000:00: on NUMA node 0
< [    1.050897] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
< [    1.050958] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
< [    1.051935] ACPI: PCI Interrupt Link [C12D] (IRQs 10 11) *5
< [    1.052313] ACPI: PCI Interrupt Link [C12E] (IRQs *10 11)
< [    1.052648] ACPI: PCI Interrupt Link [C12F] (IRQs 10 *11)
< [    1.052975] ACPI: PCI Interrupt Link [C130] (IRQs 10 11) *0, disabled.
< [    1.053394] ACPI: PCI Interrupt Link [C140] (IRQs *10 11)
< [    1.053728] ACPI: PCI Interrupt Link [C141] (IRQs *10 11)
< [    1.054054] ACPI: PCI Interrupt Link [C142] (IRQs 10 11) *0, disabled.
< [    1.054426] ACPI Exception: AE_NOT_FOUND, Evaluating _PRS (20130328/pci_link-180)
< [    1.055021] ACPI: Enabled 7 GPEs in block 00 to 1F
< [    1.055191] acpi root: \_SB_.C003 notify handler is installed
< [    1.055247] Found 1 acpi root devices
< [    1.055290] ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
< [    1.055579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
< [    1.055645] vgaarb: loaded
< [    1.055698] vgaarb: bridge control possible 0000:00:02.0
< [    1.055909] SCSI subsystem initialized
< [    1.055965] ACPI: bus type ATA registered
< [    1.056102] libata version 3.00 loaded.
< [    1.056102] ACPI: bus type USB registered
< [    1.056223] usbcore: registered new interface driver usbfs
< [    1.056312] usbcore: registered new interface driver hub
< [    1.056412] usbcore: registered new device driver usb
< [    1.056593] PCI: Using ACPI for IRQ routing
< [    1.059098] PCI: pci_cache_line_size set to 64 bytes
< [    1.059286] Expanded resource reserved due to conflict with PCI Bus 0000:00
< [    1.059347] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
< [    1.059349] e820: reserve RAM buffer [mem 0xbf7b0000-0xbfffffff]
< [    1.059577] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
< [    1.059666] Switching to clocksource hpet
< [    1.060000] pnp: PnP ACPI init
< [    1.060000] ACPI: bus type PNP registered
< [    1.060000] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
< [    1.060000] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
< [    1.060000] system 00:00: [mem 0x00100000-0xbf7fffff] could not be reserved
< [    1.060000] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
< [    1.060000] pnp 00:01: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
< [    1.060000] pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active)
< [    1.060000] pnp 00:03: [dma 4]
< [    1.060000] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
< [    1.060000] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
< [    1.060000] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
< [    1.060000] pnp 00:06: Plug and Play ACPI device, IDs PNP0103 (active)
< [    1.060000] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
< [    1.060000] pnp 00:08: Plug and Play ACPI device, IDs SYN0134 SYN0100 SYN0002 PNP0f13 (active)
< [    1.060000] system 00:09: [io  0x0500-0x055f] has been reserved
< [    1.060000] system 00:09: [io  0x0800-0x080f] has been reserved
< [    1.060000] system 00:09: [mem 0xffb00000-0xffbfffff] has been reserved
< [    1.060000] system 00:09: [mem 0xfff00000-0xffffffff] has been reserved
< [    1.060000] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
< [    1.060000] pnp 00:0a: Plug and Play ACPI device, IDs HPQ0004 (active)
< [    1.060000] system 00:0b: [io  0x04d0-0x04d1] has been reserved
< [    1.060000] system 00:0b: [io  0x1000-0x107f] has been reserved
< [    1.060000] system 00:0b: [io  0x1100-0x113f] has been reserved
< [    1.060000] system 00:0b: [io  0x1200-0x121f] has been reserved
< [    1.060000] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
< [    1.060000] system 00:0b: [mem 0xfec00000-0xfec000ff] could not be reserved
< [    1.060000] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
< [    1.060000] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
< [    1.060000] system 00:0b: [mem 0xfed90000-0xfed99fff] has been reserved
< [    1.060000] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
< [    1.060000] system 00:0c: [mem 0x000cee00-0x000cffff] has been reserved
< [    1.060000] system 00:0c: [mem 0xfeda0000-0xfedbffff] has been reserved
< [    1.060000] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
< [    1.060000] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
< [    1.060000] pnp: PnP ACPI: found 13 devices
< [    1.060000] ACPI: bus type PNP unregistered
< [    1.062136] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
< [    1.062140] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 10] add_size 200000
< [    1.062152] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 18] add_size 1000
< [    1.062155] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 18] add_size 200000
< [    1.062167] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 28] add_size 200000
< [    1.062187] pci 0000:02:04.0: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
< [    1.062190] pci 0000:02:04.0: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
< [    1.062193] pci 0000:00:1e.0: bridge window [io  0x1000-0x0fff] to [bus 02-03] add_size 1000
< [    1.062196] pci 0000:02:04.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
< [    1.062200] pci 0000:00:1e.0: bridge window [mem 0x04000000-0x03ffffff pref] to [bus 02-03] add_size 4000000
< [    1.062208] pci 0000:00:1e.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
< [    1.062211] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
< [    1.062214] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
< [    1.062216] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
< [    1.062219] pci 0000:00:1c.1: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
< [    1.062222] pci 0000:00:1c.2: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
< [    1.062224] pci 0000:00:1e.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
< [    1.062230] pci 0000:00:1e.0: BAR 15: assigned [mem 0xc0000000-0xc3ffffff pref]
< [    1.062292] pci 0000:00:1c.1: BAR 15: assigned [mem 0xc4000000-0xc41fffff 64bit pref]
< [    1.062355] pci 0000:00:1c.2: BAR 15: assigned [mem 0xc4200000-0xc43fffff 64bit pref]
< [    1.062417] pci 0000:00:1c.4: BAR 15: assigned [mem 0xc4400000-0xc45fffff 64bit pref]
< [    1.062480] pci 0000:00:1c.1: BAR 13: assigned [io  0x5000-0x5fff]
< [    1.062541] pci 0000:00:1c.2: BAR 13: assigned [io  0x6000-0x6fff]
< [    1.062601] pci 0000:00:1e.0: BAR 13: assigned [io  0x7000-0x7fff]
< [    1.062661] pci 0000:00:1c.0: PCI bridge to [bus 08]
< [    1.062732] pci 0000:00:1c.1: PCI bridge to [bus 10]
< [    1.062791] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
< [    1.062854] pci 0000:00:1c.1:   bridge window [mem 0xe4100000-0xe41fffff]
< [    1.062917] pci 0000:00:1c.1:   bridge window [mem 0xc4000000-0xc41fffff 64bit pref]
< [    1.062983] pci 0000:00:1c.2: PCI bridge to [bus 18]
< [    1.063042] pci 0000:00:1c.2:   bridge window [io  0x6000-0x6fff]
< [    1.063105] pci 0000:00:1c.2:   bridge window [mem 0xe4000000-0xe40fffff]
< [    1.063168] pci 0000:00:1c.2:   bridge window [mem 0xc4200000-0xc43fffff 64bit pref]
< [    1.063234] pci 0000:00:1c.4: PCI bridge to [bus 28]
< [    1.063294] pci 0000:00:1c.4:   bridge window [io  0x2000-0x3fff]
< [    1.063357] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xe3ffffff]
< [    1.063420] pci 0000:00:1c.4:   bridge window [mem 0xc4400000-0xc45fffff 64bit pref]
< [    1.063488] pci 0000:02:04.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
< [    1.063491] pci 0000:02:04.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
< [    1.063493] pci 0000:02:04.0: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
< [    1.063496] pci 0000:02:04.0: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
< [    1.063499] pci 0000:02:04.0: BAR 15: assigned [mem 0xc0000000-0xc3ffffff pref]
< [    1.063561] pci 0000:02:04.0: BAR 16: assigned [mem 0xc8000000-0xcbffffff]
< [    1.063621] pci 0000:02:04.0: BAR 13: assigned [io  0x7000-0x70ff]
< [    1.063680] pci 0000:02:04.0: BAR 14: assigned [io  0x7400-0x74ff]
< [    1.063740] pci 0000:02:04.0: CardBus bridge to [bus 03-06]
< [    1.063798] pci 0000:02:04.0:   bridge window [io  0x7000-0x70ff]
< [    1.063861] pci 0000:02:04.0:   bridge window [io  0x7400-0x74ff]
< [    1.063923] pci 0000:02:04.0:   bridge window [mem 0xc0000000-0xc3ffffff pref]
< [    1.063987] pci 0000:02:04.0:   bridge window [mem 0xc8000000-0xcbffffff]
< [    1.064051] pci 0000:00:1e.0: PCI bridge to [bus 02-03]
< [    1.064110] pci 0000:00:1e.0:   bridge window [io  0x7000-0x7fff]
< [    1.064173] pci 0000:00:1e.0:   bridge window [mem 0xe4200000-0xe42fffff]
< [    1.064236] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xc3ffffff pref]
< [    1.064830] pci 0000:00:1e.0: setting latency timer to 64
< [    1.064871] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
< [    1.064874] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
< [    1.064876] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
< [    1.064878] pci_bus 0000:00: resource 7 [mem 0xbf800000-0xfedfffff]
< [    1.064880] pci_bus 0000:00: resource 8 [mem 0xfee01000-0xffffffff]
< [    1.064882] pci_bus 0000:00: resource 9 [mem 0x000d0000-0x000dffff]
< [    1.064885] pci_bus 0000:10: resource 0 [io  0x5000-0x5fff]
< [    1.064887] pci_bus 0000:10: resource 1 [mem 0xe4100000-0xe41fffff]
< [    1.064890] pci_bus 0000:10: resource 2 [mem 0xc4000000-0xc41fffff 64bit pref]
< [    1.064892] pci_bus 0000:18: resource 0 [io  0x6000-0x6fff]
< [    1.064894] pci_bus 0000:18: resource 1 [mem 0xe4000000-0xe40fffff]
< [    1.064897] pci_bus 0000:18: resource 2 [mem 0xc4200000-0xc43fffff 64bit pref]
< [    1.064899] pci_bus 0000:28: resource 0 [io  0x2000-0x3fff]
< [    1.064901] pci_bus 0000:28: resource 1 [mem 0xe0000000-0xe3ffffff]
< [    1.064904] pci_bus 0000:28: resource 2 [mem 0xc4400000-0xc45fffff 64bit pref]
< [    1.064906] pci_bus 0000:02: resource 0 [io  0x7000-0x7fff]
< [    1.064908] pci_bus 0000:02: resource 1 [mem 0xe4200000-0xe42fffff]
< [    1.064911] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xc3ffffff pref]
< [    1.064913] pci_bus 0000:02: resource 4 [io  0x0000-0x0cf7]
< [    1.064915] pci_bus 0000:02: resource 5 [io  0x0d00-0xffff]
< [    1.064917] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff]
< [    1.064919] pci_bus 0000:02: resource 7 [mem 0xbf800000-0xfedfffff]
< [    1.064921] pci_bus 0000:02: resource 8 [mem 0xfee01000-0xffffffff]
< [    1.064924] pci_bus 0000:02: resource 9 [mem 0x000d0000-0x000dffff]
< [    1.064926] pci_bus 0000:03: resource 0 [io  0x7000-0x70ff]
< [    1.064928] pci_bus 0000:03: resource 1 [io  0x7400-0x74ff]
< [    1.064930] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xc3ffffff pref]
< [    1.064932] pci_bus 0000:03: resource 3 [mem 0xc8000000-0xcbffffff]
< [    1.064969] NET: Registered protocol family 2
< [    1.065161] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
< [    1.065434] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
< [    1.065706] TCP: Hash tables configured (established 32768 bind 32768)
< [    1.065817] TCP: reno registered
< [    1.065873] UDP hash table entries: 2048 (order: 4, 65536 bytes)
< [    1.065959] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
< [    1.066095] NET: Registered protocol family 1
< [    1.066231] RPC: Registered named UNIX socket transport module.
< [    1.066290] RPC: Registered udp transport module.
< [    1.066345] RPC: Registered tcp transport module.
< [    1.066401] RPC: Registered tcp NFSv4.1 backchannel transport module.
< [    1.066467] pci 0000:00:02.0: Boot video device
< [    1.068456] PCI: CLS 64 bytes, default 64
< [    1.068496] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
< [    1.068557] software IO TLB [mem 0xbb7b0000-0xbf7b0000] (64MB) mapped at [ffff8800bb7b0000-ffff8800bf7affff]
< [    1.069430] VFS: Disk quotas dquot_6.5.2
< [    1.069506] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
< [    1.069682] squashfs: version 4.0 (2009/01/31) Phillip Lougher
< [    1.069822] NFS: Registering the id_resolver key type
< [    1.069887] Key type id_resolver registered
< [    1.069942] Key type id_legacy registered
< [    1.070007] NTFS driver 2.1.30 [Flags: R/O].
< [    1.070083] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
< [    1.070309] bio: create slab <bio-1> at 1
< [    1.070469] Btrfs loaded
< [    1.070526] msgmni has been set to 7901
< [    1.070739] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
< [    1.070801] io scheduler noop registered
< [    1.070857] io scheduler deadline registered (default)
< [    1.071022] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
< [    1.071137] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
< [    1.071250] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
< [    1.071360] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
< [    1.071626] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
< [    1.072338] Linux agpgart interface v0.103
< [    1.072508] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
< [    1.072608] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
< [    1.073589] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
< [    1.073802] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
< [    1.074077] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
< [    1.074141] ACPI: Sleep Button [C2BF]
< [    1.074267] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
< [    1.074382] ACPI: Lid Switch [C153]
< [    1.074513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
< [    1.074574] ACPI: Power Button [PWRF]
< [    1.074679] ioatdma: Intel(R) QuickData Technology Driver 4.00
< [    1.074783] XENFS: not registering filesystem on non-xen platform
< [    1.074911] [drm] Initialized drm 1.1.0 20060810
< [    1.075279] [drm] Memory usable by graphics device = 512M
< [    1.075341] i915 0000:00:02.0: setting latency timer to 64
< [    1.089233] i915 0000:00:02.0: irq 44 for MSI/MSI-X
< [    1.089242] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
< [    1.089301] [drm] Driver supports precise vblank timestamp query.
< [    1.089405] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
< [    1.291293] [drm] initialized overlay support
< [    1.508481] fbcon: inteldrmfb (fb0) is primary device
< [    2.060271] tsc: Refined TSC clocksource calibration: 2094.749 MHz
< [    2.060274] Switching to clocksource tsc
< [    2.192581] Console: switching to colour frame buffer device 160x50
< [    2.196474] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
< [    2.196508] i915 0000:00:02.0: registered panic notifier
< [    2.197789] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000004) is beyond end of object (length 0x4) (20130328/exoparg2-421)
< [    2.197871] ACPI Error: Method parse/execution failed [\_SB_.C003.C098._DOD] (Node ffff88013f074830), AE_AML_PACKAGE_LIMIT (20130328/psparse-537)
< [    2.197966] ACPI Exception: AE_AML_PACKAGE_LIMIT, Evaluating _DOD (20130328/video-1262)
< [    2.198672] acpi device:01: registered as cooling_device0
< [    2.198942] ACPI: Video Device [C098] (multi-head: yes  rom: no  post: no)
< [    2.199048] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
< [    2.199174] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
< [    2.201041] brd: module loaded
< [    2.202006] loop: module loaded
< [    2.202029] Loading iSCSI transport class v2.0-870.
< [    2.202241] st: Version 20101219, fixed bufsize 32768, s/g segs 256
< [    2.202421] SCSI Media Changer driver v0.25 
< [    2.202587] ata_piix 0000:00:1f.2: version 2.13
< [    2.202740] ata_piix 0000:00:1f.2: MAP [
< [    2.202760]  P0 P2 IDE IDE ]
< [    2.360271] ata_piix 0000:00:1f.2: setting latency timer to 64
< [    2.360693] scsi0 : ata_piix
< [    2.362432] scsi1 : ata_piix
< [    2.364086] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x40c0 irq 14
< [    2.365561] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x40c8 irq 15
< [    2.367086] Atheros(R) L2 Ethernet Driver - version 2.2.3
< [    2.368536] Copyright (c) 2007 Atheros Corporation.
< [    2.370021] jme: JMicron JMC2XX ethernet driver version 1.0.8
< [    2.371483] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
< [    2.372907] ehci-pci: EHCI PCI platform driver
< [    2.374472] ehci-pci 0000:00:1a.7: setting latency timer to 64
< [    2.374485] ehci-pci 0000:00:1a.7: EHCI Host Controller
< [    2.375864] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
< [    2.377247] ehci-pci 0000:00:1a.7: debug port 1
< [    2.382481] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
< [    2.382500] ehci-pci 0000:00:1a.7: irq 18, io mem 0xe4500000
< [    2.400264] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
< [    2.401599] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
< [    2.402930] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
< [    2.404262] usb usb1: Product: EHCI Host Controller
< [    2.405587] usb usb1: Manufacturer: Linux 3.10.25-gentoo ehci_hcd
< [    2.406912] usb usb1: SerialNumber: 0000:00:1a.7
< [    2.408388] hub 1-0:1.0: USB hub found
< [    2.409689] hub 1-0:1.0: 4 ports detected
< [    2.411267] ehci-pci 0000:00:1d.7: setting latency timer to 64
< [    2.411276] ehci-pci 0000:00:1d.7: EHCI Host Controller
< [    2.412559] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
< [    2.413881] ehci-pci 0000:00:1d.7: debug port 1
< [    2.419103] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
< [    2.419119] ehci-pci 0000:00:1d.7: irq 20, io mem 0xe4508000
< [    2.440264] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
< [    2.441571] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
< [    2.442881] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
< [    2.444181] usb usb2: Product: EHCI Host Controller
< [    2.445459] usb usb2: Manufacturer: Linux 3.10.25-gentoo ehci_hcd
< [    2.446758] usb usb2: SerialNumber: 0000:00:1d.7
< [    2.448137] hub 2-0:1.0: USB hub found
< [    2.449349] hub 2-0:1.0: 6 ports detected
< [    2.450841] i8042: PNP: PS/2 Controller [PNP0303:C298,PNP0f13:C299] at 0x60,0x64 irq 1,12
< [    2.453630] i8042: Detected active multiplexing controller, rev 1.1
< [    2.455504] serio: i8042 KBD port at 0x60,0x64 irq 1
< [    2.456642] serio: i8042 AUX0 port at 0x60,0x64 irq 12
< [    2.457766] serio: i8042 AUX1 port at 0x60,0x64 irq 12
< [    2.458841] serio: i8042 AUX2 port at 0x60,0x64 irq 12
< [    2.459903] serio: i8042 AUX3 port at 0x60,0x64 irq 12
< [    2.461105] mousedev: PS/2 mouse device common for all mice
< [    2.462434] cpuidle: using governor ladder
< [    2.463537] hidraw: raw HID events driver (C) Jiri Kosina
< [    2.464923] usbcore: registered new interface driver usbhid
< [    2.465978] usbhid: USB HID core driver
< [    2.467104] TCP: cubic registered
< [    2.468173] NET: Registered protocol family 17
< [    2.469266] Key type dns_resolver registered
< [    2.488222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
< [    2.542235] ata1.00: ATA-8: SAMSUNG HM250JI, HS100-08, max UDMA7
< [    2.543347] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
< [    2.544671] ata2.00: ATAPI: Optiarc DVD RW AD-7561A, GH09, max MWDMA2
< [    2.580493] ata2.00: configured for MWDMA2
< [    2.586267] ata1.00: configured for UDMA/133
< [    2.587436] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HM250JI  HS10 PQ: 0 ANSI: 5
< [    2.588742] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
< [    2.589911] sd 0:0:0:0: [sda] Write Protect is off
< [    2.591032] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
< [    2.591062] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
< [    2.593199] scsi 1:0:0:0: CD-ROM            Optiarc  DVD RW AD-7561A  GH09 PQ: 0 ANSI: 5
< [    2.597969] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
< [    2.599157] cdrom: Uniform CD-ROM driver Revision: 3.20
< [    2.600461] sr 1:0:0:0: Attached scsi CD-ROM sr0
< [    2.706429]  sda: sda1 sda2 sda3 sda4
< [    2.707959] sd 0:0:0:0: [sda] Attached SCSI disk
< [    2.709170] md: Waiting for all devices to be available before autodetect
< [    2.710369] md: If you don't use raid, use raid=noautodetect
< [    3.241174] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.2, id: 0x2580b1, caps: 0xa04793/0x300000/0x0, board id: 71, fw id: 496565
< [    3.242490] psmouse serio4: synaptics: serio: Synaptics pass-through port at isa0060/serio4/input0
< [    3.284305] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input5
< [    3.288728] md: Autodetecting RAID arrays.
< [    3.290053] md: Scanned 0 and added 0 devices.
< [    3.291385] md: autorun ...
< [    3.292700] md: ... autorun DONE.
< [    3.381832] UDF-fs: warning (device sda3): udf_fill_super: No partition found (2)
< [    3.384136] device fsid 2ea790f1-f1f0-4c15-843b-0078b89c5ed0 devid 1 transid 62646 /dev/sda3
< [    3.386041] btrfs: disk space caching is enabled
< [    3.953598] VFS: Mounted root (btrfs filesystem) readonly on device 0:10.
< [    3.961652] devtmpfs: mounted
< [    3.963630] Freeing unused kernel memory: 856k freed
< [    3.965351] Write protecting the kernel read-only data: 8192k
< [    3.968688] Freeing unused kernel memory: 752k freed
< [    3.970632] Freeing unused kernel memory: 116k freed
< [    7.432404] udevd[910]: starting version 1.3
< [    8.376321] uhci_hcd: USB Universal Host Controller Interface driver
< [    8.376522] uhci_hcd 0000:00:1a.0: setting latency timer to 64
< [    8.376526] uhci_hcd 0000:00:1a.0: UHCI Host Controller
< [    8.376534] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
< [    8.376580] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00004020
< [    8.376626] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
< [    8.376629] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
< [    8.376631] usb usb3: Product: UHCI Host Controller
< [    8.376633] usb usb3: Manufacturer: Linux 3.10.25-gentoo uhci_hcd
< [    8.376635] usb usb3: SerialNumber: 0000:00:1a.0
< [    8.376792] hub 3-0:1.0: USB hub found
< [    8.376796] hub 3-0:1.0: 2 ports detected
< [    8.377045] uhci_hcd 0000:00:1a.1: setting latency timer to 64
< [    8.377049] uhci_hcd 0000:00:1a.1: UHCI Host Controller
< [    8.377055] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
< [    8.377095] uhci_hcd 0000:00:1a.1: irq 17, io base 0x00004040
< [    8.377131] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
< [    8.377133] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
< [    8.377135] usb usb4: Product: UHCI Host Controller
< [    8.377137] usb usb4: Manufacturer: Linux 3.10.25-gentoo uhci_hcd
< [    8.377139] usb usb4: SerialNumber: 0000:00:1a.1
< [    8.377246] hub 4-0:1.0: USB hub found
< [    8.377250] hub 4-0:1.0: 2 ports detected
< [    8.377481] uhci_hcd 0000:00:1d.0: setting latency timer to 64
< [    8.377485] uhci_hcd 0000:00:1d.0: UHCI Host Controller
< [    8.377492] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
< [    8.377521] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00004060
< [    8.377556] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
< [    8.377558] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
< [    8.377560] usb usb5: Product: UHCI Host Controller
< [    8.377563] usb usb5: Manufacturer: Linux 3.10.25-gentoo uhci_hcd
< [    8.377565] usb usb5: SerialNumber: 0000:00:1d.0
< [    8.377663] hub 5-0:1.0: USB hub found
< [    8.377667] hub 5-0:1.0: 2 ports detected
< [    8.377900] uhci_hcd 0000:00:1d.1: setting latency timer to 64
< [    8.377903] uhci_hcd 0000:00:1d.1: UHCI Host Controller
< [    8.377909] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
< [    8.377950] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00004080
< [    8.377985] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
< [    8.377988] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
< [    8.377990] usb usb6: Product: UHCI Host Controller
< [    8.377992] usb usb6: Manufacturer: Linux 3.10.25-gentoo uhci_hcd
< [    8.377994] usb usb6: SerialNumber: 0000:00:1d.1
< [    8.378093] hub 6-0:1.0: USB hub found
< [    8.378097] hub 6-0:1.0: 2 ports detected
< [    8.378328] uhci_hcd 0000:00:1d.2: setting latency timer to 64
< [    8.378332] uhci_hcd 0000:00:1d.2: UHCI Host Controller
< [    8.378338] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
< [    8.378368] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000040a0
< [    8.378404] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
< [    8.378406] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
< [    8.378409] usb usb7: Product: UHCI Host Controller
< [    8.378411] usb usb7: Manufacturer: Linux 3.10.25-gentoo uhci_hcd
< [    8.378413] usb usb7: SerialNumber: 0000:00:1d.2
< [    8.378514] hub 7-0:1.0: USB hub found
< [    8.378518] hub 7-0:1.0: 2 ports detected
< [    8.391603] ACPI: AC Adapter [C239] (on-line)
< [    8.411407] ACPI: Requesting acpi_cpufreq
< [    8.412689] Monitor-Mwait will be used to enter C-1 state
< [    8.412713] Monitor-Mwait will be used to enter C-2 state
< [    8.412721] tsc: Marking TSC unstable due to TSC halts in idle
< [    8.412735] ACPI: acpi_idle registered with cpuidle
< [    8.416358] Switching to clocksource hpet
< [    8.448358] ACPI: Fan [C3C1] (off)
< [    8.448419] ACPI: Fan [C3C2] (off)
< [    8.448476] ACPI: Fan [C3C3] (off)
< [    8.448534] ACPI: Fan [C3C4] (off)
< [    8.448590] ACPI: Fan [C3C5] (off)
< [    8.452910] thermal LNXTHERM:00: registered as thermal_zone0
< [    8.452913] ACPI: Thermal Zone [TZ3] (37 C)
< [    8.498010] ACPI: Battery Slot [C23B] (battery present)
< [    8.498088] ACPI: Battery Slot [C23A] (battery absent)
< [    8.505971] thermal LNXTHERM:01: registered as thermal_zone1
< [    8.505973] ACPI: Thermal Zone [TZ4] (24 C)
< [    8.511709] thermal LNXTHERM:02: registered as thermal_zone2
< [    8.511712] ACPI: Thermal Zone [TZ5] (20 C)
< [    8.528768] thermal LNXTHERM:03: registered as thermal_zone3
< [    8.528771] ACPI: Thermal Zone [TZ1] (39 C)
< [    8.544080] wmi: Mapper loaded
< [    8.614943] hp_accel: hardware type NC6710x found
< [    8.615573] lis3lv02d: 12 bits sensor found
< [    8.762812] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input6
< [    8.772363] pps_core: LinuxPPS API ver. 1 registered
< [    8.772365] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
< [    8.789269] cfg80211: Calling CRDA to update world regulatory domain
< [    8.903025] PTP clock support registered
< [    8.903641] yenta_cardbus 0000:02:04.0: CardBus bridge found [103c:30c0]
< [    9.043543] yenta_cardbus 0000:02:04.0: ISA IRQ mask 0x0cb8, PCI irq 16
< [    9.043548] yenta_cardbus 0000:02:04.0: Socket status: 30000006
< [    9.043554] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #03 to #06
< [    9.043564] yenta_cardbus 0000:02:04.0: pcmcia: parent PCI bridge window: [io  0x7000-0x7fff]
< [    9.043567] yenta_cardbus 0000:02:04.0: pcmcia: parent PCI bridge window: [mem 0xe4200000-0xe42fffff]
< [    9.043571] pcmcia_socket pcmcia_socket0: cs: memory probe 0xe4200000-0xe42fffff:
< [    9.043574]  excluding 0xe4200000-0xe420ffff
< [    9.043586] yenta_cardbus 0000:02:04.0: pcmcia: parent PCI bridge window: [mem 0xc0000000-0xc3ffffff pref]
< [    9.043588] pcmcia_socket pcmcia_socket0: cs: memory probe 0xc0000000-0xc3ffffff:
< [    9.043597]  excluding 0xc0000000-0xc3ffffff
< [    9.070521] tg3.c:v3.132 (May 21, 2013)
< [    9.143215] input: HP WMI hotkeys as /devices/virtual/input/input7
< [    9.242754] tg3 0000:18:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
< [    9.322746] tg3 0000:18:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
< [    9.402738] tg3 0000:18:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
< [    9.403562] tg3 0000:18:00.0 eth0: Tigon3 [partno(none) rev b002] (PCI Express) MAC address 00:1f:29:8e:e2:80
< [    9.403565] tg3 0000:18:00.0 eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
< [    9.403568] tg3 0000:18:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
< [    9.403571] tg3 0000:18:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
< [    9.452836] udevd[923]: renamed network interface eth0 to enp24s0
< [    9.553930] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
< [    9.595345] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
< [    9.595347] iwl3945: Copyright(c) 2003-2011 Intel Corporation
< [    9.744048] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
< [    9.869152] iwl3945 0000:10:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
< [    9.869156] iwl3945 0000:10:00.0: Detected Intel Wireless WiFi Link 3945ABG
< [    9.869230] iwl3945 0000:10:00.0: irq 46 for MSI/MSI-X
< [   10.024935] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
< [   10.052848] udevd[928]: renamed network interface wlan0 to wlp16s0
< [   10.212197] cfg80211: World regulatory domain updated:
< [   10.212200] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
< [   10.212203] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
< [   10.212204] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
< [   10.212206] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
< [   10.212208] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
< [   10.212210] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
< [   12.326159] device fsid 2ea790f1-f1f0-4c15-843b-0078b89c5ed0 devid 1 transid 62646 /dev/sda3
< [   15.874294] hp_wmi: Unknown event_id - 0 - 0x0
< [   17.158606] btrfs: disk space caching is enabled
< [   17.410737] Adding 13494596k swap on /dev/sda4.  Priority:-1 extents:1 across:13494596k 
< [   17.695850] fuse init (API version 7.22)
< [   22.116392] tg3 0000:18:00.0: irq 47 for MSI/MSI-X
< [   25.553987] NET: Registered protocol family 10
< [   25.554531] IPv6: ADDRCONF(NETDEV_UP): enp24s0: link is not ready
< [   26.793018] ehci-pci 0000:00:1a.7: setting latency timer to 64
< [   26.813013] ehci-pci 0000:00:1d.7: setting latency timer to 64
< [   26.816655] uhci_hcd 0000:00:1a.0: setting latency timer to 64
< [   26.848345] uhci_hcd 0000:00:1a.1: setting latency timer to 64
< [   26.876521] uhci_hcd 0000:00:1d.0: setting latency timer to 64
< [   26.909859] uhci_hcd 0000:00:1d.2: setting latency timer to 64
---
> [    0.010915] Freeing SMP alternatives memory: 28K (ffffffff81948000 - ffffffff8194f000)
> [    0.020448] ACPI: Core revision 20130725
> [    0.026021] ACPI: All ACPI Tables successfully acquired
> [    0.030483] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.130554] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T8100  @ 2.10GHz (fam: 06, model: 17, stepping: 06)
> [    0.140000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
> [    0.140000] ... version:                2
> [    0.140000] ... bit width:              40
> [    0.140000] ... generic registers:      2
> [    0.140000] ... value mask:             000000ffffffffff
> [    0.140000] ... max period:             000000007fffffff
> [    0.140000] ... fixed-purpose events:   3
> [    0.140000] ... event mask:             0000000700000003
> [    0.140000] smpboot: Booting Node   0, Processors  #   1 OK
> [    0.144082] Brought up 2 CPUs
> [    0.144140] smpboot: Total of 2 processors activated (8378.04 BogoMIPS)
> [    0.146273] devtmpfs: initialized
> [    0.146557] PM: Registering ACPI NVS region [mem 0xbf7c5400-0xbf7e7fb7] (142264 bytes)
> [    0.146557] reboot: BIOS series board detected. Selecting HP Compaq Laptop-method for reboots.
> [    0.146821] xor: measuring software checksum speed
> [    0.235950]    prefetch64-sse:  8637.200 MB/sec
> [    0.335950]    generic_sse:  7609.600 MB/sec
> [    0.336006] xor: using function: prefetch64-sse (8637.200 MB/sec)
> [    0.336103] NET: Registered protocol family 16
> [    0.340538] cpuidle: using governor ladder
> [    0.340538] cpuidle: using governor menu
> [    0.340538] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
> [    0.340538] ACPI: bus type PCI registered
> [    0.340924] dca service started, version 1.12.1
> [    0.341006] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
> [    0.341006] PCI: not using MMCONFIG
> [    0.341006] PCI: Using configuration type 1 for base access
> [    0.347244] bio: create slab <bio-0> at 0
> [    0.505961] raid6: sse2x1    3369 MB/s
> [    0.675952] raid6: sse2x2    3576 MB/s
> [    0.845955] raid6: sse2x4    6161 MB/s
> [    0.846010] raid6: using algorithm sse2x4 (6161 MB/s)
> [    0.846067] raid6: using ssse3x2 recovery algorithm
> [    0.850244] ACPI: Added _OSI(Module Device)
> [    0.850244] ACPI: Added _OSI(Processor Device)
> [    0.850244] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    0.850244] ACPI: Added _OSI(Processor Aggregator Device)
> [    0.850244] ACPI: EC: Look up EC in DSDT
> [    0.941365] ACPI: SSDT 00000000bf7dbb4a 0027F (v01 HP      Cpu0Ist 00003000 INTL 20060317)
> [    0.941872] ACPI: Dynamic OEM Table Load:
> [    0.942013] ACPI: SSDT           (null) 0027F (v01 HP      Cpu0Ist 00003000 INTL 20060317)
> [    0.942262] ACPI: SSDT 00000000bf7dbe4e 0060C (v01 HP      Cpu0Cst 00003001 INTL 20060317)
> [    0.942749] ACPI: Dynamic OEM Table Load:
> [    0.942889] ACPI: SSDT           (null) 0060C (v01 HP      Cpu0Cst 00003001 INTL 20060317)
> [    0.943234] ACPI: SSDT 00000000bf7dba82 000C8 (v01 HP      Cpu1Ist 00003000 INTL 20060317)
> [    0.943727] ACPI: Dynamic OEM Table Load:
> [    0.943867] ACPI: SSDT           (null) 000C8 (v01 HP      Cpu1Ist 00003000 INTL 20060317)
> [    0.944077] ACPI: SSDT 00000000bf7dbdc9 00085 (v01 HP      Cpu1Cst 00003000 INTL 20060317)
> [    0.944562] ACPI: Dynamic OEM Table Load:
> [    0.944702] ACPI: SSDT           (null) 00085 (v01 HP      Cpu1Cst 00003000 INTL 20060317)
> [    0.975765] ACPI: Interpreter enabled
> [    0.975826] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
> [    0.975984] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
> [    0.976148] ACPI: (supports S0 S3 S5)
> [    0.976203] ACPI: Using IOAPIC for interrupt routing
> [    0.976282] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
> [    0.976922] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
> [    0.983591] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
> [    0.983843] ACPI: No dock devices found.
> [    0.986860] ACPI: Power Resource [C29B] (on)
> [    0.992278] ACPI: Power Resource [C1C5] (off)
> [    0.995492] ACPI: Power Resource [C3BC] (off)
> [    0.995629] ACPI: Power Resource [C3BD] (off)
> [    0.995764] ACPI: Power Resource [C3BE] (off)
> [    0.995898] ACPI: Power Resource [C3BF] (off)
> [    0.996034] ACPI: Power Resource [C3C0] (off)
> [    1.000230] ACPI: PCI Root Bridge [C003] (domain 0000 [bus 00-ff])
> [    1.000293] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
> [    1.000354] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
> [    1.006784] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
> [    1.006909] PCI host bridge to bus 0000:00
> [    1.006967] pci_bus 0000:00: root bus resource [bus 00-ff]
> [    1.007026] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
> [    1.007085] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
> [    1.007144] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
> [    1.007205] pci_bus 0000:00: root bus resource [mem 0xbf800000-0xfedfffff]
> [    1.007265] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff]
> [    1.007325] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
> [    1.007394] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
> [    1.007532] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
> [    1.007546] pci 0000:00:02.0: reg 0x10: [mem 0xe4300000-0xe43fffff 64bit]
> [    1.007554] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
> [    1.007560] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x4007]
> [    1.007687] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
> [    1.007699] pci 0000:00:02.1: reg 0x10: [mem 0xe4400000-0xe44fffff 64bit]
> [    1.007871] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
> [    1.007928] pci 0000:00:1a.0: reg 0x20: [io  0x4020-0x403f]
> [    1.008037] pci 0000:00:1a.0: System wakeup disabled by ACPI
> [    1.008158] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
> [    1.008214] pci 0000:00:1a.1: reg 0x20: [io  0x4040-0x405f]
> [    1.008322] pci 0000:00:1a.1: System wakeup disabled by ACPI
> [    1.008459] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
> [    1.008484] pci 0000:00:1a.7: reg 0x10: [mem 0xe4500000-0xe45003ff]
> [    1.008590] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
> [    1.008651] pci 0000:00:1a.7: System wakeup disabled by ACPI
> [    1.008782] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
> [    1.008805] pci 0000:00:1b.0: reg 0x10: [mem 0xe4504000-0xe4507fff 64bit]
> [    1.008908] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> [    1.009035] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
> [    1.009143] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> [    1.009272] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
> [    1.009380] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
> [    1.009448] pci 0000:00:1c.1: System wakeup disabled by ACPI
> [    1.009571] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
> [    1.009680] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
> [    1.009749] pci 0000:00:1c.2: System wakeup disabled by ACPI
> [    1.009874] pci 0000:00:1c.4: [8086:2847] type 01 class 0x060400
> [    1.009983] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
> [    1.010054] pci 0000:00:1c.4: System wakeup disabled by ACPI
> [    1.010181] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
> [    1.010238] pci 0000:00:1d.0: reg 0x20: [io  0x4060-0x407f]
> [    1.010346] pci 0000:00:1d.0: System wakeup disabled by ACPI
> [    1.010467] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
> [    1.010523] pci 0000:00:1d.1: reg 0x20: [io  0x4080-0x409f]
> [    1.010630] pci 0000:00:1d.1: System wakeup disabled by ACPI
> [    1.010750] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
> [    1.010806] pci 0000:00:1d.2: reg 0x20: [io  0x40a0-0x40bf]
> [    1.010913] pci 0000:00:1d.2: System wakeup disabled by ACPI
> [    1.011047] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
> [    1.011071] pci 0000:00:1d.7: reg 0x10: [mem 0xe4508000-0xe45083ff]
> [    1.011177] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
> [    1.011238] pci 0000:00:1d.7: System wakeup disabled by ACPI
> [    1.011363] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
> [    1.011491] pci 0000:00:1e.0: System wakeup disabled by ACPI
> [    1.011618] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
> [    1.011731] pci 0000:00:1f.0: address space collision: [io  0x1000-0x107f] conflicts with ACPI CPU throttle [??? 0x00001010-0x00001015 flags 0x80000000]
> [    1.013621] pci 0000:00:1f.0: quirk: [io  0x1100-0x113f] claimed by ICH6 GPIO
> [    1.013684] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0500 (mask 007f)
> [    1.013751] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 02e8 (mask 0007)
> [    1.013942] pci 0000:00:1f.2: [8086:2828] type 00 class 0x010180
> [    1.013942] pci 0000:00:1f.2: reg 0x10: [io  0x0000-0x0007]
> [    1.013942] pci 0000:00:1f.2: reg 0x14: [io  0x0000-0x0003]
> [    1.013942] pci 0000:00:1f.2: reg 0x18: [io  0x0000-0x0007]
> [    1.013942] pci 0000:00:1f.2: reg 0x1c: [io  0x0000-0x0003]
> [    1.013942] pci 0000:00:1f.2: reg 0x20: [io  0x40c0-0x40cf]
> [    1.013942] pci 0000:00:1f.2: reg 0x24: [io  0x40d0-0x40df]
> [    1.013942] pci 0000:00:1f.2: PME# supported from D3hot
> [    1.014320] pci 0000:00:1c.0: PCI bridge to [bus 08]
> [    1.014587] pci 0000:10:00.0: [8086:4222] type 00 class 0x028000
> [    1.014643] pci 0000:10:00.0: reg 0x10: [mem 0xe4100000-0xe4100fff]
> [    1.015061] pci 0000:10:00.0: PME# supported from D0 D3hot D3cold
> [    1.015138] pci 0000:10:00.0: System wakeup disabled by ACPI
> [    1.030255] pci 0000:00:1c.1: PCI bridge to [bus 10]
> [    1.030319] pci 0000:00:1c.1:   bridge window [mem 0xe4100000-0xe41fffff]
> [    1.030416] pci 0000:18:00.0: [14e4:1693] type 00 class 0x020000
> [    1.030416] pci 0000:18:00.0: reg 0x10: [mem 0xe4000000-0xe400ffff 64bit]
> [    1.030416] pci 0000:18:00.0: PME# supported from D3hot D3cold
> [    1.030416] pci 0000:18:00.0: System wakeup disabled by ACPI
> [    1.050057] pci 0000:00:1c.2: PCI bridge to [bus 18]
> [    1.050121] pci 0000:00:1c.2:   bridge window [mem 0xe4000000-0xe40fffff]
> [    1.054282] pci 0000:00:1c.4: PCI bridge to [bus 28]
> [    1.054343] pci 0000:00:1c.4:   bridge window [io  0x2000-0x3fff]
> [    1.054348] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xe3ffffff]
> [    1.054448] pci 0000:02:04.0: [1180:0476] type 02 class 0x060700
> [    1.054475] pci 0000:02:04.0: reg 0x10: [mem 0xe4200000-0xe4200fff]
> [    1.054520] pci 0000:02:04.0: supports D1 D2
> [    1.054522] pci 0000:02:04.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    1.054662] pci 0000:00:1e.0: PCI bridge to [bus 02-03] (subtractive decode)
> [    1.054728] pci 0000:00:1e.0:   bridge window [mem 0xe4200000-0xe42fffff]
> [    1.054737] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
> [    1.054739] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
> [    1.054742] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
> [    1.054744] pci 0000:00:1e.0:   bridge window [mem 0xbf800000-0xfedfffff] (subtractive decode)
> [    1.054746] pci 0000:00:1e.0:   bridge window [mem 0xfee01000-0xffffffff] (subtractive decode)
> [    1.054749] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
> [    1.054835] pci_bus 0000:03: busn_res: can not insert [bus 03-ff] under [bus 02-03] (conflicts with (null) [bus 02-03])
> [    1.054841] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 06
> [    1.054844] pci_bus 0000:03: busn_res: can not insert [bus 03-06] under [bus 02-03] (conflicts with (null) [bus 02-03])
> [    1.054849] pci_bus 0000:03: [bus 03-06] partially hidden behind transparent bridge 0000:02 [bus 02-03]
> [    1.055043] pci_bus 0000:00: on NUMA node 0
> [    1.055951] ACPI: PCI Interrupt Link [C12D] (IRQs 10 11) *5
> [    1.056330] ACPI: PCI Interrupt Link [C12E] (IRQs *10 11)
> [    1.056665] ACPI: PCI Interrupt Link [C12F] (IRQs 10 *11)
> [    1.056992] ACPI: PCI Interrupt Link [C130] (IRQs 10 11) *0, disabled.
> [    1.057412] ACPI: PCI Interrupt Link [C140] (IRQs *10 11)
> [    1.057747] ACPI: PCI Interrupt Link [C141] (IRQs *10 11)
> [    1.058075] ACPI: PCI Interrupt Link [C142] (IRQs 10 11) *0, disabled.
> [    1.058448] ACPI Exception: AE_NOT_FOUND, Evaluating _PRS (20130725/pci_link-180)
> [    1.059035] ACPI: Enabled 7 GPEs in block 00 to 1F
> [    1.059206] ACPI: \_SB_.C003: notify handler is installed
> [    1.059262] Found 1 acpi root devices
> [    1.059306] ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
> [    1.059702] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
> [    1.059768] vgaarb: loaded
> [    1.059821] vgaarb: bridge control possible 0000:00:02.0
> [    1.060052] SCSI subsystem initialized
> [    1.060203] libata version 3.00 loaded.
> [    1.060205] ACPI: bus type USB registered
> [    1.060326] usbcore: registered new interface driver usbfs
> [    1.060415] usbcore: registered new interface driver hub
> [    1.060510] usbcore: registered new device driver usb
> [    1.060696] PCI: Using ACPI for IRQ routing
> [    1.060696] PCI: pci_cache_line_size set to 64 bytes
> [    1.060696] Expanded resource reserved due to conflict with PCI Bus 0000:00
> [    1.060696] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
> [    1.060696] e820: reserve RAM buffer [mem 0xbf7b0000-0xbfffffff]
> [    1.063623] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
> [    1.063794] Switched to clocksource hpet
> [    1.067393] pnp: PnP ACPI init
> [    1.067393] ACPI: bus type PNP registered
> [    1.067650] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
> [    1.067650] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
> [    1.067650] system 00:00: [mem 0x00100000-0xbf7fffff] could not be reserved
> [    1.067650] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
> [    1.068097] pnp 00:01: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
> [    1.068162] pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active)
> [    1.068162] pnp 00:03: [dma 4]
> [    1.068223] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
> [    1.068277] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
> [    1.068334] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
> [    1.068445] pnp 00:06: Plug and Play ACPI device, IDs PNP0103 (active)
> [    1.068504] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
> [    1.068562] pnp 00:08: Plug and Play ACPI device, IDs SYN0134 SYN0100 SYN0002 PNP0f13 (active)
> [    1.068749] system 00:09: [io  0x0500-0x055f] has been reserved
> [    1.068749] system 00:09: [io  0x0800-0x080f] has been reserved
> [    1.068749] system 00:09: [mem 0xffb00000-0xffbfffff] has been reserved
> [    1.068749] system 00:09: [mem 0xfff00000-0xffffffff] has been reserved
> [    1.068749] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    1.069685] pnp 00:0a: Plug and Play ACPI device, IDs HPQ0004 (active)
> [    1.069778] system 00:0b: [io  0x04d0-0x04d1] has been reserved
> [    1.069778] system 00:0b: [io  0x1000-0x107f] could not be reserved
> [    1.069778] system 00:0b: [io  0x1100-0x113f] has been reserved
> [    1.069778] system 00:0b: [io  0x1200-0x121f] has been reserved
> [    1.069778] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
> [    1.069778] system 00:0b: [mem 0xfec00000-0xfec000ff] could not be reserved
> [    1.069778] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
> [    1.069778] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
> [    1.069778] system 00:0b: [mem 0xfed90000-0xfed99fff] has been reserved
> [    1.069778] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    1.069779] system 00:0c: [mem 0x000cee00-0x000cffff] has been reserved
> [    1.069779] system 00:0c: [mem 0xfeda0000-0xfedbffff] has been reserved
> [    1.069779] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
> [    1.069779] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    1.069779] pnp: PnP ACPI: found 13 devices
> [    1.069779] ACPI: bus type PNP unregistered
> [    1.072335] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
> [    1.072339] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 10] add_size 200000
> [    1.072351] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 18] add_size 1000
> [    1.072354] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 18] add_size 200000
> [    1.072366] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 28] add_size 200000
> [    1.072386] pci 0000:02:04.0: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
> [    1.072388] pci 0000:02:04.0: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
> [    1.072391] pci 0000:00:1e.0: bridge window [io  0x1000-0x0fff] to [bus 02-03] add_size 1000
> [    1.072395] pci 0000:02:04.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
> [    1.072398] pci 0000:00:1e.0: bridge window [mem 0x04000000-0x03ffffff pref] to [bus 02-03] add_size 4000000
> [    1.072404] pci 0000:00:1f.0: BAR 13: [io  0x1000-0x107f] has bogus alignment
> [    1.072467] pci 0000:00:1e.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
> [    1.072470] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
> [    1.072473] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
> [    1.072476] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
> [    1.072479] pci 0000:00:1c.1: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
> [    1.072481] pci 0000:00:1c.2: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
> [    1.072484] pci 0000:00:1e.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
> [    1.072489] pci 0000:00:1e.0: BAR 15: assigned [mem 0xc0000000-0xc3ffffff pref]
> [    1.072551] pci 0000:00:1c.1: BAR 15: assigned [mem 0xc4000000-0xc41fffff 64bit pref]
> [    1.072614] pci 0000:00:1c.2: BAR 15: assigned [mem 0xc4200000-0xc43fffff 64bit pref]
> [    1.072677] pci 0000:00:1c.4: BAR 15: assigned [mem 0xc4400000-0xc45fffff 64bit pref]
> [    1.072740] pci 0000:00:1c.1: BAR 13: assigned [io  0x5000-0x5fff]
> [    1.072801] pci 0000:00:1c.2: BAR 13: assigned [io  0x6000-0x6fff]
> [    1.072861] pci 0000:00:1e.0: BAR 13: assigned [io  0x7000-0x7fff]
> [    1.072921] pci 0000:00:1c.0: PCI bridge to [bus 08]
> [    1.072992] pci 0000:00:1c.1: PCI bridge to [bus 10]
> [    1.073052] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
> [    1.073115] pci 0000:00:1c.1:   bridge window [mem 0xe4100000-0xe41fffff]
> [    1.073177] pci 0000:00:1c.1:   bridge window [mem 0xc4000000-0xc41fffff 64bit pref]
> [    1.073244] pci 0000:00:1c.2: PCI bridge to [bus 18]
> [    1.073303] pci 0000:00:1c.2:   bridge window [io  0x6000-0x6fff]
> [    1.073366] pci 0000:00:1c.2:   bridge window [mem 0xe4000000-0xe40fffff]
> [    1.073429] pci 0000:00:1c.2:   bridge window [mem 0xc4200000-0xc43fffff 64bit pref]
> [    1.073495] pci 0000:00:1c.4: PCI bridge to [bus 28]
> [    1.073554] pci 0000:00:1c.4:   bridge window [io  0x2000-0x3fff]
> [    1.073617] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xe3ffffff]
> [    1.073679] pci 0000:00:1c.4:   bridge window [mem 0xc4400000-0xc45fffff 64bit pref]
> [    1.073748] pci 0000:02:04.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
> [    1.073751] pci 0000:02:04.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
> [    1.073753] pci 0000:02:04.0: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
> [    1.073756] pci 0000:02:04.0: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
> [    1.073759] pci 0000:02:04.0: BAR 15: assigned [mem 0xc0000000-0xc3ffffff pref]
> [    1.073821] pci 0000:02:04.0: BAR 16: assigned [mem 0xc8000000-0xcbffffff]
> [    1.073881] pci 0000:02:04.0: BAR 13: assigned [io  0x7000-0x70ff]
> [    1.073941] pci 0000:02:04.0: BAR 14: assigned [io  0x7400-0x74ff]
> [    1.074000] pci 0000:02:04.0: CardBus bridge to [bus 03-06]
> [    1.074059] pci 0000:02:04.0:   bridge window [io  0x7000-0x70ff]
> [    1.074121] pci 0000:02:04.0:   bridge window [io  0x7400-0x74ff]
> [    1.074184] pci 0000:02:04.0:   bridge window [mem 0xc0000000-0xc3ffffff pref]
> [    1.074248] pci 0000:02:04.0:   bridge window [mem 0xc8000000-0xcbffffff]
> [    1.074312] pci 0000:00:1e.0: PCI bridge to [bus 02-03]
> [    1.074371] pci 0000:00:1e.0:   bridge window [io  0x7000-0x7fff]
> [    1.074435] pci 0000:00:1e.0:   bridge window [mem 0xe4200000-0xe42fffff]
> [    1.074497] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xc3ffffff pref]
> [    1.074563] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
> [    1.074566] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
> [    1.074568] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
> [    1.074570] pci_bus 0000:00: resource 7 [mem 0xbf800000-0xfedfffff]
> [    1.074572] pci_bus 0000:00: resource 8 [mem 0xfee01000-0xffffffff]
> [    1.074574] pci_bus 0000:00: resource 9 [mem 0x000d0000-0x000dffff]
> [    1.074577] pci_bus 0000:10: resource 0 [io  0x5000-0x5fff]
> [    1.074579] pci_bus 0000:10: resource 1 [mem 0xe4100000-0xe41fffff]
> [    1.074581] pci_bus 0000:10: resource 2 [mem 0xc4000000-0xc41fffff 64bit pref]
> [    1.074584] pci_bus 0000:18: resource 0 [io  0x6000-0x6fff]
> [    1.074586] pci_bus 0000:18: resource 1 [mem 0xe4000000-0xe40fffff]
> [    1.074588] pci_bus 0000:18: resource 2 [mem 0xc4200000-0xc43fffff 64bit pref]
> [    1.074591] pci_bus 0000:28: resource 0 [io  0x2000-0x3fff]
> [    1.074593] pci_bus 0000:28: resource 1 [mem 0xe0000000-0xe3ffffff]
> [    1.074595] pci_bus 0000:28: resource 2 [mem 0xc4400000-0xc45fffff 64bit pref]
> [    1.074598] pci_bus 0000:02: resource 0 [io  0x7000-0x7fff]
> [    1.074600] pci_bus 0000:02: resource 1 [mem 0xe4200000-0xe42fffff]
> [    1.074602] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xc3ffffff pref]
> [    1.074604] pci_bus 0000:02: resource 4 [io  0x0000-0x0cf7]
> [    1.074606] pci_bus 0000:02: resource 5 [io  0x0d00-0xffff]
> [    1.074609] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff]
> [    1.074611] pci_bus 0000:02: resource 7 [mem 0xbf800000-0xfedfffff]
> [    1.074613] pci_bus 0000:02: resource 8 [mem 0xfee01000-0xffffffff]
> [    1.074615] pci_bus 0000:02: resource 9 [mem 0x000d0000-0x000dffff]
> [    1.074617] pci_bus 0000:03: resource 0 [io  0x7000-0x70ff]
> [    1.074619] pci_bus 0000:03: resource 1 [io  0x7400-0x74ff]
> [    1.074622] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xc3ffffff pref]
> [    1.074624] pci_bus 0000:03: resource 3 [mem 0xc8000000-0xcbffffff]
> [    1.074664] NET: Registered protocol family 2
> [    1.074864] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
> [    1.075140] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
> [    1.075412] TCP: Hash tables configured (established 32768 bind 32768)
> [    1.075524] TCP: reno registered
> [    1.075581] UDP hash table entries: 2048 (order: 4, 65536 bytes)
> [    1.075667] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
> [    1.075805] NET: Registered protocol family 1
> [    1.075943] RPC: Registered named UNIX socket transport module.
> [    1.076001] RPC: Registered udp transport module.
> [    1.076058] RPC: Registered tcp transport module.
> [    1.076114] RPC: Registered tcp NFSv4.1 backchannel transport module.
> [    1.076180] pci 0000:00:02.0: Boot video device
> [    1.078262] PCI: CLS 64 bytes, default 64
> [    1.078300] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> [    1.078361] software IO TLB [mem 0xbb7b0000-0xbf7b0000] (64MB) mapped at [ffff8800bb7b0000-ffff8800bf7affff]
> [    1.079452] VFS: Disk quotas dquot_6.5.2
> [    1.079527] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> [    1.079704] squashfs: version 4.0 (2009/01/31) Phillip Lougher
> [    1.079844] NFS: Registering the id_resolver key type
> [    1.079909] Key type id_resolver registered
> [    1.079965] Key type id_legacy registered
> [    1.080030] NTFS driver 2.1.30 [Flags: R/O].
> [    1.080107] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
> [    1.080372] bio: create slab <bio-1> at 1
> [    1.080529] Btrfs loaded
> [    1.080588] msgmni has been set to 7900
> [    1.080818] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
> [    1.080879] io scheduler noop registered
> [    1.080935] io scheduler deadline registered (default)
> [    1.081242] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
> [    1.081493] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
> [    1.081742] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
> [    1.081999] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
> [    1.082271] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> [    1.082986] Linux agpgart interface v0.103
> [    1.083159] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
> [    1.083260] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
> [    1.084239] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
> [    1.084452] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
> [    1.084724] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
> [    1.084788] ACPI: Sleep Button [C2BF]
> [    1.084915] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
> [    1.085030] ACPI: Lid Switch [C153]
> [    1.085160] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
> [    1.085222] ACPI: Power Button [PWRF]
> [    1.085328] ioatdma: Intel(R) QuickData Technology Driver 4.00
> [    1.085433] xenfs: not registering filesystem on non-xen platform
> [    1.085556] [drm] Initialized drm 1.1.0 20060810
> [    1.085922] [drm] Memory usable by graphics device = 512M
> [    1.085984] i915 0000:00:02.0: setting latency timer to 64
> [    1.100332] i915 0000:00:02.0: irq 44 for MSI/MSI-X
> [    1.100342] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
> [    1.100401] [drm] Driver supports precise vblank timestamp query.
> [    1.100505] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
> [    1.307104] [drm] initialized overlay support
> [    1.491780] fbcon: inteldrmfb (fb0) is primary device
> [    2.076197] tsc: Refined TSC clocksource calibration: 2094.749 MHz
> [    2.076209] Switched to clocksource tsc
> [    2.157619] Console: switching to colour frame buffer device 160x50
> [    2.161094] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
> [    2.161124] i915 0000:00:02.0: registered panic notifier
> [    2.162399] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000004) is beyond end of object (length 0x4) (20130725/exoparg2-420)
> [    2.162474] ACPI Error: Method parse/execution failed [\_SB_.C003.C098._DOD] (Node ffff88013f076830), AE_AML_PACKAGE_LIMIT (20130725/psparse-536)
> [    2.162560] ACPI Exception: AE_AML_PACKAGE_LIMIT, Evaluating _DOD (20130725/video-1236)
> [    2.163262] acpi device:01: registered as cooling_device0
> [    2.163531] ACPI: Video Device [C098] (multi-head: yes  rom: no  post: no)
> [    2.163633] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
> [    2.163749] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
> [    2.165641] brd: module loaded
> [    2.166625] loop: module loaded
> [    2.166647] Loading iSCSI transport class v2.0-870.
> [    2.166874] st: Version 20101219, fixed bufsize 32768, s/g segs 256
> [    2.167056] SCSI Media Changer driver v0.25 
> [    2.167230] ata_piix 0000:00:1f.2: version 2.13
> [    2.167385] ata_piix 0000:00:1f.2: MAP [
> [    2.167404]  P0 P2 IDE IDE ]
> [    2.330251] ata_piix 0000:00:1f.2: setting latency timer to 64
> [    2.331022] scsi0 : ata_piix
> [    2.332467] scsi1 : ata_piix
> [    2.333869] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x40c0 irq 14
> [    2.335232] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x40c8 irq 15
> [    2.336845] Atheros(R) L2 Ethernet Driver - version 2.2.3
> [    2.338178] Copyright (c) 2007 Atheros Corporation.
> [    2.339554] jme: JMicron JMC2XX ethernet driver version 1.0.8
> [    2.340910] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    2.342216] ehci-pci: EHCI PCI platform driver
> [    2.343672] ehci-pci 0000:00:1a.7: setting latency timer to 64
> [    2.343685] ehci-pci 0000:00:1a.7: EHCI Host Controller
> [    2.344969] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
> [    2.346255] ehci-pci 0000:00:1a.7: debug port 1
> [    2.351417] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
> [    2.351434] ehci-pci 0000:00:1a.7: irq 18, io mem 0xe4500000
> [    2.370244] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
> [    2.371525] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
> [    2.372760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    2.374019] usb usb1: Product: EHCI Host Controller
> [    2.375278] usb usb1: Manufacturer: Linux 3.12.13-gentoo ehci_hcd
> [    2.376551] usb usb1: SerialNumber: 0000:00:1a.7
> [    2.377910] hub 1-0:1.0: USB hub found
> [    2.379103] hub 1-0:1.0: 4 ports detected
> [    2.380601] ehci-pci 0000:00:1d.7: setting latency timer to 64
> [    2.380610] ehci-pci 0000:00:1d.7: EHCI Host Controller
> [    2.381806] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
> [    2.383028] ehci-pci 0000:00:1d.7: debug port 1
> [    2.388161] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
> [    2.388177] ehci-pci 0000:00:1d.7: irq 20, io mem 0xe4508000
> [    2.406192] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
> [    2.407443] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
> [    2.408653] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    2.409858] usb usb2: Product: EHCI Host Controller
> [    2.411072] usb usb2: Manufacturer: Linux 3.12.13-gentoo ehci_hcd
> [    2.412292] usb usb2: SerialNumber: 0000:00:1d.7
> [    2.413591] hub 2-0:1.0: USB hub found
> [    2.414707] hub 2-0:1.0: 6 ports detected
> [    2.416133] i8042: PNP: PS/2 Controller [PNP0303:C298,PNP0f13:C299] at 0x60,0x64 irq 1,12
> [    2.418842] i8042: Detected active multiplexing controller, rev 1.1
> [    2.420696] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    2.421756] serio: i8042 AUX0 port at 0x60,0x64 irq 12
> [    2.422817] serio: i8042 AUX1 port at 0x60,0x64 irq 12
> [    2.423824] serio: i8042 AUX2 port at 0x60,0x64 irq 12
> [    2.424819] serio: i8042 AUX3 port at 0x60,0x64 irq 12
> [    2.425929] mousedev: PS/2 mouse device common for all mice
> [    2.427283] hidraw: raw HID events driver (C) Jiri Kosina
> [    2.428611] usbcore: registered new interface driver usbhid
> [    2.429584] usbhid: USB HID core driver
> [    2.430618] TCP: cubic registered
> [    2.431596] NET: Registered protocol family 17
> [    2.432627] Key type dns_resolver registered
> [    2.451817] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
> [    2.516523] ata2.00: ATAPI: Optiarc DVD RW AD-7561A, GH09, max MWDMA2
> [    2.522207] ata1.00: ATA-8: SAMSUNG HM250JI, HS100-08, max UDMA7
> [    2.523229] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    2.542205] ata1.00: configured for UDMA/133
> [    2.543316] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HM250JI  HS10 PQ: 0 ANSI: 5
> [    2.544540] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
> [    2.545670] sd 0:0:0:0: [sda] Write Protect is off
> [    2.546720] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [    2.546747] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    2.556403] ata2.00: configured for MWDMA2
> [    2.558764] scsi 1:0:0:0: CD-ROM            Optiarc  DVD RW AD-7561A  GH09 PQ: 0 ANSI: 5
> [    2.563485] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
> [    2.564624] cdrom: Uniform CD-ROM driver Revision: 3.20
> [    2.565921] sr 1:0:0:0: Attached scsi CD-ROM sr0
> [    2.652111]  sda: sda1 sda2 sda3 sda4
> [    2.653620] sd 0:0:0:0: [sda] Attached SCSI disk
> [    2.654762] md: Waiting for all devices to be available before autodetect
> [    2.655902] md: If you don't use raid, use raid=noautodetect
> [    3.201742] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.2, id: 0x2580b1, caps: 0xa04793/0x300000/0x0, board id: 71, fw id: 496565
> [    3.202990] psmouse serio4: synaptics: serio: Synaptics pass-through port at isa0060/serio4/input0
> [    3.244494] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input12
> [    3.248947] md: Autodetecting RAID arrays.
> [    3.250215] md: Scanned 0 and added 0 devices.
> [    3.251485] md: autorun ...
> [    3.252748] md: ... autorun DONE.
> [    3.349577] UDF-fs: warning (device sda3): udf_fill_super: No partition found (2)
> [    3.351845] btrfs: device fsid 2ea790f1-f1f0-4c15-843b-0078b89c5ed0 devid 1 transid 62654 /dev/sda3
> [    3.353668] btrfs: disk space caching is enabled
> [    3.910514] VFS: Mounted root (btrfs filesystem) readonly on device 0:11.
> [    3.918340] devtmpfs: mounted
> [    3.920581] Freeing unused kernel memory: 880K (ffffffff8186c000 - ffffffff81948000)
> [    3.921966] Write protecting the kernel read-only data: 8192k
> [    3.925085] Freeing unused kernel memory: 600K (ffff88000156a000 - ffff880001600000)
> [    3.926649] Freeing unused kernel memory: 56K (ffff8800017f2000 - ffff880001800000)
> [    7.287372] udevd[923]: starting version 1.3
> [    8.097562] ACPI: AC Adapter [C239] (on-line)
> [    8.118890] uhci_hcd: USB Universal Host Controller Interface driver
> [    8.119082] uhci_hcd 0000:00:1a.0: setting latency timer to 64
> [    8.119086] uhci_hcd 0000:00:1a.0: UHCI Host Controller
> [    8.119093] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
> [    8.119138] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00004020
> [    8.119208] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
> [    8.119211] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    8.119213] usb usb3: Product: UHCI Host Controller
> [    8.119215] usb usb3: Manufacturer: Linux 3.12.13-gentoo uhci_hcd
> [    8.119217] usb usb3: SerialNumber: 0000:00:1a.0
> [    8.119346] hub 3-0:1.0: USB hub found
> [    8.119354] hub 3-0:1.0: 2 ports detected
> [    8.119629] uhci_hcd 0000:00:1a.1: setting latency timer to 64
> [    8.119633] uhci_hcd 0000:00:1a.1: UHCI Host Controller
> [    8.119639] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
> [    8.119678] uhci_hcd 0000:00:1a.1: irq 17, io base 0x00004040
> [    8.119735] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
> [    8.119738] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    8.119740] usb usb4: Product: UHCI Host Controller
> [    8.119742] usb usb4: Manufacturer: Linux 3.12.13-gentoo uhci_hcd
> [    8.119744] usb usb4: SerialNumber: 0000:00:1a.1
> [    8.119851] hub 4-0:1.0: USB hub found
> [    8.119859] hub 4-0:1.0: 2 ports detected
> [    8.120111] uhci_hcd 0000:00:1d.0: setting latency timer to 64
> [    8.120115] uhci_hcd 0000:00:1d.0: UHCI Host Controller
> [    8.120120] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
> [    8.120149] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00004060
> [    8.120203] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
> [    8.120206] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    8.120208] usb usb5: Product: UHCI Host Controller
> [    8.120210] usb usb5: Manufacturer: Linux 3.12.13-gentoo uhci_hcd
> [    8.120212] usb usb5: SerialNumber: 0000:00:1d.0
> [    8.120317] hub 5-0:1.0: USB hub found
> [    8.120325] hub 5-0:1.0: 2 ports detected
> [    8.120575] uhci_hcd 0000:00:1d.1: setting latency timer to 64
> [    8.120579] uhci_hcd 0000:00:1d.1: UHCI Host Controller
> [    8.120585] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
> [    8.120623] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00004080
> [    8.120677] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
> [    8.120680] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    8.120682] usb usb6: Product: UHCI Host Controller
> [    8.120684] usb usb6: Manufacturer: Linux 3.12.13-gentoo uhci_hcd
> [    8.120686] usb usb6: SerialNumber: 0000:00:1d.1
> [    8.120790] hub 6-0:1.0: USB hub found
> [    8.120799] hub 6-0:1.0: 2 ports detected
> [    8.121049] uhci_hcd 0000:00:1d.2: setting latency timer to 64
> [    8.121053] uhci_hcd 0000:00:1d.2: UHCI Host Controller
> [    8.121059] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
> [    8.121086] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000040a0
> [    8.121139] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
> [    8.121142] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    8.121144] usb usb7: Product: UHCI Host Controller
> [    8.121146] usb usb7: Manufacturer: Linux 3.12.13-gentoo uhci_hcd
> [    8.121148] usb usb7: SerialNumber: 0000:00:1d.2
> [    8.121262] hub 7-0:1.0: USB hub found
> [    8.121270] hub 7-0:1.0: 2 ports detected
> [    8.149594] ACPI: Requesting acpi_cpufreq
> [    8.154909] Monitor-Mwait will be used to enter C-1 state
> [    8.154915] Monitor-Mwait will be used to enter C-2 state
> [    8.154919] tsc: Marking TSC unstable due to TSC halts in idle
> [    8.154934] ACPI: acpi_idle registered with cpuidle
> [    8.154999] thermal LNXTHERM:00: registered as thermal_zone0
> [    8.155001] ACPI: Thermal Zone [TZ3] (37 C)
> [    8.155553] Switched to clocksource hpet
> [    8.198914] ACPI: Battery Slot [C23B] (battery present)
> [    8.198985] ACPI: Battery Slot [C23A] (battery absent)
> [    8.206969] thermal LNXTHERM:01: registered as thermal_zone1
> [    8.206971] ACPI: Thermal Zone [TZ4] (24 C)
> [    8.212697] thermal LNXTHERM:02: registered as thermal_zone2
> [    8.212700] ACPI: Thermal Zone [TZ5] (20 C)
> [    8.225984] thermal LNXTHERM:03: registered as thermal_zone3
> [    8.225986] ACPI: Thermal Zone [TZ1] (39 C)
> [    8.226071] ACPI: Fan [C3C1] (off)
> [    8.226139] ACPI: Fan [C3C2] (off)
> [    8.226202] ACPI: Fan [C3C3] (off)
> [    8.226265] ACPI: Fan [C3C4] (off)
> [    8.226326] ACPI: Fan [C3C5] (off)
> [    8.251355] wmi: Mapper loaded
> [    8.379970] hp_accel: hardware type NC6710x found
> [    8.380600] lis3lv02d: 12 bits sensor found
> [    8.508623] cfg80211: Calling CRDA to update world regulatory domain
> [    8.535039] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input14
> [    8.799623] pps_core: LinuxPPS API ver. 1 registered
> [    8.799626] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
> [    8.800128] pci 0000:00:1e.0: setting latency timer to 64
> [    8.815386] yenta_cardbus 0000:02:04.0: CardBus bridge found [103c:30c0]
> [    8.815435] input: HP WMI hotkeys as /devices/virtual/input/input15
> [    8.955737] yenta_cardbus 0000:02:04.0: ISA IRQ mask 0x0cb8, PCI irq 16
> [    8.955742] yenta_cardbus 0000:02:04.0: Socket status: 30000006
> [    8.955746] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #03 to #06
> [    8.955755] yenta_cardbus 0000:02:04.0: pcmcia: parent PCI bridge window: [io  0x7000-0x7fff]
> [    8.955758] yenta_cardbus 0000:02:04.0: pcmcia: parent PCI bridge window: [mem 0xe4200000-0xe42fffff]
> [    8.955761] pcmcia_socket pcmcia_socket0: cs: memory probe 0xe4200000-0xe42fffff:
> [    8.955765]  excluding 0xe4200000-0xe420ffff
> [    8.955776] yenta_cardbus 0000:02:04.0: pcmcia: parent PCI bridge window: [mem 0xc0000000-0xc3ffffff pref]
> [    8.955779] pcmcia_socket pcmcia_socket0: cs: memory probe 0xc0000000-0xc3ffffff:
> [    8.955788]  excluding 0xc0000000-0xc3ffffff
> [    9.209210] PTP clock support registered
> [    9.327038] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
> [    9.327040] iwl3945: Copyright(c) 2003-2011 Intel Corporation
> [    9.327095] iwl3945 0000:10:00.0: can't disable ASPM; OS doesn't have ASPM control
> [    9.399348] tg3.c:v3.133 (Jul 29, 2013)
> [    9.431560] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
> [    9.471317] iwl3945 0000:10:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
> [    9.471321] iwl3945 0000:10:00.0: Detected Intel Wireless WiFi Link 3945ABG
> [    9.471400] iwl3945 0000:10:00.0: irq 46 for MSI/MSI-X
> [    9.544919] tg3 0000:18:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
> [    9.624929] tg3 0000:18:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
> [    9.636470] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input16
> [    9.704939] tg3 0000:18:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
> [    9.705832] tg3 0000:18:00.0 eth0: Tigon3 [partno(none) rev b002] (PCI Express) MAC address 00:1f:29:8e:e2:80
> [    9.705836] tg3 0000:18:00.0 eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
> [    9.705840] tg3 0000:18:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
> [    9.705843] tg3 0000:18:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
> [    9.745255] udevd[937]: renamed network interface eth0 to enp24s0
> [    9.838196] cfg80211: World regulatory domain updated:
> [    9.838199] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
> [    9.838202] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [    9.838204] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [    9.838206] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
> [    9.838209] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [    9.838211] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [    9.856154] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
> [    9.905367] udevd[941]: renamed network interface wlan0 to wlp16s0
> [   12.126479] uhci_hcd 0000:00:1a.0: setting latency timer to 64
> [   12.546797] uhci_hcd 0000:00:1a.1: setting latency timer to 64
> [   12.805042] btrfs: device fsid 2ea790f1-f1f0-4c15-843b-0078b89c5ed0 devid 1 transid 62654 /dev/sda3
> [   12.996782] uhci_hcd 0000:00:1d.0: setting latency timer to 64
> [   13.396758] uhci_hcd 0000:00:1d.1: setting latency timer to 64
> [   13.806764] uhci_hcd 0000:00:1d.2: setting latency timer to 64
> [   14.567244] hp_wmi: Unknown event_id - 0 - 0x0
> [   17.843824] btrfs: disk space caching is enabled
> [   18.093383] Adding 13494596k swap on /dev/sda4.  Priority:-1 extents:1 across:13494596k 
> [   18.420189] fuse init (API version 7.22)
> [   22.714529] tg3 0000:18:00.0: irq 47 for MSI/MSI-X
> [   25.925740] NET: Registered protocol family 10
> [   25.926284] IPv6: ADDRCONF(NETDEV_UP): enp24s0: link is not ready
> [  110.058521] iwl3945 0000:10:00.0: loaded firmware version 15.32.2.9
> [  110.136253] IPv6: ADDRCONF(NETDEV_UP): wlp16s0: link is not ready
> [  113.526909] wlp16s0: authenticate with 24:65:11:e3:b0:3b
> [  113.528959] wlp16s0: send auth to 24:65:11:e3:b0:3b (try 1/3)
> [  113.532010] wlp16s0: authenticated
> [  113.536432] wlp16s0: associate with 24:65:11:e3:b0:3b (try 1/3)
> [  113.541192] wlp16s0: RX AssocResp from 24:65:11:e3:b0:3b (capab=0x431 status=0 aid=1)
> [  113.546598] wlp16s0: associated
> [  113.546645] IPv6: ADDRCONF(NETDEV_CHANGE): wlp16s0: link becomes ready
> [  113.546735] cfg80211: Calling CRDA for country: DE
> [  113.555430] cfg80211: Regulatory domain changed to country: DE
> [  113.555435] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
> [  113.555441] cfg80211:   (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm)
> [  113.555446] cfg80211:   (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
> [  113.555450] cfg80211:   (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm)
> [  113.555454] cfg80211:   (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm)
> [  113.555458] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
> [  114.520584] wlp16s0: deauthenticating from 24:65:11:e3:b0:3b by local choice (reason=3)
> [  114.547513] cfg80211: Calling CRDA to update world regulatory domain
> [  114.568756] cfg80211: World regulatory domain updated:
> [  114.568761] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
> [  114.568767] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [  114.568772] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [  114.568777] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
> [  114.568782] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [  114.568786] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [  114.836183] IPv6: ADDRCONF(NETDEV_UP): wlp16s0: link is not ready
> [  118.327139] wlp16s0: authenticate with 24:65:11:e3:b0:3b
> [  118.328937] wlp16s0: send auth to 24:65:11:e3:b0:3b (try 1/3)
> [  118.331476] wlp16s0: authenticated
> [  118.336511] wlp16s0: associate with 24:65:11:e3:b0:3b (try 1/3)
> [  118.341198] wlp16s0: RX AssocResp from 24:65:11:e3:b0:3b (capab=0x431 status=0 aid=1)
> [  118.346217] wlp16s0: associated
> [  118.346254] IPv6: ADDRCONF(NETDEV_CHANGE): wlp16s0: link becomes ready
> [  118.346349] cfg80211: Calling CRDA for country: DE
> [  118.354654] cfg80211: Regulatory domain changed to country: DE
> [  118.354661] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
> [  118.354666] cfg80211:   (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm)
> [  118.354671] cfg80211:   (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
> [  118.354675] cfg80211:   (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm)
> [  118.354679] cfg80211:   (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm)
> [  118.354684] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)

[-- Attachment #4: difflsmod --]
[-- Type: text/plain, Size: 3439 bytes --]

2,21c2,17
< ipv6                  217892  10 
< fuse                   60607  2 
< arc4                    1767  2 
< snd_hda_codec_analog    74213  1 
< iwl3945                45228  0 
< snd_hda_intel          23993  1 
< iwlegacy               39225  1 iwl3945
< pcmcia                 28675  0 
< tg3                   125127  0 
< mac80211              206583  2 iwl3945,iwlegacy
< snd_hda_codec          98909  2 snd_hda_intel,snd_hda_codec_analog
< ptp                     6476  1 tg3
< yenta_socket           18425  0 
< snd_pcm                59383  2 snd_hda_codec,snd_hda_intel
< hp_wmi                  6376  0 
< pps_core                5664  1 ptp
< pcmcia_rsrc             7061  1 yenta_socket
< cfg80211              165042  3 iwl3945,iwlegacy,mac80211
< snd_page_alloc          5970  2 snd_pcm,snd_hda_intel
< sparse_keymap           2352  1 hp_wmi
---
> ipv6                  222977  10 
> fuse                   60514  2 
> snd_hda_codec_analog     7801  1 
> arc4                    1775  2 
> tg3                   126694  0 
> iwl3945                45524  0 
> pcmcia                 28731  0 
> snd_hda_intel          25339  0 
> iwlegacy               39345  1 iwl3945
> ptp                     6556  1 tg3
> snd_hda_codec         100362  2 snd_hda_intel,snd_hda_codec_analog
> mac80211              213473  2 iwl3945,iwlegacy
> yenta_socket           18465  0 
> pps_core                5720  1 ptp
> snd_pcm                59343  2 snd_hda_codec,snd_hda_intel
> pcmcia_rsrc             7086  1 yenta_socket
23,42c19,41
< ata_generic             3210  0 
< pcmcia_core            10495  3 pcmcia,pcmcia_rsrc,yenta_socket
< libphy                 16536  1 tg3
< acpi_cpufreq            6182  1 
< pata_acpi               2971  0 
< snd_timer              15333  1 snd_pcm
< rfkill                 13282  3 cfg80211,hp_wmi
< hp_accel               16088  0 
< mperf                   1075  1 acpi_cpufreq
< wmi                     6907  1 hp_wmi
< lis3lv02d               9411  1 hp_accel
< fan                     2385  0 
< snd                    40044  7 snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel,snd_hda_codec_analog
< thermal                 8172  0 
< battery                 6541  0 
< ac                      3100  0 
< uhci_hcd               18569  0 
< input_polldev           2322  1 lis3lv02d
< processor              26171  3 acpi_cpufreq
< soundcore                832  1 snd
---
> cfg80211              166761  3 iwl3945,iwlegacy,mac80211
> hp_wmi                  6691  0 
> pcmcia_core            10511  3 pcmcia,pcmcia_rsrc,yenta_socket
> libphy                 16794  1 tg3
> snd_page_alloc          5978  2 snd_pcm,snd_hda_intel
> sparse_keymap           2376  1 hp_wmi
> ata_generic             3234  0 
> rfkill                 13283  3 cfg80211,hp_wmi
> hp_accel               16112  0 
> pata_acpi               2963  0 
> snd_timer              15342  1 snd_pcm
> acpi_cpufreq            6411  1 
> lis3lv02d               9419  1 hp_accel
> wmi                     6995  1 hp_wmi
> snd                    40155  5 snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel,snd_hda_codec_analog
> fan                     2393  0 
> input_polldev           2330  1 lis3lv02d
> thermal                 8068  0 
> uhci_hcd               18625  0 
> processor              23303  3 acpi_cpufreq
> battery                 7141  0 
> soundcore                840  1 snd
> ac                      3076  0 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-22  1:08       ` null_ptr
  2014-03-22  7:20         ` David Haller
@ 2014-03-22 22:40         ` Volker Armin Hemmann
  2014-03-22 23:45           ` null_ptr
  1 sibling, 1 reply; 17+ messages in thread
From: Volker Armin Hemmann @ 2014-03-22 22:40 UTC (permalink / raw
  To: gentoo-user

Am 22.03.2014 02:08, schrieb null_ptr:
> On 21/03/14 14:41, Lee wrote:
>> I can't think of the name of the module, pcspkr IIRC or some such,
>> but it
>> prolly isn't loaded. Modprobe can tell you if it's available & load it.
>> On Mar 21, 2014 12:41 PM, "Dat G" <rhannek@gmx.de> wrote:
>>
>>> On 21/03/14 19:54, Francesco Turco wrote:
>>>
>>>> On Fri, Mar 21, 2014, at 18:51, null_ptr wrote:
>>>>
>>>>> Module for my sound card is running and SND_HDA_INPUT_BEEP is
>>>>> activated
>>>>> in kernel config. Am I missing something else?
>>>>>
>>>>
>>>> Perhaps you need CONFIG_INPUT_PCSPKR.
>>>>
>>> I tried building with that and it didn't fix it.
>
> "modprobe pcspkr" doesn't change anything. It is still silent. I also
> tried
> building it in the kernel.
>
> On the other hand from what I understand the snd_hda_intel should be
> doing the beeps when the mainboard does not have a physical speaker on
> the mainboard and instead beeps through the regular sound device. At
> least on 3.10.25 I had not build the pcspkr module and the system beeped
> happily.
>
>

you should have started with that bit of information.

Now, are we talking about the motherboard beeping through a little
builtin speaker that does not work
or
Are we talking about your onboard sound not beeping in your
headphones/your attached speakers when there is a motherboard 'beep'?

Either way, I don't see any problem at all. A non-beeping computer is a
correctly working one.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-22 22:40         ` Volker Armin Hemmann
@ 2014-03-22 23:45           ` null_ptr
  2014-03-23  0:42             ` David Haller
  2014-03-23  3:13             ` Volker Armin Hemmann
  0 siblings, 2 replies; 17+ messages in thread
From: null_ptr @ 2014-03-22 23:45 UTC (permalink / raw
  To: gentoo-user

On 22/03/14 23:40, Volker Armin Hemmann wrote:
>Am 22.03.2014 02:08, schrieb null_ptr:
>> On 21/03/14 14:41, Lee wrote:
>>> I can't think of the name of the module, pcspkr IIRC or some such,
>>> but it
>>> prolly isn't loaded. Modprobe can tell you if it's available & load it.
>>> On Mar 21, 2014 12:41 PM, "Dat G" <rhannek@gmx.de> wrote:
>>>
>>>> On 21/03/14 19:54, Francesco Turco wrote:
>>>>
>>>>> On Fri, Mar 21, 2014, at 18:51, null_ptr wrote:
>>>>>
>>>>>> Module for my sound card is running and SND_HDA_INPUT_BEEP is
>>>>>> activated
>>>>>> in kernel config. Am I missing something else?
>>>>>>
>>>>>
>>>>> Perhaps you need CONFIG_INPUT_PCSPKR.
>>>>>
>>>> I tried building with that and it didn't fix it.
>>
>> "modprobe pcspkr" doesn't change anything. It is still silent. I also
>> tried
>> building it in the kernel.
>>
>> On the other hand from what I understand the snd_hda_intel should be
>> doing the beeps when the mainboard does not have a physical speaker on
>> the mainboard and instead beeps through the regular sound device. At
>> least on 3.10.25 I had not build the pcspkr module and the system beeped
>> happily.
>>
>>
>
>Now, are we talking about the motherboard beeping through a little
>builtin speaker that does not work
>or
>Are we talking about your onboard sound not beeping in your
>headphones/your attached speakers when there is a motherboard 'beep'?
>
>Either way, I don't see any problem at all. A non-beeping computer is a
>correctly working one.

I'm talking about the onboard sound not beeping in the attached
headphones/speakers when there is a motherboard 'beep'. The problem is
that I used that for some events as a status (e.g. battery running low)
and I like the annoying nature of the beep for these events.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-22 23:45           ` null_ptr
@ 2014-03-23  0:42             ` David Haller
  2014-03-23  3:13             ` Volker Armin Hemmann
  1 sibling, 0 replies; 17+ messages in thread
From: David Haller @ 2014-03-23  0:42 UTC (permalink / raw
  To: gentoo-user

Hello,

On Sun, 23 Mar 2014, null_ptr wrote:
>On 22/03/14 23:40, Volker Armin Hemmann wrote:
>>Am 22.03.2014 02:08, schrieb null_ptr:
>>>"modprobe pcspkr" doesn't change anything. It is still silent. I also
>>>tried
>>>building it in the kernel.
>>>
>>>On the other hand from what I understand the snd_hda_intel should be
>>>doing the beeps when the mainboard does not have a physical speaker on
>>>the mainboard and instead beeps through the regular sound device. At
>>>least on 3.10.25 I had not build the pcspkr module and the system beeped
>>>happily.
>>
>>Now, are we talking about the motherboard beeping through a little
>>builtin speaker that does not work
>>or
>>Are we talking about your onboard sound not beeping in your
>>headphones/your attached speakers when there is a motherboard 'beep'?
[..]
>I'm talking about the onboard sound not beeping in the attached
>headphones/speakers when there is a motherboard 'beep'. The problem is
>that I used that for some events as a status (e.g. battery running low)
>and I like the annoying nature of the beep for these events.

Wait. What now? You have (at least) two sound-devices that can beep:

a) the beeper on your motherboard

  in this case, use what I wrote, i.e.
    pcsp=enable=1
  in your kernel commandline and make sure
    modprobe pcspkr
  works. The module is not needed in the initrd.

b) the onboard-sound-chip via attached speakers/headphones

  in this case, disable the mobo-beeper (might be default)
    blacklist pcspkr
  explicitly, possibly along with with the kernel-parameter
    pcsp=enable=0
  and your normal alsa-driver should take over the task of "beeping"
  (snd-pcsp is a different beast).
  If it does not, your alsa-driver might be buggy as it should take
  over the beeping.

HTH,
-dnh, I wanted case a), beeping completely independent from any other
    audio stuff. And with the program 'beep'
    (http://www.johnath.com/beep) and/or the snd-pcsp driver, you can
    use the beeper to do more than the standard beep.

-- 
There is a green, multi-legged creature crawling on your shoulder.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-22 23:45           ` null_ptr
  2014-03-23  0:42             ` David Haller
@ 2014-03-23  3:13             ` Volker Armin Hemmann
  2014-03-23 10:27               ` wraeth
  2014-03-23 10:28               ` Matti Nykyri
  1 sibling, 2 replies; 17+ messages in thread
From: Volker Armin Hemmann @ 2014-03-23  3:13 UTC (permalink / raw
  To: gentoo-user

Am 23.03.2014 00:45, schrieb null_ptr:
> On 22/03/14 23:40, Volker Armin Hemmann wrote:
>> Am 22.03.2014 02:08, schrieb null_ptr:
>>> On 21/03/14 14:41, Lee wrote:
>>>> I can't think of the name of the module, pcspkr IIRC or some such,
>>>> but it
>>>> prolly isn't loaded. Modprobe can tell you if it's available & load
>>>> it.
>>>> On Mar 21, 2014 12:41 PM, "Dat G" <rhannek@gmx.de> wrote:
>>>>
>>>>> On 21/03/14 19:54, Francesco Turco wrote:
>>>>>
>>>>>> On Fri, Mar 21, 2014, at 18:51, null_ptr wrote:
>>>>>>
>>>>>>> Module for my sound card is running and SND_HDA_INPUT_BEEP is
>>>>>>> activated
>>>>>>> in kernel config. Am I missing something else?
>>>>>>>
>>>>>>
>>>>>> Perhaps you need CONFIG_INPUT_PCSPKR.
>>>>>>
>>>>> I tried building with that and it didn't fix it.
>>>
>>> "modprobe pcspkr" doesn't change anything. It is still silent. I also
>>> tried
>>> building it in the kernel.
>>>
>>> On the other hand from what I understand the snd_hda_intel should be
>>> doing the beeps when the mainboard does not have a physical speaker on
>>> the mainboard and instead beeps through the regular sound device. At
>>> least on 3.10.25 I had not build the pcspkr module and the system
>>> beeped
>>> happily.
>>>
>>>
>>
>> Now, are we talking about the motherboard beeping through a little
>> builtin speaker that does not work
>> or
>> Are we talking about your onboard sound not beeping in your
>> headphones/your attached speakers when there is a motherboard 'beep'?
>>
>> Either way, I don't see any problem at all. A non-beeping computer is a
>> correctly working one.
>
> I'm talking about the onboard sound not beeping in the attached
> headphones/speakers when there is a motherboard 'beep'. The problem is
> that I used that for some events as a status (e.g. battery running low)
> and I like the annoying nature of the beep for these events.
>
>

so it is not a 'speaker' problem but a sound card problem. You should
have stated that from the beginning.

Probably something muted that should not be muted.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-22 11:29   ` null_ptr
@ 2014-03-23 10:06     ` Tom Wijsman
  2014-03-23 17:35       ` null_ptr
  0 siblings, 1 reply; 17+ messages in thread
From: Tom Wijsman @ 2014-03-23 10:06 UTC (permalink / raw
  To: gentoo-user

On Sat, 22 Mar 2014 12:29:03 +0100
null_ptr <rhannek@gmx.de> wrote:

> I attached them. Old config/lsmod/dmesg is the first
> parameter of the diff.

Looks okay to me; I see in the other thread that it was clarified that
this is a problem through the speakers/headset and thus not through the
PC speaker, which leads me to think you have either Volker's idea that
it is muted in alsa-mixer (why would a kernel upgrade do this?) or you
have an actual bug in one of the kernel sound modules (more likely?).

If it is a kernel bug, then I think that switching back to the old
kernel would make it work again; if that's the case, I suggest you to
consider a git bisect between the two releases to find the bad commit:

http://wiki.gentoo.org/wiki/Kernel_git-bisect

-- 
With kind regards,

Tom Wijsman (TomWij)
Gentoo Developer

E-mail address  : TomWij@gentoo.org
GPG Public Key  : 6D34E57D
GPG Fingerprint : C165 AF18 AB4C 400B C3D2  ABF0 95B2 1FCD 6D34 E57D


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-23  3:13             ` Volker Armin Hemmann
@ 2014-03-23 10:27               ` wraeth
  2014-03-23 10:28               ` Matti Nykyri
  1 sibling, 0 replies; 17+ messages in thread
From: wraeth @ 2014-03-23 10:27 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 23/03/14 14:13, Volker Armin Hemmann wrote:
> so it is not a 'speaker' problem but a sound card problem. You
> should have stated that from the beginning.
> 
> Probably something muted that should not be muted.

Myself and at least one other on #gentoo had an issue after a kernel
upgrade where we had to re-add our user to the audio group (and relog).

# gpasswd -a <user> audio

I couldn't track it down myself because my machine is in a somewhat
less than standard state; but the user on #gentoo said they were more
or less <insert whatever qualifies as "normal">...
- -- 
wraeth

GnuPG Fingerprint:
D1FF 129E 77EF FD1F CEA4
F384 1989 6A1D E411 864C
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iF4EAREIAAYFAlMutw0ACgkQGYlqHeQRhkxZXAEAgixyVzu9mzKcF6EVDBgz+kVx
luOrYG+R/EU3AXWwocAA/AhN3IGchKfY5/QQ9rsI2DrBXsXCGl0lL2TJwyE6wJT3
=BoTp
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-23  3:13             ` Volker Armin Hemmann
  2014-03-23 10:27               ` wraeth
@ 2014-03-23 10:28               ` Matti Nykyri
  1 sibling, 0 replies; 17+ messages in thread
From: Matti Nykyri @ 2014-03-23 10:28 UTC (permalink / raw
  To: gentoo-user@lists.gentoo.org

On Mar 23, 2014, at 5:13, Volker Armin Hemmann <volkerarmin@googlemail.com> wrote:

> Am 23.03.2014 00:45, schrieb null_ptr:
>> On 22/03/14 23:40, Volker Armin Hemmann wrote:
>>> Am 22.03.2014 02:08, schrieb null_ptr:
>>>> On 21/03/14 14:41, Lee wrote:
>>>>> I can't think of the name of the module, pcspkr IIRC or some such,
>>>>> but it
>>>>> prolly isn't loaded. Modprobe can tell you if it's available & load
>>>>> it.
>>>>> On Mar 21, 2014 12:41 PM, "Dat G" <rhannek@gmx.de> wrote:
>>>>> 
>>>>>> On 21/03/14 19:54, Francesco Turco wrote:
>>>>>> 
>>>>>>> On Fri, Mar 21, 2014, at 18:51, null_ptr wrote:
>>>>>>> 
>>>>>>>> Module for my sound card is running and SND_HDA_INPUT_BEEP is
>>>>>>>> activated
>>>>>>>> in kernel config. Am I missing something else?
>>>>>>>> 
>>>>>>> 
>>>>>>> Perhaps you need CONFIG_INPUT_PCSPKR.
>>>>>>> 
>>>>>> I tried building with that and it didn't fix it.
>>>> 
>>>> "modprobe pcspkr" doesn't change anything. It is still silent. I also
>>>> tried
>>>> building it in the kernel.
>>>> 
>>>> On the other hand from what I understand the snd_hda_intel should be
>>>> doing the beeps when the mainboard does not have a physical speaker on
>>>> the mainboard and instead beeps through the regular sound device. At
>>>> least on 3.10.25 I had not build the pcspkr module and the system
>>>> beeped
>>>> happily.
>>>> 
>>>> 
>>> 
>>> Now, are we talking about the motherboard beeping through a little
>>> builtin speaker that does not work
>>> or
>>> Are we talking about your onboard sound not beeping in your
>>> headphones/your attached speakers when there is a motherboard 'beep'?
>>> 
>>> Either way, I don't see any problem at all. A non-beeping computer is a
>>> correctly working one.
>> 
>> I'm talking about the onboard sound not beeping in the attached
>> headphones/speakers when there is a motherboard 'beep'. The problem is
>> that I used that for some events as a status (e.g. battery running low)
>> and I like the annoying nature of the beep for these events.
>> 
>> 
> 
> so it is not a 'speaker' problem but a sound card problem. You should
> have stated that from the beginning.
> 
> Probably something muted that should not be muted.
> 

Check that you can play sounds from different sources to see that there is no process blocking your alsa driver.

If there is a program that is blocking alsa you can find out which process it is by: fuser -v /dev/snd/*




^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-23 10:06     ` Tom Wijsman
@ 2014-03-23 17:35       ` null_ptr
  2014-03-23 18:26         ` Tom Wijsman
  0 siblings, 1 reply; 17+ messages in thread
From: null_ptr @ 2014-03-23 17:35 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1147 bytes --]

On 23/03/14 11:06, Tom Wijsman wrote:
>On Sat, 22 Mar 2014 12:29:03 +0100
>null_ptr <rhannek@gmx.de> wrote:
>
>> I attached them. Old config/lsmod/dmesg is the first
>> parameter of the diff.
>
>Looks okay to me; I see in the other thread that it was clarified that
>this is a problem through the speakers/headset and thus not through the
>PC speaker, which leads me to think you have either Volker's idea that
>it is muted in alsa-mixer (why would a kernel upgrade do this?) or you
>have an actual bug in one of the kernel sound modules (more likely?).

It's definitely not muted.

>If it is a kernel bug, then I think that switching back to the old
>kernel would make it work again; if that's the case, I suggest you to
>consider a git bisect between the two releases to find the bad commit:
>
>http://wiki.gentoo.org/wiki/Kernel_git-bisect

Switching to the old kernel fixed it so I bisected the linux-stable
sources (as in the wiki) and the first bad commit is bd450dcc357.
Attached is the bisect.log.
Since it seems like it's a kernel bug I will create a bug report.


Thanks for the help and sorry that I wasn't as clear in the first place.

[-- Attachment #2: bisect.log --]
[-- Type: text/plain, Size: 3221 bytes --]

Bisecting: a merge base must be tested
[8bb495e3f02401ee6f76d1b1d77f3ac9f079e376] Linux 3.10
Bisecting: 12493 revisions left to test after this (roughly 14 steps)
[987e1d56b3157592d73f7f6170decada716fc415] ixgbe: include QSFP PHY types in ixgbe_is_sfp()
Bisecting: 6246 revisions left to test after this (roughly 13 steps)
[d2f3e9eb7c9e12e89f0ac5f0dbc7a9aed0ea925d] Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Bisecting: 3132 revisions left to test after this (roughly 12 steps)
[5e0b3a4e88012d259e8b2c0f02f393c79686daf9] Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Bisecting: 1289 revisions left to test after this (roughly 11 steps)
[a09e9a7a4b907f2dfa9bdb2b98a1828ab4b340b2] Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Bisecting: 917 revisions left to test after this (roughly 10 steps)
[ae7a835cc546fc67df90edaaa0c48ae2b22a29fe] Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Bisecting: 459 revisions left to test after this (roughly 9 steps)
[90d561bed9619fc08c31eab9315ebe811d41149a] Merge remote-tracking branch 'asoc/topic/fsl' into tmp
Bisecting: 232 revisions left to test after this (roughly 8 steps)
[79916433f8549564038a7faae26e3ec4135f4b5d] Merge remote-tracking branch 'asoc/topic/rt5640' into asoc-next
Bisecting: 141 revisions left to test after this (roughly 7 steps)
[a8cc20999799a94929a56393ff39b32245e33d64] alsa/rme96: Add missing inclusion of linux/vmalloc.h
Bisecting: 44 revisions left to test after this (roughly 6 steps)
[97c4de8fc0a47b99220b1209c7457c7dde05637a] Merge branch 'topic/hda-ad-remove-static' into for-3.12
Bisecting: 22 revisions left to test after this (roughly 5 steps)
[2d60fc7f7d3d79e5646646bb34811961f19d111a] ALSA: hdspm - AES32: Enable TCO/Sync-In in snd_hdspm_put_sync_ref()
Bisecting: 11 revisions left to test after this (roughly 4 steps)
[fc39a7ea9235104b06ee43385d4265f2d078e62b] ALSA: hda - Drop static quirk for Toshiba Satellite L40-10Q
Bisecting: 5 revisions left to test after this (roughly 3 steps)
[5ccc618fee67f0f0b2122dd4b32a02fd2b6a1569] ALSA: hda - Remove static quirks for AD1884/1984 & variants
Bisecting: 2 revisions left to test after this (roughly 2 steps)
[e0b27167c2d6464ff7ae7e35725024349e44596b] ALSA: hda - Convert the static quirk for Samsung Q1 Ultra
Bisecting: 0 revisions left to test after this (roughly 1 step)
[36ad45309be840d652394cfb032b592b6a20a3dd] ALSA: hda - Remove static quirks for AD1988 codecs
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[bd450dcc357646cc277c560ab24b35f940efa585] ALSA: hda - Remove static quirks for AD1981 and AD1983 codecs
bd450dcc357646cc277c560ab24b35f940efa585 is the first bad commit
commit bd450dcc357646cc277c560ab24b35f940efa585
Author: Takashi Iwai <tiwai@suse.de>
Date:   Thu Jul 4 15:48:04 2013 +0200

    ALSA: hda - Remove static quirks for AD1981 and AD1983 codecs
    
    These are relatively easy ones, as we already converted all static
    quirks to the generic parser.
    
    Signed-off-by: Takashi Iwai <tiwai@suse.de>

:040000 040000 8cd5b17b4e02bf6bba92e604726d36a46f3674ca c6dc5c9f6d74012a31c549d4b4c81b657ba235f0 M	sound

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [gentoo-user] No motherboard beep since kernel upgrade
  2014-03-23 17:35       ` null_ptr
@ 2014-03-23 18:26         ` Tom Wijsman
  0 siblings, 0 replies; 17+ messages in thread
From: Tom Wijsman @ 2014-03-23 18:26 UTC (permalink / raw
  To: gentoo-user

On Sun, 23 Mar 2014 18:35:20 +0100
null_ptr <rhannek@gmx.de> wrote:

> On 23/03/14 11:06, Tom Wijsman wrote:
> Switching to the old kernel fixed it so I bisected the linux-stable
> sources (as in the wiki) and the first bad commit is bd450dcc357.
> Attached is the bisect.log.
> Since it seems like it's a kernel bug I will create a bug report.

https://bugzilla.kernel.org/

Can you send me a link me (or CC me) to the kernel bug when you do so?

As a kernel maintainer, I can follow and perhaps backport a patch.

-- 
With kind regards,

Tom Wijsman (TomWij)
Gentoo Developer

E-mail address  : TomWij@gentoo.org
GPG Public Key  : 6D34E57D
GPG Fingerprint : C165 AF18 AB4C 400B C3D2  ABF0 95B2 1FCD 6D34 E57D


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-03-23 18:27 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-21 17:51 [gentoo-user] No motherboard beep since kernel upgrade null_ptr
2014-03-21 18:54 ` Francesco Turco
2014-03-21 19:39   ` Dat G
2014-03-21 21:41     ` Lee
2014-03-22  1:08       ` null_ptr
2014-03-22  7:20         ` David Haller
2014-03-22 22:40         ` Volker Armin Hemmann
2014-03-22 23:45           ` null_ptr
2014-03-23  0:42             ` David Haller
2014-03-23  3:13             ` Volker Armin Hemmann
2014-03-23 10:27               ` wraeth
2014-03-23 10:28               ` Matti Nykyri
2014-03-22  1:36 ` Tom Wijsman
2014-03-22 11:29   ` null_ptr
2014-03-23 10:06     ` Tom Wijsman
2014-03-23 17:35       ` null_ptr
2014-03-23 18:26         ` Tom Wijsman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox