No sound with Pulseaudio, while it's working with ALSA only

Hi!
I have no sound when pulseaudio is running, while sound works great using ALSA only, i.e. when I kill pulseaudio.
In pavucontrol, the volume meter is working in the "Playback" tab, but not in the "Output devices" tab. Is this normal?
I've tried changing the default sink in pulseaudio's config, did not work.
I've tried different kernels as well as different pulseaudio versions, but it looks like the issue comes from the configuration. Note that the Arch install is fairly old (~3 years), and since this is not my own machine, I am not fully aware about all what happened in /etc. I'm using the default /etc/asound.conf and /etc/pulse/*.
From what I can remember, Pulseaudio was working well at the beginning (i.e. 3 years ago), and I can tell for sure that it stopped working at least a year ago. I cannot tell what happened in between since I have not been using the machine.
I have one onboard card + one HDMI card.
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC888 Analog [ALC888 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC888 Digital [ALC888 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 0/1
Subdevice #0: subdevice #0
Other details:
# fuser -v /dev/snd/*
USER PID ACCESS COMMAND
/dev/snd/controlC0: peter 3090 F.... pulseaudio
/dev/snd/controlC1: peter 3090 F.... pulseaudio
/dev/snd/pcmC0D0c: peter 3090 F...m pulseaudio
/dev/snd/pcmC0D0p: peter 3090 F...m pulseaudio
/dev/snd/pcmC1D3p: peter 3090 F...m pulseaudio
And pulseaudio's log:
$ pulseaudio -vvvv
I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
D: [pulseaudio] core-util.c: RealtimeKit worked.
I: [pulseaudio] core-util.c: Successfully gained nice level -11.
I: [pulseaudio] main.c: This is PulseAudio 5.0
D: [pulseaudio] main.c: Compilation host: x86_64-unknown-linux-gnu
D: [pulseaudio] main.c: Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wextra -Wno-long-long -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 -fno-common -fdiagnostics-show-option
D: [pulseaudio] main.c: Running on host: Linux x86_64 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 20:40:47 CEST 2014
D: [pulseaudio] main.c: Found 4 CPUs.
I: [pulseaudio] main.c: Page size is 4096 bytes
D: [pulseaudio] main.c: Compiled with Valgrind support: no
D: [pulseaudio] main.c: Running in valgrind mode: no
D: [pulseaudio] main.c: Running in VM: no
D: [pulseaudio] main.c: Optimized build: yes
D: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
I: [pulseaudio] main.c: Machine ID is cb48809d0ce9a381d9d11fe60000021f.
I: [pulseaudio] main.c: Session ID is c1.
I: [pulseaudio] main.c: Using runtime directory /run/user/1000/pulse.
I: [pulseaudio] main.c: Using state directory /home/peter/.config/pulse.
I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-5.0/modules.
I: [pulseaudio] main.c: Running in system mode: no
I: [pulseaudio] main.c: Fresh high-resolution timers available! Bon appetit!
D: [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
I: [pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 MMXEXT 3DNOW 3DNOWEXT
I: [pulseaudio] svolume_mmx.c: Initialising MMX optimized volume functions.
I: [pulseaudio] remap_mmx.c: Initialising MMX optimized remappers.
I: [pulseaudio] svolume_sse.c: Initialising SSE2 optimized volume functions.
I: [pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers.
I: [pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions.
I: [pulseaudio] svolume_orc.c: Initialising ORC optimized volume functions.
D: [pulseaudio] database-tdb.c: Opened TDB database '/home/peter/.config/pulse/cb48809d0ce9a381d9d11fe60000021f-device-volumes.tdb'
I: [pulseaudio] module-device-restore.c: Successfully opened database file '/home/peter/.config/pulse/cb48809d0ce9a381d9d11fe60000021f-device-volumes'.
I: [pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
D: [pulseaudio] database-tdb.c: Opened TDB database '/home/peter/.config/pulse/cb48809d0ce9a381d9d11fe60000021f-stream-volumes.tdb'
I: [pulseaudio] module-stream-restore.c: Successfully opened database file '/home/peter/.config/pulse/cb48809d0ce9a381d9d11fe60000021f-stream-volumes'.
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 added for object /org/pulseaudio/stream_restore1
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry0
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry1
I: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
D: [pulseaudio] database-tdb.c: Opened TDB database '/home/peter/.config/pulse/cb48809d0ce9a381d9d11fe60000021f-card-database.tdb'
I: [pulseaudio] module-card-restore.c: Successfully opened database file '/home/peter/.config/pulse/cb48809d0ce9a381d9d11fe60000021f-card-database'.
I: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
I: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
I: [pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #4; argument: "").
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-udev-detect.so': success
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes
D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1 is busy: no
D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="1" name="pci-0000_01_00.1" card_name="alsa_card.pci-0000_01_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"'
D: [pulseaudio] dbus-util.c: Successfully connected to D-Bus session bus 20d90357267ddae6a34aca265354c587 as :1.56
D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1'
I: [pulseaudio] (alsa-lib)utils.c: could not open configuration file /usr/share/alsa/ucm/HDA ATI HDMI/HDA ATI HDMI.conf
I: [pulseaudio] (alsa-lib)parser.c: error: could not parse configuration for card HDA ATI HDMI
I: [pulseaudio] (alsa-lib)main.c: error: failed to import HDA ATI HDMI use case configuration -2
I: [pulseaudio] alsa-ucm.c: UCM not available for card HDA ATI HDMI
D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-mono
D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Mono (analog-mono)
D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-mono
D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
D: [pulseaudio] alsa-util.c: Trying front:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device front:1: No such file or directory
D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-4-channel-input
D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog 4-channel Input (analog-4-channel-input)
D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-4-channel-input
D: [pulseaudio] alsa-mixer.c: Looking at profile input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Checking for recording on Digital Stereo (IEC958) (iec958-stereo)
D: [pulseaudio] alsa-util.c: Trying iec958:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D1c' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-mono
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Mono (analog-mono)
D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-mono
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:analog-mono - will not be able to open output:analog-mono
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:analog-stereo - will not be able to open output:analog-mono
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:analog-4-channel-input - will not be able to open output:analog-mono
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:iec958-stereo - will not be able to open output:analog-mono
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Stereo (analog-stereo)
D: [pulseaudio] alsa-util.c: Trying front:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device front:1: No such file or directory
D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-mono - will not be able to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-stereo - will not be able to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-4-channel-input - will not be able to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:iec958-stereo - will not be able to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 4.0 (analog-surround-40)
D: [pulseaudio] alsa-util.c: Trying surround40:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device surround40:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-mono - will not be able to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-stereo - will not be able to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-4-channel-input - will not be able to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:iec958-stereo - will not be able to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 4.1 (analog-surround-41)
D: [pulseaudio] alsa-util.c: Trying surround41:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device surround41:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-mono - will not be able to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-stereo - will not be able to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-4-channel-input - will not be able to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:iec958-stereo - will not be able to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 5.0 (analog-surround-50)
D: [pulseaudio] alsa-util.c: Trying surround50:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device surround50:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-mono - will not be able to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-stereo - will not be able to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-4-channel-input - will not be able to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:iec958-stereo - will not be able to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 5.1 (analog-surround-51)
D: [pulseaudio] alsa-util.c: Trying surround51:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device surround51:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-mono - will not be able to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-stereo - will not be able to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-4-channel-input - will not be able to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:iec958-stereo - will not be able to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 7.1 (analog-surround-71)
D: [pulseaudio] alsa-util.c: Trying surround71:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device surround71:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-mono - will not be able to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-stereo - will not be able to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-4-channel-input - will not be able to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:iec958-stereo - will not be able to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (IEC958) (iec958-stereo)
D: [pulseaudio] alsa-util.c: Trying iec958:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D1p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-mono - will not be able to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-stereo - will not be able to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-4-channel-input - will not be able to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:iec958-stereo - will not be able to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 4.0 (IEC958/AC3) (iec958-ac3-surround-40)
D: [pulseaudio] alsa-util.c: Trying a52:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:1
I: [pulseaudio] alsa-util.c: Error opening PCM device a52:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:analog-mono - will not be able to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:analog-stereo - will not be able to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:analog-4-channel-input - will not be able to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:iec958-stereo - will not be able to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/AC3) (iec958-ac3-surround-51)
D: [pulseaudio] alsa-util.c: Trying a52:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:1
I: [pulseaudio] alsa-util.c: Error opening PCM device a52:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:analog-mono - will not be able to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:analog-stereo - will not be able to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:analog-4-channel-input - will not be able to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:iec958-stereo - will not be able to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/DTS) (iec958-dts-surround-51)
D: [pulseaudio] alsa-util.c: Trying dca:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dca:1
I: [pulseaudio] alsa-util.c: Error opening PCM device dca:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:analog-mono - will not be able to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:analog-stereo - will not be able to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:analog-4-channel-input - will not be able to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:iec958-stereo - will not be able to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI) (hdmi-stereo)
D: [pulseaudio] alsa-util.c: Trying hdmi:1 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:1
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo supported.
I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1
I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1: No such file or directory
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
D: [pulseaudio] alsa-mixer.c: Probing path 'hdmi-output-0'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'HDMI/DP,pcm=3 Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0xbfa1e0, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-0 (HDMI / DisplayPort), direction=1, priority=59, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP,pcm=3, alsa_name='HDMI/DP,pcm=3 Jack', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-mono - will not be able to open input:analog-mono
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-4-channel-input - will not be able to open input:analog-4-channel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Profile set 0xbaf0a0, auto_profiles=yes, probed=yes, n_mappings=1, n_profiles=1, n_decibel_fixes=0
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-stereo (Digital Stereo (HDMI)), priority=54, channel_map=front-left,front-right, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo (Digital Stereo (HDMI) Output), priority=5400, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-stereo
I: [pulseaudio] module-card-restore.c: Restoring port latency offsets for card alsa_card.pci-0000_01_00.1.
I: [pulseaudio] card.c: Created 0 "alsa_card.pci-0000_01_00.1"
D: [pulseaudio] module-alsa-card.c: Found 1 jacks.
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
D: [pulseaudio] module-alsa-card.c: Jack 'HDMI/DP,pcm=3 Jack' is now unplugged
D: [pulseaudio] device-port.c: Setting port hdmi-output-0 to status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] module-switch-on-port-available.c: finding port hdmi-output-0
D: [pulseaudio] reserve-wrap.c: Successfully create reservation lock monitor for device 'Audio1'
D: [pulseaudio] alsa-util.c: Trying hdmi:1 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:1
I: [pulseaudio] alsa-util.c: Trying to disable ALSA period wakeups, using timers only
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 88200 samples), period size second (to 88200 samples).
I: [pulseaudio] alsa-util.c: ALSA period wakeups disabled
I: [pulseaudio] alsa-sink.c: Successfully opened device hdmi:1.
I: [pulseaudio] alsa-sink.c: Selected mapping 'Digital Stereo (HDMI)' (hdmi-stereo).
I: [pulseaudio] alsa-sink.c: Successfully enabled mmap() mode.
I: [pulseaudio] alsa-sink.c: Successfully enabled timer-based scheduling mode.
I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1
I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1: No such file or directory
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
D: [pulseaudio] alsa-mixer.c: Added 1 ports
I: [pulseaudio] module-device-restore.c: Restoring port for sink sink:alsa_output.pci-0000_01_00.1.hdmi-stereo.
D: [pulseaudio] module-switch-on-port-available.c: Switching initial port for sink 'alsa_output.pci-0000_01_00.1.hdmi-stereo' to 'hdmi-output-0'
I: [pulseaudio] sink.c: Created sink 0 "alsa_output.pci-0000_01_00.1.hdmi-stereo" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] sink.c: alsa.resolution_bits = "16"
I: [pulseaudio] sink.c: device.api = "alsa"
I: [pulseaudio] sink.c: device.class = "sound"
I: [pulseaudio] sink.c: alsa.class = "generic"
I: [pulseaudio] sink.c: alsa.subclass = "generic-mix"
I: [pulseaudio] sink.c: alsa.name = "HDMI 0"
I: [pulseaudio] sink.c: alsa.id = "HDMI 0"
I: [pulseaudio] sink.c: alsa.subdevice = "0"
I: [pulseaudio] sink.c: alsa.subdevice_name = "subdevice #0"
I: [pulseaudio] sink.c: alsa.device = "3"
I: [pulseaudio] sink.c: alsa.card = "1"
I: [pulseaudio] sink.c: alsa.card_name = "HDA ATI HDMI"
I: [pulseaudio] sink.c: alsa.long_card_name = "HDA ATI HDMI at 0xfe9bc000 irq 45"
I: [pulseaudio] sink.c: alsa.driver_name = "snd_hda_intel"
I: [pulseaudio] sink.c: device.bus_path = "pci-0000:01:00.1"
I: [pulseaudio] sink.c: sysfs.path = "/devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1"
I: [pulseaudio] sink.c: device.bus = "pci"
I: [pulseaudio] sink.c: device.vendor.id = "1002"
I: [pulseaudio] sink.c: device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
I: [pulseaudio] sink.c: device.product.id = "aa58"
I: [pulseaudio] sink.c: device.product.name = "Juniper HDMI Audio [Radeon HD 5700 Series]"
I: [pulseaudio] sink.c: device.string = "hdmi:1"
I: [pulseaudio] sink.c: device.buffering.buffer_size = "352768"
I: [pulseaudio] sink.c: device.buffering.fragment_size = "176384"
I: [pulseaudio] sink.c: device.access_mode = "mmap+timer"
I: [pulseaudio] sink.c: device.profile.name = "hdmi-stereo"
I: [pulseaudio] sink.c: device.profile.description = "Digital Stereo (HDMI)"
I: [pulseaudio] sink.c: device.description = "Juniper HDMI Audio [Radeon HD 5700 Series] Digital Stereo (HDMI)"
I: [pulseaudio] sink.c: alsa.mixer_name = "ATI R6xx HDMI"
I: [pulseaudio] sink.c: alsa.components = "HDA:1002aa01,00aa0100,00100200"
I: [pulseaudio] sink.c: module-udev-detect.discovered = "1"
I: [pulseaudio] sink.c: device.icon_name = "audio-card-pci"
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
I: [pulseaudio] source.c: Created source 0 "alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] source.c: device.description = "Monitor of Juniper HDMI Audio [Radeon HD 5700 Series] Digital Stereo (HDMI)"
I: [pulseaudio] source.c: device.class = "monitor"
I: [pulseaudio] source.c: alsa.card = "1"
I: [pulseaudio] source.c: alsa.card_name = "HDA ATI HDMI"
I: [pulseaudio] source.c: alsa.long_card_name = "HDA ATI HDMI at 0xfe9bc000 irq 45"
I: [pulseaudio] source.c: alsa.driver_name = "snd_hda_intel"
I: [pulseaudio] source.c: device.bus_path = "pci-0000:01:00.1"
I: [pulseaudio] source.c: sysfs.path = "/devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1"
I: [pulseaudio] source.c: device.bus = "pci"
I: [pulseaudio] source.c: device.vendor.id = "1002"
I: [pulseaudio] source.c: device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
I: [pulseaudio] source.c: device.product.id = "aa58"
I: [pulseaudio] source.c: device.product.name = "Juniper HDMI Audio [Radeon HD 5700 Series]"
I: [pulseaudio] source.c: device.string = "1"
I: [pulseaudio] source.c: module-udev-detect.discovered = "1"
I: [pulseaudio] source.c: device.icon_name = "audio-card-pci"
I: [pulseaudio] alsa-sink.c: Using 2.0 fragments of size 176384 bytes (999.91ms), buffer size is 352768 bytes (1999.82ms)
I: [pulseaudio] alsa-sink.c: Time scheduling watermark is 20.00ms
D: [pulseaudio] alsa-sink.c: hwbuf_unused=0
D: [pulseaudio] alsa-sink.c: setting avail_min=87310
D: [pulseaudio] alsa-mixer.c: Activating path hdmi-output-0
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-0 (HDMI / DisplayPort), direction=1, priority=59, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP,pcm=3, alsa_name='HDMI/DP,pcm=3 Jack', detection possible
I: [pulseaudio] alsa-sink.c: Driver does not support hardware volume control, falling back to software volume control.
I: [pulseaudio] alsa-sink.c: Driver does not support hardware mute control, falling back to software mute control.
D: [pulseaudio] alsa-util.c: snd_pcm_dump():
D: [pulseaudio] alsa-util.c: Hooks PCM
D: [pulseaudio] alsa-util.c: Its setup is:
D: [pulseaudio] alsa-util.c: stream : PLAYBACK
D: [pulseaudio] alsa-util.c: access : MMAP_INTERLEAVED
D: [pulseaudio] alsa-util.c: format : S16_LE
D: [pulseaudio] alsa-util.c: subformat : STD
D: [pulseaudio] alsa-util.c: channels : 2
D: [pulseaudio] alsa-util.c: rate : 44100
D: [pulseaudio] alsa-util.c: exact rate : 44100 (44100/1)
D: [pulseaudio] alsa-util.c: msbits : 16
D: [pulseaudio] alsa-util.c: buffer_size : 88192
D: [pulseaudio] alsa-util.c: period_size : 44096
D: [pulseaudio] alsa-util.c: period_time : 999909
D: [pulseaudio] alsa-util.c: tstamp_mode : ENABLE
D: [pulseaudio] alsa-util.c: period_step : 1
D: [pulseaudio] alsa-util.c: avail_min : 87310
D: [pulseaudio] alsa-util.c: period_event : 0
D: [pulseaudio] alsa-util.c: start_threshold : -1
D: [pulseaudio] alsa-util.c: stop_threshold : 6205960286516543488
D: [pulseaudio] alsa-util.c: silence_threshold: 0
D: [pulseaudio] alsa-util.c: silence_size : 0
D: [pulseaudio] alsa-util.c: boundary : 6205960286516543488
D: [pulseaudio] alsa-util.c: Slave: Hardware PCM card 1 'HDA ATI HDMI' device 3 subdevice 0
D: [pulseaudio] alsa-util.c: Its setup is:
D: [pulseaudio] alsa-util.c: stream : PLAYBACK
D: [pulseaudio] alsa-util.c: access : MMAP_INTERLEAVED
D: [pulseaudio] alsa-util.c: format : S16_LE
D: [pulseaudio] alsa-util.c: subformat : STD
D: [pulseaudio] alsa-util.c: channels : 2
D: [pulseaudio] alsa-util.c: rate : 44100
D: [pulseaudio] alsa-util.c: exact rate : 44100 (44100/1)
D: [pulseaudio] alsa-util.c: msbits : 16
D: [pulseaudio] alsa-util.c: buffer_size : 88192
D: [pulseaudio] alsa-util.c: period_size : 44096
D: [pulseaudio] alsa-util.c: period_time : 999909
D: [pulseaudio] alsa-util.c: tstamp_mode : ENABLE
D: [pulseaudio] alsa-util.c: period_step : 1
D: [pulseaudio] alsa-util.c: avail_min : 87310
D: [pulseaudio] alsa-util.c: period_event : 0
D: [pulseaudio] alsa-util.c: start_threshold : -1
D: [pulseaudio] alsa-util.c: stop_threshold : 6205960286516543488
D: [pulseaudio] alsa-util.c: silence_threshold: 0
D: [pulseaudio] alsa-util.c: silence_size : 0
D: [pulseaudio] alsa-util.c: boundary : 6205960286516543488
D: [pulseaudio] alsa-util.c: appl_ptr : 0
D: [pulseaudio] alsa-util.c: hw_ptr : 0
D: [alsa-sink-HDMI 0] alsa-sink.c: Thread starting up
D: [alsa-sink-HDMI 0] core-util.c: SCHED_RR|SCHED_RESET_ON_FORK worked.
I: [alsa-sink-HDMI 0] core-util.c: Successfully enabled SCHED_RR scheduling for thread, with priority 5.
I: [alsa-sink-HDMI 0] alsa-sink.c: Starting playback.
D: [alsa-sink-HDMI 0] alsa-sink.c: Cutting sleep time for the initial iterations by half.
D: [alsa-sink-HDMI 0] alsa-sink.c: Cutting sleep time for the initial iterations by half.
D: [pulseaudio] alsa-util.c: ELD info empty (for device=3)
I: [pulseaudio] module.c: Loaded "module-alsa-card" (index: #6; argument: "device_id="1" name="pci-0000_01_00.1" card_name="alsa_card.pci-0000_01_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"").
I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1 (alsa_card.pci-0000_01_00.1) module loaded.
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:14.2/sound/card0 is busy: no
D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="0" name="pci-0000_00_14.2" card_name="alsa_card.pci-0000_00_14.2" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"'
D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio0'
I: [pulseaudio] (alsa-lib)utils.c: could not open configuration file /usr/share/alsa/ucm/HDA ATI SB/HDA ATI SB.conf
I: [pulseaudio] (alsa-lib)parser.c: error: could not parse configuration for card HDA ATI SB
I: [pulseaudio] (alsa-lib)main.c: error: failed to import HDA ATI SB use case configuration -2
I: [pulseaudio] alsa-ucm.c: UCM not available for card HDA ATI SB
D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-mono
D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Mono (analog-mono)
D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hw:0
D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
D: [pulseaudio] alsa-util.c: Trying hw:0 without SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hw:0
D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
D: [pulseaudio] alsa-util.c: Trying plug:hw:0 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open plug:hw:0
D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
D: [pulseaudio] alsa-util.c: Trying plug:hw:0 without SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open plug:hw:0
D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hw:0: Invalid argument
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-mono
D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open front:0
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile input:analog-stereo supported.
I: [pulseaudio] (alsa-lib)control.c: Invalid CTL front:0
I: [pulseaudio] alsa-util.c: Unable to attach to mixer front:0: No such file or directory
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-front-mic'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Front Mic Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Front Mic Phantom Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=1, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-rear-mic'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Rear Mic Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Rear Mic Phantom Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=1, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-internal-mic'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Mic Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Dock Mic Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Front Mic Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Rear Mic Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Internal Mic Phantom Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Int Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Int Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-internal-mic', none of required-any elements preset.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-dock-mic'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Dock Mic Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Dock Mic Phantom Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-dock-mic', none of required-any elements preset.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input'
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' failed.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-mic'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Mic Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Mic Phantom Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Select' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost (+20dB)' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-mic', none of required-any elements preset.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-linein'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Phantom Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=1, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-aux'
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' failed.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-video'
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' failed.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-tvtuner'
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' failed.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-fm'
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' failed.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-mic-line'
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' failed.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-headphone-mic'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Mic Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Auto-Mute Mode' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-headphone-mic', none of required-any elements preset.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-headset-mic'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headset Mic Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headset Mic Phantom Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Mic Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Headset Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Headset Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Headset' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-headset-mic', none of required-any elements preset.
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0xbefc80, direction=2
D: [pulseaudio] alsa-mixer.c: Path analog-input-front-mic (Front Microphone), direction=2, priority=85, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=31, min_dB=-16.5, max_dB=60
D: [pulseaudio] alsa-mixer.c: Element Capture, direction=2, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
D: [pulseaudio] alsa-mixer.c: Element Front Mic Boost, direction=2, switch=0, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=4, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
D: [pulseaudio] alsa-mixer.c: Element Input Source, direction=2, switch=0, volume=0, volume_limit=-1, enumeration=1, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
D: [pulseaudio] alsa-mixer.c: Option Front Mic (analog-input-microphone-front/analog-input-microphone-front) index=0, priority=0
D: [pulseaudio] alsa-mixer.c: Element Rear Mic Boost, direction=2, switch=0, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
D: [pulseaudio] alsa-mixer.c: Element Line Boost, direction=2, switch=0, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
D: [pulseaudio] alsa-mixer.c: Jack Front Mic, alsa_name='Front Mic Jack', detection possible
D: [pulseaudio] alsa-mixer.c: Jack Front Mic Phantom, alsa_name='Front Mic Phantom Jack', detection unavailable
D: [pulseaudio] alsa-mixer.c: Setting analog-input-microphone-front (analog-input-microphone-front) priority=0
D: [pulseaudio] alsa-mixer.c: Path analog-input-rear-mic (Rear Micr

Logging from a TTY or from a DM did not change anything: still no sound.
I've tried to reset all sound-related files in /etc as much as I could. Still no success.
Since I've been experiencing this issue for months and I'm totally getting out of clue, I decided to go the lame way and to install another Arch on a separate partition. This one was working out-of-the-box with Pulseaudio.
Then I've tried to make both systems similar: same configuration, same kernel, same packages, same users, etc.
The new one was still working, the other one not.
Some logs of the new system:
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC888 Analog [ALC888 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC888 Digital [ALC888 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
Note that the Subdecives are different.
$ pulseaudio -vvvv
I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
D: [pulseaudio] core-util.c: RealtimeKit worked.
I: [pulseaudio] core-util.c: Successfully gained nice level -11.
I: [pulseaudio] main.c: This is PulseAudio 5.0
D: [pulseaudio] main.c: Compilation host: x86_64-unknown-linux-gnu
D: [pulseaudio] main.c: Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wextra -Wno-long-long -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 -fno-common -fdiagnostics-show-option
D: [pulseaudio] main.c: Running on host: Linux x86_64 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 20:40:47 CEST 2014
D: [pulseaudio] main.c: Found 4 CPUs.
I: [pulseaudio] main.c: Page size is 4096 bytes
D: [pulseaudio] main.c: Compiled with Valgrind support: no
D: [pulseaudio] main.c: Running in valgrind mode: no
D: [pulseaudio] main.c: Running in VM: no
D: [pulseaudio] main.c: Optimized build: yes
D: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
I: [pulseaudio] main.c: Machine ID is e58b9d41dfc1494e919c538133947f1d.
I: [pulseaudio] main.c: Session ID is c2.
I: [pulseaudio] main.c: Using runtime directory /run/user/1000/pulse.
I: [pulseaudio] main.c: Using state directory /home/peter/.config/pulse.
I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-5.0/modules.
I: [pulseaudio] main.c: Running in system mode: no
I: [pulseaudio] main.c: Fresh high-resolution timers available! Bon appetit!
D: [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
I: [pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 MMXEXT 3DNOW 3DNOWEXT
I: [pulseaudio] svolume_mmx.c: Initialising MMX optimized volume functions.
I: [pulseaudio] remap_mmx.c: Initialising MMX optimized remappers.
I: [pulseaudio] svolume_sse.c: Initialising SSE2 optimized volume functions.
I: [pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers.
I: [pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions.
I: [pulseaudio] svolume_orc.c: Initialising ORC optimized volume functions.
D: [pulseaudio] database-tdb.c: Opened TDB database '/home/peter/.config/pulse/e58b9d41dfc1494e919c538133947f1d-device-volumes.tdb'
I: [pulseaudio] module-device-restore.c: Successfully opened database file '/home/peter/.config/pulse/e58b9d41dfc1494e919c538133947f1d-device-volumes'.
I: [pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
D: [pulseaudio] database-tdb.c: Opened TDB database '/home/peter/.config/pulse/e58b9d41dfc1494e919c538133947f1d-stream-volumes.tdb'
I: [pulseaudio] module-stream-restore.c: Successfully opened database file '/home/peter/.config/pulse/e58b9d41dfc1494e919c538133947f1d-stream-volumes'.
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 added for object /org/pulseaudio/stream_restore1
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry0
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry1
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry2
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry3
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry4
I: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
D: [pulseaudio] database-tdb.c: Opened TDB database '/home/peter/.config/pulse/e58b9d41dfc1494e919c538133947f1d-card-database.tdb'
I: [pulseaudio] module-card-restore.c: Successfully opened database file '/home/peter/.config/pulse/e58b9d41dfc1494e919c538133947f1d-card-database'.
I: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
I: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
I: [pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #4; argument: "").
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-udev-detect.so': success
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes
D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1 is busy: no
D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="1" name="pci-0000_01_00.1" card_name="alsa_card.pci-0000_01_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"'
D: [pulseaudio] dbus-util.c: Successfully connected to D-Bus session bus c494a4ec75f557f0ee2222b75355750d as :1.22
D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1'
I: [pulseaudio] (alsa-lib)utils.c: could not open configuration file /usr/share/alsa/ucm/HDA ATI HDMI/HDA ATI HDMI.conf
I: [pulseaudio] (alsa-lib)parser.c: error: could not parse configuration for card HDA ATI HDMI
I: [pulseaudio] (alsa-lib)main.c: error: failed to import HDA ATI HDMI use case configuration -2
I: [pulseaudio] alsa-ucm.c: UCM not available for card HDA ATI HDMI
D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-mono
D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Mono (analog-mono)
D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-mono
D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
D: [pulseaudio] alsa-util.c: Trying front:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device front:1: No such file or directory
D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-4-channel-input
D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog 4-channel Input (analog-4-channel-input)
D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-4-channel-input
D: [pulseaudio] alsa-mixer.c: Looking at profile input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Checking for recording on Digital Stereo (IEC958) (iec958-stereo)
D: [pulseaudio] alsa-util.c: Trying iec958:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D1c' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-mono
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Mono (analog-mono)
D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-mono
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:analog-mono - will not be able to open output:analog-mono
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:analog-stereo - will not be able to open output:analog-mono
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:analog-4-channel-input - will not be able to open output:analog-mono
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:iec958-stereo - will not be able to open output:analog-mono
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Stereo (analog-stereo)
D: [pulseaudio] alsa-util.c: Trying front:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device front:1: No such file or directory
D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-mono - will not be able to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-stereo - will not be able to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-4-channel-input - will not be able to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:iec958-stereo - will not be able to open output:analog-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 4.0 (analog-surround-40)
D: [pulseaudio] alsa-util.c: Trying surround40:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device surround40:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-mono - will not be able to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-stereo - will not be able to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-4-channel-input - will not be able to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:iec958-stereo - will not be able to open output:analog-surround-40
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 4.1 (analog-surround-41)
D: [pulseaudio] alsa-util.c: Trying surround41:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device surround41:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-mono - will not be able to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-stereo - will not be able to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-4-channel-input - will not be able to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:iec958-stereo - will not be able to open output:analog-surround-41
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 5.0 (analog-surround-50)
D: [pulseaudio] alsa-util.c: Trying surround50:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device surround50:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-mono - will not be able to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-stereo - will not be able to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-4-channel-input - will not be able to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:iec958-stereo - will not be able to open output:analog-surround-50
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 5.1 (analog-surround-51)
D: [pulseaudio] alsa-util.c: Trying surround51:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device surround51:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-mono - will not be able to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-stereo - will not be able to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-4-channel-input - will not be able to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:iec958-stereo - will not be able to open output:analog-surround-51
D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 7.1 (analog-surround-71)
D: [pulseaudio] alsa-util.c: Trying surround71:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device surround71:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-mono - will not be able to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-stereo - will not be able to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-4-channel-input - will not be able to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:iec958-stereo - will not be able to open output:analog-surround-71
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (IEC958) (iec958-stereo)
D: [pulseaudio] alsa-util.c: Trying iec958:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D1p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-mono - will not be able to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-stereo - will not be able to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-4-channel-input - will not be able to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:iec958-stereo - will not be able to open output:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 4.0 (IEC958/AC3) (iec958-ac3-surround-40)
D: [pulseaudio] alsa-util.c: Trying a52:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:1
I: [pulseaudio] alsa-util.c: Error opening PCM device a52:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:analog-mono - will not be able to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:analog-stereo - will not be able to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:analog-4-channel-input - will not be able to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:iec958-stereo - will not be able to open output:iec958-ac3-surround-40
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/AC3) (iec958-ac3-surround-51)
D: [pulseaudio] alsa-util.c: Trying a52:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:1
I: [pulseaudio] alsa-util.c: Error opening PCM device a52:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:analog-mono - will not be able to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:analog-stereo - will not be able to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:analog-4-channel-input - will not be able to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:iec958-stereo - will not be able to open output:iec958-ac3-surround-51
D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/DTS) (iec958-dts-surround-51)
D: [pulseaudio] alsa-util.c: Trying dca:1 with SND_PCM_NO_AUTO_FORMAT ...
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dca:1
I: [pulseaudio] alsa-util.c: Error opening PCM device dca:1: No such file or directory
D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:analog-mono - will not be able to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:analog-stereo - will not be able to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:analog-4-channel-input - will not be able to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:iec958-stereo - will not be able to open output:iec958-dts-surround-51
D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo
D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI) (hdmi-stereo)
D: [pulseaudio] alsa-util.c: Trying hdmi:1 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:1
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo supported.
I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1
I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1: No such file or directory
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
D: [pulseaudio] alsa-mixer.c: Probing path 'hdmi-output-0'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'HDMI/DP,pcm=3 Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x1a06130, direction=1
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-0 (HDMI / DisplayPort), direction=1, priority=59, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP,pcm=3, alsa_name='HDMI/DP,pcm=3 Jack', detection possible
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-mono - will not be able to open input:analog-mono
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-stereo - will not be able to open input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-4-channel-input - will not be able to open input:analog-4-channel-input
D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:iec958-stereo - will not be able to open input:iec958-stereo
D: [pulseaudio] alsa-mixer.c: Profile set 0x19bb000, auto_profiles=yes, probed=yes, n_mappings=1, n_profiles=1, n_decibel_fixes=0
D: [pulseaudio] alsa-mixer.c: Mapping hdmi-stereo (Digital Stereo (HDMI)), priority=54, channel_map=front-left,front-right, supported=yes, direction=1
D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo (Digital Stereo (HDMI) Output), priority=5400, supported=yes n_input_mappings=0, n_output_mappings=1
D: [pulseaudio] alsa-mixer.c: Output hdmi-stereo
I: [pulseaudio] module-card-restore.c: Restoring port latency offsets for card alsa_card.pci-0000_01_00.1.
I: [pulseaudio] card.c: Created 0 "alsa_card.pci-0000_01_00.1"
D: [pulseaudio] module-alsa-card.c: Found 1 jacks.
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
D: [pulseaudio] module-alsa-card.c: Jack 'HDMI/DP,pcm=3 Jack' is now unplugged
D: [pulseaudio] device-port.c: Setting port hdmi-output-0 to status no
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] module-switch-on-port-available.c: finding port hdmi-output-0
D: [pulseaudio] reserve-wrap.c: Successfully create reservation lock monitor for device 'Audio1'
D: [pulseaudio] alsa-util.c: Trying hdmi:1 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hdmi:1
I: [pulseaudio] alsa-util.c: Trying to disable ALSA period wakeups, using timers only
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 88200 samples), period size second (to 88200 samples).
I: [pulseaudio] alsa-util.c: ALSA period wakeups disabled
I: [pulseaudio] alsa-sink.c: Successfully opened device hdmi:1.
I: [pulseaudio] alsa-sink.c: Selected mapping 'Digital Stereo (HDMI)' (hdmi-stereo).
I: [pulseaudio] alsa-sink.c: Successfully enabled mmap() mode.
I: [pulseaudio] alsa-sink.c: Successfully enabled timer-based scheduling mode.
I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1
I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1: No such file or directory
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
D: [pulseaudio] alsa-mixer.c: Added 1 ports
I: [pulseaudio] module-device-restore.c: Restoring port for sink sink:alsa_output.pci-0000_01_00.1.hdmi-stereo.
D: [pulseaudio] module-switch-on-port-available.c: Switching initial port for sink 'alsa_output.pci-0000_01_00.1.hdmi-stereo' to 'hdmi-output-0'
I: [pulseaudio] sink.c: Created sink 0 "alsa_output.pci-0000_01_00.1.hdmi-stereo" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] sink.c: alsa.resolution_bits = "16"
I: [pulseaudio] sink.c: device.api = "alsa"
I: [pulseaudio] sink.c: device.class = "sound"
I: [pulseaudio] sink.c: alsa.class = "generic"
I: [pulseaudio] sink.c: alsa.subclass = "generic-mix"
I: [pulseaudio] sink.c: alsa.name = "HDMI 0"
I: [pulseaudio] sink.c: alsa.id = "HDMI 0"
I: [pulseaudio] sink.c: alsa.subdevice = "0"
I: [pulseaudio] sink.c: alsa.subdevice_name = "subdevice #0"
I: [pulseaudio] sink.c: alsa.device = "3"
I: [pulseaudio] sink.c: alsa.card = "1"
I: [pulseaudio] sink.c: alsa.card_name = "HDA ATI HDMI"
I: [pulseaudio] sink.c: alsa.long_card_name = "HDA ATI HDMI at 0xfe9bc000 irq 46"
I: [pulseaudio] sink.c: alsa.driver_name = "snd_hda_intel"
I: [pulseaudio] sink.c: device.bus_path = "pci-0000:01:00.1"
I: [pulseaudio] sink.c: sysfs.path = "/devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1"
I: [pulseaudio] sink.c: device.bus = "pci"
I: [pulseaudio] sink.c: device.vendor.id = "1002"
I: [pulseaudio] sink.c: device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
I: [pulseaudio] sink.c: device.product.id = "aa58"
I: [pulseaudio] sink.c: device.product.name = "Juniper HDMI Audio [Radeon HD 5700 Series]"
I: [pulseaudio] sink.c: device.string = "hdmi:1"
I: [pulseaudio] sink.c: device.buffering.buffer_size = "352768"
I: [pulseaudio] sink.c: device.buffering.fragment_size = "176384"
I: [pulseaudio] sink.c: device.access_mode = "mmap+timer"
I: [pulseaudio] sink.c: device.profile.name = "hdmi-stereo"
I: [pulseaudio] sink.c: device.profile.description = "Digital Stereo (HDMI)"
I: [pulseaudio] sink.c: device.description = "Juniper HDMI Audio [Radeon HD 5700 Series] Digital Stereo (HDMI)"
I: [pulseaudio] sink.c: alsa.mixer_name = "ATI R6xx HDMI"
I: [pulseaudio] sink.c: alsa.components = "HDA:1002aa01,00aa0100,00100200"
I: [pulseaudio] sink.c: module-udev-detect.discovered = "1"
I: [pulseaudio] sink.c: device.icon_name = "audio-card-pci"
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
I: [pulseaudio] source.c: Created source 0 "alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] source.c: device.description = "Monitor of Juniper HDMI Audio [Radeon HD 5700 Series] Digital Stereo (HDMI)"
I: [pulseaudio] source.c: device.class = "monitor"
I: [pulseaudio] source.c: alsa.card = "1"
I: [pulseaudio] source.c: alsa.card_name = "HDA ATI HDMI"
I: [pulseaudio] source.c: alsa.long_card_name = "HDA ATI HDMI at 0xfe9bc000 irq 46"
I: [pulseaudio] source.c: alsa.driver_name = "snd_hda_intel"
I: [pulseaudio] source.c: device.bus_path = "pci-0000:01:00.1"
I: [pulseaudio] source.c: sysfs.path = "/devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1"
I: [pulseaudio] source.c: device.bus = "pci"
I: [pulseaudio] source.c: device.vendor.id = "1002"
I: [pulseaudio] source.c: device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
I: [pulseaudio] source.c: device.product.id = "aa58"
I: [pulseaudio] source.c: device.product.name = "Juniper HDMI Audio [Radeon HD 5700 Series]"
I: [pulseaudio] source.c: device.string = "1"
I: [pulseaudio] source.c: module-udev-detect.discovered = "1"
I: [pulseaudio] source.c: device.icon_name = "audio-card-pci"
I: [pulseaudio] alsa-sink.c: Using 2.0 fragments of size 176384 bytes (999.91ms), buffer size is 352768 bytes (1999.82ms)
I: [pulseaudio] alsa-sink.c: Time scheduling watermark is 20.00ms
D: [pulseaudio] alsa-sink.c: hwbuf_unused=0
D: [pulseaudio] alsa-sink.c: setting avail_min=87310
D: [pulseaudio] alsa-mixer.c: Activating path hdmi-output-0
D: [pulseaudio] alsa-mixer.c: Path hdmi-output-0 (HDMI / DisplayPort), direction=1, priority=59, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP,pcm=3, alsa_name='HDMI/DP,pcm=3 Jack', detection possible
I: [pulseaudio] alsa-sink.c: Driver does not support hardware volume control, falling back to software volume control.
I: [pulseaudio] alsa-sink.c: Driver does not support hardware mute control, falling back to software mute control.
D: [pulseaudio] alsa-util.c: snd_pcm_dump():
D: [pulseaudio] alsa-util.c: Hooks PCM
D: [pulseaudio] alsa-util.c: Its setup is:
D: [pulseaudio] alsa-util.c: stream : PLAYBACK
D: [pulseaudio] alsa-util.c: access : MMAP_INTERLEAVED
D: [pulseaudio] alsa-util.c: format : S16_LE
D: [pulseaudio] alsa-util.c: subformat : STD
D: [pulseaudio] alsa-util.c: channels : 2
D: [pulseaudio] alsa-util.c: rate : 44100
D: [pulseaudio] alsa-util.c: exact rate : 44100 (44100/1)
D: [pulseaudio] alsa-util.c: msbits : 16
D: [pulseaudio] alsa-util.c: buffer_size : 88192
D: [pulseaudio] alsa-util.c: period_size : 44096
D: [pulseaudio] alsa-util.c: period_time : 999909
D: [pulseaudio] alsa-util.c: tstamp_mode : ENABLE
D: [pulseaudio] alsa-util.c: period_step : 1
D: [pulseaudio] alsa-util.c: avail_min : 87310
D: [pulseaudio] alsa-util.c: period_event : 0
D: [pulseaudio] alsa-util.c: start_threshold : -1
D: [pulseaudio] alsa-util.c: stop_threshold : 6205960286516543488
D: [pulseaudio] alsa-util.c: silence_threshold: 0
D: [pulseaudio] alsa-util.c: silence_size : 0
D: [pulseaudio] alsa-util.c: boundary : 6205960286516543488
D: [pulseaudio] alsa-util.c: Slave: Hardware PCM card 1 'HDA ATI HDMI' device 3 subdevice 0
D: [pulseaudio] alsa-util.c: Its setup is:
D: [pulseaudio] alsa-util.c: stream : PLAYBACK
D: [pulseaudio] alsa-util.c: access : MMAP_INTERLEAVED
D: [pulseaudio] alsa-util.c: format : S16_LE
D: [pulseaudio] alsa-util.c: subformat : STD
D: [pulseaudio] alsa-util.c: channels : 2
D: [pulseaudio] alsa-util.c: rate : 44100
D: [pulseaudio] alsa-util.c: exact rate : 44100 (44100/1)
D: [pulseaudio] alsa-util.c: msbits : 16
D: [pulseaudio] alsa-util.c: buffer_size : 88192
D: [pulseaudio] alsa-util.c: period_size : 44096
D: [pulseaudio] alsa-util.c: period_time : 999909
D: [pulseaudio] alsa-util.c: tstamp_mode : ENABLE
D: [pulseaudio] alsa-util.c: period_step : 1
D: [pulseaudio] alsa-util.c: avail_min : 87310
D: [pulseaudio] alsa-util.c: period_event : 0
D: [pulseaudio] alsa-util.c: start_threshold : -1
D: [pulseaudio] alsa-util.c: stop_threshold : 6205960286516543488
D: [pulseaudio] alsa-util.c: silence_threshold: 0
D: [pulseaudio] alsa-util.c: silence_size : 0
D: [pulseaudio] alsa-util.c: boundary : 6205960286516543488
D: [pulseaudio] alsa-util.c: appl_ptr : 0
D: [pulseaudio] alsa-util.c: hw_ptr : 0
D: [alsa-sink-HDMI 0] alsa-sink.c: Thread starting up
D: [alsa-sink-HDMI 0] core-util.c: SCHED_RR|SCHED_RESET_ON_FORK worked.
I: [alsa-sink-HDMI 0] core-util.c: Successfully enabled SCHED_RR scheduling for thread, with priority 5.
I: [alsa-sink-HDMI 0] alsa-sink.c: Starting playback.
D: [alsa-sink-HDMI 0] alsa-sink.c: Cutting sleep time for the initial iterations by half.
D: [alsa-sink-HDMI 0] alsa-sink.c: Cutting sleep time for the initial iterations by half.
D: [pulseaudio] alsa-util.c: ELD info empty (for device=3)
I: [pulseaudio] module.c: Loaded "module-alsa-card" (index: #6; argument: "device_id="1" name="pci-0000_01_00.1" card_name="alsa_card.pci-0000_01_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"").
I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1 (alsa_card.pci-0000_01_00.1) module loaded.
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:14.2/sound/card0 is busy: no
D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="0" name="pci-0000_00_14.2" card_name="alsa_card.pci-0000_00_14.2" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"'
D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio0'
I: [pulseaudio] (alsa-lib)utils.c: could not open configuration file /usr/share/alsa/ucm/HDA ATI SB/HDA ATI SB.conf
I: [pulseaudio] (alsa-lib)parser.c: error: could not parse configuration for card HDA ATI SB
I: [pulseaudio] (alsa-lib)main.c: error: failed to import HDA ATI SB use case configuration -2
I: [pulseaudio] alsa-ucm.c: UCM not available for card HDA ATI SB
D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-mono
D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Mono (analog-mono)
D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hw:0
D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
D: [pulseaudio] alsa-util.c: Trying hw:0 without SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open hw:0
D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
D: [pulseaudio] alsa-util.c: Trying plug:hw:0 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open plug:hw:0
D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
D: [pulseaudio] alsa-util.c: Trying plug:hw:0 without SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open plug:hw:0
D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hw:0: Invalid argument
D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-mono
D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-stereo
D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
D: [pulseaudio] alsa-util.c: Managed to open front:0
D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
D: [pulseaudio] alsa-mixer.c: Profile input:analog-stereo supported.
I: [pulseaudio] (alsa-lib)control.c: Invalid CTL front:0
I: [pulseaudio] alsa-util.c: Unable to attach to mixer front:0: No such file or directory
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-front-mic'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Front Mic Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Front Mic Phantom Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=1, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-rear-mic'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Rear Mic Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Rear Mic Phantom Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=1, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-internal-mic'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Mic Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Dock Mic Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Front Mic Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Rear Mic Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Internal Mic Phantom Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Int Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Int Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-internal-mic', none of required-any elements preset.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-dock-mic'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Dock Mic Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Dock Mic Phantom Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-dock-mic', none of required-any elements preset.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input'
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' failed.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-mic'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Mic Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Mic Phantom Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Select' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost (+20dB)' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-mic', none of required-any elements preset.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-linein'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Jack' succeeded (found!)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Phantom Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=1, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-aux'
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' failed.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-video'
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' failed.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-tvtuner'
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' failed.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-fm'
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' failed.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-mic-line'
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' failed.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-headphone-mic'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Mic Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Auto-Mute Mode' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-headphone-mic', none of required-any elements preset.
D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-headset-mic'
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headset Mic Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headset Mic Phantom Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Mic Jack' succeeded (not found)
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Headset Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Headset Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Headset' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-headset-mic', none of required-any elements preset.
D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D: [pulseaudio] alsa-mixer.c: Path Set 0x19f6940, direction=2
D: [pulseaudio] alsa-mixer.c: Path analog-input-front-mic (Front Microphone), direction=2, priority=85, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=31, min_dB=-16.5, max_dB=60
D: [pulseaudio] alsa-mixer.c: Element Capture, direction=2, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
D: [pulseaudio] alsa-mixer.c: Element Front Mic Boost, direction=2, switch=0, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=4, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
D: [pulseaudio] alsa-mixer.c: Element Input Source, direction=2, switch=0, volume=0, volume_limit=-1, enumeration=1, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
D: [pulseaudio] alsa-mixer.c: Option Front Mic (analog-input-microphone-front/analog-input-microphone-front) index=0, priority=0
D: [pulseaudio] alsa-mixer.c: Element Rear Mic Boost, direction=2, switch=0, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
D: [pulseaudio] alsa-mixer.c: Element Line Boost, direction=2, switch=0, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
D: [pulseaudio] alsa-mixer.c: Jack Front Mic, alsa_name='Front Mic Jack', detection possible
D: [pulseaudio] alsa-mixer.c: Jack Front Mic Phantom, alsa_name='Front Mic Phantom Jack', detection unavailable
D: [pulseaudio] alsa-mixer.c: Setting analog-input-microphone-front (analog-input-microphone-front) priority=0
D: [pulseaudio] alsa-mixer.c: Path analog-input-rear-mic (Rear Microphone), direction=2, priority=82, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=31, min_dB=-16.5, max_dB=60
D: [pulseaudio] alsa-mixer.c: Element Capture, direction=2, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mas

Similar Messages

  • Have lost the sound on my ipad:( but it works with the earphones.i have done the mute button and restart stuff ,still no luck .help please

    Have lost the sound on my ipad:( but it works with the earphones.i have done the mute button and restart stuff ,still no luck .help please

    Hi, sill no joy with my sound on my iPad .the sound only works on one app ( Annie ) and the ring volume and it works for about 5 seconds after I switch it on . Was talking to apple and they said the reset my iPad and this will fix it .done this and it is still not working only with earphone and Annie. What next ?As they said this is unheard of as it was the upgrade to iso6 that caused this problem . Help

  • Comcast came to fix my internet. My AIRPORTWIFI now only works with desktop. it doesn't work with my IPhone or IPad. Why? What can I do?

    Comcast came to fix my internet. My AIRPORTWIFI now only works with desktop. it doesn't work with my IPhone or IPad. Why? What can I do?

    Hello lila54,
    It sounds like your Wi-Fi network is working if your desktop works with it, we just need to get the Wi-Fi on your iPhone and iPad connected to it.  I found a couple of resources to help with not being able to connect to Wi-Fi on an iOS device.
    I recommend following the steps in this tutorial first (the steps should work on the iPhone and iPad):
    Join a network
    http://www.apple.com/support/iphone/assistant/wifi/
    If you are still having trouble connecting to Wi-Fi, follow the steps in this article (you can skip any steps you have already taken):
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Thank you for posting in the Apple Support Communities. 
    Best,
    Sheila M.

  • Standard Text with ' include' option doesn't work with order created by FM

    Hi ABAPers,
    Standard text with 'Include' Option does not work with all the Order created via the Function Module SD_ORDER_CREATE_WWW. Where as Order created via VA01 display the Standard text with 'Include'.
    On my analysis I found that, Order created via FM use  the '*' 'Comment' instead of ':/' 'Command' in the script editor. So the Standard text inserted was considered as a Text instead of command.
    Hence issuing print or print preview, the Script display the INCLUDE statement instead of the text.
    Can you please let me know the reason and the way to rectify it.
    Thanks & Regards
    N.Suresh Kumar

    Hi.
    Make that * command as /: and try in ur program..
    It works..
    Hope it helps...
    Cheers,
    Simha.

  • Hi, I have a Indesign user who inherited a PC with Indesign installed. Indesign works with old PC user profile but not the new user. Any ideas how I can resolve this?

    Hi, I have a Indesign user who inherited a PC with Indesign installed. Indesign works with old PC user profile but not the new user. Any ideas how I can resolve this?

    Question # 1 is what do you mean by "inherited"? Is this a case where the computer belonged to someone else? Your user would not be entitled to use a program licensed to someone else.

  • Apple TV2 airplay audio (via Airport Express) works well with music, but won't work with any video.

    I have an ATV2 and Airport Express connected to speakers all connected to the same network. It all works with music, but won't work with any video audio. In my ATV's settings I've selected my AirPort Express speakers. It works for music, why not everything else? Is there a fix or work around?

    Netflix is first on that list...What I mean is, if there is a feature that allows for a wireless audio connection to the Apple TV, why wouldn't the developer allow it. To keep me from enjoying a more convient connection? I can have the same listening experience on a wired connection...

  • Will idvd with a new MacBook Pro work with a DVCAM deck? I'm using firewire to burn a DVD from a DVCAM tape in a Sony DSR-30 deck but it isn't working.

    Will iDVD with a new MacBook Pro work with a DVCAM deck? I'm using firewire to burn a DVD from a DVCAM tape in a Sony DSR-30 deck but it isn't working.

    http://www.lafcpug.org/phorum/read.php?1,268296,268300
    Bit of googling wouldn't go astray.

  • I have an iphone 4s with ios7. Does it work with 4g? If not what i can do to upgrade it?

    I have an iphone 4s with ios7. Does it work with 4g? If not what i can do to upgrade it?

    The version of iOS is irrelevant to 4G connectivity.
    The iPhone 4S supports HSPA which is considered 4G by some carriers, it is NOT an LTE capable device.
    If you want a device that supports LTE, you will need to upgrade to an iPhone 5 or newer.  LTE capability requires hardware that does not exist in the 4S or older iPhones.

  • TS2634 After I updated my iPod touch with iOS6, it does not work with my Logitech docking station. Is this a problem with iOS6?

    Does updating the 4th generation iPod touch with iOS6 keep it from working with a Logitech docking station/boombox? Nothing is wrong with the boombox.

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    iOS: How to back up your data and set up as a new device
    If it still does not work that means that the update broke compatibility. That happens sometimes. You will have to wait for an update to either iPod's iOS or the dock's firmware.

  • Fluid grid with added media queries not working with {display: none}

    Fluid grid layout using added media queries to fix break points will not use {display:none} properly. When I try to hide a div in moble view it hides the div in all views. I was able to hide the div using width: 0% which works in all browsers except for Safari.
    Here is the css
    @charset "utf-8";
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
      max-width: 100%;
    hr {
      color: #e1e1e1;
      width: 90%;
      text-align: center;
    td {
      color:#7d7e7f;
    element.style {
        width: 150px;
      color:#7d7e7f;
      margin-right:20px;
    /* Top Talent subscribe to email */
    .inputTTemail {
      width: 130px;
      height: 35px;
      background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/submitArrow.png) ;
      background-repeat: no-repeat;
      background-position: right center;
      background-color: #ec8423;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      text-align: left;
      color: #FFF;
      border: none;
      padding-top: 5px;
    #ttEnewsletter {
      width:250px;
      background-color:#FFF;
      padding:10px;
    input[type="text"],input[type="email"] {
      width:200px;
      font-family:Tahoma, Geneva, sans-serif;
      font-size:1em;
      color:#7d7e7f;
      margin-bottom:1em;
      padding-left:15px;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
      width:100%;
    span.dropt {border-bottom: thin dotted;}
    span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
    span.dropt span {position: absolute; left: -9999px;
      margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
      border-style:solid; border-color:#7d7e7f; border-width:1px; z-index: 6;}
    span.dropt:hover span {left: 2%; background: #ffffff;}
    span.dropt span {position: absolute; left: -9999px;
      margin: 4px 0 0 0px; padding: 5px 5px 5px 5px;
      border-style:solid; border-color:#7d7e7f; border-width:1px;}
    span.dropt:hover span {margin: 20px 0 0 170px; background: #ffffff; z-index:6;}
      Dreamweaver Fluid Grid Properties
      dw-num-cols-mobile: 6;
      dw-num-cols-tablet: 10;
      dw-num-cols-desktop: 14;
      dw-gutter-percentage: 25;
      Inspiration from "Responsive Web Design" by Ethan Marcotte
      http://www.alistapart.com/articles/responsive-web-design
      and Golden Grid System by Joni Korpi
      http://goldengridsystem.com/
    /* Mobile Layout: 480px and below. *************************************************************************/
    .gridContainer {
      margin-left: auto;
      margin-right: auto;
      width: 87.9666%;
      padding-left: 1.5166%;
      padding-right: 1.5166%;
      background-color:#FFF;
    #LayoutDiv1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
      background-color:#FFF;
    #logo {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:0px;
      padding-top:10px;
      padding-bottom:10px;
      width: 100%;
      display: block;
      background-color:#FFF;
      text-align:center;
    #phone {
      clear: none;
      float: left;
      margin-left:0px;
      width: 100%;
      display: block;
      text-align:center;
      padding-top:10px;
      padding-bottom:10px;
      padding-right:10px;
    #login {
      clear: none;
      float: right;
      margin-left:-2000px;
      margin-top:-2500px;
      width: 31.0344%;
      display: block;
      text-align:center;
    .redBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #bd2137;
      line-height: 1.23em;
    .orangeBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #ec8423;
      line-height: 1.23em;
    .purpleBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #643f99;
      line-height: 1.23em;
    .RedHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #bd2137;
      font-weight: bold;
    .OrangeHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #ec8423;
      font-weight: bold;
    .PurpleHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #643f99;
      font-weight: bold;
    a.redBodylink {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #bd2137;
      line-height: 1.23em;
    .redBodylink:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color:#ec8423;
      line-height: 1.23em;
    a.orangeBodylink {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #ec8423;
      line-height: 1.23em;
    .orangeBodylink:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color:#bd2137;
      line-height: 1.23em;
    a.purpleBodylink {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #643f99
      line-height: 1.23em;
    .purpleBodylink:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color:#ec8423;
      line-height: 1.23em;
    #mobile{
      width: 100%;
      background-color: #bd2137;
      display: block;
      float: left;
    #mobileHP{
      width: 100%;
      background-color: #FFFFFF;
      display: block;
      float: left;
      color: #bd2137;
    a.mobileMenuhpHP {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      color:#bd2137;
      text-align:center;
      padding-top:10px;
      padding-bottom:10px;
      text-decoration:none;
    a.mobileMenuhpHP:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      color:#ec8423;
      text-align:center;
      padding-top:10px;
      padding-bottom:10px;
      text-decoration:none;
    a.mobileMenuhp {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      color:#FFF;
      text-align:center;
      padding-top:10px;
      padding-bottom:10px;
      text-decoration:none;
    a.mobileMenuhp:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      color:#ec8423;
      text-align:center;
      padding-top:10px;
      padding-bottom:10px;
      text-decoration:none;
    #topnav {
      clear: both;
      float: left;
      margin-left: -1000px;
      width: 100%;
      display: block;
    #midnav {
      clear: both;
      float: left;
      margin-left:-1000px;
      width: 100%;
      display: block;
    #MenuBar1 > li:hover > a {
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
    #bodycontent {
      clear: both;
      float: left;
      margin-left: 10px;
      margin-right: 30px;
      margin-top: -135px;
      margin-bottom: auto;
      width: 95%;
      display: block;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    .GreyHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #58595b;
      font-weight: bold;
    .BodyCopy {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height: 1.5em;
      color: #58595b;
      padding-right:20px;
    .BodyItal {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-style:italic;
      font-size:.85em;
      line-height:1.5em;
      color: #58595b;
    a.redLink {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#bd2137;
    .redLink:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#ec8423;
    a.orangeLink {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#ec8423;
    .orangeLink:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#bd2137;
    a.purpleLink {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#643f99;
    .purpleLink:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#ec8423;
    a.Lrg-redLink {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #bd2137;
    .Lrg-redLink:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #ec8423;
    #blogroll {
      clear: both;
      float: left;
      margin-right:-2500px;
      width: 100%;
      display: block;
    #footer {
      clear: both;
      float: left;
      margin-left:0px;
      width: 100%;
      display: block;
    a.viewSite {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      color: #bd2137;
      text-decoration: underline;
    a.viewSite:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      color: #ec8423;
      text-decoration: underline;
    #socialMediaMobile {
      float: right;
      width: 45%;
      height:auto;
      padding-top:5px;
      padding-bottom:5px;
      margin-top:0px;
      margin-right:0px;
      text-align:right;
      line-height:35px;
    #mobile-menu {
      clear: none;
      float:left;
      margin-left:3%;
      width:31.0344%;
      display: block;
      text-align: center;
      background-color: #bd2137;
      color: #FFF;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      padding-top: 10px;
      padding-bottom: 10px;
      border-right-width: thin;
      border-left-width: thin;
      border-right-style: solid;
      border-left-style: solid;
      border-right-color: #FFF;
      border-left-color: #FFF;
    #mobile-backHP {
      clear: both;
      float: left;
      margin-left: 0;
      width: 31.0344%;
      display: block;
      text-align: center;
      background-color: #FFF;
      color: #bd2137;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      padding-top: 10px;
      padding-bottom: 10px;
    #mobile-loginHP {
      clear: none;
      float: right;
      margin-left: 0%;
      width: 31.0344%;
      display: block;
      text-align: center;
      background-color: #FFFFFF;
      color: #bd2137;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      padding-top: 10px;
      padding-bottom: 10px;
    #mobile-back {
      clear: both;
      float: left;
      margin-left: 0;
      width: 31.0344%;
      display: block;
      text-align: center;
      background-color: #bd2137;
      color: #FFF;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      padding-top: 10px;
      padding-bottom: 10px;
    #mobile-login {
      clear: none;
      float: right;
      margin-left: 0%;
      width: 31.0344%;
      display: block;
      text-align: center;
      background-color: #bd2137;
      color: #FFF;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      padding-top: 10px;
      padding-bottom: 10px;
    #missionStatement {
      clear: both;
      float: left;
      margin-left:0px;
      margin-top: 10px;
      width: 100%;
      display: block;
      background-color: #7d7e7f;
      padding: 0px;
    .missionStatement {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.1em;
      color: #FFF;
      text-align: center;
      font-style: italic;
    #footerCopy {
      float: left;
      width: 100%;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 0.85em;
      text-align:center;
      color: #bd2137;
    #footerCopyMobile {
      float: left;
      width: 100%;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 0.85em;
      text-align:center;
    #connectUs {
      float: right;
      width: 100%;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px;
    #social-media {
      width: 100%;
      float:left;
      text-align:center;
    #smicon {
      width: 100%;
      float:left;
      text-align:center;
      margin-bottom:10px;
    #column1 {
      width:100%;
      float:left;
    #column2 {
      width: 100%;
      float:left;
    #column3 {
      width:100%;
      float:left;
    #column4 {
      margin: 0px;
      padding: 0px;
      float: left;
      width: 100%;
      margin-top:-20px;
    #column5 {
      float:left;
      width: 100%;
      margin: 0px;
      padding: 0px;
      margin-top:-20px;
    #rowColumns {
      float: left;
      width: 100%;
      margin-bottom: 20px;
    #rowClmn1 {
      float: left;
      width: 100%;
      margin-left: 10px;
    #rowClmn2 {
      width: 100%;
      margin-left: 10px;
      float: left;
    #rowClmn3 {
      float: left;
      width: 100%;
      margin-left: 10px;
    #newsletter {
      width:200px;
      height: auto;
      margin-right: 20px;
      padding: 5px;
      float: left;
      text-align: center;
      border: thin groove #CCCCCC;
      background-color: #EFEFEF;
    #corpBuild {
      background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/building-tab.jpg );
      background-repeat: no-repeat;
      background-position: left top;
      float: left;
      width: 100%;
      height: 136px;
      padding-bottom:20px;
    #corpBuildLin {
      background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/lincoln-office-p ic.jpg);
      background-repeat: no-repeat;
      background-position: left top;
      float: left;
      width: 100%;
      height: 136px;
      padding-bottom:30px;
    #mobileContactPg {
      margin-bottom:0px;
      padding: 0px;
      float: left;
      width: 100%;
      height:auto;
      text-align:center;
      line-height:50px;
    #desktopContactPg {
      margin-top:-5000px;
      padding: 0px;
      float: left;
      width: 100%;
    #icons {
      text-align: center;
      float: left;
      width: 0%;!important
    #ptBoarder {
      padding-right:15px;
      padding-bottom:15px;
      float:left;
      width: 50%;
      margin-top:20px;
      margin-bottom:20px;
    #eoq {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #eoq1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #eoq2 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #SafetyTip {
      clear: both;
      float: left;
      margin-left: 0;
      width: 90%;
      display: block;
      padding: 10px;
      border: thin solid #CCC;
    #NationalRates {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:25px;
      width: 100%;
      display: block;
    #metroRates {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #tables {
      margin: 0px;
      padding: 0px;
      float: left;
      height:auto;
      width: 100%;
    #charts {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #chart1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #chart2 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    /* Tablet Layout: 592px. Inherits styles from: Mobile Layout. *************************************/
    @media only screen and (min-width: 592px) {
    .gridContainer {
      width: 91.14%;
      padding-left: 0.93%;
      padding-right: 0.93%;
      background-color:#FFF;
    #LayoutDiv1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 69.3877%;
      display: block;
      background-color:#FFF;
    #logo {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:10px;
      width: 59.1836%;
      display: block;
    #login {
      clear: none;
      float: right;
      margin-left: 2.0408%;
      margin-bottom:10px;
      margin-right:20px;
      margin-top:50px;
      width: 18.3673%;
      display: block;
      text-align:right;
    a.login {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      color: #bd2137;
      text-decoration: none;
      text-align:right;
    a.login:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      color: #ec8423;
      text-decoration: none;
      text-align:right;
    .redBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #bd2137;
      line-height: 1.23em;
    .orangeBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #ec8423;
      line-height: 1.23em;
    .purpleBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #643f99;
      line-height: 1.23em;
    #topnav {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:10px;
      width: 100%;
      display: block;
    #tl {
      height: auto;
      width: 14.2857142857143%;
      padding-top: 10px;
      float: left;
      text-align:center;
      font-size:1em;
    a.topnav {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #58595b;
      padding-top: 0px;
      padding-right:0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-left:0px;
      margin-right:0px;
      text-decoration: none;
    .topnav:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #bd2137;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left:0px;
      margin-left:0px;
      margin-right: 0px;
      text-decoration: none;
      text-align: right;
    .topnav:visited {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #58595b;
      padding-top: 0px;
      padding-right:0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-left:0px;
      margin-right:0px;
      text-decoration: none;
    #midnav {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      height:100%;
      display: block;
    #MenuBar1 > li:hover > a {
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
    #isbtn-findAjob {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findAjob:hover {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findAjob:active {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findTalent {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #ec8423;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findTalent:hover {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #ec8423;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-forEmployees {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #643f99;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
    padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-forEmployees:hover {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #643f99;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #bodycontent {
      clear: both;
      float: left;
      margin-left:20px;
      margin-right:20px;
      width: 95%;
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 0px 0px opx 0px;
    .GreyHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #58595b;
      font-weight: bold;
    .RedHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #bd2137;
      font-weight: bold;
    .BodyCopy {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height: 1.5em;
      color: #58595b;
    .BodyItal {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-style:italic;
      font-size:.85em;
      line-height:1.5em;
      color: #58595b;
    a.redLink {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#bd2137;
    .redLink:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#ec8423;
    a.Lrg-redLink {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #bd2137;
    .Lrg-redLink:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #ec8423;
    #blogroll {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #footer {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #mobile{
      width: 100%;
      background-color: #bd2137;
      display: block;
      float: left;
      margin-left:-5000px;
    #mobile-menu {
      clear: both;
      float: left;
      margin-left: -1000px;
      width: 18.3673%;
      display: block;
    #mobile-back {
      clear: both;
      float: left;
      margin-left:-1000px;
      width: 31.0344%;
      display: block;
      text-align:center;
    #mobile-login {
      clear: none;
      float: left;
      margin-left: -1000px;
      width: 31.0344%;
      display: block;
      text-align: center;
      border-right-width: thin;
      border-right-style: solid;
      border-right-color: #F66;
      background-color: #bd2137;
      color: #FFF;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
    #missionStatement {
      clear: both;
      float: left;
      margin-left: 0px;
      width: 100%;
      display: block;
      background-color: #7d7e7f;
      padding:0px;
    .missionStatement {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.1em;
      color: #FFF;
      text-align: center;
      font-style: italic;
    a.viewSite {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      color:#FFF;
      text-decoration: underline;
    a.viewSite:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      color: #ec8423;
      text-decoration: underline;
    #footerCopy {
      float: left;
      width: 50%;
      text-align:left;
    #connectUs {
      float: right;
      width: 100%;
      text-align: right;
    #social-media {
      width: 50%;
      float: right;
      text-align: right;
    #social-mediaHP {
      width: auto;
      float: right;
      text-align: right;
      padding-right: 0px;
      padding-top: 0px;
      margin-top: 10px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    #smicon {
      width: 100%;
      float: right;
      text-align: right;
    #desktopContact {
      float: left;
      width: 100%;
    #column1 {
      width:45%;
      float:left;
      margin-right:30px;
    #column2 {
      width:45%;
      float:left;
    #column3 {
      width:45;
      float:left;
    #column4 {
      margin: 0px;
      padding: 0px;
      float: left;
      width: 70%;
    #column5 {
      float: right;
      width: 25%;
      margin: 0px;
      padding: 0px;
    #column6 {
      width: 30%;
      float: left;
      margin-right: 20px;
    #column7 {
      width: 30%;
      float: left;
      margin-left: 0px;
    #column8 {
      width: 30%;
      float: left;
      text-align: left;
      margin-left: 10px;
      margin-right: 0px;
    #newsletter {
      width: 160px;
      height: auto;
      padding: 5px;
      float: left;
      text-align: center;
      border: thin groove #CCCCCC;
      background-color: #EFEFEF;
    #corpBuild {
      background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/building-tab.jpg );
      background-repeat: no-repeat;
      background-position: left top;
      float: left;
      width: 100%;
      height: 136px;
      padding-bottom:20px;
    #mobileContactPg {
      margin-left:-5000px;
      padding: 0px;
      float: left;
      width: 100%;
    #desktopContactPg {
      margin: 0px;
      padding: 0px;
      float: left;
      width: 100%;
    #icons {
      text-align: right;
      float: left;
      width: 100%;
    #ptBoarder {
      padding-right:15px;
      padding-bottom:15px;
      float:left;
      width: 35%;
      margin-top:20px;
      margin-bottom:20px;
    #eoq {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #eoq1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #eoq2 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #SafetyTip {
      clear: both;
      float: left;
      margin-left: 0;
      width: 97%;
      display: block;
      padding: 10px;
      border: thin solid #CCC;
    #NationalRates {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:25px;
      width: 100%;
      display: block;
    #metroRates {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #tables {
      margin: 0px;
      padding: 0px;
      float: left;
      height: auto;
      width: 100%;
    #charts {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #chart1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #chart2 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    /* Tablet Layout: 768px. Inherits styles from: Mobile Layout. *************************************/
    @media only screen and (min-width: 768px) {
    .gridContainer {
      width: 91.14%;
      padding-left: 0.93%;
      padding-right: 0.93%;
      background-color:#FFF;
    #LayoutDiv1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
      background-color:#FFF;
    #logo {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:10px;
      width: 59.1836%;
      display: block;
      text-align:left;
    #login {
      clear: none;
      float: right;
      margin-left: 2.0408%;
      margin-bottom:10px;
      margin-right:20px;
      margin-top:50px;
      width: 18.3673%;
      display: block;
      text-align:right;
    a.login {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      color: #bd2137;
      text-decoration: none;
      text-align:right;
    a.login:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      color: #ec8423;
      text-decoration: none;
      text-align:right;
    .redBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #bd2137;
      line-height: 1.23em;
    .orangeBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #ec8423;
      line-height: 1.23em;
    .purpleBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #643f99;
      line-height: 1.23em;
    #topnav {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:10px;
      width: 100%;
      display: block;
    #tl {
      height: auto;
      width: 14.2857142857143%;
      padding-top: 10px;
      float: left;
      text-align:center;
      font-size:1em;
    a.topnav {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #58595b;
      padding-top: 0px;
      padding-right:0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-left:0px;
      margin-right:0px;
      text-decoration: none;
    .topnav:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #bd2137;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left:0px;
      margin-left:0px;
      margin-right: 0px;
      text-decoration: none;
      text-align: right;
    .topnav:visited {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #58595b;
      padding-top: 0px;
      padding-right:0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-left:0px;
      margin-right:0px;
      text-decoration: none;
    #midnav {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      height:100%;
      display: block;
    #MenuBar1 > li:hover > a {
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
    #isbtn-findAjob {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findAjob:hover {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findAjob:active {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
    padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findTalent {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #ec8423;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findTalent:hover {
      font-family: "Century Gothic";
      font-size:1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #ec8423;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-forEmployees {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #643f99;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
    padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-forEmployees:hover {
      font-family: "Century Gothic";
      font-size:1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #643f99;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
    padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #bodycontent {
      clear: both;
      float: left;
      margin-left:20px;
      margin-right:20px;
      width: 95%;
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 0px 0px opx 0px;
    .GreyHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #58595b;
      font-weight: bold;
    .RedHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #bd2137;
      font-weight: bold;
    .OrangeHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #ec8423;
      font-weight: bold;
    .PurpleHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #643f99;
      font-weight: bold;
    .BodyCopy {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height: 1.5em;
      color: #58595b;
    .BodyItal {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-style:italic;
      font-size:.85em;
      line-height:1.5em;
      color: #58595b;
    a.redLink {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#bd2137;
    .redLink:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#ec8423;
    a.Lrg-redLink {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #bd2137;
    .Lrg-redLink:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #ec8423;
    #blogroll {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #footer {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #mobile{
      width: 100%;
      background-color: #bd2137;
      display: block;
      float: left;
      margin-left:-5000px;
    #mobile-menu {
      clear: both;
      float: left;
      margin-left: -1000px;
      width: 18.3673%;
      display: block;
    #mobile-back {
      clear: both;
      float: left;
      margin-left:-1000px;
      width: 31.0344%;
      display: block;
      text-align:center;
    #mobile-login {
      clear: none;
      float: left;
      margin-left: -1000px;
      width: 31.0344%;
      display: block;
      text-align: center;
      border-right-width: thin;
      border-right-style: solid;
      border-right-color: #F66;
      background-color: #bd2137;
      color: #FFF;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
    #missionStatement {
      clear: both;
      float: left;
      margin-left: 0px;
      width: 100%;
      display: block;
      background-color: #7d7e7f;
      padding:0px;
    .missionStatement {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.1em;
      color: #FFF;
      text-align: center;
      font-style: italic;
    a.viewSite {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      color:#FFF;
      text-decoration: underline;
    a.viewSite:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      color: #ec8423;
      text-decoration: underline;
    #footerCopy {
      float: left;
      width: 50%;
      text-align:left;
    #connectUs {
      float: right;
      width: 100%;
      text-align: right;
    #social-media {
      width: 50%;
      float: right;
      text-align: right;
    #smicon {
      width: 100%;
      float: right;
      text-align: right;
    #desktopContact {
      float: left;
      width: 100%;
    #column1 {
      width:45%;
      float:left;
      margin-right:30px;
    #column2 {
      width:45%;
      float:left;
    #column3 {
      width:45;
      float:left;
    #newsletter {
      width: 165px;
      height: auto;
      padding: 5px;
      float: left;
      text-align: center;
      border: thin groove #CCCCCC;
      background-color: #EFEFEF;
    #corpBuild {
      background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/building-tab.jpg );
      background-repeat: no-repeat;
      background-position: left top;
      float: left;
      width: 100%;
      height: 136px;
      padding-bottom:20px;
    #mobileContactPg {
      margin-left:-5000px;
      padding: 0px;
      float: left;
      width: 100%;
    #desktopContactPg {
      margin: 0px;
      padding: 0px;
      float: left;
      width: 100%;
    #column4 {
      padding: 0px;
      float: left;
      width: 70%;
      margin-top: -20px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    #column5 {
      float: right;
      width: 25%;
      padding: 0px;
      margin-top: -20px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    #column6 {
      width: 50%;
      float: left;
      margin-right: 50px;
    #column7 {
      width: 30%;
      float: left;
      margin-left: 50px;
    #column8 {
      width: 20%;
      float: right;
      text-align: left;
      margin-left: 0px;
      margin-right: 100px;
    #rowColumns {
      float: left;
      width: 100%;
      margin-bottom: 20px;
    #rowClmn1 {
      float: left;
      width: 25%;
      margin-left: 20px;
    #rowClmn2 {
      width: 25%;
      margin-left: 10px;
      float: left;
    #rowClmn3 {
      float: left;
      width: 25%;
      margin-left: 10px;
    #icons {
      text-align: right;
      float: left;
      width: 100%;
    #ptBoarder {
      padding-right:10px;
      padding-bottom:15px;
      float:left;
      width: 35%;
      margin-top:20px;
      margin-bottom:20px;
    #eoq {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #eoq1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 27.5362%;
      display: block;
    #eoq2 {
      clear: none;
      float: left;
      margin-left: 1.4492%;
      width: 71.0144%;
      display: block;
    #SafetyTip {
      clear: both;
      float: left;
      margin-left: 0;
      width: 98%;
      display: block;
      padding: 10px;
      border: thin solid #CCC;
    #NationalRates {
      clear: both;
      float: left;
      margin-left: 0px;
      width: 100%;
      display: block;
      margin-bottom: 25px;
      padding: 0px;
    #metroRates {
      clear: both;
      float: left;
      margin-left: 0px;
      width: 100%;
      display: block;
    #tables {
      margin: 0px;
      padding: 0px;
      float: left;
      height: auto;
      width: 100%;
    #charts {
      clear: both;
      margin-left: 0;
      width: 100%;
      display: block;
    #chart1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 40%;
      display: block;
      margin-bottom: 0px;
    #chart2 {
      clear: both;
      margin-left: 0;
      width: 45%;
      display: block;
      float: right;
    /* Tablet Layout: 1000px. Inherits styles from: Mobile Layout. *************************************/
    @media only screen and (min-width: 1000px) {
    .gridContainer {
      width: 91.14%;
      padding-left: 0.93%;
      padding-right: 0.93%;
      background-color:#FFF;
    #LayoutDiv1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
      background-color:#FFF;
    #logo {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:10px;
      width: 59.1836%;
      display: block;
      text-align:left;
    #login {
      clear: none;
      float: right;
      margin-left: 2.0408%;
      margin-bottom:10px;
      margin-right:20px;
      margin-top:50px;
      width: 18.3673%;
      display: block;
      text-align:right;
    a.login {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      color: #bd2137;
      text-decoration: none;
      text-align:right;
    a.login:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      color: #ec8423;
      text-decoration: none;
      text-align:right;
    .redBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #bd2137;
      line-height: 1.23em;
    .orangeBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #ec8423;
      line-height: 1.23em;
    .purpleBody {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.23em;
      color: #643f99;
      line-height: 1.23em;
    #topnav {
      clear: both;
      float: left;
      margin-left: 0;
      margin-bottom:10px;
      width: 100%;
      display: block;
    #tl {
      height: auto;
      width: 14.2857142857143%;
      padding-top: 10px;
      float: left;
      text-align:center;
      font-size:1em;
    a.topnav {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #58595b;
      padding-top: 0px;
      padding-right:0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-left:0px;
      margin-right:0px;
      text-decoration: none;
    .topnav:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #bd2137;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left:0px;
      margin-left:0px;
      margin-right: 0px;
      text-decoration: none;
      text-align: right;
    .topnav:visited {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      color: #58595b;
      padding-top: 0px;
      padding-right:0px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-left:0px;
      margin-right:0px;
      text-decoration: none;
    #midnav {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      height:100%;
      display: block;
    #MenuBar1 > li:hover > a {
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
    #isbtn-findAjob {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findAjob:hover {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom: 10px;
      padding-left: 0px;
    #isbtn-findAjob:active {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #bd2137;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findTalent {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #ec8423;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-findTalent:hover {
      font-family: "Century Gothic";
      font-size:1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #ec8423;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-forEmployees {
      font-family: "Century Gothic";
      font-size: 1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #643f99;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #isbtn-forEmployees:hover {
      font-family: "Century Gothic";
      font-size:1.8em;
      color: #FFF;
      text-decoration: none;
      background-color: #643f99;
      background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
      background-repeat: no-repeat;
      background-position: right center;
      height: 35px;
      text-align: center;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom:10px;
      padding-left: 0px;
    #bodycontent {
      clear: both;
      float: left;
      margin-left:20px;
      margin-right:20px;
      width: 95%;
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 0px 0px opx 0px;
    .GreyHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #58595b;
      font-weight: bold;
    .RedHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #bd2137;
      font-weight: bold;
    .OrangeHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #ec8423;
      font-weight: bold;
    .PurpleHeader {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      color: #643f99;
      font-weight: bold;
    .BodyCopy {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height: 1.5em;
      color: #58595b;
    .BodyItal {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-style:italic;
      font-size:.85em;
      line-height:1.5em;
      color: #58595b;
    a.redLink {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#bd2137;
    .redLink:hover {
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:1em;
      line-height:1.5em;
      color:#ec8423;
    a.Lrg-redLink {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #bd2137;
    .Lrg-redLink:hover {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.5em;
      color: #ec8423;
    #blogroll {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #footer {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    #mobile{
      width: 100%;
      background-color: #bd2137;
      display: block;
      float: left

    Thanks!
    "Nancy O." <[email protected]> wrote:
    Nancy O.  created the discussion
    "Fluid grid with added media queries not working with "
    To view the discussion, visit: https://forums.adobe.com/message/6496730#6496730
    >

  • Microphone of my iphone is not working when i call anyone nobody can listen but me, its working with headphone but its also working with videocam recording, please help me to solve this probelm.

    microphone of my iphone is not working when i call anyone nobody can listen me its working with headphone. but it is working with videocam recording, please help me to solve this probelm.

    Try this:
    1. Reset the iPhone by pressing and holding the sleep/wake and home buttons and releasing them, when the Apple logo appears on the display. Now test again.
    2. If the issue persists: Restore the iPhone without any of your own content, using this description from Apple: http://support.apple.com/kb/HT4137
    3. If the issue persists, Your iPhone need repair.

  • Does a laptop with Intel HD 4400 graphics work with creative cloud software, or do I NEED Nvidia or AMD?

    Does a laptop with Intel HD 4400 graphics work with creative cloud software, or do I NEED to have Nvidia or AMD graphics

    Creative Cloud has MANY programs Explore Adobe desktop apps | Adobe Creative Cloud so the answer is most likely going to be specific to the program
    Work... yes... work WELL with something like Premiere Pro... no

  • If i bought iphone 5s from apple retail store on t mobile with free contract and with full price it will work with egypt's local carrier ????

    If i bought iphone 5s from apple retail store on t mobile with free contract and with full price it will work with egypt's local carrier ????

    Yes

  • My camera works with the photobooth and with skype but does not work with online applications such as "lolcam from facebook" or "faceonthehole" application. Please help

    My camera works with the photobooth and with skype but does not work with other applications like the "lolcam" from facebook or the " faceonthe hole" application. Can anyone help?

    There was a issue with school computers being used to spy on kids in their bedrooms, Mac's were involved.
    So Apple most likely tightened the API's to only select, trustworthy companies as not to abuse the web cam access priviledge.
    If you want to use a web cam with these other programs and services, you'll likely have to buy a third party USB one, so you can manually disconnect it.
    There isn't a way to physcially disconnect the built in web cam on Mac's without busting open the machine.

  • My head phone jack isn't working. Only works with the new headphones that have three rings at the bottom. My regular ones with two rings don't work with the computer anymore. Anyone know a fix?

    My head phone jack isn't working. Only works with the new headphones that have three rings at the bottom. My regular ones with two rings don't work with the computer anymore. Anyone know a fix? Ive tried reseting my computer and that didnt work

    Get the new keyboard at eBay and replace by yourself may be cheaper way, though you're required higher skill and well know about MacBook Air.
    http://www.ebay.com/sch/i.html?_from=R40&_trksid=p2050601.m570.l1313.TR0.TRC0.H0 .Xmacbook+air+2011+keyboard&_nkw=macbook+air+2011+keyboard&_sacat=0
    https://www.youtube.com/watch?v=gLbasVD69xo

Maybe you are looking for

  • My iphone5s screen turned blue then grey. i've just updated it to ios7.1 two weeks ago. tried restoring through itunes but it says error 40. how to fix?

    Hi, i've just updated my iphone 5s to ios7.1 two weeks ago, however, 4 days ago, my phone's screen turned blue then grey. I have tried restoring it through i tunes but itunes keep saying error 40. Can this still be fixed? or does it need a replacemen

  • Power info. inconsistent

    Sometimes, my PowerBook's battery doesn't last very long (10-15 min.). It doesn't show a low battery warning any more. Every time, when I check, the info. under "Power" are different. The 'condition' has always been "good", but charge numbers and cyc

  • Job not getting triggered for Multiple Scheduler Events

    hi, I would like a job to be triggered for multiple scheduler events, subscribing to a single event works fine. But, when I set multiple event condition, nothing works. My objective is to run a job, whenever job starts or restarts or exceeds max run

  • Audition CS6 midi controllers

    I am beyond frustrated that Adobe has always dropped the ball when it comes to midi controllers. I use a very popular widely used controller; AKAI MPK. Other programs like FL studios have a generic interface for midi controllers that you can assign.

  • GPS info in photo

    We took a picture at a small fruit stand in Puerto Rico. We'd like to send the owner a small gift. Is there'd a way to find the address from the GPS info in the photo?