[SOLVED]No Sound - ALSA - Maybe wrong audio device.

Yesterday I installed Arch and it has been going well except that I can not get my sound working. Following https://wiki.archlinux.org/index.php/Ad … chitecture I installed alsa-utils and then used alsamixer to unmute channels. While I experimented with the channels I had a youtube video open and so I should have heard something if it had worked.
I seem to have two sound cards. When I run alsamixer it defaults to the "Intel Haswell HDMI" chip and "Item: S/PDIF". I can unmute the S/PDIF channels but there is no volume bar. I suspect that this device is set as a default somewhere but it is not the one I want to use.
Hitting F6 and choosing the "HDA Intel PCH" card has many columns. I have them all unmuted and I've played around quite a bit with turning various things up and down. The speaker I have in plugged into the back of the desktop I am using and is attached with both a round pale green connector and a usb connector.
When I turn up the volume on the <Rear Mic> I can hear the static volume go up on the speaker. So I could change the volume on the speaker but the speaker was not getting audio from the web browser I had open.  When I turn up the volume on the <Front Mic> I can hear a high pitched noise increase, my only guess for where its coming from is the tiny speaker that I have plugged right into the motherboard.
I've tried researching and I would like to try and change the default sound card like in this thread: https://bbs.archlinux.org/viewtopic.php?id=186597. But I'm afraid that I'm newer to Arch/Linux than those people or at least I'm confused trying to follow that advice. My /etc/modprobe.d directory is empty. If I made a .conf file like in that answer I would not know what to name it.
Here is the output of some relevant (hopefully) commands:
$ lspci -vnn | grep -A 1 -i audio
00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
Subsystem: ASRock Incorporation Device [1849:0c0c]
00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05)
Subsystem: ASRock Incorporation Device [1849:8892]
$ aplay -lL
null
Discard all samples (playback) or generate zero samples (capture)
hdmi:CARD=HDMI,DEV=0
HDA Intel HDMI, HDMI 0
HDMI Audio Output
hdmi:CARD=HDMI,DEV=1
HDA Intel HDMI, HDMI 1
HDMI Audio Output
hdmi:CARD=HDMI,DEV=2
HDA Intel HDMI, HDMI 2
HDMI Audio Output
default:CARD=PCH
HDA Intel PCH, ALC892 Analog
Default Audio Device
sysdefault:CARD=PCH
HDA Intel PCH, ALC892 Analog
Default Audio Device
front:CARD=PCH,DEV=0
HDA Intel PCH, ALC892 Analog
Front speakers
surround21:CARD=PCH,DEV=0
HDA Intel PCH, ALC892 Analog
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=PCH,DEV=0
HDA Intel PCH, ALC892 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH,DEV=0
HDA Intel PCH, ALC892 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH,DEV=0
HDA Intel PCH, ALC892 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH,DEV=0
HDA Intel PCH, ALC892 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH,DEV=0
HDA Intel PCH, ALC892 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=PCH,DEV=0
HDA Intel PCH, ALC892 Digital
IEC958 (S/PDIF) Digital Audio Output
**** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 1: ALC892 Digital [ALC892 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
lsmod | grep snd
snd_hda_codec_hdmi 53248 1
snd_hda_codec_realtek 65536 1
snd_hda_codec_generic 65536 1 snd_hda_codec_realtek
snd_hda_intel 28672 0
snd_hda_controller 28672 1 snd_hda_intel
snd_hda_codec 114688 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 90112 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
snd_timer 28672 1 snd_pcm
snd 69632 8 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
soundcore 16384 2 snd,snd_hda_codec
$ speaker-test
speaker-test 1.0.29
Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib pcm_dmix.c:1024:(snd_pcm_dmix_open) unable to open slave
Playback open error: -2,No such file or directory
Thank you for reading.
Last edited by buffalo (2015-06-13 22:47:37)

I followed Head_on_a_Stick's advice and the speaker is now working! Thank you so much Head_on_a_Stick. The one other time I posted on this forum was last February and you helped me out then too. You are my favorite!
Thank you ewaller as well, but rather than look at aplay -l I think I will mark this thread as [SOLVED].
The thing I'm still curious about is how did you know what to name the file  /etc/modprobe.d/alsa-base.conf ?
Time for me to figure out how to get the headphone jack working.

Similar Messages

  • [solved] No sound, ALSA finds soundcard, pulseaudio does not.

    Problem:
    pulseaudio can't find my soundcard (or it can't find ALSA, not sure). It falls back to a dummy-output and no input so i can't play sounds or use my mic.
    First appeared when:
    Installing software updates like a month ago. I ignored it at first in the hopes it will resolve itself with the next update an few dates later. It didn't so far. None of the packets I updated had linux|pulse|alsa|sound|audio in its name. So i guess it just triggered the problem in a indirect way.
    What did not help:
    Reinstalling packets with pulse|alsa|sound|audio in its name.
    Deleting ${HOME}/.pulse* .
    Rebooting.
    Resetting /etc/pulse/* or /etc/asound.conf to the defaults of the packaes they come with.
    Adding or removing my user to the audio group.
    Googling. Other threads i this forum.
    Additional infos:
    (Stuff that was requested from others which had similar problems. No other [solved]-threads were helping me so far.)
    /dev/dsp does not exist.
    fuser -v /dev/snd/* returns nothing
    aplay whatever.wav produces no sound.
    aplay -D sysdefault whatever.wav works.
    Using Gnome 3 started with gdm.
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default
    Default ALSA Output (currently PulseAudio Sound Server)
    sysdefault:CARD=Intel
    HDA Intel, ALC272 Analog
    Default Audio Device
    front:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    Front speakers
    surround40:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    hdmi:CARD=Intel,DEV=0
    HDA Intel, HDMI 0
    HDMI Audio Output
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.6.7-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Sun Nov 18 10:11:22 CET 2012
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/sda7:root root=/dev/mapper/root ro quiet init=/bin/systemd
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000d8000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b76a0fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b76a1000-0x00000000b76a6fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b76a7000-0x00000000b77d1fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b77d2000-0x00000000b780efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b780f000-0x00000000b7908fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7909000-0x00000000b7b0efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b0f000-0x00000000b7b18fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b19000-0x00000000b7b1efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b1f000-0x00000000b7b62fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b63000-0x00000000b7b9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b9f000-0x00000000b7be4fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7be5000-0x00000000b7bfefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000b7bff000-0x00000000b7bfffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7c00000-0x00000000b7dfffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b8000000-0x00000000bfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI present.
    [ 0.000000] DMI: Dell Inc. Inspiron 1370/0R8PR3, BIOS A01 09/15/2009
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0xb7c00 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-D3FFF write-protect
    [ 0.000000] D4000-DBFFF uncachable
    [ 0.000000] DC000-EFFFF write-back
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0B8000000 mask FF8000000 uncachable
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0FFE40000 mask FFFFC0000 write-protect
    [ 0.000000] 4 base 0B7E00000 mask FFFE00000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000f6bf0-0x000f6bff] mapped at [ffff8800000f6bf0]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xb7bfffff]
    [ 0.000000] [mem 0x00000000-0xb7bfffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0xb7bfffff @ [mem 0x1fffc000-0x1fffffff]
    [ 0.000000] RAMDISK: [mem 0x376e2000-0x37b68fff]
    [ 0.000000] ACPI: RSDP 00000000000f6b10 00024 (v02 DELL )
    [ 0.000000] ACPI: XSDT 00000000b7bf7369 00064 (v01 DELL CL09 06040000 LTP 00000000)
    [ 0.000000] ACPI: FACP 00000000b7be7000 000F4 (v03 TOSCPL CRESTLNE 06040000 ALAN 00000001)
    [ 0.000000] ACPI: DSDT 00000000b7be8000 077A9 (v02 Dell CANTIGA 06040000 INTL 20060608)
    [ 0.000000] ACPI: FACS 00000000b7b9efc0 00040
    [ 0.000000] ACPI: HPET 00000000b7bfed16 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    [ 0.000000] ACPI: MCFG 00000000b7bfed4e 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    [ 0.000000] ACPI: OSFR 00000000b7bfed8a 00070 (v01 DELL DELL 06040000 ASL 00000061)
    [ 0.000000] ACPI: APIC 00000000b7bfedfa 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
    [ 0.000000] ACPI: BOOT 00000000b7bfee62 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    [ 0.000000] ACPI: SLIC 00000000b7bfee8a 00176 (v01 DELL CL09 06040000 LTP 00000000)
    [ 0.000000] ACPI: SSDT 00000000b7be6000 00655 (v01 PmRef CpuPm 00003000 INTL 20050624)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000000b7bfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0xb7bfffff]
    [ 0.000000] NODE_DATA [mem 0xb7be1000-0xb7be4fff]
    [ 0.000000] [ffffea0000000000-ffffea0002dfffff] PMD -> [ffff8800b4000000-ffff8800b6dfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0xb76a0fff]
    [ 0.000000] node 0: [mem 0xb76a7000-0xb77d1fff]
    [ 0.000000] node 0: [mem 0xb780f000-0xb7908fff]
    [ 0.000000] node 0: [mem 0xb7b0f000-0xb7b18fff]
    [ 0.000000] node 0: [mem 0xb7b1f000-0xb7b62fff]
    [ 0.000000] node 0: [mem 0xb7b9f000-0xb7be4fff]
    [ 0.000000] node 0: [mem 0xb7bff000-0xb7bfffff]
    [ 0.000000] On node 0 totalpages: 751850
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3913 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11696 pages used for memmap
    [ 0.000000] DMA32 zone: 736171 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
    [ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
    [ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000d8000
    [ 0.000000] PM: Registered nosave memory: 00000000000d8000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000b76a1000 - 00000000b76a7000
    [ 0.000000] PM: Registered nosave memory: 00000000b77d2000 - 00000000b780f000
    [ 0.000000] PM: Registered nosave memory: 00000000b7909000 - 00000000b7b0f000
    [ 0.000000] PM: Registered nosave memory: 00000000b7b19000 - 00000000b7b1f000
    [ 0.000000] PM: Registered nosave memory: 00000000b7b63000 - 00000000b7b9f000
    [ 0.000000] PM: Registered nosave memory: 00000000b7be5000 - 00000000b7bff000
    [ 0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800b7400000 s84608 r8192 d21888 u1048576
    [ 0.000000] pcpu-alloc: s84608 r8192 d21888 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 740084
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/sda7:root root=/dev/mapper/root ro quiet init=/bin/systemd
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 2944188k/3010560k available (4727k kernel code, 3160k absent, 63212k reserved, 4143k data, 772k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:4352 nr_irqs:512 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 12058624 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 1296.696 MHz processor
    [ 0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 2594.45 BogoMIPS (lpj=4322320)
    [ 0.003343] pid_max: default: 32768 minimum: 301
    [ 0.003400] Security Framework initialized
    [ 0.003407] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003948] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.006850] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.008132] Mount-cache hash table entries: 256
    [ 0.008498] Initializing cgroup subsys cpuacct
    [ 0.008503] Initializing cgroup subsys memory
    [ 0.008517] Initializing cgroup subsys devices
    [ 0.008520] Initializing cgroup subsys freezer
    [ 0.008522] Initializing cgroup subsys net_cls
    [ 0.008525] Initializing cgroup subsys blkio
    [ 0.008570] CPU: Physical Processor ID: 0
    [ 0.008572] CPU: Processor Core ID: 0
    [ 0.008575] mce: CPU supports 6 MCE banks
    [ 0.008587] CPU0: Thermal monitoring enabled (TM2)
    [ 0.008592] process: using mwait in idle threads
    [ 0.008600] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift is 0xffffffff
    [ 0.010851] ACPI: Core revision 20120711
    [ 0.016699] ftrace: allocating 18348 entries in 72 pages
    [ 0.027201] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.061706] smpboot: CPU0: Genuine Intel(R) CPU U7300 @ 1.30GHz stepping 0a
    [ 0.063329] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    [ 0.063329] ... version: 2
    [ 0.063329] ... bit width: 40
    [ 0.063329] ... generic registers: 2
    [ 0.063329] ... value mask: 000000ffffffffff
    [ 0.063329] ... max period: 000000007fffffff
    [ 0.063329] ... fixed-purpose events: 3
    [ 0.063329] ... event mask: 0000000700000003
    [ 0.086782] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.100007] smpboot: Booting Node 0, Processors #1 OK
    [ 0.113162] Brought up 2 CPUs
    [ 0.113162] smpboot: Total of 2 processors activated (5188.90 BogoMIPS)
    [ 0.113436] devtmpfs: initialized
    [ 0.116686] PM: Registering ACPI NVS region [mem 0xb7b63000-0xb7b9efff] (245760 bytes)
    [ 0.121465] NET: Registered protocol family 16
    [ 0.121699] ACPI: bus type pci registered
    [ 0.121824] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.121828] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.174683] PCI: Using configuration type 1 for base access
    [ 0.175619] bio: create slab <bio-0> at 0
    [ 0.175619] ACPI: Added _OSI(Module Device)
    [ 0.175619] ACPI: Added _OSI(Processor Device)
    [ 0.175619] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.175619] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.178073] ACPI: EC: Look up EC in DSDT
    [ 0.182902] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.188123] ACPI: SSDT 00000000b7b1aca0 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.188671] ACPI: Dynamic OEM Table Load:
    [ 0.188676] ACPI: SSDT (null) 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.188875] ACPI: SSDT 00000000b7b19620 00568 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.189399] ACPI: Dynamic OEM Table Load:
    [ 0.189404] ACPI: SSDT (null) 00568 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.189425] ACPI: SSDT 00000000b7b1aa20 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    [ 0.190407] ACPI: Dynamic OEM Table Load:
    [ 0.190412] ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    [ 0.190429] ACPI: SSDT 00000000b7b1af20 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    [ 0.190693] ACPI: Dynamic OEM Table Load:
    [ 0.190698] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    [ 0.190715] ACPI: Interpreter enabled
    [ 0.190715] ACPI: (supports S0 S3 S4 S5)
    [ 0.190715] ACPI: Using IOAPIC for interrupt routing
    [ 0.323314] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    [ 0.323314] ACPI: No dock devices found.
    [ 0.323314] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.323314] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.323314] PCI host bridge to bus 0000:00
    [ 0.323314] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff]
    [ 0.323314] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.323314] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.323314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.323314] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.323314] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.323314] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
    [ 0.323314] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
    [ 0.323314] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
    [ 0.323314] DMAR: Forcing write-buffer flush capability
    [ 0.323314] DMAR: Disabling IOMMU for graphics on this chipset
    [ 0.323314] pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
    [ 0.323314] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
    [ 0.323314] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.323314] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
    [ 0.323314] pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
    [ 0.323314] pci 0000:00:02.1: reg 10: [mem 0xf0400000-0xf04fffff 64bit]
    [ 0.323314] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
    [ 0.323314] pci 0000:00:1a.0: reg 20: [io 0x1820-0x183f]
    [ 0.323314] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
    [ 0.323314] pci 0000:00:1a.1: reg 20: [io 0x1840-0x185f]
    [ 0.323314] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
    [ 0.323314] pci 0000:00:1a.2: reg 20: [io 0x1860-0x187f]
    [ 0.323314] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
    [ 0.323314] pci 0000:00:1a.7: reg 10: [mem 0xf0804800-0xf0804bff]
    [ 0.323314] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.323314] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
    [ 0.323314] pci 0000:00:1b.0: reg 10: [mem 0xf0800000-0xf0803fff 64bit]
    [ 0.323314] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.323342] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
    [ 0.323470] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.323513] pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
    [ 0.323640] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.323688] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
    [ 0.323816] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.323860] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
    [ 0.323931] pci 0000:00:1d.0: reg 20: [io 0x1880-0x189f]
    [ 0.324017] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
    [ 0.324087] pci 0000:00:1d.1: reg 20: [io 0x18a0-0x18bf]
    [ 0.324173] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
    [ 0.324243] pci 0000:00:1d.2: reg 20: [io 0x18c0-0x18df]
    [ 0.324346] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
    [ 0.324379] pci 0000:00:1d.7: reg 10: [mem 0xf0804c00-0xf0804fff]
    [ 0.324516] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.324552] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.324666] pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
    [ 0.324866] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
    [ 0.324900] pci 0000:00:1f.2: reg 10: [io 0x1818-0x181f]
    [ 0.324915] pci 0000:00:1f.2: reg 14: [io 0x180c-0x180f]
    [ 0.324931] pci 0000:00:1f.2: reg 18: [io 0x1810-0x1817]
    [ 0.324946] pci 0000:00:1f.2: reg 1c: [io 0x1808-0x180b]
    [ 0.324960] pci 0000:00:1f.2: reg 20: [io 0x18e0-0x18ff]
    [ 0.324975] pci 0000:00:1f.2: reg 24: [mem 0xf0804000-0xf08047ff]
    [ 0.325062] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.325096] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
    [ 0.325123] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff 64bit]
    [ 0.325160] pci 0000:00:1f.3: reg 20: [io 0x1c00-0x1c1f]
    [ 0.325277] pci_bus 0000:02: busn_res: [bus 02] is inserted under [bus 00-ff]
    [ 0.325283] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.325366] pci_bus 0000:08: busn_res: [bus 08] is inserted under [bus 00-ff]
    [ 0.325632] pci 0000:08:00.0: [14e4:4315] type 00 class 0x028000
    [ 0.325707] pci 0000:08:00.0: reg 10: [mem 0xf0500000-0xf0503fff 64bit]
    [ 0.326109] pci 0000:08:00.0: supports D1 D2
    [ 0.326112] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
    [ 0.326304] pci 0000:00:1c.1: PCI bridge to [bus 08]
    [ 0.326314] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff]
    [ 0.326391] pci_bus 0000:20: busn_res: [bus 20] is inserted under [bus 00-ff]
    [ 0.326477] pci 0000:20:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.326546] pci 0000:20:00.0: reg 10: [io 0x2000-0x20ff]
    [ 0.326670] pci 0000:20:00.0: reg 18: [mem 0xf0904000-0xf0904fff 64bit pref]
    [ 0.326745] pci 0000:20:00.0: reg 20: [mem 0xf0900000-0xf0903fff 64bit pref]
    [ 0.326794] pci 0000:20:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.327093] pci 0000:20:00.0: supports D1 D2
    [ 0.327096] pci 0000:20:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.327302] pci 0000:00:1c.5: PCI bridge to [bus 20]
    [ 0.327309] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 0.327323] pci 0000:00:1c.5: bridge window [mem 0xf0900000-0xf09fffff 64bit pref]
    [ 0.327363] pci_bus 0000:26: busn_res: [bus 26] is inserted under [bus 00-ff]
    [ 0.327435] pci 0000:00:1e.0: PCI bridge to [bus 26] (subtractive decode)
    [ 0.327452] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.327456] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.327460] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.327463] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.327467] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
    [ 0.327471] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    [ 0.327505] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.327638] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    [ 0.327717] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.327766] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 0.327824] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    [ 0.327883] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.327886] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.334993] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.335069] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.335141] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    [ 0.335212] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.335283] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [ 0.335355] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 *7 11 12 14 15)
    [ 0.335424] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.335495] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.336671] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.336689] vgaarb: loaded
    [ 0.336691] vgaarb: bridge control possible 0000:00:02.0
    [ 0.336769] PCI: Using ACPI for IRQ routing
    [ 0.348092] PCI: pci_cache_line_size set to 64 bytes
    [ 0.348605] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
    [ 0.348608] e820: reserve RAM buffer [mem 0xb76a1000-0xb7ffffff]
    [ 0.348614] e820: reserve RAM buffer [mem 0xb77d2000-0xb7ffffff]
    [ 0.348619] e820: reserve RAM buffer [mem 0xb7909000-0xb7ffffff]
    [ 0.348623] e820: reserve RAM buffer [mem 0xb7b19000-0xb7ffffff]
    [ 0.348627] e820: reserve RAM buffer [mem 0xb7b63000-0xb7ffffff]
    [ 0.348631] e820: reserve RAM buffer [mem 0xb7be5000-0xb7ffffff]
    [ 0.348634] e820: reserve RAM buffer [mem 0xb7c00000-0xb7ffffff]
    [ 0.348791] NetLabel: Initializing
    [ 0.348794] NetLabel: domain hash size = 128
    [ 0.348796] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.348816] NetLabel: unlabeled traffic allowed by default
    [ 0.348840] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.348847] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.348855] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.370000] Switching to clocksource hpet
    [ 0.381464] pnp: PnP ACPI init
    [ 0.381496] ACPI: bus type pnp registered
    [ 0.382022] pnp 00:00: [bus 00-ff]
    [ 0.382027] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.382031] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.382035] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.382039] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.382042] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.382046] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.382050] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.382053] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.382057] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 0.382060] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 0.382064] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 0.382067] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 0.382071] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 0.382075] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 0.382078] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 0.382086] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 0.382089] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 0.382093] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
    [ 0.382097] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
    [ 0.382100] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.382200] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.440057] pnp 00:01: [io 0x0000-0x001f]
    [ 0.440061] pnp 00:01: [io 0x0081-0x0091]
    [ 0.440065] pnp 00:01: [io 0x0093-0x009f]
    [ 0.440068] pnp 00:01: [io 0x00c0-0x00df]
    [ 0.440072] pnp 00:01: [dma 4]
    [ 0.440121] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.440232] pnp 00:02: [mem 0xfed00000-0xfed003ff]
    [ 0.440329] system 00:02: [mem 0xfed00000-0xfed003ff] has been reserved
    [ 0.440336] system 00:02: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    [ 0.440353] pnp 00:03: [io 0x00f0]
    [ 0.440369] pnp 00:03: [irq 13]
    [ 0.440414] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.440433] pnp 00:04: [io 0x002e-0x002f]
    [ 0.440436] pnp 00:04: [io 0x0061]
    [ 0.440439] pnp 00:04: [io 0x0063]
    [ 0.440443] pnp 00:04: [io 0x0065]
    [ 0.440446] pnp 00:04: [io 0x0067]
    [ 0.440449] pnp 00:04: [io 0x0070]
    [ 0.440452] pnp 00:04: [io 0x0080]
    [ 0.440456] pnp 00:04: [io 0x0092]
    [ 0.440459] pnp 00:04: [io 0x00b2-0x00b3]
    [ 0.440462] pnp 00:04: [io 0x0480-0x048f]
    [ 0.440466] pnp 00:04: [io 0xffff]
    [ 0.440469] pnp 00:04: [io 0xffff]
    [ 0.440472] pnp 00:04: [io 0x0400-0x047f]
    [ 0.440475] pnp 00:04: [io 0x1180-0x11ff]
    [ 0.440479] pnp 00:04: [io 0xfe00]
    [ 0.440482] pnp 00:04: [io 0xff2c-0xff7f]
    [ 0.440574] system 00:04: [io 0x0480-0x048f] has been reserved
    [ 0.440578] system 00:04: [io 0xffff] has been reserved
    [ 0.440583] system 00:04: [io 0xffff] has been reserved
    [ 0.440587] system 00:04: [io 0x0400-0x047f] has been reserved
    [ 0.440591] system 00:04: [io 0x1180-0x11ff] has been reserved
    [ 0.440596] system 00:04: [io 0xfe00] has been reserved
    [ 0.440600] system 00:04: [io 0xff2c-0xff7f] has been reserved
    [ 0.440606] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.440620] pnp 00:05: [io 0x0070-0x0077]
    [ 0.440629] pnp 00:05: [irq 8]
    [ 0.440674] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.440691] pnp 00:06: [io 0x0060]
    [ 0.440694] pnp 00:06: [io 0x0064]
    [ 0.440703] pnp 00:06: [irq 1]
    [ 0.440753] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.440772] pnp 00:07: [irq 12]
    [ 0.440819] pnp 00:07: Plug and Play ACPI device, IDs DLL0418 PNP0f13 (active)
    [ 0.441027] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
    [ 0.441031] pnp 00:08: [mem 0xfed10000-0xfed13fff]
    [ 0.441034] pnp 00:08: [mem 0xfed18000-0xfed18fff]
    [ 0.441038] pnp 00:08: [mem 0xfed19000-0xfed19fff]
    [ 0.441041] pnp 00:08: [mem 0xe0000000-0xefffffff]
    [ 0.441045] pnp 00:08: [mem 0xfed20000-0xfed3ffff]
    [ 0.441048] pnp 00:08: [mem 0xfed45000-0xfed8ffff]
    [ 0.441146] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.441151] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.441155] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.441159] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.441164] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.441168] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.441172] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.441178] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.441356] pnp: PnP ACPI: found 9 devices
    [ 0.441359] ACPI: ACPI bus type pnp unregistered
    [ 0.449759] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    [ 0.449766] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.449771] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    [ 0.449786] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000
    [ 0.449791] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08] add_size 200000
    [ 0.449807] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x001fffff] to [bus 20] add_size 400000
    [ 0.449828] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.449833] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.449837] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.449841] pci 0000:00:1c.5: res[14]=[mem 0x00100000-0x001fffff] get_res_add_size add_size 400000
    [ 0.449845] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.449849] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.449858] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc01fffff]
    [ 0.449864] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
    [ 0.449869] pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
    [ 0.449874] pci 0000:00:1c.5: BAR 14: assigned [mem 0xc0600000-0xc0afffff]
    [ 0.449880] pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
    [ 0.449885] pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
    [ 0.449890] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0b00000-0xc0b000ff 64bit]
    [ 0.449908] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.449913] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    [ 0.449922] pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc01fffff]
    [ 0.449929] pci 0000:00:1c.0: bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
    [ 0.449939] pci 0000:00:1c.1: PCI bridge to [bus 08]
    [ 0.449944] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    [ 0.449953] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff]
    [ 0.449960] pci 0000:00:1c.1: bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
    [ 0.449971] pci 0000:20:00.0: BAR 6: assigned [mem 0xf0920000-0xf093ffff pref]
    [ 0.449975] pci 0000:00:1c.5: PCI bridge to [bus 20]
    [ 0.449980] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 0.449989] pci 0000:00:1c.5: bridge window [mem 0xc0600000-0xc0afffff]
    [ 0.449996] pci 0000:00:1c.5: bridge window [mem 0xf0900000-0xf09fffff 64bit pref]
    [ 0.450021] pci 0000:00:1e.0: PCI bridge to [bus 26]
    [ 0.450083] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.450089] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.450093] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.450097] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.450101] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.450105] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
    [ 0.450108] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.450112] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
    [ 0.450116] pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc01fffff]
    [ 0.450120] pci_bus 0000:02: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
    [ 0.450124] pci_bus 0000:08: resource 0 [io 0x4000-0x4fff]
    [ 0.450127] pci_bus 0000:08: resource 1 [mem 0xf0500000-0xf05fffff]
    [ 0.450131] pci_bus 0000:08: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
    [ 0.450135] pci_bus 0000:20: resource 0 [io 0x2000-0x2fff]
    [ 0.450139] pci_bus 0000:20: resource 1 [mem 0xc0600000-0xc0afffff]
    [ 0.450142] pci_bus 0000:20: resource 2 [mem 0xf0900000-0xf09fffff 64bit pref]
    [ 0.450146] pci_bus 0000:26: resource 4 [io 0x0000-0x0cf7]
    [ 0.450150] pci_bus 0000:26: resource 5 [io 0x0d00-0xffff]
    [ 0.450154] pci_bus 0000:26: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.450157] pci_bus 0000:26: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.450161] pci_bus 0000:26: resource 8 [mem 0xc0000000-0xdfffffff]
    [ 0.450165] pci_bus 0000:26: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.450219] NET: Registered protocol family 2
    [ 0.451401] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.456144] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.456812] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.456888] TCP: reno registered
    [ 0.456903] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.456958] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.457123] NET: Registered protocol family 1
    [ 0.457150] pci 0000:00:02.0: Boot video device
    [ 0.457669] PCI: CLS 64 bytes, default 64
    [ 0.457746] Unpacking initramfs...
    [ 0.626300] Freeing initrd memory: 4636k freed
    [ 0.628543] Simple Boot Flag at 0x3e set to 0x1
    [ 0.629045] audit: initializing netlink socket (disabled)
    [ 0.629069] type=2000 audit(1354288244.626:1): initialized
    [ 0.648430] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.651510] VFS: Disk quotas dquot_6.5.2
    [ 0.651590] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.651831] msgmni has been set to 5759
    [ 0.652156] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.652204] io scheduler noop registered
    [ 0.652208] io scheduler deadline registered
    [ 0.652301] io scheduler cfq registered (default)
    [ 0.652518] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.652689] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    [ 0.652857] pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
    [ 0.653107] intel_idle: does not run on family 6 model 23
    [ 0.653156] GHES: HEST is not enabled!
    [ 0.653245] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.653953] Linux agpgart interface v0.103
    [ 0.654073] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.669080] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.669133] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.669294] mousedev: PS/2 mouse device common for all mice
    [ 0.670409] rtc_cmos 00:05: RTC can wake from S4
    [ 0.670599] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.670636] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.670648] cpuidle: using governor ladder
    [ 0.670651] cpuidle: using governor menu
    [ 0.670829] drop_monitor: Initializing network drop monitor service
    [ 0.670946] TCP: cubic registered
    [ 0.671122] NET: Registered protocol family 10
    [ 0.671359] NET: Registered protocol family 17
    [ 0.671373] Key type dns_resolver registered
    [ 0.671720] PM: Hibernation image not present or could not be loaded.
    [ 0.671743] registered taskstats version 1
    [ 0.672782] rtc_cmos 00:05: setting system clock to 2012-11-30 15:10:45 UTC (1354288245)
    [ 0.674872] Freeing unused kernel memory: 772k freed
    [ 0.675168] Write protecting the kernel read-only data: 8192k
    [ 0.682434] Freeing unused kernel memory: 1408k freed
    [ 0.683107] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.685881] Freeing unused kernel memory: 568k freed
    [ 0.698116] systemd-udevd[43]: starting version 195
    [ 0.701918] SCSI subsystem initialized
    [ 0.703991] ACPI: bus type scsi registered
    [ 0.704082] libata version 3.00 loaded.
    [ 0.705773] ahci 0000:00:1f.2: version 3.0
    [ 0.705858] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 0.705949] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
    [ 0.705955] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc sxs
    [ 0.705962] ahci 0000:00:1f.2: setting latency timer to 64
    [ 0.708617] scsi0 : ahci
    [ 0.709413] scsi1 : ahci
    [ 0.709823] scsi2 : ahci
    [ 0.710229] scsi3 : ahci
    [ 0.710359] ata1: SATA max UDMA/133 abar m2048@0xf0804000 port 0xf0804100 irq 43
    [ 0.710365] ata2: SATA max UDMA/133 abar m2048@0xf0804000 port 0xf0804180 irq 43
    [ 0.710367] ata3: DUMMY
    [ 0.710370] ata4: DUMMY
    [ 1.196712] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.196745] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.198401] ata1.00: ATA-8: WDC WD3200BEKT-75F3T0, 11.01A11, max UDMA/133
    [ 1.198405] ata1.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 1.200123] ata1.00: configured for UDMA/133
    [ 1.200301] scsi 0:0:0:0: Direct-Access ATA WDC WD3200BEKT-7 11.0 PQ: 0 ANSI: 5
    [ 1.201956] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.202042] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.202047] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.202083] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.213584] ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-U633F, D500, max UDMA/100
    [ 1.213590] ata2.00: applying bridge limits
    [ 1.229911] ata2.00: configured for UDMA/100
    [ 1.232328] scsi 1:0:0:0: CD-ROM TSSTcorp DVD+-RW TS-U633F D500 PQ: 0 ANSI: 5
    [ 1.270602] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
    [ 1.271452] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.273864] ACPI: bus type usb registered
    [ 1.273912] usbcore: registered new interface driver usbfs
    [ 1.273946] usbcore: registered new interface driver hub
    [ 1.273996] usbcore: registered new device driver usb
    [ 1.274813] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.274869] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 1.274876] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 1.274891] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 1.278814] ehci_hcd 0000:00:1a.7: debug port 1
    [ 1.278826] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    [ 1.278852] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xf0804800
    [ 1.279113] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.279117] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.280054] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.286696] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 1.286950] hub 1-0:1.0: USB hub found
    [ 1.286958] hub 1-0:1.0: 6 ports detected
    [ 1.287158] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 1.287164] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 1.287174] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 1.291082] ehci_hcd 0000:00:1d.7: debug port 1
    [ 1.291093] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    [ 1.291118] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf0804c00
    [ 1.300028] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.300266] hub 2-0:1.0: USB hub found
    [ 1.300273] hub 2-0:1.0: 6 ports detected
    [ 1.301086] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.301130] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1.301135] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 1.301145] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 1.301191] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
    [ 1.301506] hub 3-0:1.0: USB hub found
    [ 1.301513] hub 3-0:1.0: 2 ports detected
    [ 1.301640] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 1.301645] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 1.301654] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 1.301701] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
    [ 1.301997] hub 4-0:1.0: USB hub found
    [ 1.302004] hub 4-0:1.0: 2 ports detected
    [ 1.302158] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 1.302164] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 1.302198] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 1.302230] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00001860
    [ 1.302434] hub 5-0:1.0: USB hub found
    [ 1.302441] hub 5-0:1.0: 2 ports detected
    [ 1.302557] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.302562] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.302572] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 1.302603] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001880
    [ 1.302824] hub 6-0:1.0: USB hub found
    [ 1.302833] hub 6-0:1.0: 2 ports detected
    [ 1.303165] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.303171] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.303186] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 1.303219] uhci_hcd 0000:00:1d.1: irq 19, io base 0x000018a0
    [ 1.303759] hub 7-0:1.0: USB hub found
    [ 1.303766] hub 7-0:1.0: 2 ports detected
    [ 1.303897] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.303903] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.303995] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 1.304040] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018c0
    [ 1.304881] hub 8-0:1.0: USB hub found
    [ 1.304888] hub 8-0:1.0: 2 ports detected
    [ 1.323613] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    [ 1.330105] [drm] Initialized drm 1.1.0 20060810
    [ 1.331660] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
    [ 1.331843] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 1.333755] agpgart-intel 0000:00:00.0: detected 131072K stolen memory
    [ 1.333940] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    [ 1.334797] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 1.334889] ACPI: Lid Switch [LID0]
    [ 1.335079] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 1.335086] ACPI: Power Button [PWRB]
    [ 1.335191] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 1.335196] ACPI: Power Button [PWRF]
    [ 1.341526] i915 0000:00:02.0: setting latency timer to 64
    [ 1.414990] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 1.415006] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 1.415008] [drm] Driver supports precise vblank timestamp query.
    [ 1.415071] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.606699] usb 2-4: new high-speed USB device number 2 using ehci_hcd
    [ 1.630029] tsc: Refined TSC clocksource calibration: 1296.749 MHz
    [ 1.630036] Switching to clocksource tsc
    [ 2.030864] fbcon: inteldrmfb (fb0) is primary device
    [ 2.090024] usb 2-5: new high-speed USB device number 3 using ehci_hcd
    [ 2.574662] Console: switching to colour frame buffer device 170x48
    [ 2.579271] fb0: inteldrmfb frame buffer device
    [ 2.579273] drm: registered panic notifier
    [ 2.680113] acpi device:07: registered as cooling_device0
    [ 2.780104] acpi device:08: registered as cooling_device1
    [ 2.780177] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 2.780313] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input4
    [ 2.780358] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 2.963907] device-mapper: uevent: version 1.0.3
    [ 2.964084] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: [email protected]
    [ 3.763615] atkbd serio0: Unknown key pressed (translated set 2, code 0x8e on isa0060/serio0).
    [ 3.763622] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
    [ 9.679599] XFS (dm-0): Mounting Filesystem
    [ 9.807350] XFS (dm-0): Ending clean mount
    [ 10.447920] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.
    [ 10.481565] systemd[1]: systemd 196 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
    [ 10.507375] systemd[1]: Set hostname to <xxx-laptop>.
    [ 11.844864] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 11.845276] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 11.845371] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 11.845393] systemd[1]: Starting Login Prompts.
    [ 11.845414] systemd[1]: Reached target Login Prompts.
    [ 11.845429] systemd[1]: Starting Arch Daemons.
    [ 11.845447] systemd[1]: Reached target Arch Daemons.
    [ 11.845462] systemd[1]: Starting Remote File Systems.
    [ 11.845481] systemd[1]: Reached target Remote File Systems.
    [ 11.845496] systemd[1]: Starting Syslog Socket.
    [ 11.845558] systemd[1]: Listening on Syslog Socket.
    [ 11.845576] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 11.845615] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 11.845630] systemd[1]: Starting Delayed Shutdown Socket.
    [ 11.845668] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 11.845766] systemd[1]: Starting udev Kernel Socket.
    [ 11.845804] systemd[1]: Listening on udev Kernel Socket.
    [ 11.845885] systemd[1]: Starting udev Control Socket.
    [ 11.845927] systemd[1]: Listening on udev Control Socket.
    [ 11.845979] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 11.846139] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 11.846157] systemd[1]: Expecting device dev-mapper-home.device...
    [ 11.846175] systemd[1]: Expecting device dev-sda8.device...
    [ 11.846193] systemd[1]: Expecting device dev-mapper-swap.device...
    [ 11.846210] systemd[1]: Expecting device dev-sda6.device...
    [ 11.846232] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 11.846291] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 11.846308] systemd[1]: Expecting device dev-disk-by\x2duuid-f19efb1f\x2d9a5b\x2d4f22\x2db35d\x2d4a603145a436.device...
    [ 11.846328] systemd[1]: Expecting device dev-disk-by\x2duuid-bd984744\x2d036e\x2d47e5\x2db40f\x2d04fa9f6d0f35.device...
    [ 11.846347] systemd[1]: Expecting device dev-disk-by\x2duuid-f1bab4e5\x2de736\x2d443a\x2d827e\x2d59f202a548ab.device...
    [ 11.846368] systemd[1]: Starting Journal Socket.
    [ 11.846439] systemd[1]: Listening on Journal Socket.
    [ 11.846467] systemd[1]: Started File System Check on Root Device.
    [ 11.846485] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 11.850382] systemd[1]: Mounting Temporary Directory...
    [ 11.998839] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway. (To see the over-mounted files, please manually mount the underlying file system to a secondary location.)
    [ 12.026864] systemd[1]: Mounting Huge Pages File System...
    [ 12.040270] systemd[1]: Mounting POSIX Message Queue File System...
    [ 12.043518] systemd[1]: Starting udev Coldplug all Devices...
    [ 12.156149] systemd[1]: Starting Load Kernel Modules...
    [ 12.173525] systemd[1]: Mounting Debug File System...
    [ 12.186770] systemd[1]: Starting Setup Virtual Console...
    [ 12.484840] systemd[1]: Starting Apply Kernel Variables...
    [ 12.616915] systemd[1]: Starting Set Up Additional Binary Formats...
    [ 12.630266] systemd[1]: Starting udev Kernel Device Manager...
    [ 12.636850] systemd[1]: Starting Journal Service...
    [ 12.646587] systemd[1]: Started Journal Service.
    [ 12.646650] systemd[1]: Starting Syslog.
    [ 12.646684] systemd[1]: Reached target Syslog.
    [ 12.647637] systemd[1]: Started Remount Root and Kernel File Systems.
    [ 12.647816] systemd[1]: Mounted Temporary Directory.
    [ 12.647972] systemd[1]: Mounted Huge Pages File System.
    [ 12.648127] systemd[1]: Mounted POSIX Message Queue File System.
    [ 12.653654] systemd[1]: Mounted Debug File System.
    [ 12.653705] systemd[1]: Starting Local File Systems (Pre).
    [ 12.653726] systemd[1]: Reached target Local File Systems (Pre).
    [ 12.653749] systemd[1]: Starting Load Random Seed...
    [ 12.705203] FS-Cache: Loaded
    [ 12.740616] RPC: Registered named UNIX socket transport module.
    [ 12.740621] RPC: Registered udp transport module.
    [ 12.740624] RPC: Registered tcp transport module.
    [ 12.740626] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 12.881473] systemd-udevd[162]: starting version 196
    [ 12.988696] FS-Cache: Netfs 'nfs' registered for caching
    [ 13.298794] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 13.299212] r8169 0000:20:00.0: irq 45 for MSI/MSI-X
    [ 13.299501] r8169 0000:20:00.0: eth0: RTL8168d/8111d at 0xffffc9000060e000, 00:26:b9:ca:52:29, XID 081000c0 IRQ 45
    [ 13.299506] r8169 0000:20:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 13.401185] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 13.802403] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 14.148667] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 14.148733] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 14.208405] cfg80211: Calling CRDA to update world regulatory domain
    [ 14.318480] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
    [ 14.330974] lib80211: common routines for IEEE802.11 drivers
    [ 14.330979] lib80211_crypt: registered algorithm 'NULL'
    [ 14.375031] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 14.649332] microcode: CPU0 updated to revision 0xa0b, date = 2010-09-28
    [ 14.656959] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
    [ 14.660799] microcode: CPU1 updated to revision 0xa0b, date = 2010-09-28
    [ 14.668564] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 14.709327] ACPI: Requesting acpi_cpufreq
    [ 14.714946] Monitor-Mwait will be used to enter C-1 state
    [ 14.714973] Monitor-Mwait will be used to enter C-2 state
    [ 14.714989] Monitor-Mwait will be used to enter C-3 state
    [ 14.715001] tsc: Marking TSC unstable due to TSC halts in idle
    [ 14.715031] ACPI: acpi_idle registered with cpuidle
    [ 14.720557] Switching to clocksource hpet
    [ 14.757813] wmi: Mapper loaded
    [ 15.215288] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120711/utaddress-251)
    [ 15.215300] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 15.215306] ACPI Warning: 0x0000000000001180-0x00000000000011bf SystemIO conflicts with Region \GPIO 1 (20120711/utaddress-251)
    [ 15.215313] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 15.215315] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 15.303785] ACPI: Battery Slot [BAT1] (battery present)
    [ 15.405750] input: Dell WMI hotkeys as /devices/virtual/input/input8
    [ 15.417769] iTCO_vendor_support: vendor-support=0
    [ 15.430131] ACPI: AC Adapter [ACAD] (off-line)
    [ 15.471845] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 15.471895] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0460)
    [ 15.472076] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 15.585541] wl: module license 'Mixed/Proprietary' taints kernel.
    [ 15.585549] Disabling lock debugging due to kernel taint
    [ 15.625424] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.0, id: 0x1a0b1, caps: 0xd04711/0xa00000/0x20000, board id: 3655, fw id: 528343
    [ 15.629342] INFO @wl_cfg80211_attach : Registered CFG80211 phy
    [ 15.654093] lib80211_crypt: registered algorithm 'TKIP'
    [ 15.654584] eth1: Broadcom BCM4315 802.11 Hybrid Wireless Controller 5.100.82.112
    [ 15.693893] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
    [ 15.816131] ACPI Warning: 0x0000000000001c00-0x0000000000001c1f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120711/utaddress-251)
    [ 15.816143] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 16.108446] Linux media interface: v0.10
    [ 16.120558] Linux video capture interface: v2.00
    [ 16.169228] usbcore: registered new interface driver uas
    [ 16.281166] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_1.3M (0c45:6415)
    [ 16.316308] Initializing USB Mass Storage driver...
    [ 16.316609] usbcore: registered new interface driver usb-storage
    [ 16.316613] USB Mass Storage support registered.
    [ 16.328744] input: Laptop_Integrated_Webcam_1.3M as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input10
    [ 16.328873] usbcore: registered new interface driver uvcvideo
    [ 16.328876] USB Video Class driver (1.1.1)
    [ 16.779720] usb 2-4: USB disconnect, device number 2
    [ 16.783629] scsi4 : usb-storage 2-4:1.0
    [ 16.783773] usbcore: registered new interface driver ums-realtek
    [ 17.381988] EXT4-fs (sda5): mounting ext3 file system using the ext4 subsystem
    [ 17.393596] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [ 21.567415] Adding 977880k swap on /dev/mapper/swap. Priority:-1 extents:1 across:977880k
    [ 21.656824] XFS (dm-1): Mounting Filesystem
    [ 21.839619] XFS (dm-1): Ending clean mount
    [ 21.940898] systemd-journald[163]: Received SIGUSR1
    [ 28.055735] r8169 0000:20:00.0: eth0: link down
    [ 28.055792] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 28.875645] Bluetooth: Core ver 2.16
    [ 28.875677] NET: Registered protocol family 31
    [ 28.875680] Bluetooth: HCI device and connection manager initialized
    [ 28.875684] Bluetooth: HCI socket layer initialized
    [ 28.875687] Bluetooth: L2CAP socket layer initialized
    [ 28.875695] Bluetooth: SCO socket layer initialized
    [ 29.041069] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 37.807702] fuse init (API version 7.20)
    [ 37.828734] EXT4-fs (sda5): re-mounted. Opts: commit=600
    lsmod
    Module Size Used by
    fuse 69173 2
    michael_mic 2074 8
    arc4 2039 4
    ecb 2105 0
    bnep 8857 2
    bluetooth 192120 7 bnep
    snd_seq 50881 1
    snd_seq_device 5268 1 snd_seq
    ums_realtek 7391 0
    usb_storage 47384 1 ums_realtek
    uvcvideo 72787 0
    videobuf2_vmalloc 2468 1 uvcvideo
    uas 11119 0
    videobuf2_memops 2246 1 videobuf2_vmalloc
    videobuf2_core 24030 1 uvcvideo
    videodev 100859 2 uvcvideo,videobuf2_core
    media 10405 2 uvcvideo,videodev
    i2c_i801 9571 0
    joydev 9991 0
    coretemp 6070 0
    kvm_intel 124749 0
    lib80211_crypt_tkip 7738 0
    wl 2558087 0
    kvm 373917 1 kvm_intel
    iTCO_wdt 5255 0
    iTCO_vendor_support 1929 1 iTCO_wdt
    dell_wmi 1485 0
    acpi_cpufreq 5933 1
    lpc_ich 10609 0
    ac 2536 0
    mperf 1267 1 acpi_cpufreq
    sparse_keymap 3056 1 dell_wmi
    battery 6773 0
    wmi 8379 1 dell_wmi
    dell_laptop 8787 0
    processor 26855 3 acpi_cpufreq
    evdev 10266 12
    psmouse 71909 0
    serio_raw 4689 0
    dcdbas 5520 1 dell_laptop
    lib80211 3949 2 wl,lib80211_crypt_tkip
    microcode 12377 0
    cfg80211 177108 1 wl
    rfkill 15604 5 cfg80211,bluetooth
    snd_hda_codec_hdmi 24487 1
    snd_hda_codec_realtek 61193 1
    snd_hda_intel 26180 3
    snd_hda_codec 98033 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6428 1 snd_hda_codec
    snd_pcm_oss 38992 0
    snd_pcm 75689 5 snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7217 2 snd_pcm,snd_hda_intel
    snd_timer 18934 3 snd_pcm,snd_seq
    snd_mixer_oss 15347 1 snd_pcm_oss
    snd 60188 16 snd_hda_codec_realtek,snd_pcm_oss,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_mixer_oss
    soundcore 5442 1 snd
    pcspkr 1899 0
    r8169 56839 0
    mii 4091 1 r8169
    nfs 127007 0
    lockd 64904 1 nfs
    sunrpc 186092 2 nfs,lockd
    fscache 40995 1 nfs
    ablk_helper 1972 0
    cryptd 8741 1 ablk_helper
    aes_x86_64 7508 6
    aes_generic 26138 1 aes_x86_64
    xts 3101 3
    gf128mul 6050 1 xts
    dm_crypt 15799 3
    dm_mod 72105 7 dm_crypt
    i915 495521 3
    video 11276 1 i915
    button 4662 1 i915
    i2c_algo_bit 5391 1 i915
    intel_agp 10744 1 i915
    intel_gtt 15659 3 i915,intel_agp
    drm_kms_helper 32877 1 i915
    drm 218852 4 i915,drm_kms_helper
    i2c_core 20707 6 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,videodev
    vfat 10119 0
    fat 48338 1 vfat
    xfs 748207 2
    ext4 440434 1
    crc16 1359 2 ext4,bluetooth
    jbd2 78751 1 ext4
    mbcache 5977 1 ext4
    uhci_hcd 23436 0
    ehci_hcd 41816 0
    sr_mod 14823 0
    usbcore 150398 6 uas,uhci_hcd,uvcvideo,ums_realtek,usb_storage,ehci_hcd
    usb_common 954 1 usbcore
    cdrom 35520 1 sr_mod
    sd_mod 29559 5
    ahci 21360 4
    libahci 20023 1 ahci
    libata 167683 2 ahci,libahci
    scsi_mod 133386 5 uas,usb_storage,libata,sd_mod,sr_mod
    lspci
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
    00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode] (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    08:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
    20:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
    pacman -Q | grep ...
    alsa-lib 1.0.26-1
    alsa-plugins 1.0.26-1
    alsa-utils 1.0.26-1
    alsaplayer 0.99.81-5
    lib32-alsa-lib 1.0.26-1
    lib32-alsa-plugins 1.0.26-1
    lib32-libpulse 2.1-1
    lib32-libsndfile 1.0.25-2
    libcanberra-pulse 0.30-2
    libcdaudio 0.99.12-6
    libpulse 2.1-1
    libsndfile 1.0.25-2
    portaudio 19_20111121-1
    pulseaudio 2.1-1
    pulseaudio-alsa 2-1
    sound-juicer 3.5.0-1
    sound-theme-freedesktop 0.8-1
    soundtouch 1.6.0-1
    teamspeak-soundpack-portal 1-4
    webrtc-audio-processing 0.1-1
    pactl list
    Module #0
    Name: module-device-restore
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Automatically restore the volume/mute state of devices"
    module.version = "2.1"
    Module #1
    Name: module-stream-restore
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Automatically restore the volume/mute/device state of streams"
    module.version = "2.1"
    Module #2
    Name: module-card-restore
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Automatically restore profile of cards"
    module.version = "2.1"
    Module #3
    Name: module-augment-properties
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Augment the property sets of streams with additional static information"
    module.version = "2.1"
    Module #4
    Name: module-udev-detect
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Detect available audio hardware and load matching drivers"
    module.version = "2.1"
    Module #5
    Name: module-jackdbus-detect
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "David Henningsson"
    module.descript

    I set the loglevel to debug and rebooted.
    grep -i pulse /var/log/everything.log
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
    Dec 3 00:06:34 localhost rtkit-daemon[442]: Successfully made thread 713 of process 713 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] core-util.c: RealtimeKit worked.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] core-util.c: Successfully gained nice level -11.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: This is PulseAudio 2.1
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Compilation host: x86_64-unknown-linux-gnu
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Running on host: Linux x86_64 3.6.8-1-ARCH #1 SMP PREEMPT Mon Nov 26 22:10:40 CET 2012
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Found 2 CPUs.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Page size is 4096 bytes
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Compiled with Valgrind support: no
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Running in valgrind mode: no
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Running in VM: no
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Optimized build: yes
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Machine ID is 883cea362d03be37758a39f4000006db.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Using runtime directory /home/whatever/.pulse/883cea362d03be37758a39f4000006db-runtime.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Using state directory /home/whatever/.pulse.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-2.1/modules.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Running in system mode: no
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Fresh high-resolution timers available! Bon appetit!
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] memblock.c: Using shared memory pool with 1024 slots of size 64.0 KiB each, total size is 64.0 MiB, maximum usable slot size is 65472
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 SSSE3 SSE4_1
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] svolume_mmx.c: Initialising MMX optimized volume functions.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] remap_mmx.c: Initialising MMX optimized remappers.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] svolume_sse.c: Initialising SSE2 optimized volume functions.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] svolume_orc.c: Initialising ORC optimized volume functions.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] database-tdb.c: Opened TDB database '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-device-volumes.tdb'
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Successfully opened database file '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-device-volumes'.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] database-tdb.c: Opened TDB database '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-stream-volumes.tdb'
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] module-stream-restore.c: Successfully opened database file '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-stream-volumes'.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 added for object /org/pulseaudio/stream_restore1
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry0
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry1
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry2
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry3
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry4
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry5
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] database-tdb.c: Opened TDB database '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-card-database.tdb'
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-card-restore.c: Successfully opened database file '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-card-database'.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-udev-detect.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:1b.0/sound/card0 is busy: yes
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-udev-detect.c: Found 1 cards.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-udev-detect" (index: #4; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-jackdbus-detect.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] dbus-util.c: Successfully connected to D-Bus session bus f8aad50a9c72259e812fef8050bbed02 as :1.11
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-jackdbus-detect.c: jackdbus isn't running.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-jackdbus-detect" (index: #5; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-bluetooth-discover.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] dbus-util.c: Successfully connected to D-Bus system bus aca7467032ad6386c1a812c250bbecf9 as :1.27
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] bluetooth-util.c: dbus: interface=org.freedesktop.DBus, path=/org/freedesktop/DBus, member=NameAcquired
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-bluetooth-discover" (index: #6; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-esound-protocol-unix.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-esound-protocol-unix" (index: #7; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-native-protocol-unix" (index: #8; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-gconf.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-gconf" (index: #9; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-default-device-restore.c: Saved default sink 'auto_null' not existent, not restoring default sink setting.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-default-device-restore.c: Saved default source 'auto_null.monitor' not existent, not restoring default source setting.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-default-device-restore" (index: #10; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-rescue-streams" (index: #11; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-always-sink.c: Autoloading null-sink as no other sinks detected.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Restoring volume for sink auto_null.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] sink.c: Created sink 0 "auto_null" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] sink.c: device.description = "Dummy Output"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] sink.c: device.class = "abstract"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] sink.c: device.icon_name = "audio-card"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] source.c: Created source 0 "auto_null.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] source.c: device.description = "Monitor of Dummy Output"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] source.c: device.class = "monitor"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] source.c: device.icon_name = "audio-input-microphone"
    Dec 3 01:06:35 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Thread starting up
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Could not set format on sink auto_null
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-null-sink" (index: #12; argument: "sink_name=auto_null sink_properties='device.description="Dummy Output"'").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-always-sink" (index: #13; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-intended-roles" (index: #14; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-suspend-on-idle" (index: #15; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-console-kit.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-console-kit" (index: #16; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-systemd-login.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] client.c: Created 0 "Login Session 1"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-systemd-login.c: Added new session 1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-systemd-login" (index: #17; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-position-event-sounds" (index: #18; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-role-cork.c: Using role 'phone' as trigger role.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-role-cork.c: Using roles 'music' and 'video' as cork roles.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-role-cork" (index: #19; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-filter-heuristics" (index: #20; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-filter-apply" (index: #21; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-dbus-protocol.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Memstats added for object /org/pulseaudio/core1/memstats
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/sink0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Sink added for object /org/pulseaudio/core1/sink0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/source0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Source added for object /org/pulseaudio/core1/source0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module2
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module3
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module4
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module5
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module6
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module7
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module8
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module9
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module10
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module11
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module12
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module13
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module14
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module15
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module16
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module17
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module18
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module19
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module20
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module21
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1 added for object /org/pulseaudio/core1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-dbus-protocol" (index: #22; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #23; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] main.c: Got org.PulseAudio1!
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] main.c: Got org.pulseaudio.Server!
    Dec 3 01:06:35 localhost pulseaudio[710]: [pulseaudio] main.c: Daemon startup successful.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] main.c: Daemon startup complete.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module22
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module23
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] client.c: Created 1 "Native client (UNIX socket client)"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for gnome-settings-daemon
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] client.c: Created 2 "Native client (UNIX socket client)"
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client2
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for gnome-shell
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Found /usr/share/applications/gnome-shell.desktop.
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] client.c: Created 3 "Native client (UNIX socket client)"
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client3
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for canberra-gtk-play
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] client.c: Freed 3 "canberra-gtk-play"
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Connection died.
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client3
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
    Dec 3 00:06:38 localhost rtkit-daemon[442]: Successfully made thread 745 of process 745 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] core-util.c: RealtimeKit worked.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] core-util.c: Successfully gained nice level -11.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: This is PulseAudio 2.1
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Compilation host: x86_64-unknown-linux-gnu
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Running on host: Linux x86_64 3.6.8-1-ARCH #1 SMP PREEMPT Mon Nov 26 22:10:40 CET 2012
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Found 2 CPUs.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Page size is 4096 bytes
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Compiled with Valgrind support: no
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Running in valgrind mode: no
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Running in VM: no
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Optimized build: yes
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Machine ID is 883cea362d03be37758a39f4000006db.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Using runtime directory /home/whatever/.pulse/883cea362d03be37758a39f4000006db-runtime.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Using state directory /home/whatever/.pulse.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-2.1/modules.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Running in system mode: no
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] pid.c: Daemon already running.
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] client.c: Created 4 "Native client (UNIX socket client)"
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client4
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for pactl
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-x11-publish" (index: #24; argument: "display=:0").
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module24
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] client.c: Freed 4 "pactl"
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Connection died.
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client4
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] client.c: Created 5 "Native client (UNIX socket client)"
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client5
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for pactl
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module-x11-xsmp.c: Connected to session manager 'gnome-session' as '102459fa9aeb823737135449319899169800000005480030'.
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] client.c: Created 6 "XSMP Session on gnome-session as 102459fa9aeb823737135449319899169800000005480030"
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-x11-xsmp" (index: #25; argument: "display=:0 session_manager=local/whatever-laptop:@/tmp/.ICE-unix/548,unix/whatever-laptop:/tmp/.ICE-unix/548").
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client6
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module25
    Dec 3 01:06:39 localhost pulseaudio[713]: [pulseaudio] client.c: Freed 5 "pactl"
    Dec 3 01:06:39 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Connection died.
    Dec 3 01:06:39 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client5
    Dec 3 01:06:40 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null idle for too long, suspending ...
    Dec 3 01:06:40 localhost pulseaudio[713]: [pulseaudio] sink.c: Suspend cause of sink auto_null is 0x0004, suspending
    Dec 3 01:06:40 localhost pulseaudio[713]: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
    Dec 3 01:06:52 localhost pulseaudio[713]: [pulseaudio] client.c: Created 7 "Native client (UNIX socket client)"
    Dec 3 01:06:52 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client7
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for gnome-shell
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Client gnome-shell changes volume of sink auto_null.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Storing volume/mute for device+port sink:auto_null:null.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-stream-restore.c: Restoring device for stream sink-input-by-media-role:event.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-intended-roles.c: Not setting device for stream audio-volume-change, because already set.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink.c: Suspend cause of sink auto_null is 0x0000, resuming
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes busy.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: Created input 0 "audio-volume-change" on auto_null with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: event.id = "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.role = "event"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.name = "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.filename = "/usr/share//sounds/freedesktop/stereo/audio-volume-change.oga"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.name = "GNOME Shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: native-protocol.version = "26"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.id = "org.gnome.Shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.id = "717"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.user = "whatever"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.host = "whatever-laptop"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.binary = "gnome-shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.language = "en_US.utf8"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: window.x11.display = ":0"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.machine_id = "883cea362d03be37758a39f4000006db"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-media-role:event"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Requested tlength=2000.00 ms, minreq=20.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Traditional mode enabled, modifying sink usec only for compat with minreq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Requested latency=1960.00 ms, Received latency=1960.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Final latency 3960.00 ms = 1960.00 ms + 2*20.00 ms + 1960.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream0
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] protocol-native.c: Requesting rewind due to end of underrun.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink-input.c: Have to rewind 345744 bytes on render memblockq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] protocol-native.c: Underrun on 'audio-volume-change', 0 bytes in queue.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Client gnome-shell changes volume of sink auto_null.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink-input.c: Have to rewind 345744 bytes on render memblockq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Storing volume/mute for device+port sink:auto_null:null.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 352800 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 54188 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: Freeing input 0 "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-stream-restore.c: Restoring device for stream sink-input-by-media-role:event.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-intended-roles.c: Not setting device for stream audio-volume-change, because already set.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes busy.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: Created input 1 "audio-volume-change" on auto_null with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: event.id = "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.role = "event"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.name = "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.filename = "/usr/share//sounds/freedesktop/stereo/audio-volume-change.oga"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.name = "GNOME Shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: native-protocol.version = "26"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.id = "org.gnome.Shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.id = "717"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.user = "whatever"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.host = "whatever-laptop"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.binary = "gnome-shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.language = "en_US.utf8"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: window.x11.display = ":0"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.machine_id = "883cea362d03be37758a39f4000006db"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-media-role:event"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Requested tlength=2000.00 ms, minreq=20.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Traditional mode enabled, modifying sink usec only for compat with minreq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Requested latency=1960.00 ms, Received latency=1960.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Final latency 3960.00 ms = 1960.00 ms + 2*20.00 ms + 1960.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream1
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] protocol-native.c: Requesting rewind due to end of underrun.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink-input.c: Have to rewind 345744 bytes on render memblockq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] protocol-native.c: Underrun on 'audio-volume-change', 0 bytes in queue.
    Dec 3 01:08:21 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 352800 bytes.
    Dec 3 01:08:21 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:21 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:21 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 352800 bytes.
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream1
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] sink-input.c: Freeing input 1 "audio-volume-change"
    Dec 3 01:08:26 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null idle for too long, suspending ...
    Dec 3 01:08:26 localhost pulseaudio[713]: [pulseaudio] sink.c: Suspend cause of sink auto_null is 0x0004, suspending
    Dec 3 01:08:26 localhost pulseaudio[713]: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
    Dec 3 01:08:28 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Synced.
    By now I also made my system not load any moudules which have oss in their name. Didn't help either.

  • [SOLVED] USB sound card problems and audio setup

    I want to clarify and correctly set up my ThinkPad T61 sound system finally.
    I'm running Arch64 + KDE.
    There are two sound cards - the internal HDA Intel and external USB CM118.
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Set [C-Media USB Headphone Set], device 0: USB Audio [USB Audio]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 1: Intel [HDA Intel], device 1: AD198x Digital [AD198x Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    First of all, why are there both analog and digital subdevices?
    I just need playback and/or recording support for these applications: opera, firefox, skype, clementine, mplayer, vmplayer. As high quality as possible.
    Per-application sound control would be nice but if that adds too much clutter, I could live without it. No need for audio streaming or any other luxuries.
    All the applications should use the USB card whenever it's plugged in. The internal SC should take over when CM118 is unplugged.
    The problem is that most of the time it doesn't work. For example, if I plug out the USB card and then run some application like Clementine or Firefox there would be no sound ("connection refused" in Clementine).
    Here is my asound.conf:
    defaults.pcm.card 0
    defaults.pcm.device 0
    defaults.ctl.card 0
    Also kMix/amix should switch the master channel from HDA Intel Master to C-Media Master automatically. The only way to do this is to write some kind of script, right?
    AFAIK the following audio components are installed: ALSA, OSS (for some unknown reason), Phonon, Gstreamer.
    I guess I can uninstall OSS without worries as no one seems to need it (checked with "whoneeds").
    What about that Phonon? Would it override the asoud.conf if I set default device there? Why there are so many different devices in the Phonon configuration list:
    C-Media USB Headphone Set, USB Audio (Default Audio Device)
    C-Media USB Headphone Set (USB Audio)
    C-Media USB Headphone Set, USB Audio (IECblablabla)
    hw:1,0
    hw:1,1
    default
    Intel Analog
    Intel Digital
    blablalba
    And that C-Media triplet for every USB port the CM118 has been plugged in.
    Too much confusion! All that mess for just two different cards.
    So what is the proper way of setting primary and secondary sound cards in this situation?
    Thank you!
    Last edited by andrisll (2012-07-19 08:48:28)

    I am sorry for my very late response and the lack of structure in my post.
    I did some investigation and found a rather acceptable workaround for one of my problems described below.
    Here is the basic functionality I need:
    1. Automatic (on the fly) switching to the external sound card when it's plugged in and automatic fallback to the integrated SC when usb is unplugged.
    2. Automatic (on the fly) switching of the kMix's master channel according to the changes mentioned above.
    As for the first problem, I found this udev rule:
    KERNEL=="pcmC[D0-9cp]*", ACTION=="add", PROGRAM="/bin/sh -c 'K=%k; K=$${K#pcmC}; K=$${K%%D*}; echo defaults.ctl.card $$K > /etc/asound.conf; echo defaults.pcm.card $$K >>/etc/asound.conf"
    KERNEL=="pcmC[D0-9cp]*", ACTION=="remove", PROGRAM="/bin/sh -c 'echo defaults.ctl.card 0 > /etc/asound.conf; echo defaults.pcm.card 0 >>/etc/asound.conf'"
    This solution has some disadvantages but it is acceptible. If you know of any better solution, please tell me.
    For the second problem, I found this script which uses qdbus org.kde.kmix /Mixers org.kde.KMix.MixSet.setCurrentMaster method to set the master channel. However, I think that constant monitoring for the usb SC being plugged is not very effective. So I thought appending the following code to the second line of the previous udev rule would do the work:
    , RUN+="/usr/bin/qdbus org.kde.kmix /Mixers org.kde.KMix.MixSet.setCurrentMaster "ALSA::C-Media_USB_Headphone_Set:1" "Speaker:0""
    But that results in some weird behaviour: master channel stays the same but there would be three new tabs in the kMix window now: USB Set", USB Set# and USB Set$.
    Here's what log messages tell us:
    07/14/12 12:25:13 PM localhost kernel [10889.749048] usb 3-1: new full-speed USB device number 13 using uhci_hcd
    07/14/12 12:25:14 PM localhost kernel [10889.914921] input: C-Media USB Headphone Set as /devices/pci0000:00/0000:00:1a.1/usb3/3-1/3-1:1.3/input/input21
    07/14/12 12:25:14 PM localhost kernel [10889.915454] generic-usb 0003:0D8C:000C.000C: input,hidraw0: USB HID v1.00 Device [C-Media USB Headphone Set ] on usb-0000:00:1a.1-1/input3
    07/14/12 12:25:14 PM localhost mtp-probe checking bus 3, device 13: "/sys/devices/pci0000:00/0000:00:1a.1/usb3/3-1"
    07/14/12 12:25:14 PM localhost mtp-probe checking bus 3, device 13: "/sys/devices/pci0000:00/0000:00:1a.1/usb3/3-1"
    07/14/12 12:25:14 PM localhost mtp-probe checking bus 3, device 13: "/sys/devices/pci0000:00/0000:00:1a.1/usb3/3-1"
    07/14/12 12:25:14 PM localhost mtp-probe checking bus 3, device 13: "/sys/devices/pci0000:00/0000:00:1a.1/usb3/3-1"
    07/14/12 12:25:14 PM localhost mtp-probe bus: 3, device: 13 was not an MTP device
    07/14/12 12:25:14 PM localhost mtp-probe bus: 3, device: 13 was not an MTP device
    07/14/12 12:25:14 PM localhost mtp-probe bus: 3, device: 13 was not an MTP device
    07/14/12 12:25:14 PM localhost mtp-probe bus: 3, device: 13 was not an MTP device
    You see, the probe thing is running multiple times!
    And here is an excerpt from udev debugger:
    starting '/usr/bin/qdbus org.kde.kmix /Mixers org.kde.KMix.MixSet.setCurrentMaster '
    '/usr/bin/qdbus org.kde.kmix /Mixers org.kde.KMix.MixSet.setCurrentMaster '(err) 'Could not connect to D-Bus server: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11'
    '/usr/bin/qdbus org.kde.kmix /Mixers org.kde.KMix.MixSet.setCurrentMaster ' [2769] exit with return code 1
    '/usr/bin/qdbus org.kde.kmix /Mixers org.kde.KMix.MixSet.setCurrentMaster '(err) 'Could not connect to D-Bus server: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11'
    Some kind of X11 problem... And also happening twice! Why?
    Running the setCurrentMaster method in terminal works very nicely, so the problem must be the way udev runs it.
    One last thing - sometimes the usb SC automatically reconnects (disconnects and connects). I read somewhere that most probably the usb device makes the trouble, but maybe there are other possiblities?
    Last edited by andrisll (2012-07-14 10:04:16)

  • No sound Realtec High Definition Audio Device

    My HP Pavilion p6280t CTO Desktop has a Realtec High Definition Audio Device. In the Properties the device shows as working properly. I have the latest Realtek driver (6.0.1.5910). RealTec audio device is set as the default device.  Nothihg is set as muted. Speakers (RealTec) are plugged into the correct output jack. The speakers are getting power - verified my turning them off & then back on and hearing the slight pop of the power surge. The sound stopped a few weeks ago - don't know if a Windows update caused it. There is no sound period.  Thanks

    Hello @lpb07978,
    I would like you to go into the Device Manager and actually remove the driver for your Audio and when prompted delete it. By doing this we will also remove any settings that are attached to the driver. This may not necessarily happen when we just install a driver so this will ensure the driver and any settings are clean.
    The  next thing I would like you to try if the above does not work is go to the Control Panel and then go to Programs and Features and sort by install date. Look for anything that has been installed in the past months (try to guess around when the sound last worked). Document the applications, update, etc ... then uninstall them one at a time tracking which until you get sound back. If one of them is causing the issue this should fix it. Once you are done and the sound is back put the ones that were not the cause back.
    If this does not work though we have two options rule our software completely with a backup of your personal files and a factory recovery or install another sound card. I know you are hesitant to do the factory recovery, but it does not cost money to do this and if the audio does not work at that point you know it is hardware related. To backup your personal information and ensure that it is not lost I would like you to review and follow the steps set out in the HP Support document: Backing Up Your Files (Windows 8), which will ensure your personal files are up to date.
    ***WARNING!! If you want to keep any emails or bookmarks/favorites you will want to back those up as well as I do not believe they are backed up in the HP Backup process.
    Next, I would like you to review and follow the steps set out in the HP Support document: Performing an HP System Recovery (Windows 8), which will you through recovering your computer back to factory settings.
    *** IMPORTANT - Your personal files such as libraries, personalization settings, user accounts, and desktop themes are permanently removed. As well the computer settings are returned to the defaults (the way it was when it came from the factory). All apps and software that were installed on the computer when it came from the factory are reinstalled, and their settings are reset to the defaults. Additionally, software, apps, programs, and everything that you have installed or saved on the computer are permanently removed.
    If the above steps did not resolve your issue please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    I would like to thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • [Solved] No sound out of M Audio 2496

    I have an onboard Intel card and the MAudio card and I just use ALSA.
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC883 Analog [ALC883 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC883 Digital [ALC883 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: M2496 [M Audio Audiophile 24/96], device 0: ICE1712 multi [ICE1712 multi]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    The Intel card works fine.
    The MAudio card, however, does not output any sound at all. The snd_ice1712 module is loaded and when I send a sound file to the device, like so:
    aplay -D plughw:1,0 /usr/share/sounds/alsa/Front_Center.wav
    I can see the levels in envy24control moving, so I know the card is receiving the signal, but nothing comes out of the speakers.
    What I have tried:
    Disabling the onboard card in the BIOS
    Editing /etc/modprobe.d/alsa.conf to make the 2496 load in the first slot
    Unmuted all the channels, devices etc in alsamixer and envy24control
    My ~/.asoundrc is from the ALSA wiki for this card
    Took the card to a neighbours and plugged it into a Windows box and (eventually) got sound out of it..
    Read the threads on these boards and searched the web for non-Pulse fixes
    I am at a loss. I know the card works, but I can't seem to get a peep out of it.
    Is there something obvious that I am missing?
    Last edited by jasonwryan (2012-03-23 06:44:20)

    jasonwryan wrote:Is there something obvious that I am missing?
    Are the speakers are plugged into the card?  (Eric ducks and runs)
    Hi Jason, good to see you.

  • [SOLVED] Cinnamon won't recognize my audio device

    I'm currently using Cinnamon DE (2.4.5-1).
    Expected result:
    The sound applet works and shown like in "Mint" (The one I was using before arch);
    Laptop FN-keys/Hardware keys can control my volume.
    I have checked / found:
    Sound applet is added to the panel, but can't find it anywhere.
    Alsa is confirmed working (And I can change volume through alsamixer).
    Only the volume fn-keys doesn't work, others work (Such as brightness).
    There's a "Alsa mixer" applet as a worked around, but the volume is not updated (Unless i change it there) and not responding to my fn-keys.
    There's "Start PulseAudio" under start-up entry, I tried manually in terminal and I got
    E: [pulseaudio] main.c: Daemon startup failed."
    So I think there might be a conflict between the packages I have installed, or do I need to "tweak" around?
    If it helps, is there any extra terminal output that I need to provide?
    Please advice, thanks.
    The sound card/chip:
    $ lspci -v | grep -A7 Audio
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    Subsystem: Lenovo Device 3977
    Flags: bus master, fast devsel, latency 0, IRQ 29
    Memory at f0710000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    Packages related to Alsa:
    $ pacman -Qs alsa
    local/alsa-firmware 1.0.28-1
    ALSA firmware package
    local/alsa-lib 1.0.28-1
    An alternative implementation of Linux sound support
    local/alsa-plugins 1.0.28-2
    Extra alsa plugins
    local/alsa-utils 1.0.28-1
    An alternative implementation of Linux sound support
    local/gnome-alsamixer 0.9.7-1
    Gnome ALSA mixer
    local/lib32-alsa-lib 1.0.28-1
    An alternative implementation of Linux sound support (32 bit)
    local/lib32-alsa-plugins 1.0.28-1
    Extra alsa plugins (32-bit)
    local/pulseaudio-alsa 2-3
    ALSA Configuration for PulseAudio
    local/zita-alsa-pcmi 0.2.0-1
    The successor of clalsadrv, provides easy access to ALSA PCM devices.
    Packages related to PulseAudio:
    $ pacman -Qs pulse
    local/lib32-libpulse 5.0-1
    A featureful, general-purpose sound server (32-bit client libraries)
    local/libao 1.2.0-1
    Cross-platform audio output library and plugins
    local/libcanberra-pulse 0.30-4
    PulseAudio plugin for libcanberra
    local/libpulse 5.0-1
    A featureful, general-purpose sound server (client library)
    local/pavucontrol 2.0-2
    A GTK volume control for PulseAudio
    local/pulseaudio 5.0-1
    A featureful, general-purpose sound server
    local/pulseaudio-alsa 2-3
    ALSA Configuration for PulseAudio
    This might seems stupid; I have installed some firmware I don't even need:
    $ pacman -Qs firmware
    local/aic94xx-firmware 30-2
    Adaptec SAS 44300, 48300, 58300 Sequencer Firmware for AIC94xx driver
    local/alsa-firmware 1.0.28-1
    ALSA firmware package
    local/b43-firmware 5.100.138-2
    Firmware for Broadcom B43 wireless networking chips
    local/b43-firmware-legacy 3.130.20.0-4
    Firmware for legacy Broadcom B43 wireless networking chips
    local/bluez-firmware 1.2-8
    Firmwares for Broadcom BCM203x and STLC2300 Bluetooth chips
    local/efibootmgr 0.11.0-1
    Tool to modify UEFI Firmware Boot Manager Variables
    local/ipw2100-fw 1.3-7
    Intel Centrino Drivers firmware for IPW2100
    local/ipw2200-fw 3.1-5
    Firmware for the Intel PRO/Wireless 2200BG
    local/linux-firmware 20141201.38e5405-1
    Firmware files for Linux
    I can find my sound device from terminal.
    $ sudo aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Edit:
    $ ps ax | grep pulseaudio
    1656 pts/3 S+ 0:00 grep --color=tty -d skip pulseaudio
    $ pulseaudio -vvv
    ... Lots info ...
    I: [pulseaudio] module.c: Loaded "module-switch-on-connect" (index: #25; argument: "").
    E: [pulseaudio] module.c: Module "module-switch-on-connect" should be loaded once at most. Refusing to load.
    E: [pulseaudio] main.c: Module load failed.
    E: [pulseaudio] main.c: Failed to initialize daemon.
    I: [pulseaudio] module.c: Unloading "module-switch-on-connect" (index: #25).
    I: [pulseaudio] module.c: Unloaded "module-switch-on-connect" (index: #25).
    ... Lots info ...
    This is the error part shown in red... I'll searching around see if I can find anything.
    Solution found:
    Open file "/etc/pulse/default.pa"
    And go to the very end, remove/comment one of the line:
    load-module module-switch-on-connect
    load-module module-switch-on-connect
    I didn't touch those file before (installed by default), don't know why the line was duplicated..
    I think I know the reason now - I've run the installer multiple times.
    helmuthdu/aui/blob/master/lilo#L465
    Last edited by Jixun (2014-12-26 15:42:05)

    I'm currently using Cinnamon DE (2.4.5-1).
    Expected result:
    The sound applet works and shown like in "Mint" (The one I was using before arch);
    Laptop FN-keys/Hardware keys can control my volume.
    I have checked / found:
    Sound applet is added to the panel, but can't find it anywhere.
    Alsa is confirmed working (And I can change volume through alsamixer).
    Only the volume fn-keys doesn't work, others work (Such as brightness).
    There's a "Alsa mixer" applet as a worked around, but the volume is not updated (Unless i change it there) and not responding to my fn-keys.
    There's "Start PulseAudio" under start-up entry, I tried manually in terminal and I got
    E: [pulseaudio] main.c: Daemon startup failed."
    So I think there might be a conflict between the packages I have installed, or do I need to "tweak" around?
    If it helps, is there any extra terminal output that I need to provide?
    Please advice, thanks.
    The sound card/chip:
    $ lspci -v | grep -A7 Audio
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    Subsystem: Lenovo Device 3977
    Flags: bus master, fast devsel, latency 0, IRQ 29
    Memory at f0710000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    Packages related to Alsa:
    $ pacman -Qs alsa
    local/alsa-firmware 1.0.28-1
    ALSA firmware package
    local/alsa-lib 1.0.28-1
    An alternative implementation of Linux sound support
    local/alsa-plugins 1.0.28-2
    Extra alsa plugins
    local/alsa-utils 1.0.28-1
    An alternative implementation of Linux sound support
    local/gnome-alsamixer 0.9.7-1
    Gnome ALSA mixer
    local/lib32-alsa-lib 1.0.28-1
    An alternative implementation of Linux sound support (32 bit)
    local/lib32-alsa-plugins 1.0.28-1
    Extra alsa plugins (32-bit)
    local/pulseaudio-alsa 2-3
    ALSA Configuration for PulseAudio
    local/zita-alsa-pcmi 0.2.0-1
    The successor of clalsadrv, provides easy access to ALSA PCM devices.
    Packages related to PulseAudio:
    $ pacman -Qs pulse
    local/lib32-libpulse 5.0-1
    A featureful, general-purpose sound server (32-bit client libraries)
    local/libao 1.2.0-1
    Cross-platform audio output library and plugins
    local/libcanberra-pulse 0.30-4
    PulseAudio plugin for libcanberra
    local/libpulse 5.0-1
    A featureful, general-purpose sound server (client library)
    local/pavucontrol 2.0-2
    A GTK volume control for PulseAudio
    local/pulseaudio 5.0-1
    A featureful, general-purpose sound server
    local/pulseaudio-alsa 2-3
    ALSA Configuration for PulseAudio
    This might seems stupid; I have installed some firmware I don't even need:
    $ pacman -Qs firmware
    local/aic94xx-firmware 30-2
    Adaptec SAS 44300, 48300, 58300 Sequencer Firmware for AIC94xx driver
    local/alsa-firmware 1.0.28-1
    ALSA firmware package
    local/b43-firmware 5.100.138-2
    Firmware for Broadcom B43 wireless networking chips
    local/b43-firmware-legacy 3.130.20.0-4
    Firmware for legacy Broadcom B43 wireless networking chips
    local/bluez-firmware 1.2-8
    Firmwares for Broadcom BCM203x and STLC2300 Bluetooth chips
    local/efibootmgr 0.11.0-1
    Tool to modify UEFI Firmware Boot Manager Variables
    local/ipw2100-fw 1.3-7
    Intel Centrino Drivers firmware for IPW2100
    local/ipw2200-fw 3.1-5
    Firmware for the Intel PRO/Wireless 2200BG
    local/linux-firmware 20141201.38e5405-1
    Firmware files for Linux
    I can find my sound device from terminal.
    $ sudo aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Edit:
    $ ps ax | grep pulseaudio
    1656 pts/3 S+ 0:00 grep --color=tty -d skip pulseaudio
    $ pulseaudio -vvv
    ... Lots info ...
    I: [pulseaudio] module.c: Loaded "module-switch-on-connect" (index: #25; argument: "").
    E: [pulseaudio] module.c: Module "module-switch-on-connect" should be loaded once at most. Refusing to load.
    E: [pulseaudio] main.c: Module load failed.
    E: [pulseaudio] main.c: Failed to initialize daemon.
    I: [pulseaudio] module.c: Unloading "module-switch-on-connect" (index: #25).
    I: [pulseaudio] module.c: Unloaded "module-switch-on-connect" (index: #25).
    ... Lots info ...
    This is the error part shown in red... I'll searching around see if I can find anything.
    Solution found:
    Open file "/etc/pulse/default.pa"
    And go to the very end, remove/comment one of the line:
    load-module module-switch-on-connect
    load-module module-switch-on-connect
    I didn't touch those file before (installed by default), don't know why the line was duplicated..
    I think I know the reason now - I've run the installer multiple times.
    helmuthdu/aui/blob/master/lilo#L465
    Last edited by Jixun (2014-12-26 15:42:05)

  • No sound effects with firewire audio device

    I use an external (firewire) sound device for better sound. When I'm in a call, the audio output is routed correctly to that device. But, sound fx, such as when someone sends me an IM or when someone is calling are NOT routed to that device. If I unplug the firewire device, I do hear the sound fx through my macbook speakers. So, if skype is on my side monitor it's very easy for me to miss IMs and calls because I don't hear the sounds. This makes me look very unprofessional to my colleagues. Basically anyone who uses a mac for professional audio/video is going to have an external audio device. Please fix this bug!

    I use an external (firewire) sound device for better sound. When I'm in a call, the audio output is routed correctly to that device. But, sound fx, such as when someone sends me an IM or when someone is calling are NOT routed to that device. If I unplug the firewire device, I do hear the sound fx through my macbook speakers. So, if skype is on my side monitor it's very easy for me to miss IMs and calls because I don't hear the sounds. This makes me look very unprofessional to my colleagues. Basically anyone who uses a mac for professional audio/video is going to have an external audio device. Please fix this bug!

  • I'm getting no sound with firefox 4, it's outputting to the wrong audio device and I can't find a way to fix it in options

    Since I've updated to firefox 4 the program has decided that it wants to output it's sound to any driver it pleases instead of outputting to the playback device I have set up as my default device. the only way I can get it to output correctly is to shut off every other device besides the one I want used. I have a 5.1 surround sound system and a 7.1 surround sound headset I use with my computer and would like to deside what output I want to use for my internet browser instead of it deciding it wants to use an output I don't have anything hooked up to.
    ''edited the language used in this posting - https://support.mozilla.com/en-US/kb/Forum+and+chat+rules+and+guidelines''

    First you have to buy and install 10.6 Snow Leopard:
    http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard
    Once you upgrade it to 10.6.6 you will have access to the App Store.

  • [SOLVED] No Sound - ALSA. Soundcard detected however

    The new version of Alsa (1.0.20) supports my new sound card- the Asus Xonar Essence STX. I installed this version like it says on the wiki page http://www.alsa-project.org/main/index. … e-virtuoso (compiled from source)
    I have no sound now. In alsamixer my Master channel is unmuted and raised but i cant hear anything (not in mplayer, not with aplay... nothing). Here are some outputs that might help you help me
    [rohit@myarch ~]$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: STX [Xonar Essence STX], device 0: Multichannel [Multichannel]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: STX [Xonar Essence STX], device 1: Digital [Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    [rohit@myarch CD1]$ mplayer -ao alsa 03\ Radiohead\ -\ Nude.mp3
    MPlayer dev-SVN-rUNKNOWN-4.3.3 (C) 2000-2009 MPlayer Team
    CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (Family: 6, Model: 15, Stepping: 11)
    CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
    Compiled with runtime CPU detection.
    137 audio & 292 video codecs
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Failed to open LIRC support. You will not be able to use your remote control.
    Playing 03 Radiohead - Nude.mp3.
    Audio only file format detected.
    ==========================================================================
    Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
    AUDIO: 44100 Hz, 2 ch, s16le, 320.0 kbit/22.68% (ratio: 40000->176400)
    Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
    ==========================================================================
    AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
    Video: no video
    Starting playback...
    [rohit@myarch ~]$ lsmod | grep snd_pcsp
    [rohit@myarch ~]$
    (blank output)
    [rohit@myarch ~]$ lsmod|grep '^snd'
    snd_seq_oss 27872 0
    snd_seq_midi_event 6004 1 snd_seq_oss
    snd_seq 48368 4 snd_seq_oss,snd_seq_midi_event
    snd_virtuoso 11748 2
    snd_oxygen_lib 29588 1 snd_virtuoso
    snd_pcm_oss 36416 0
    snd_mixer_oss 14356 2 snd_pcm_oss
    snd_pcm 67256 2 snd_oxygen_lib,snd_pcm_oss
    snd_timer 19228 2 snd_seq,snd_pcm
    snd_page_alloc 8124 1 snd_pcm
    snd_mpu401_uart 6804 1 snd_oxygen_lib
    snd_rawmidi 19712 1 snd_mpu401_uart
    snd_seq_device 6240 3 snd_seq_oss,snd_seq,snd_rawmidi
    snd 47812 13 snd_seq_oss,snd_seq,snd_virtuoso,snd_oxygen_lib,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
    [rohit@myarch ~]$ ls -l /dev/snd/
    total 0
    crw-rw---- 1 root audio 116, 0 2009-05-07 23:34 controlC0
    crw-rw---- 1 root audio 116, 24 2009-05-07 23:34 pcmC0D0c
    crw-rw---- 1 root audio 116, 16 2009-05-07 23:56 pcmC0D0p
    crw-rw---- 1 root audio 116, 17 2009-05-07 23:34 pcmC0D1p
    crw-rw---- 1 root audio 116, 1 2009-05-07 23:34 seq
    crw-rw---- 1 root audio 116, 33 2009-05-07 23:34 timer
    [AlsaMixer v1.0.20 (Press Escape to quit)]──────────────────┐
    │ Card: Xonar Essence STX │
    │ Chip: AV200
    HELP!#
    # /etc/modprobe.conf (for v2.6 kernels)
    # ALSA portion
    alias char-major-116 snd
    alias snd-card-0 snd-virtuoso
    # module options should go here
    # OSS/Free portion
    alias char-major-14 soundcore
    alias sound-slot-0 snd-card-0
    # card #1
    alias sound-service-0-0 snd-mixer-oss
    alias sound-service-0-1 snd-seq-oss
    alias sound-service-0-3 snd-pcm-oss
    alias sound-service-0-8 snd-seq-oss
    alias sound-service-0-12 snd-pcm-oss
    Last edited by ronandi (2009-05-08 20:20:42)

    windtalker wrote:I had the same prob.
    I went back and muted line jac and my sound started working.
    What's line jac? (or jack)? and how did you do that?
    Nvm I didnt realize that I could switch on of the options to "Headphones". Solved!
    Last edited by ronandi (2009-05-08 20:20:22)

  • [SOLVED] No sound, possibly something regard "default device"

    Hello everyone
    I am very new to Arch Linux and have some problems getting the sound working. I have installed ALSA and the alsa-utils and unmuted the channels using alsamixer.
    When I run a speaker-test it says>
    [alexander@arch ~]$ speaker-test
    speaker-test 1.0.28
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 1 channels
    Using 16 octaves of pink noise
    ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
    Playback open error: -2,No such file or directory
    My sound modules are:
    [alexander@arch ~]$ cat /proc/asound/modules
    0 snd_hda_intel
    1 snd_hda_intel
    I tried setting them as default by adding:
    options snd_hda_intel index=0
    options snd_hda_intel index=1
    to
    [alexander@arch ~]$ sudo nano /etc/modprobe.d/alsa-base.conf
    This is what it says when I run "lsmod | grep '^snd' | column -t"
    [alexander@arch ~]$ lsmod | grep '^snd' | column -t
    snd_hda_codec_hdmi     49213   1
    snd_hda_codec_realtek  67469   1
    snd_hda_codec_generic  63126   1   snd_hda_codec_realtek
    snd_hda_intel          26387   2
    snd_hda_controller     26938   1   snd_hda_intel
    snd_hda_codec          108536  5   snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_hwdep              17244   1   snd_hda_codec
    snd_pcm                88487   4   snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    snd_timer              26614   1   snd_pcm
    snd                    73436   12  snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    And it says this when I run "ls -l /dev/snd"
    [alexander@arch ~]$ ls -l /dev/snd
    total 0
    drwxr-xr-x  2 root root       80 Nov 19 20:56 by-path
    crw-rw----+ 1 root audio 116,  6 Nov 19 20:56 controlC0
    crw-rw----+ 1 root audio 116,  2 Nov 19 20:56 controlC1
    crw-rw----+ 1 root audio 116, 10 Nov 19 20:56 hwC0D0
    crw-rw----+ 1 root audio 116,  5 Nov 19 20:56 hwC1D0
    crw-rw----+ 1 root audio 116,  7 Nov 19 20:56 pcmC0D3p
    crw-rw----+ 1 root audio 116,  8 Nov 19 20:56 pcmC0D7p
    crw-rw----+ 1 root audio 116,  9 Nov 19 20:56 pcmC0D8p
    crw-rw----+ 1 root audio 116,  4 Nov 19 20:56 pcmC1D0c
    crw-rw----+ 1 root audio 116,  3 Nov 19 20:56 pcmC1D0p
    crw-rw----+ 1 root audio 116,  1 Nov 19 20:56 seq
    crw-rw----+ 1 root audio 116, 33 Nov 19 20:56 timer
    I also tried the instructions specified in this section:
    https://wiki.archlinux.org/index.php/Ad … sound_card
    I have searched the forum and the internet a lot for more suggestions on the issue, but cant seem to find anymore. Does anyone have some ideas of what to do from here? Would be greatly appreciated!!
    Please help! :)
    Last edited by AlexanderHolmgaard (2014-11-20 12:16:24)

    AlexanderHolmgaard,
    you don't NEED pulseaudio to have a working sound system (i'm running pure alsa since i started using linux on all my systems and those i help maintain).
    Your problem was likely caused by incorrect settings in /etc/asound.conf or ~/.asoundrc .
    Pulseaudio changes those files in order to ensure pulse and alsa work together as intended.
    In short, you didn't solve your problem but just got lucky pulseaudio works OOTB on your system.
    (troubleshooting pulseaudio tends to be much harder then troubleshooting alsa)

  • No sound from built-in audio device. I can only hear something from ear set. i checked Mixer ok

    pavilion dv6
    windows 7
    no Sound
    Nothign changed since I bought the machine on May 2011

    1. Reset PRAM.  http://support.apple.com/kb/PH4405
    2. Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the appropriate method.

  • Audio device

    my computer has no sound,it says no audio device installed. what can i do ?

    Hi
    Please find the link given below might help you to fix your issue.
    Link
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • Trouble with audio devices

    I wrote a simple Java application to record audio on some mixer and then play it back. With my headphones / microphone connected, I got the following list of mixers:
    1. Primary Sound Driver : Direct Audio Device: DirectSound Playback
    2. Microsoft LifeChat LX-3000 : Direct Audio Device: DirectSound Playback
    3. SoundMAX HD Audio : Direct Audio Device: DirectSound Playback
    4. Primary Sound Capture Driver : Direct Audio Device: DirectSound Capture
    5. Microsoft LifeChat LX-3000 : Direct Audio Device: DirectSound Capture
    6. SoundMAX HD Audio : Direct Audio Device: DirectSound Capture
    7. Java Sound Audio Engine : Software mixer and synthesizer
    8. Port Microsoft LifeChat LX-3000 : Port Mixer
    9. Port SoundMAX HD Audio : Port Mixer
    Of these, mixers 2, 5 and 8 are not available when the headphones are detached, as expected.
    Now my problem is that when the headphones are not connected, any audio being played out through the sound card can be recorded through mixers 4 and 6 above. This includes sounds created by the operating system, any audio files being played out etc. However, when I connect my headphones, the audio at the microphones can be recorded through mixers 4 and 5 above but any audio produced by the computer (again, sounds produced by the OS, audio files being played out etc.) cannot be recorded at any mixer. I tried mixer 6 above without success.
    Is it not possible to record computer audiio when a microphone is connected? If it is, how?

    Uncle_Sam wrote: I wrote a simple Java application to record audio ..
    There is no simple way to record sound in Java, AFAIU.
    Uncle_Sam wrote: ...on some mixer and then play it back. ...
    Now my problem is that when the headphones are not connected, any audio being played out through the sound card can be recorded through mixers 4 and 6 above. This includes sounds created by the operating system, any audio files being played out etc. However, when I connect my headphones, the audio at the microphones can be recorded through mixers 4 and 5 above but any audio produced by the computer (again, sounds produced by the OS, audio files being played out etc.) cannot be recorded at any mixer. I tried mixer 6 above without success.
    Is it not possible to record computer audio when a microphone is connected? If it is, how?
    Significant question. Are you interested in getting this code to work for the machine you sit in front of, or is this for 'the general end user'?
    I have no general solution for the latter, but for a single machine, installing an 'audio loop-back' (either software or hardware) might be the answer. That is the most intelligent thing I can offer that might help get around this problem.
    (Note, also posted as ) [Trouble with audio devices|http://groups.google.com.au/group/comp.lang.java.programmer/browse_frm/thread/9983c6cd3e8204fd/e40278adaa2854cf] on usenet newsgroup comp.lang.java.programmer, and no, I personally do not consider that to be either a cross-post or multi-post (if anyone is interested in my opinion!).

  • [SOLVED] Default audio device no longer works after reboot

    After today's reboot, the audio device no longer works. E.g., VLC says:
    Audio output failed:
    The audio device "default" could not be used:
    No such file or directory.
    This is the console log:
    [0x1394138] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    [0x7fac180069c8] pulse audio output error: PulseAudio server connection failure: Connection refused
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    [0x7fac180069c8] alsa audio output error: cannot open ALSA device "default": No such file or directory
    [0x7fac180069c8] jack audio output error: failed to connect to JACK server
    [0x7fac180069c8] oss audio output error: cannot open audio device (/dev/dsp)
    [0x7fac180069c8] main audio output error: no suitable audio output module
    [0x7fac40fa4db8] main decoder error: failed to create audio output
    [0x7fac180069c8] pulse audio output error: PulseAudio server connection failure: Connection refused
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    [0x7fac180069c8] alsa audio output error: cannot open ALSA device "default": No such file or directory
    [0x7fac180069c8] jack audio output error: failed to connect to JACK server
    [0x7fac180069c8] oss audio output error: cannot open audio device (/dev/dsp)
    [0x7fac180069c8] main audio output error: no suitable audio output module
    [0x7fac41055118] main decoder error: failed to create audio output
    The strange thing is that the sound card does in fact work; e.g. the sound test for "HDA Intel PCH", the first entry in my KDE Audio Settings, works. But the entry "default" does not and I suppose that is also the device that VLC is complaining about.
    I've tried blacklisting the HDMI driver and switched to the other audio output modules in VLC. I've also checked I'm still member of the "audio" group.
    Edit:
    P.S. Solved this myself. I had a USB-to-MIDI adapter cable plugged in during boot, which seems to have been causing these problems. I suppose systemd thought it was a USB sound card? I was wondering why dmesg said something about USB sound when the computer doesn't have any USB sound devices. Hardware detection epic fail. Although I guess the cable counts as a MIDI device at least, so in a way it's correct.
    So it looks like I'll always have to unplug the MIDI cable before rebooting.
    Last edited by Morn (2012-11-23 19:24:00)

    You might get. Ore assistance in a different forum area. Maybe try Using pad. This is the forum for iPhoto for iOS.

  • [SOLVED] No sound from speakers, headphones work (laptop, ALSA)

    Sorry about another "No sound"-thread . So, the headphones work just fine, I can play music or Youtube-videos or whatever but the speakers on my laptop stay mute no matter what I do. I even tested the speakers with a Ubuntu CD to check if I've broken them somehow.
    I've been having this odd problem for a week or so, I don't know since I usually use the headphones on my laptop anyway.
    lspci|grep Audio shows:
    00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
    01:00.1 Audio device: ATI Technologies Inc RV620 Audio device [Radeon HD 34xx Series]
    With running 'amixer' I get sh*tload of stuff
    lsmod|grep snd
    snd_seq_oss 35584 0
    snd_seq_midi_event 9344 1 snd_seq_oss
    snd_seq 58336 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 9364 2 snd_seq_oss,snd_seq
    snd_hda_intel 529844 0
    snd_pcm_oss 45568 0
    snd_mixer_oss 18944 1 snd_pcm_oss
    snd_pcm 82952 2 snd_hda_intel,snd_pcm_oss
    snd_timer 24720 2 snd_seq,snd_pcm
    snd_page_alloc 11792 2 snd_hda_intel,snd_pcm
    snd_hwdep 10632 1 snd_hda_intel
    snd 65096 9 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
    soundcore 9632 1 snd
    Could it be a driver issue? I just need some cryptic parameter to some module, right?
    I've been playing around with alsamixer to fix this problem, maybe I've just messed things up a bit more? I really don't know much about ALSA, so the answer might just be obvious to some.
    Thanks!
    edit Screenshot of alsamixer
    Last edited by ap_ (2009-02-12 17:16:15)

    Solved by compiling & installing new alsa-driver. You can get it from here: http://ftp.kernel.org/pub/linux/kernel/ … 12.tar.bz2

Maybe you are looking for