Pulseaudio not starting via xinit

Hi,
I know there are a lot of existing topics about pulseaudio, but I couldn't find a solution for my problem:
I've done a basic installation (Beginners Guide) on my Acer Revo 3700. No desktop environment has been installed, since I only want to use XBMC and this can be started automatically with systemd (works like a charme ). For the video driver I'm using nouveau and for sound I first used pure ALSA, which worked great! But I want pulseaudio for handling the sound, because when starting e.g. snes with advanced launcher, XBMC blocks the sound card (as far as I understand it...)
On the wiki for pulseaudio, it says, that it starts automatically when xinit is started, so after booting I check the status of xbmc and this is what I get:
[root@xbmc ~]# systemctl status xbmc
xbmc.service - Starts instance of XBMC using xinit
Loaded: loaded (/usr/lib/systemd/system/xbmc.service; enabled)
Active: active (running) since Di 2013-04-02 17:33:14 CEST; 2min 18s ago
Main PID: 662 (xinit)
CGroup: name=systemd:/system/xbmc.service
ââ662 /usr/bin/xinit /usr/bin/xbmc-standalone -- :0 -nolisten tcp
ââ663 X :0 -nolisten tcp
ââ666 /bin/sh /usr/bin/xbmc-standalone
ââ676 dbus-launch --autolaunch 3cbba0f6c27746bb9113e71d08d7eaa5 --binary-syntax --close-stderr
ââ677 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
ââ685 /bin/sh /usr/bin/xbmc --standalone
ââ694 /usr/lib/xbmc/xbmc.bin --standalone
Apr 02 17:33:14 xbmc xinit[662]: Initializing built-in extension XFree86-VidModeExtension
Apr 02 17:33:14 xbmc xinit[662]: Initializing built-in extension XFree86-DGA
Apr 02 17:33:14 xbmc xinit[662]: Initializing built-in extension XFree86-DRI
Apr 02 17:33:14 xbmc xinit[662]: Initializing built-in extension DRI2
Apr 02 17:33:14 xbmc xinit[662]: Loading extension GLX
Apr 02 17:33:14 xbmc xinit[662]: resize called 1920 1080
Apr 02 17:33:16 xbmc pulseaudio[672]: [pulseaudio] module-gconf.c: Unable to read or parse data from client.
Apr 02 17:33:16 xbmc pulseaudio[672]: [pulseaudio] module.c: Failed to load module "module-gconf" (argument: ""): initialization failed.
Apr 02 17:33:16 xbmc pulseaudio[672]: [pulseaudio] main.c: Module load failed.
Apr 02 17:34:51 xbmc xinit[662]: no talloc stackframe around, leaking memory
So I disabled this gconf-section in /etc/pulse/default.pa, and restarted xbmc. Now there are no error-lines from pulseaudio, but it is still not running (ps -ef | grep pulse)
On the other hand, if run pulseaudio (/usr/bin/start-pulseaudio-x11) directly, it starts. Furthermore (!) after killing the manually started process, I restart xbmc and pulseaudio gets started too!
So why doesn't it start directly after booting? (Unfortunately I don't know in what log-files I have to search )
Anyway: I still do not have sound (although in XBMC the audio output device is shown as Defaults (PulseAudio)... I think that's because the wrong device is set as default. I know that the right device is 1:7, but adding the line
load-module module-alsa-source device=hw:1,7
to /etc/pulse/default.pa, only brings up this error:
pulseaudio[629]: [pulseaudio] module.c: Failed to load module "module-alsa-source" (argument: "device=hw:1,7"): initialization failed.
output of aplay:
[xbmc@xbmc ~]$ LANGUAGE=en_US aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
I would really appreciate any hint, because I'm already quite frustrated...
If any information is missing, please ask!
Thx in advance!
Last edited by zorr (2013-04-02 17:35:52)

After being not very productive the last days, I faced the problem again, but I wasn't very successful. At least I was able to gather some additional information:
If I understood correctly, the command load-module module-alsa-source in /etc/pulse/default.pa is loading a module for sound input (~ recording) and not output. So I changed the line to load-module module-alsa-sink device=hw:1,7  sink_name=hdmi17. (the output is via HDMI) Now when I restart xbmc and move the cursor through the menu (where a sound should be played), I did this:
[root@xbmc ~]# fuser -v /dev/snd/*
USER PID ACCESS COMMAND
/dev/snd/controlC0: xbmc 572 F.... pulseaudio
/dev/snd/controlC1: xbmc 572 F.... pulseaudio
/dev/snd/pcmC0D0p: xbmc 572 F...m pulseaudio
/dev/snd/pcmC1D7p: xbmc 572 F...m pulseaudio
After a while the output changes to:
[root@xbmc ~]# fuser -v /dev/snd/*
USER PID ACCESS COMMAND
/dev/snd/controlC0: xbmc 572 F.... pulseaudio
/dev/snd/controlC1: xbmc 572 F.... pulseaudio
/dev/snd/pcmC0D0p: xbmc 572 F...m pulseaudio
-> the correct device disappears and it seems that it tries to use pcmC0D0p for output.
So the correct device is only "used" for half a minute or so after starting xbmc.
this is the complete output of pulseaudio:
I [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
I [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
D [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
I [pulseaudio] core-util.c: Failed to acquire high-priority scheduling: Permission denied
I [pulseaudio] main.c: This is PulseAudio 3.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 -D_FORTIFY_SOURCE=2 -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 -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option
D [pulseaudio] main.c: Running on host: Linux x86_64 3.8.5-1-ARCH #1 SMP PREEMPT Fri Mar 29 19:18:14 CET 2013
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 3cbba0f6c27746bb9113e71d08d7eaa5.
I [pulseaudio] main.c: Using runtime directory /var/lib/xbmc/.config/pulse/3cbba0f6c27746bb9113e71d08d7eaa5-runtime.
I [pulseaudio] main.c: Using state directory /var/lib/xbmc/.config/pulse.
I [pulseaudio] main.c: Using modules directory /usr/lib/pulse-3.0/modules.
I [pulseaudio] main.c: Running in system mode: no
W [pulseaudio] pid.c: Stale PID file, overwriting.
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 SSSE3
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 '/var/lib/xbmc/.config/pulse/3cbba0f6c27746bb9113e71d08d7eaa5-device-volumes.tdb'
I [pulseaudio] module-device-restore.c: Successfully opened database file '/var/lib/xbmc/.config/pulse/3cbba0f6c27746bb9113e71d08d7eaa5-device-volumes'.
I [pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
D [pulseaudio] database-tdb.c: Opened TDB database '/var/lib/xbmc/.config/pulse/3cbba0f6c27746bb9113e71d08d7eaa5-stream-volumes.tdb'
I [pulseaudio] module-stream-restore.c: Successfully opened database file '/var/lib/xbmc/.config/pulse/3cbba0f6c27746bb9113e71d08d7eaa5-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 '/var/lib/xbmc/.config/pulse/3cbba0f6c27746bb9113e71d08d7eaa5-card-database.tdb'
I [pulseaudio] module-card-restore.c: Successfully opened database file '/var/lib/xbmc/.config/pulse/3cbba0f6c27746bb9113e71d08d7eaa5-card-database'.
I [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
I [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
D [pulseaudio] alsa-util.c: Trying hw:1,7 with SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open hw:1,7
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 hw:1,7.
I [pulseaudio] alsa-sink.c: Successfully enabled mmap() mode.
I [pulseaudio] alsa-sink.c: Successfully enabled timer-based scheduling mode.
I [pulseaudio] sink.c: Created sink 0 "hdmi17" 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 = "7"
I [pulseaudio] sink.c: alsa.card = "1"
I [pulseaudio] sink.c: alsa.card_name = "HDA NVidia"
I [pulseaudio] sink.c: alsa.long_card_name = "HDA NVidia at 0xfcf7c000 irq 17"
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:1c.0/0000:01:00.1/sound/card1"
I [pulseaudio] sink.c: device.bus = "pci"
I [pulseaudio] sink.c: device.vendor.id = "10de"
I [pulseaudio] sink.c: device.vendor.name = "NVIDIA Corporation"
I [pulseaudio] sink.c: device.product.id = "0be3"
I [pulseaudio] sink.c: device.product.name = "High Definition Audio Controller"
I [pulseaudio] sink.c: device.string = "hw:1,7"
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.description = "High Definition Audio Controller"
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 "hdmi17.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I [pulseaudio] source.c: device.description = "Monitor of High Definition Audio Controller"
I [pulseaudio] source.c: device.class = "monitor"
I [pulseaudio] source.c: device.icon_name = "audio-input-microphone"
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-util.c: snd_pcm_dump():
D [pulseaudio] alsa-util.c: Hardware PCM card 1 'HDA NVidia' device 7 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] alsa-sink.c: Thread starting up
I [alsa-sink] core-util.c: Failed to acquire real-time scheduling: Permission denied
I [alsa-sink] alsa-sink.c: Starting playback.
D [alsa-sink] alsa-sink.c: Cutting sleep time for the initial iterations by half.
D [alsa-sink] alsa-sink.c: Cutting sleep time for the initial iterations by half.
D [pulseaudio] module-device-restore.c: Could not set format on sink hdmi17
I [pulseaudio] module.c: Loaded "module-alsa-sink" (index: #4; argument: "device=hw:1,7 sink_name=hdmi17").
D [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-3.0/modules/module-udev-detect.so': success
D [alsa-sink] alsa-sink.c: Cutting sleep time for the initial iterations by half.
D [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
D [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:1b.0/sound/card0 is busy: no
D [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="0" name="pci-0000_00_1b.0" card_name="alsa_card.pci-0000_00_1b.0" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes card_properties="module-udev-detect.discovered=1"'
D [pulseaudio] dbus-util.c: Successfully connected to D-Bus session bus 9c22446eaf123566ea07285f5161d331 as :1.0
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 Intel/HDA Intel.conf
I [pulseaudio] (alsa-lib)parser.c: error: could not parse configuration for card HDA Intel
I [pulseaudio] (alsa-lib)main.c: error: failed to import HDA Intel use case configuration -2
I [pulseaudio] alsa-ucm.c: UCM not available for card HDA Intel
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-microphone-front'
D [pulseaudio] alsa-mixer.c: Probe of jack 'Front Mic Jack' succeeded (not found)
D [pulseaudio] alsa-mixer.c: Probe of element 'Front 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 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
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=2, 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=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=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' 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-microphone-front', none of required-any elements preset.
D [pulseaudio] alsa-mixer.c: Probing path 'analog-input-microphone-rear'
D [pulseaudio] alsa-mixer.c: Probe of jack 'Rear Mic Jack' succeeded (not found)
D [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' 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 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
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=2, 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=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=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' 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-microphone-rear', none of required-any elements preset.
D [pulseaudio] alsa-mixer.c: Probing path 'analog-input-microphone-internal'
D [pulseaudio] alsa-mixer.c: Probe of jack 'Mic Jack' succeeded (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 (not found)
D [pulseaudio] alsa-mixer.c: Probe of jack 'Rear Mic Jack' succeeded (not found)
D [pulseaudio] alsa-mixer.c: Probe of jack 'Internal Mic Phantom Jack' succeeded (not found)
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 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
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=2, 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=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' 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=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' 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-microphone-internal', none of required-any elements preset.
D [pulseaudio] alsa-mixer.c: Probing path 'analog-input-microphone-dock'
D [pulseaudio] alsa-mixer.c: Probe of jack 'Dock Mic Jack' succeeded (not found)
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 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
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=2, 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=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' 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=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' 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-microphone-dock', 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' 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 '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 'Internal Mic Boost' 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 'Rear Mic Boost' 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' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Input Source Select' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
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 Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Digital Input Source' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Analog Source' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Shared Mic/Line in' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Capture Boost' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Auto Gain Control' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probing path 'analog-input-microphone'
D [pulseaudio] alsa-mixer.c: Probe of jack 'Mic Jack' succeeded (found!)
D [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=1, 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 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
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=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' 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=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' 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-linein'
D [pulseaudio] alsa-mixer.c: Probe of jack 'Line 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=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 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
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=2, 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=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' 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' 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-linein', 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 '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-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' 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-radio'
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'
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=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' failed.
D [pulseaudio] alsa-mixer.c: Probing path 'analog-input-microphone'
D [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Mic Jack' succeeded (not found)
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 'Capture' succeeded (volume=1, switch=1, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
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=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=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' 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=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' 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-microphone', none of required-any elements preset.
D [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D [pulseaudio] alsa-mixer.c: Path Set 0x1fabdf0, direction=2
D [pulseaudio] alsa-mixer.c: Path analog-input (Analog Input), direction=2, priority=100, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=31, min_dB=-13,5, max_dB=33
D [pulseaudio] alsa-mixer.c: Element Capture, direction=2, switch=1, volume=1, volume_limit=-1, enumeration=0, required=2, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
D [pulseaudio] alsa-mixer.c: Path analog-input-microphone (Microphone), direction=2, priority=87, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=3, min_dB=-13,5, max_dB=63
D [pulseaudio] alsa-mixer.c: Element 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 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: Jack Mic, alsa_name='Mic Jack', detection possible
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:0 with SND_PCM_NO_AUTO_FORMAT ...
I [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D1c' failed (-2)
I [pulseaudio] alsa-util.c: Error opening PCM device iec958:0: 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: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 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: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: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 output: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-output'
D [pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Line HP Swap' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Speaker' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Desktop Speaker' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Front' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Rear' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Surround' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Side' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Center' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'LFE' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'CLFE' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'PCM' succeeded (volume=1, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'External Amplifier' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Bass Boost' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'IEC958' succeeded (volume=0, switch=2, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'IEC958 Optical Raw' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Analog Output' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probing path 'analog-output-speaker'
D [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Jack' succeeded (found!)
D [pulseaudio] alsa-mixer.c: Probe of jack 'Front Headphone Jack' succeeded (not found)
D [pulseaudio] alsa-mixer.c: Probe of jack 'Speaker Phantom Jack' succeeded (not found)
D [pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Speaker' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Desktop Speaker' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Front' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Front Speaker' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Rear' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Surround' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Surround Speaker' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Side' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Center' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Center Speaker' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'LFE' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'LFE Speaker' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Bass Speaker' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'CLFE' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'PCM' succeeded (volume=1, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'External Amplifier' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Bass Boost' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'IEC958' succeeded (volume=0, switch=2, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'IEC958 Optical Raw' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Analog Output' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Skipping path 'analog-output-speaker', none of required-any elements preset.
D [pulseaudio] alsa-mixer.c: Probing path 'analog-output-speaker'
D [pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Speaker' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Desktop Speaker' failed.
D [pulseaudio] alsa-mixer.c: Probing path 'analog-output-headphones'
D [pulseaudio] alsa-mixer.c: Probe of jack 'Front Headphone Jack' succeeded (not found)
D [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Jack' succeeded (found!)
D [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Mic Jack' succeeded (not found)
D [pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Line HP Swap' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Speaker' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Desktop Speaker' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Front' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Rear' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Surround' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Side' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Center' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'LFE' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'PCM' succeeded (volume=1, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'External Amplifier' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Bass Boost' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'IEC958' succeeded (volume=0, switch=2, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'IEC958 Optical Raw' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Analog Output' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probing path 'analog-output-headphones'
D [pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' failed.
D [pulseaudio] alsa-mixer.c: Probing path 'analog-output-mono'
D [pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=2, switch=2, enumeration=0).
D [pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' failed.
D [pulseaudio] alsa-mixer.c: Removing path 'analog-output' as it is a subset of 'analog-output-headphones'.
D [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
D [pulseaudio] alsa-mixer.c: Path Set 0x1fd13d0, direction=1
D [pulseaudio] alsa-mixer.c: Path analog-output-headphones (Headphones), direction=1, priority=90, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=64, min_dB=-115, max_dB=0
D [pulseaudio] alsa-mixer.c: Element Master, direction=1, 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 PCM, direction=1, switch=0, 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 IEC958, direction=1, switch=2, volume=0, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
D [pulseaudio] alsa-mixer.c: Jack Front Headphone, alsa_name='Front Headphone Jack', detection unavailable
D [pulseaudio] alsa-mixer.c: Jack Headphone, alsa_name='Headphone Jack', detection possible
D [pulseaudio] alsa-mixer.c: Jack Headphone Mic, alsa_name='Headphone Mic Jack', detection unavailable
D [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-mono - will not be able to open input:analog-mono
D [pulseaudio] alsa-mixer.c: Looking at profile output:analog-stereo+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 output:analog-stereo+input:analog-stereo supported.
D [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:iec958-stereo - will not be able to open input:iec958-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:0 with SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open surround40:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(4) failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying surround40:0 without SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open surround40:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(4) failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying plug:surround40:0 with SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open plug:surround40:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(4) failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying plug:surround40:0 without SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open plug:surround40:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(4) failed: Invalid argument
I [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround40:0: Invalid argument
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: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:0 with SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open surround41:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying surround41:0 without SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open surround41:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying plug:surround41:0 with SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open plug:surround41:0
I [pulseaudio] (alsa-lib)pcm_params.c: Slave PCM not usable
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying plug:surround41:0 without SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open plug:surround41:0
I [pulseaudio] (alsa-lib)pcm_params.c: Slave PCM not usable
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Invalid argument
I [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround41:0: Invalid argument
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: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:0 with SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open surround50:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying surround50:0 without SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open surround50:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying plug:surround50:0 with SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open plug:surround50:0
I [pulseaudio] (alsa-lib)pcm_params.c: Slave PCM not usable
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying plug:surround50:0 without SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open plug:surround50:0
I [pulseaudio] (alsa-lib)pcm_params.c: Slave PCM not usable
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Invalid argument
I [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround50:0: Invalid argument
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: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:0 with SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open surround51:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(6) failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying surround51:0 without SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open surround51:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(6) failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying plug:surround51:0 with SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open plug:surround51:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(6) failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying plug:surround51:0 without SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open plug:surround51:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(6) failed: Invalid argument
I [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround51:0: Invalid argument
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: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:0 with SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open surround71:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(8) failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying surround71:0 without SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open surround71:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(8) failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying plug:surround71:0 with SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open plug:surround71:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(8) failed: Invalid argument
D [pulseaudio] alsa-util.c: Trying plug:surround71:0 without SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open plug:surround71:0
D [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(8) failed: Invalid argument
I [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround71:0: Invalid argument
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: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:0 with SND_PCM_NO_AUTO_FORMAT ...
D [pulseaudio] alsa-util.c: Managed to open iec958: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 output:iec958-stereo supported.
I [pulseaudio] (alsa-lib)control.c: Invalid CTL iec958:0
I [pulseaudio] alsa-util.c: Unable to attach to mixer iec958:0: No such file or directory
I [pulseau

Similar Messages

  • Front Row & Leopard - app will not start via remote or via Applications

    I recently upgraded to Leopard. Front Row does not start via either remote or the Applications folder. I get "Application Front Row quit unexpectedly" dialogue box repeatedly. Anyone else seeing this? What can I do? I get the following Report:
    Process: Front Row [286]
    Path: /System/Library/CoreServices/Front Row.app/Contents/MacOS/Front Row
    Identifier: Front Row
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: launchd [138]
    Date/Time: 2007-11-06 21:47:28.082 -0500
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Dyld Error Message:
    Library not loaded: /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    Referenced from: /System/Library/Frameworks/DVDPlayback.framework/Versions/A/DVDPlayback
    Reason: image not found

    Welcome to the Apple Discussions!
    I would suggest you use the Accounts System Preferences to create a new user. Log out and log in as the new user. Does the same thing happen to the new user? If so, you have a system-wide problem that may require re-installing Mac OS X. If they don't encounter the same error, then there's some preference or setting in your user's folder that's causing the problem. I'm not really sure, but the "missing image" line at the bottom would seem to me something that might require you to re-install Mac OS X...
    -Doug

  • Pulseaudio not starting

    30 minutes back from now everything worked fine. Updated Arch, and now i see the volume applet in Gnome does not start...ok...
    (gnome-sound-applet:1480): sound-cc-panel-WARNING **: Failed to connect context: Connection refused
    Hm...pulseaudio also does not work...
    E: [pulseaudio] module.c: Failed to open module "module-cork-music-on-phone": file not found
    E: [pulseaudio] main.c: Module load failed.
    E: [pulseaudio] main.c: Failed to initialize daemon.
    So any ideas?

    marvn wrote:
    h54 wrote:
    omer666 wrote:
    What is this pacnew file ? Where is it located ? I've got no message from pacman, nothing in /etc. Also I tried the default.pa trick but it was already this way. I don't have any sound and I'm really loosing my tempe
    [Edit] Resolved !
    Don't ever try to solve problems on the evening. The master channel was mutted after the update because my soundcard is not well recognised, that's all. Got to do some tricks and that will work fine.
    [Edit 2] In the end it seems that I was using a deprecated asoundrc.conf in /etc.
    How exactly did you fix it?  I am getting no sound (tray icon flickers) when I attempt to configure and test speakers/sound devices.  I even clean installed a few times just to make sure that I didn't mess something up.
    There are no pacnew files either...
    look into /etc/pluse/ dir, there should be default.pa and default.pa.pacnew. use the pacnew (mv default.pa.pacnew dafault.pa) or merge it somehow. "pulseaudio --start" to test if it's starting. if it does, reboot and everything should be working again...
    Thanks, thats exactly where I looked once it updated and there was no pacnew.  This is so confounding because I've dealt with pacnew files before and it has never been an issue.  I'm formatting again just to make sure.
    Thanks for the reply.

  • [solved]PulseAudio not starting

    Hello,
    I have card
    Audio device: ATI Technologies Inc RV710/730
    Here is the output of pulseaudio -vvv
    [artur@myhost ~]$ pulseaudio -vvv
    I: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    I: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
    D: core-rtclock.c: Timer slack is set to 50 us.
    I: core-util.c: Failed to acquire high-priority scheduling: Permission denied
    I: main.c: This is PulseAudio 0.9.22
    D: main.c: Compilation host: i686-pc-linux-gnu
    D: main.c: Compilation CFLAGS: -march=i686 -mtune=generic -O2 -pipe -Wall -W -Wextra -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2 -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option
    D: main.c: Running on host: Linux i686 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011
    D: main.c: Found 2 CPUs.
    I: main.c: Page size is 4096 bytes
    D: main.c: Compiled with Valgrind support: no
    D: main.c: Running in valgrind mode: no
    D: main.c: Running in VM: no
    D: main.c: Optimized build: yes
    D: main.c: All asserts enabled.
    I: main.c: Machine ID is 977dc0d3771acb51b972c2b8000001de.
    I: main.c: Using runtime directory /home/artur/.pulse/977dc0d3771acb51b972c2b8000001de-runtime.
    I: main.c: Using state directory /home/artur/.pulse.
    I: main.c: Using modules directory /usr/lib/pulse-0.9.22/modules.
    I: main.c: Running in system mode: no
    I: main.c: Fresh high-resolution timers available! Bon appetit!
    I: cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 SSSE3 SSE4_1
    I: svolume_mmx.c: Initialising MMX optimized functions.
    I: remap_mmx.c: Initialising MMX optimized remappers.
    I: svolume_sse.c: Initialising SSE2 optimized functions.
    I: remap_sse.c: Initialising SSE2 optimized remappers.
    I: sconv_sse.c: Initialising SSE2 optimized conversions.
    D: 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 65496
    D: database-tdb.c: Opened TDB database '/home/artur/.pulse/977dc0d3771acb51b972c2b8000001de-device-volumes.tdb'
    I: module-device-restore.c: Sucessfully opened database file '/home/artur/.pulse/977dc0d3771acb51b972c2b8000001de-device-volumes'.
    I: module.c: Loaded "module-device-restore" (index: #0; argument: "").
    D: database-tdb.c: Opened TDB database '/home/artur/.pulse/977dc0d3771acb51b972c2b8000001de-stream-volumes.tdb'
    I: module-stream-restore.c: Sucessfully opened database file '/home/artur/.pulse/977dc0d3771acb51b972c2b8000001de-stream-volumes'.
    I: module.c: Loaded "module-stream-restore" (index: #1; argument: "").
    D: database-tdb.c: Opened TDB database '/home/artur/.pulse/977dc0d3771acb51b972c2b8000001de-card-database.tdb'
    I: module-card-restore.c: Sucessfully opened database file '/home/artur/.pulse/977dc0d3771acb51b972c2b8000001de-card-database'.
    I: module.c: Loaded "module-card-restore" (index: #2; argument: "").
    I: module.c: Loaded "module-augment-properties" (index: #3; argument: "").
    D: cli-command.c: Checking for existance of '/usr/lib/pulse-0.9.22/modules/module-udev-detect.so': success
    D: module-udev-detect.c: /dev/snd/controlC1 is accessible: no
    D: module-udev-detect.c: /dev/snd/controlC0 is accessible: no
    I: module-udev-detect.c: Found 2 cards.
    I: module.c: Loaded "module-udev-detect" (index: #4; argument: "").
    D: cli-command.c: Checking for existance of '/usr/lib/pulse-0.9.22/modules/module-bluetooth-discover.so': success
    D: dbus-util.c: Successfully connected to D-Bus system bus 5b0524221b017c86bfd569d900000008 as :1.14
    D: bluetooth-util.c: dbus: interface=org.freedesktop.DBus, path=/org/freedesktop/DBus, member=NameAcquired
    D: bluetooth-util.c: Bluetooth daemon is apparently not available.
    I: module.c: Loaded "module-bluetooth-discover" (index: #5; argument: "").
    D: cli-command.c: Checking for existance of '/usr/lib/pulse-0.9.22/modules/module-esound-protocol-unix.so': success
    I: module.c: Loaded "module-esound-protocol-unix" (index: #6; argument: "").
    I: module.c: Loaded "module-native-protocol-unix" (index: #7; argument: "").
    D: cli-command.c: Checking for existance of '/usr/lib/pulse-0.9.22/modules/module-gconf.so': success
    I: module.c: Loaded "module-gconf" (index: #8; argument: "").
    I: module-default-device-restore.c: Saved default sink 'auto_null' not existant, not restoring default sink setting.
    I: module-default-device-restore.c: Saved default source 'auto_null.monitor' not existant, not restoring default source setting.
    I: module.c: Loaded "module-default-device-restore" (index: #9; argument: "").
    I: module.c: Loaded "module-rescue-streams" (index: #10; argument: "").
    D: module-always-sink.c: Autoloading null-sink as no other sinks detected.
    I: sink.c: Created sink 0 "auto_null" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    I: sink.c: device.description = "Dummy Output"
    I: sink.c: device.class = "abstract"
    I: sink.c: device.icon_name = "audio-card"
    D: core-subscribe.c: Dropped redundant event due to change event.
    I: source.c: Created source 0 "auto_null.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    I: source.c: device.description = "Monitor of Dummy Output"
    I: source.c: device.class = "monitor"
    I: source.c: device.icon_name = "audio-input-microphone"
    D: module-null-sink.c: Thread starting up
    I: module.c: Loaded "module-null-sink" (index: #11; argument: "sink_name=auto_null sink_properties='device.description="Dummy Output"'").
    I: module.c: Loaded "module-always-sink" (index: #12; argument: "").
    I: module.c: Loaded "module-intended-roles" (index: #13; argument: "").
    D: module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    I: module.c: Loaded "module-suspend-on-idle" (index: #14; argument: "").
    E: module-console-kit.c: GetSessionsForUnixUser() call failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files
    E: module.c: Failed to load module "module-console-kit" (argument: ""): initialization failed.
    I: module.c: Loaded "module-position-event-sounds" (index: #15; argument: "").
    I: module.c: Loaded "module-cork-music-on-phone" (index: #16; argument: "").
    E: main.c: Module load failed.
    D: dbus-util.c: Successfully connected to D-Bus session bus 18b3894595c9b2b2f974b3c200000013 as :1.14
    D: main.c: Got org.pulseaudio.Server!
    I: main.c: Daemon startup complete.
    I: module-suspend-on-idle.c: Sink auto_null idle for too long, suspending ...
    D: sink.c: Suspend cause of sink auto_null is 0x0004, suspending
    D: core-subscribe.c: Dropped redundant event due to change event.
    I am using openbox no kde or gnome installed. I consult wiki but can't find answer
    Thanks in advance
    Best regards
    Last edited by latorion (2011-05-02 19:51:20)

    Does it really exit? It's not really saying anything about that.
    I see two problems in the log - I don't know if they're fatal. Starting openbox with "exec ck-launch-session openbox-session" and putting yourself in the audio group (gpasswd -a artur audio) might help.

  • PulseAudio can not start

    PulseAudio always stop recently with some unknow problem
    sometimes it can be solved by restart the daemon manually
    but sometimes even can not start the daemon
    i've try to restart alsa but still can not start pulseaudio
    the only one way to let my system have sound is reboot
    i just want to kown why?
    because always reboot is troublesome
    $ sudo /etc/rc.d/alsa restart
    :: Saving ALSA Levels [DONE]
    :: Restoring ALSA Levels [DONE]
    $ sudo /etc/rc.d/pulseaudio restart
    :: Stopping PulseAudio [DONE]
    :: Starting PulseAudio [FAIL]
    Last edited by Quetalocatl (2008-09-08 14:26:07)

    You don't need ck-launch-session nor be in the audio group (or anything other than users). You shouldn't run pulseaudio system-wide either.
    For logind permissions to be applied to X it needs to be started on the same tty which you logged in on. Most Display Managers should handle this correctly.
    Please paste your ~/.xinitrc, the output of pacman -Q xorg-xinit and lastly; Update: Are you currently booting with systemd?
    Edit: The reason your sound isn't working is because you don't have an authenticated session on tty2, this means that the ACL's drop the permissions. See here (again) and take note of '/usr/lib/udev/rules.d/70-uaccess.rules'. Follow the rest of that section and the link to Preserving your Session.
    Last edited by Earnestly (2012-11-05 00:30:01)

  • WWW service is not able to start via Microsoft Failover Cluster generic service resource

    Environment
    Cluster Nodes = two
    Cluster Nodes OS = Windows 2008R2
    Application = IIS
    Query
    I created generic service resources of many windows services under Microsoft Failover Cluster and they are failing over successfully but when I create a generic service resource for WWW, then the WWW service is not able to online
    via Microsoft Failover Cluster. It stuck in online pending.
    I have noticed two things.
    1.) If the WWW service is set to manual and started at passive node and I manually restart the Active node then the WWW service successfully switch over to stand by/passive node. but if the WWW service is set to
    manual and not started on stand by/Passive node then the WWW service is not failing over.
    2.) if I kill the WWW service manually (as a test case) on Active Node via this command (taskkill /f /pid XXXX) then the WWW service failed and is not failing
    over to standby/passive node.
    Any comment will be appreciated. Thanks. Zahid Haseeb.

    The problem is resolved. I feel that it will be helpful to other people who may face the same problem which I faced, so I wrote a blog on "How to configure IIS Web Site and Application Pool in Microsoft Failover Cluster" and mentioned almost all activities
    which I have done. Kindly see the resolution under section "Configure some changes in Cluster Configuration" in the below link
    http://zahidhaseeb.wordpress.com/2014/02/12/how-to-configure-iis-web-site-and-application-pool-in-microsoft-failover-cluster/
    Any comment will be appreciated. Thanks. Zahid Haseeb.

  • My Photoshop Elements does not start any more. It gives response "Photoshop elements cannot start or continue because of missing file(s). Please reinstall." How do I get the installing file again (I bought it via internet the first time december 2013?)

    My Photoshop Elements does not start any more. It gives response "Photoshop elements cannot start or continue because of missing file(s). Please reinstall." How do I get the installing file again (I bought it from Adobe via internet the first time december 2013?)

    Did you download the Basic/Free version?
    I also thought the Trial period was as long as you needed!?
    What is your Warranty and Return Policy?
    You get to use VueScan for as long as you want before you buy it, so we recommend you test it before you buy it to make sure it meets your needs.
    All sales are final and there are no refunds.
    Isn't this a bit harsh? Naah I actually prefer to solve problems, and if I offer refunds, people give up too easily. If I can't solve your problem after you send a few Problem Reports (see above), I'm happy to give a refund.
    http://www.hamrick.com/sup.html#q

  • Can not start instance SAP - ABAP Database is not available via R3trans

    Dear all !
    My OS : Linux RHEL 4U7 32bit
    Oracle 10G R2 32bit 10.2.0.2
    when system running but  power off suddenly
    and when power on ->
    i am having problem as below when i start instance SAP (Databse Oracle Started)
    Step 1 : I login user (ora<sid>) of Oracel to start up database
    Database startup -> OK
    then i tried to shutdown database -> OK too
    and start up again -> OK
    Query -> OK
    I think Database do not problem
    Step 2: start listener -> OK
    Step 3: i login user (<sid>adm) and startup instance SAP (command : startsap r3) with error:
    Checking SED Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    11:11:48 10.02.2010   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.90 700 - Intel x86 with Linux, PL:75, Aug 29 2006
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    The OS Collector (PID 6870) is already running .....
    saposcol already running
    ABAP Database SED must be started first
    Please help me to resolve this problem
    Thanks for your advice

    Dear all !
    1. output of tnsping SED :
    TNS Ping Utility for Linux: Version 10.2.0.2.0 - Production on 11-FEB-2010 13:51:24
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /oracle/SED/102_32/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD)(PROTOCOL = TCP)(HOST = sapsed)(PORT = 1527))) (CONNECT_DATA = (SID = SED) (GLOBAL_NAME = SED.WORLD)))
    OK (0 msec)
    2. output startsap_.log
    Checking SED Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    saposcol already running
    ABAP Database SED must be started first
    ---> output above repeats many
    3. output trans.log
    4 ETW000 R3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 11.02.2010 - 13:49:36
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Thu Feb 11 13:49:36 2010                             159  0.000159
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    27  0.000186
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             55  0.000241
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/SED/SYS/exe/run/dboraslib.so' ...
    4 ETW000                                                                              63  0.000304
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/SED/SYS/exe/run/dboraslib.so), hdl 0
    4 ETW000                                                                           16430  0.016734
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/SED/SYS/exe/run/dboraslib.so' loaded
    4 ETW000                                                                              56  0.016790
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/SED/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              41  0.016831
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/SED/SYS/exe/run/dboraslib.so' is "700.08", patchlevel (0.73)
    4 ETW000                                                                              94  0.016925
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/SED/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              38  0.016963
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/SED/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              68  0.017031
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              44  0.017075
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              46  0.017121
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         38  0.017159
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              37  0.017196
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              39  0.017235
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.2.0'                  480  0.017715
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         42  0.017757
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.UTF8          3789  0.021546
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password           48  0.021594
    4 ETW000  [dev trc     ,00000]  Connecting as /@SED on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              51  0.021645
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              43  0.021688
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1  0x9511ea0  0x951750c  0x9516d94
    4 ETW000                                                                              40  0.021728
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0       40  0.021768
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      52  0.021820
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server SED (con_hdl=0,svchp=0x9516d20,svrhp=0x9528504)
    4 ETW000                                                                              88  0.021908
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCIServerAttach' failed: rc = 12505
    4 ETW000                                                                            4712  0.026620
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12505'
    4 ETW000                                                                              49  0.026669
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  62  0.026731
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@SED on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              39  0.026770
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              56  0.026826
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1  0x9511ea0  0x951750c  0x9516d94
    4 ETW000                                                                              47  0.026873
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=0,svrhp=0x9528504)
    4 ETW000                                                                              37  0.026910
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0x9516d20,srvhp=0x9528504)
    4 ETW000                                                                              37  0.026947
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 0x9528504          45  0.026992
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      48  0.027040
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server SED (con_hdl=0,svchp=0x9516d20,svrhp=0x9528504)
    4 ETW000                                                                              60  0.027100
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCIServerAttach' failed: rc = 12505
    4 ETW000                                                                            1538  0.028638
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12505'
    4 ETW000                                                                              41  0.028679
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 12505  performing CON [dblink#3 @ 431]
    4 ETW000                                                                             131  0.028810
    4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-12505: TNS:listener does not currently know of SID given in connect descriptor [dblink#3 @ 431]
    4 ETW000                                                                              39  0.028849
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'SED'"
    thansk for your help
    Edited by: myfriend280985 on Feb 11, 2010 7:53 AM

  • After removing illustrator (it was not starting) i can no longer download it again via CC

    after removing illustrator (it was not starting) i can no longer download it again via CC

    How much space is there according to airport utility?
    TM can be fussy.. Do a factory reset of the TC and give it a new name. Use short, no space and pure alphanumeric type names..
    And reset TM. See A4 here. http://pondini.org/TM/Troubleshooting.html
    Then set up TM again to the TC and see if TM will start .. the reset will not hurt the backup and TM can still find it on a renamed TC.

  • "can not start a job" issue in AWM

    Hi ALL,
    I am maintaining my cube from PLSQL with following options
    1. buildtype = "BACKGROUND"
    2. trackstatus = "true"
    3. maxjobqueues = 3
    i get following error when i see the "olapsys.xml_load_log" table
    ***Error Occured: Failed to Build(Refresh) DB_OWNER.MY_ANALYTICAL_WORKSPACE Analytic Workspace. Can not start a job.
    Can anybody explain when and why this error occurs? I have wasted a lot of time searching for this issue, but have found no person facing such issue.
    Hi Keith, it will be great if you can answer this one.
    My database version is 10.2.0.4.0 and AWM version is also 10.2.0.3.0
    Kind Regards,
    QQ
    Message was edited by:
    dwh_10g

    Applies to:
    Oracle OLAP - Version: 10.1 to 11.1
    This problem can occur on any platform.
    Symptoms
    - We have an AW maintenance / refresh script or procedure that contains BuildType="BACKGROUND", so that the AW maintenance task will be sent to the Oracle Job queue.
    - When we execute the AW maintenance / refresh script or procedure, we do not get any errors in the foreground, the script/procedure has been executed successfully.
    - However when we look into the build/refresh log (see <Note 351688.1> for details) we see that the maintenance/refresh task failed with:
    13:29:39 Failed to Submit a Job to Build(Refresh) Analytic Workspace <schema>.<AW Name>.
    13:29:39 ***Error Occured in BUILD_DRIVER
    - In the generated SQL trace for the session of the user who launches the AW build/refresh script or procedure, we see that ORA-27486 insufficient privileges error occurred at creation of the job.
    We see from the relevant bit of the SQL trace that err=27486 occured while executing the #20 statement which is 'begin DBMS_SCHEDULER.CREATE_JOB ...', and the statement is parsed and tried to be executed as user having uid=91:
    PARSING IN CURSOR #20 len=118 dep=2 uid=91 oct=47 lid=91 tim=1176987702199571
    hv=1976722458 ad='76dd8bcc'
    begin
    DBMS_SCHEDULER.CREATE_JOB(:1, 'plsql_block', :2, 0, null, null, null,
    'DEFAULT_JOB_CLASS', true, true, :3); end;
    END OF STMT
    PARSE
    #20:c=1000,e=1100,p=0,cr=0,cu=0,mis=1,r=0,dep=2,og=1,tim=1176987702199561
    EXEC #20:c=65990,e=125465,p=10,cr=1090,cu=3,mis=1,r=0,dep=2,og=1,tim=
    1176987702325167
    ERROR #20:err=27486 tim=465202984
    Cause
    User who tries to create a job (executes DBMS_SCHEDULER.CREATE_JOB() procedure) does not have the sufficient privileges.
    Solution
    1. Identify the user under which the job is supposed to be created. This user is not necessarily the same as the user who launched AW build/refresh script or procedure. Get the corresponding username from one of the %_USERS views e.g. from ALL_USERS.
    e.g.
    SELECT user_id,username FROM all_users WHERE user_id=91;
    2. Identify the system privileges currently assigned to the user by connecting as the user whom the privileges need to be determined, and execute:
    SELECT * FROM SESSION_PRIVS ORDER BY PRIVILEGE;
    3. Ensure that the CREATE JOB privilege is listed.
    The CREATE JOB privilege can be granted in various ways to a user:
    - via role OLAP_USER or via role OLAP_DBA (see view ROLE_SYS_PRIVS for what privs are assigned to a role):
    GRANT OLAP_USER TO <username>;
    - explicitly
    GRANT CREATE JOB TO <username>;

  • SAP system not starting or not able to logon to SAP system

    Hi All,
    Our OS is AIX5.3
    DB is Oracle 10.2
    And the machine is in cluster for HA. Cluster is running fine.
    I am starting SAP using startsap all, the command shows that database and all instances have been started successfully. But we are not able to logon to the system.
    Following is the output of startsap command and dpmon command :
    bash-3.00$ startsap all
    Checking ARP Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    14:45:38 11.10.2008   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.95 700 - AIX v11.15 5L-64 bit 080317
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    The OS Collector (PID 286752) is already running .....
    saposcol already running
    Running /usr/sap/ARP/SYS/exe/run/startdb
    Trying to start ARP database ...
    Log file: /home/arpadm/startdb.log
    ARP database started
    /usr/sap/ARP/SYS/exe/run/startdb completed successfully
    Starting SAP Instance ASCS00
    Startup-Log is written to /home/arpadm/startsap_ASCS00.log
    Instance Service on host sapprodail started
    Instance on host sapprodail started
    Starting SAP Instance DVEBMGS01
    Startup-Log is written to /home/arpadm/startsap_DVEBMGS01.log
    Instance Service on host sapprodail started
    Instance on host sapprodail started
    bash-3.00$
    bash-3.00$ dpmon
    dpmon=>sapparam(1c): No Profile used.
    dpmon=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    DpMonInit failed - possibly no dispatcher running
    DpMon: External/Internal dplib version: 110/237
    bash-3.00$
    Developer trace out put is as follows
    trc file: "dev_disp.new", trc level: 1, release: "700"
    sysno      01
    sid        ARP
    systemid   324 (IBM RS/6000 with AIX)
    relno      7000
    patchlevel 0
    patchno    159
    intno      20050900
    make:      single threaded, Unicode, 64 bit, optimized
    pid        295220
    Sat Oct 11 14:46:22 2008
    kernel runs with dp version 237000(ext=110000) (@(#) DPLIB-INT-VERSION-237000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 295220) [dpxxdisp.c   1254]
            shared lib "dw_xml.so" version 159 successfully loaded
            shared lib "dw_xtc.so" version 159 successfully loaded
            shared lib "dw_stl.so" version 159 successfully loaded
            shared lib "dw_gui.so" version 159 successfully loaded
            shared lib "dw_mdm.so" version 159 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >sapprodail_ARP_01                       <
    DpShMCreate: sizeof(wp_adm)             19200   (1600)
    DpShMCreate: sizeof(tm_adm)             5941560 (29560)
    DpShMCreate: sizeof(wp_ca_adm)          24000   (80)
    DpShMCreate: sizeof(appc_ca_adm)        8000    (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/548056/548064
    DpShMCreate: sizeof(comm_adm)           548064  (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0       (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)           0       (72)
    DpShMCreate: sizeof(vmc_adm)            0       (1864)
    DpShMCreate: sizeof(wall_adm)           (40056/36728/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY             (addr: 0x700000000126000, size: 6626392)
    DpShMCreate: allocated sys_adm at 0x700000000126000
    DpShMCreate: allocated wp_adm at 0x7000000001280f8
    DpShMCreate: allocated tm_adm_list at 0x70000000012cbf8
    DpShMCreate: allocated tm_adm at 0x70000000012cc58
    DpShMCreate: allocated wp_ca_adm at 0x7000000006d7590
    DpShMCreate: allocated appc_ca_adm at 0x7000000006dd350
    DpShMCreate: allocated comm_adm at 0x7000000006df290
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0x700000000764f70
    DpShMCreate: allocated gw_adm at 0x700000000764ff0
    dev_disp (58%)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)           0       (72)
    DpShMCreate: sizeof(vmc_adm)            0       (1864)
    DpShMCreate: sizeof(wall_adm)           (40056/36728/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY             (addr: 0x700000000126000, size: 6626392)
    DpShMCreate: allocated sys_adm at 0x700000000126000
    DpShMCreate: allocated wp_adm at 0x7000000001280f8
    DpShMCreate: allocated tm_adm_list at 0x70000000012cbf8
    DpShMCreate: allocated tm_adm at 0x70000000012cc58
    DpShMCreate: allocated wp_ca_adm at 0x7000000006d7590
    DpShMCreate: allocated appc_ca_adm at 0x7000000006dd350
    DpShMCreate: allocated comm_adm at 0x7000000006df290
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0x700000000764f70
    DpShMCreate: allocated gw_adm at 0x700000000764ff0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 0x700000000765020
    DpShMCreate: allocated wall_adm at 0x700000000765028
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    rdisp/queue_size_check_value :  -> off
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation std
    <ES> Info: use normal pages (no huge table support available)
    EsStdUnamFileMapInit: ES base = 0x0x700000030000000
    EsStdInit: Extended Memory 4092 MB allocated
    <ES> 1022 blocks reserved for free list.
    ES initialized.
    WLM Tag 'ARP/DSP' successfully set for this process
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1656]
    ***LOG Q0K=> DpMsAttach, mscon ( sapprodail) [dpxxdisp.c   11937]
    DpStartStopMsg: send start message (myname is >sapprodail_ARP_01                       <)
    DpStartStopMsg: start msg sent to message server o.k.
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: Checking Downtime Configuration of Monitoring Segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 159
    Release check o.K.
    Sat Oct 11 14:46:32 2008
    MBUF state ACTIVE
    DpModState: change server state from STARTING to ACTIVE
    Please help me step by step to solve this problem.
    Regards
    Edited by: Infoseek Sap123 on Oct 12, 2008 8:22 AM

    The command is
    dpmon pf=/usr/sap/SID/SYS/profile/<profile>
    Regards

  • HP TouchSmart application will not start

    We purchased an HP IQ 526 TouchSmart desktop with Windows Vista Home Premium 64-bit machine approximately two months ago. We use Clearwire to connect to the internet. About a month ago the HP TouchSmart applilcation stopped working. It will not start. Every time we try to start it we get the following error message:
    HP TouchSmart Calendar has stopped working
    A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
    Sometimes it says it's the HP TouchSmart Notes has stopped working or one of the other TouchSmart applications. I went to hp.com and updated all of the software for the TouchSmart application and Windows Vista. And I reguarly use Windows Update to ensure my OS is current with Microsoft security updates. I also updated the firmware. After these actions and rebooting many times the application would still not start. At this point I contacted HP customer support. We uninstalled HP TouchSmart, then reinstalled. This didn't work. I continue to see information events in the Windows Application Log almost every minute regarding HPTouchSmartCalendarNotes. They are typically the following messages over and over:
    Reminder clock elapsed event is successfully fired.
    CheckReminder() is executed successfully.
    ShowReminder() is executed successfully.
    After Fetching the XML nodes, checking for each node is done successfully in ShowReminder()
    Events in Events.xml Before Showing Reminder<DataRoot></DataRoot>
    I still have a case open with HP support and they said uinstalling the OS and reinstalling is likely the next step but I have to believe someone else has run into this issue or HP has a QFE for this issue. I really do not want to uninstall the OS and reinstall it. This has become very frustrating as the HP TouchSmart application is the primary reason we purchased the computer so my wife can manage our photos and music collection via the touch screen.
    If anyone has seen this before or has a solution I would love to hear about it. We are considering taking the computer back if we can not resolve this issue.
    On a related note and this might be a separate issue I continuously get HPTCS stopped working messages. I've searched the internet for what HPTCS.exe is and what is does but there is little to no information available.
    Please let me know or if there is additional information I could provide that would be useful for troubleshooting.
    Cheers,
    G

    Our machine was sent back to HP and they reformatted our hard drive and sent it back. Wow. Fantastic service. NOT!!!! I could have done that. Without debugging their own software to figure out why this was happening they reformatted the hard drive. I can only expect this problem will happen again since there must be a software update, etc... that is causing this behavior. I honestly do not know how to voice my disgust in their customer service. I have been a long time fan of HP and we basically only buy HP at work but this was the poorest display of customer service I have ever encountered. If your TouchSmart application stops working and the TouchSmart software updates do not resolve the problem you might as well pretend like you bought a normal computer without touch capabilities. Like buying an iPhone without it behaving like an iPhone.

  • Windows Server Backup scheduled task run successfully but backup do not start (not running) on Windows Server 2012

    Hi,
    A backup job has been setup on Windows Server 2012 (Platform: Win32NT; ServicePack: ; Version: 6.2.9200.0; VersionString : Microsoft Windows NT 6.2.9200.0) via Windows Backup Software UI (Local Backup 1.0).
    It is appearing as a scheduled task "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup" belonging to user 'nt authority\system' in task scheduler.
    The problem is that the Backup job never start despite the scheduled task running and completing successfully (when run automatically or manually)!
    Would you be able to explain why and assist in resolving that issue?
    Here is what we know:
    When the backup is run manually via the Windows Backup Software UI, it works fine.
    When the backup is run via command line (as set in schedule task) in a cmd command prompt (as local/domain 'administrator' or as 'nt authority\system' which is possible by running command prompt via 'PsExec.exe -i -s cmd'), something like "%windir%\System32\wbadmin.exe
    start backup -templateId:{f11eb3aa-74e7-4ff4-a57b-d8d567ee3f77} -quiet", it works fine.
    If you manually run the preset scheduled task while logged in as administrator, the task run and complete successfully but the backup job does not start.
    Idem if you schedule task is run automatically at scheduled time.
    The schedule task run and complete successfully but the backup job does not start.
    It is confirmed by running the following in a command prompt as 'nt authority\system':
    schtasks /run /tn "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup"
    SUCCESS: Attempted to run the scheduled task "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup".
    Despite success result, the Backup job does not start running...
    No errors or warning appears anywhere in Event Logs (Microsoft > Windows > Backup or Task Scheduler) nor in the scheduled task History tab. The schedule task complete successfully but no Backup job is run...
    If scheduled task automatically set by Windows Backup software is duplicated (copied) and set manually it runs fine as 'administrator' and as 'nt authority\system' (subject that 'nt authority\system' is added to the 'Backup Operators' AD group).
    Here is an export of the current pre-set schedule task, is there any settings that need to be changed to make it works?
    <?xml version="1.0" encoding="UTF-16"?>
    <Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
      <RegistrationInfo>
        <Author>MYDOMAIN\SERVER1</Author>
        <SecurityDescriptor>D:AR(A;OICI;GA;;;BA)(A;OICI;GR;;;BO)</SecurityDescriptor>
      </RegistrationInfo>
      <Triggers>
        <CalendarTrigger id="Trigger 1">
          <StartBoundary>2014-07-14T21:00:00</StartBoundary>
          <Enabled>true</Enabled>
          <ScheduleByDay>
            <DaysInterval>1</DaysInterval>
          </ScheduleByDay>
        </CalendarTrigger>
      </Triggers>
      <Principals>
        <Principal id="Author">
          <UserId>S-1-5-18</UserId>
          <RunLevel>HighestAvailable</RunLevel>
        </Principal>
      </Principals>
      <Settings>
        <MultipleInstancesPolicy>Parallel</MultipleInstancesPolicy>
        <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
        <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
        <AllowHardTerminate>true</AllowHardTerminate>
        <StartWhenAvailable>true</StartWhenAvailable>
        <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
        <IdleSettings>
          <StopOnIdleEnd>false</StopOnIdleEnd>
          <RestartOnIdle>false</RestartOnIdle>
        </IdleSettings>
        <AllowStartOnDemand>true</AllowStartOnDemand>
        <Enabled>true</Enabled>
        <Hidden>false</Hidden>
        <RunOnlyIfIdle>false</RunOnlyIfIdle>
        <DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
        <UseUnifiedSchedulingEngine>false</UseUnifiedSchedulingEngine>
        <WakeToRun>false</WakeToRun>
        <ExecutionTimeLimit>P3D</ExecutionTimeLimit>
        <Priority>7</Priority>
      </Settings>
      <Actions Context="Author">
        <Exec>
          <Command>%windir%\System32\wbadmin.exe</Command>
          <Arguments>start backup -templateId:{f11eb3aa-74e7-4ff4-a57b-d8d567ee3f77} -quiet</Arguments>
        </Exec>
      </Actions>
    </Task>
    Thank you in advance for your feedback.

    Once again, the issue is not to run the backup manually from the command line but to have it run via the scheduled task setup by the Windows Backup software.
    By default, the schedule task is to be run as NT Authority\System, and when run under this account, the backup does not start (even though account is member of Backup Operators) and job can manually be run via elevated command prompt. This is not a normal
    behavior and constitute a major bug in Windows Server 2012.
    From my understanding the NT Authority\System account is a built-in account from Windows that should by default be part of the Administrators group (built-in) even though it does not explicitly appears like it in AD by default.
    This account shall have by default Administrators rights and Backup Operators rights (via the Administrators group) without being explicitly added to those groups (http://msdn.microsoft.com/en-gb/library/windows/desktop/ms684190%28v=vs.85%29.aspx). By design
    it is supposed to be the most powerful account which has unrestricted access to all local system resources. If that is not the case (as it seems) then this would constitute a major bug in Windows Server 2012 edition.
    As said previously and as you confirmed, currently by default NT Authority\System on Windows 2012 server cannot start backup manually via an elevated command prompt unless it is manually added to Backup Operators (or Administrators) group. But wouldn't that
    constitute a bug of Windows Server 2012?
    Our server has not yet been restarted since I added NT Authority\System account to the Administrators group explicitly manually so I cannot yet confirmed it would sort the issue. Indeed it is heavily in use so cannot easily be restarted. Will confirm when
    done.
    We also have an additional problem where after a while of last reboot, part of the Exchange ECP can no longer be properly loaded in the web browser due to compilation error (compilation is done via NT Authority\System account which seems to no longer have
    sufficient right to compile .NET code). What is strange is that it works at first and then stop working at some point... I am hopeful that adding NT Authority\System to the Administrators group would sort this issue as well but once again, that shall not be
    needed!!!
    Could a Windows Server 2012 update introduced some security policy changes or else that prevent NT Authority\System to have full power?

  • Server 08 R2 DC - unable to open ADUC, netlogon does not start

    Hello everyone, and thank you in advance for any possible support.
    Note:  All identifying server/domain names have been replaced with "CORP" "Sub" and "Sibling" where appropriate.  Our forest consists of 3 domains - two which are 'siblings' at the top, CORP and Sibling, (corp being
    the primarily used one), and one which is a 'child' of Corp (Sub).
    Today we identified that on one of my domain controllers (named for this post, CORP-DC6) we are unable to open ADUC. This is only one of our 8 DC's, and it does not hold any FSMO roles; the only two important pieces on this server is that it's where we manage
    our OCS from (we use ADUC on this system to enable a user for OCS, create SIP addresses, etc) and that Certification Authority is installed on the system.
    Attempting to open ADUC gives error "Naming information cannot be located because: The target principal name is incorrect."
    Web searches for this prompted me to check DNS for issues.  In looking into DNS, I found that the system was somehow assigned a different IP address than it should have (it was now at 192.168.1.124 instead of 192.168.1.290 where it should have been).
     I moved the IP address back to the correct IP, and rebooted.  
    The issue was still there, so I continued searching; which lead me to a suggestion to check out my netlogon service.  I found that the Netlogon service was NOT running.   When attempting to start the service, it fails and I am presented wih the
    following error in the System event log:
    Log Name: System
    Source: Service Control Manager
    Date: 7/24/2013 10:54:59 AM
    Event ID: 7023
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: CORP-DC6.corp.com
    Description:
    The Netlogon service terminated with the following error:
    %%-1073741724
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
    <EventID Qualifiers="49152">7023</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8080000000000000</Keywords>
    <TimeCreated SystemTime="2013-07-24T14:54:59.175664400Z" />
    <EventRecordID>850085</EventRecordID>
    <Correlation />
    <Execution ProcessID="496" ThreadID="584" />
    <Channel>System</Channel>
    <Computer>CORP-DC6.corp.om</Computer>
    <Security />
    </System>
    <EventData>
    <Data Name="param1">Netlogon</Data>
    <Data Name="param2">%%-1073741724</Data>
    </EventData>
    </Event>
    Additionally, there is also this error:
    Log Name: System
    Source: NETLOGON
    Date: 7/24/2013 10:54:59 AM
    Event ID: 5602
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: CORP-DC6.corp.com
    Description:
    An internal error occurred while accessing the computer's local or network security database.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="NETLOGON" />
    <EventID Qualifiers="0">5602</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-07-24T14:54:59.000000000Z" />
    <EventRecordID>850083</EventRecordID>
    <Channel>System</Channel>
    <Computer>CORP-DC6.corp.com</Computer>
    <Security />
    </System>
    <EventData>
    <Data>%%1317</Data>
    <Binary>640000C0</Binary>
    </EventData>
    </Event>
    At this point, I've read a bunch of stuff online and not really found anything that has helped nor seemed completely relevant.
    Additional Info that may help out:
    When I open Server Manager, it seems to think the local system's name is WIN-3OL3DIFK4S instead of CORP-DC6; similarly opening Device Manager from w/in Server manger gives a message about managing a remote system; even though I am managing the local system.
    There are additional errors in the System and Application log which are certainly issues, but I do not know if they pertain to the main issue at hand here or not.
    Log Name: System
    Source: Microsoft-Windows-GroupPolicy
    Date: 7/24/2013 10:55:04 AM
    Event ID: 1055
    Task Category: None
    Level: Error
    Keywords:
    User: SYSTEM
    Computer: CORP-DC6.corp.com
    Description:
    The processing of Group Policy failed. Windows could not resolve the computer name. This could be caused by one of more of the following:
    a) Name Resolution failure on the current domain controller.
    b) Active Directory Replication Latency (an account created on another domain controller has not replicated to the current domain controller).
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-GroupPolicy" Guid="{AEA1B4FA-97D1-45F2-A64C-4D69FFFD92C9}" />
    <EventID>1055</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>1</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-07-24T14:55:04.448473700Z" />
    <EventRecordID>850088</EventRecordID>
    <Correlation ActivityID="{582C2637-5A99-47AE-B50C-C1A063DDABDC}" />
    <Execution ProcessID="888" ThreadID="1056" />
    <Channel>System</Channel>
    <Computer>CORP-DC6.corp.com</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <EventData>
    <Data Name="SupportInfo1">1</Data>
    <Data Name="SupportInfo2">1632</Data>
    <Data Name="ProcessingMode">1</Data>
    <Data Name="ProcessingTimeInMilliseconds">11762</Data>
    <Data Name="ErrorCode">5</Data>
    <Data Name="ErrorDescription">Access is denied. </Data>
    </EventData>
    </Event>
    Log Name: System
    Source: LsaSrv
    Date: 7/24/2013 10:55:13 AM
    Event ID: 40961
    Task Category: None
    Level: Warning
    Keywords:
    User: SYSTEM
    Computer: CORP-DC6.corp.com
    Description:
    The Security System could not establish a secured connection with the server ldap/corp-dc1.corp.com/[email protected]. No authentication protocol was available.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="LsaSrv" Guid="{199FE037-2B82-40A9-82AC-E1D46C792B99}" />
    <EventID>40961</EventID>
    <Version>0</Version>
    <Level>3</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-07-24T14:55:13.262489200Z" />
    <EventRecordID>850092</EventRecordID>
    <Correlation />
    <Execution ProcessID="504" ThreadID="1332" />
    <Channel>System</Channel>
    <Computer>CORP-DC6.corp.com</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <EventData>
    <Data Name="Target">ldap/CORP-dc1.corp.com/[email protected]</Data>
    </EventData>
    </Event>
    Log Name: System
    Source: Microsoft-Windows-DfsSvc
    Date: 7/24/2013 10:55:24 AM
    Event ID: 14548
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: CORP-DC6.corp.com
    Description:
    The DFS Namespace service could not initialize the trusted domain information on this domain controller, but it will periodically retry the operation. The return code is in the record data.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-DfsSvc" Guid="{7DA4FE0E-FD42-4708-9AA5-89B77A224885}" EventSourceName="DfsSvc" />
    <EventID Qualifiers="49152">14548</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-07-24T14:55:24.000000000Z" />
    <EventRecordID>850102</EventRecordID>
    <Correlation />
    <Execution ProcessID="0" ThreadID="0" />
    <Channel>System</Channel>
    <Computer>CORP-DC6.corp.com</Computer>
    <Security />
    </System>
    <EventData Name="DfsNoTrustedDomainInfo">
    <Binary>B5060000</Binary>
    </EventData>
    </Event>
    Log Name: System
    Source: Microsoft-Windows-Security-Kerberos
    Date: 7/24/2013 10:57:44 AM
    Event ID: 4
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: CORP-DC6.corp.com
    Description:
    The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server host/corp-dc1.corp.com. The target name used was cifs/corp-dc1.corp.com. This indicates that the target server failed to decrypt the ticket provided by the client. This can occur when the target server principal name (SPN) is registered on an account other than the account the target service is using. Please ensure that the target SPN is registered on, and only registered on, the account used by the server. This error can also happen when the target service is using a different password for the target service account than what the Kerberos Key Distribution Center (KDC) has for the target service account. Please ensure that the service on the server and the KDC are both updated to use the current password. If the server name is not fully qualified, and the target domain (CORP.COM) is different from the client domain (CORP.COM), check if there are identically named server accounts in these two domains, or use the fully-qualified name to identify the server.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-Security-Kerberos" Guid="{98E6CFCB-EE0A-41E0-A57B-622D4E1B30B1}" EventSourceName="Kerberos" />
    <EventID Qualifiers="16384">4</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-07-24T14:57:44.000000000Z" />
    <EventRecordID>850163</EventRecordID>
    <Correlation />
    <Execution ProcessID="0" ThreadID="0" />
    <Channel>System</Channel>
    <Computer>CORP-DC6.CORP.com</Computer>
    <Security />
    </System>
    <EventData>
    <Data Name="Server">host/corp-dc1.corp.com</Data>
    <Data Name="TargetRealm">CORP.COM</Data>
    <Data Name="Targetname">cifs/corp-dc1.corp.com</Data>
    <Data Name="ClientRealm">CORP.COM</Data>
    <Binary>
    </Binary>
    </EventData>
    </Event>
    There are also the following errors in the Application event log
    Log Name: Application
    Source: Microsoft-Windows-CertificationAuthority
    Date: 7/24/2013 10:55:13 AM
    Event ID: 91
    Task Category: None
    Level: Error
    Keywords: Classic
    User: SYSTEM
    Computer: CORP-DC6.corp.com
    Description:
    Could not connect to the Active Directory. Active Directory Certificate Services will retry when processing requires Active Directory access.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-CertificationAuthority" Guid="{6A71D062-9AFE-4F35-AD08-52134F85DFB9}" EventSourceName="CertSvc" />
    <EventID Qualifiers="49754">91</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-07-24T14:55:13.000000000Z" />
    <EventRecordID>254767</EventRecordID>
    <Correlation />
    <Execution ProcessID="0" ThreadID="0" />
    <Channel>Application</Channel>
    <Computer>CORP-DC6.corp.com</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <EventData Name="MSG_E_DS_RETRY">
    </EventData>
    </Event>
    Log Name: Application
    Source: Microsoft-Windows-CertificationAuthority
    Date: 7/24/2013 10:55:30 AM
    Event ID: 44
    Task Category: None
    Level: Error
    Keywords: Classic
    User: SYSTEM
    Computer: CORP-DC6.corp.com
    Description:
    The "Windows default" Policy Module "Initialize" method returned an error. Logon failure: unknown user name or bad password. The returned status code is 0x8007052e (1326). The Active Directory containing the Certification Authority could not be contacted.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-CertificationAuthority" Guid="{6A71D062-9AFE-4F35-AD08-52134F85DFB9}" EventSourceName="CertSvc" />
    <EventID Qualifiers="49754">44</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-07-24T14:55:30.000000000Z" />
    <EventRecordID>254773</EventRecordID>
    <Correlation />
    <Execution ProcessID="0" ThreadID="0" />
    <Channel>Application</Channel>
    <Computer>CORP-DC6.corp.com</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <EventData Name="MSG_E_POLICY_ERROR">
    <Data Name="PolicyModuleDescription">Windows default</Data>
    <Data Name="MethodName">Initialize</Data>
    <Data Name="ErrorCode">0x8007052e (1326)</Data>
    <Data Name="param4">The Active Directory containing the Certification Authority could not be contacted.
    </Data>
    <Data Name="ErrorString">Logon failure: unknown user name or bad password.</Data>
    </EventData>
    </Event>
    Log Name: Application
    Source: Microsoft-Windows-CertificateServicesClient-AutoEnrollment
    Date: 7/24/2013 10:55:31 AM
    Event ID: 6
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: CORP-DC6.corp.com
    Description:
    Automatic certificate enrollment for local system failed (0x8007052e) Logon failure: unknown user name or bad password.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-CertificateServicesClient-AutoEnrollment" Guid="{F0DB7EF8-B6F3-4005-9937-FEB77B9E1B43}" EventSourceName="AutoEnrollment" />
    <EventID Qualifiers="16384">6</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-07-24T14:55:31.000000000Z" />
    <EventRecordID>254775</EventRecordID>
    <Correlation />
    <Execution ProcessID="0" ThreadID="0" />
    <Channel>Application</Channel>
    <Computer>CORP-DC6.corp.com</Computer>
    <Security />
    </System>
    <EventData>
    <Data Name="Context">local system</Data>
    <Data Name="ErrorCode">0x8007052e</Data>
    <Data Name="ErrorMsg">Logon failure: unknown user name or bad password.
    </Data>
    </EventData>
    </Event>
    Link to output of DCDiag on pastebin: http://pastebin.com/VFPTcEGT
    Smply based on a quick look through of the dcdiag and the various event log messages, It seems to me that the NetLogon service not starting up is causing most of the errors; but I am not aware of how to get it to start up.

    Thank you for the quick response!
    Windows firewall is disabled for all network profiles.
    We have do have 7 DC's in the forest.  here's an image i created a while back that lists our DC's and shows the replication partners (not really relevant, but this shows the DC's) http://i.imgur.com/AtjGuiM.jpg
    I believe May 27 was a date in which we performed maintenance/upgrades on our vmware virtual hardware on this VM; when we upgraded the virtual hardware, it created a new NIC device on this server (which is how the system lost it's IP address configuration).
     Today, I assigned the correct IP to the 'new' NIC.
    will look at link about Kerberos
    I'm unfortunately not familiar enough with the purposes of the internal vs external forwarders to comment on this or make a change at this time.
    IPConfig info shown below
    DNS is AD integrated, each domain has it's own DNS servers and have conditional forwarders to point to the other domain when appropriate. I believe each DC is also running DNS, but via DHCP we only pass out at most two DNS servers to client systems (main
    office, it's 192.168.1.7, 192.168.1.8)
    C:\Users\daniel_da>ipconfig -all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : CORP-DC6
    Primary Dns Suffix . . . . . . . : corp.com
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : corp.com
    sibling.com
    sub.corp.com
    Ethernet adapter Local Area Connection 2:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection #
    2
    Physical Address. . . . . . . . . : 00-50-56-AD-5C-29
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    Link-local IPv6 Address . . . . . : fe80::f43a:f215:c266:5a70%14(Preferred)
    IPv4 Address. . . . . . . . . . . : 192.168.1.190(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.1.1
    DHCPv6 IAID . . . . . . . . . . . : 285233238
    DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-12-F5-25-A1-00-50-56-AD-5C-29
    DNS Servers . . . . . . . . . . . : 192.168.1.8
    192.168.1.7
    NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{5B04D7AC-9161-4A51-9ADC-166E37EE4D0E}:
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Microsoft ISATAP Adapter
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Teredo Tunneling Pseudo-Interface:
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    C:\Users\daniel_da>
    C:\Documents and Settings\daniel_da>ipconfig -all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : corp-dc1
    Primary Dns Suffix . . . . . . . : corp.com
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : corp.com
    sibling.com
    sub.corp.com
    Ethernet adapter Local Area Connection 3:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection
    Physical Address. . . . . . . . . : 00-50-56-AD-29-1D
    DHCP Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 192.168.1.8
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.1.1
    DNS Servers . . . . . . . . . . . : 192.168.1.8
    192.168.1.7
    Primary WINS Server . . . . . . . : 192.168.1.7
    C:\Documents and Settings\daniel_da>
    C:\Documents and Settings\daniel_da>ipconfig -all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : CORP-DC2
    Primary Dns Suffix . . . . . . . : corp.com
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : corp.com
    sibling.com
    sub.corp.com
    Ethernet adapter Local Area Connection:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter #3
    Physical Address. . . . . . . . . : 00-50-56-AD-67-B0
    DHCP Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 192.168.1.7
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.1.1
    DNS Servers . . . . . . . . . . . : 192.168.1.7
    192.168.1.8
    Primary WINS Server . . . . . . . : 192.168.1.7
    C:\Documents and Settings\daniel_da>
    C:\Documents and Settings\daniel_da>ipconfig -all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : sub-dc2
    Primary Dns Suffix . . . . . . . : sub.corp.com
    Node Type . . . . . . . . . . . . : Unknown
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : sub.corp.com
    corp.com
    Ethernet adapter Local Area Connection:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter
    Physical Address. . . . . . . . . : 00-50-56-AD-39-7E
    DHCP Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 192.168.1.136
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.1.1
    DNS Servers . . . . . . . . . . . : 192.168.1.8
    192.168.1.7
    C:\Users\daniel_da>ipconfig -all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : Sibling-DC3
    Primary Dns Suffix . . . . . . . : sibling.com
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : sibling.com
    corp.com
    Ethernet adapter Local Area Connection 2:
    Connection-specific DNS Suffix . : corp.com
    Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection #
    2
    Physical Address. . . . . . . . . : 00-50-56-AD-6E-97
    DHCP Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    Link-local IPv6 Address . . . . . : fe80::7c97:854f:8bf5:efdb%17(Preferred)
    IPv4 Address. . . . . . . . . . . : 192.168.1.147(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Lease Obtained. . . . . . . . . . : Monday, May 27, 2013 2:53:39 PM
    Lease Expires . . . . . . . . . . : Thursday, July 25, 2013 2:56:42 AM
    Default Gateway . . . . . . . . . : 192.168.1.1
    DHCP Server . . . . . . . . . . . : 192.168.1.7
    DHCPv6 IAID . . . . . . . . . . . : 285233238
    DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-14-B5-55-91-00-50-56-AD-6E-97
    DNS Servers . . . . . . . . . . . : 192.168.1.8
    192.168.1.7
    Primary WINS Server . . . . . . . : 192.168.1.7
    NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.occfiber.com:
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . : corp.com
    Description . . . . . . . . . . . : Microsoft ISATAP Adapter
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Teredo Tunneling Pseudo-Interface:
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    C:\Documents and Settings\daniel_da>ipconfig -all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : corpsite3-dc7
    Primary Dns Suffix . . . . . . . : corp.com
    Node Type . . . . . . . . . . . . : Unknown
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : corp.com
    sibling.com
    sub.corp.com
    Ethernet adapter Dallas:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : BASP Virtual Adapter
    Physical Address. . . . . . . . . : 00-19-B9-EA-65-FA
    DHCP Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 192.168.35.7
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.35.1
    DNS Servers . . . . . . . . . . . : 192.168.35.7
    C:\Documents and Settings\daniel_da>ipconfig -all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : siblig-dc1
    Primary Dns Suffix . . . . . . . : siblingsite2.com
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : sibling.com
    corp.com
    Ethernet adapter smpdc1_nw:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : BASP Virtual Adapter
    Physical Address. . . . . . . . . : 00-14-5E-2B-0D-88
    DHCP Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 172.20.24.2
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 172.20.24.5
    DNS Servers . . . . . . . . . . . : 172.20.24.2
    172.20.24.221

  • [NOT SOLVED] Gnome will not start

    I'm editing this original message by way of summing up so that anyone coming here with a similar problem will know what to expect if they read further:
    I believe the reason Gnome would not start on the machine in question was that it made too many demands on the available hardware (see desm0te's comments below).
    For this reason I decided to switch to LXDE as Desktop Environment which works well on the restricted hardware. I did not investigate the Gnome related problem any further.
    The original message follows:
    After a successful installation of the basic command-line Arch according to the Beginner's Guide, I went on to install Gnome according to instructions in the Wiki.
    I Did not want Gnome to start automatically but only when I type in the command startx.
    This it does, but all I get is the nice blue "curtain" background - no black bar at top of screen with Actions, date , name etc...
    and no cursor.
    One funny thing was - this afternoon while I was concentrating on another machine - the black bar suddenly appeared (apparently for no reason) showing the date and my name but with the X cursor
    from the X11 environment. However as soon as I moved this cursor to the bar and clicked, both dursor and bar disappeared never to return .
    I decided to redirect the stderr of startx to a file in the hope that it would give a clue as to what was wrong.
    X.Org X Server 1.11.4
    Release Date: 2012-01-27
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.2.2-1-ARCH i686
    Current Operating System: Linux pdv 3.2.2-1-ARCH #1 SMP PREEMPT Thu Jan 26 08:28:27 UTC 2012 i686
    Kernel command line: root=/dev/sda1 ro vga=773
    Build Date: 29 January 2012 03:41:53PM
    Current version of pixman: 0.24.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 3 21:13:19 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (EE) Failed to load module "vesa" (module does not exist, 0)
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    [10f] 320 x 200, 70Hz
    [134] 320 x 240, 72Hz
    [144] 400 x 300, 72Hz
    [154] 512 x 384, 70Hz
    [11e] 640 x 400, 70Hz
    [112] 640 x 480, 60Hz, 75Hz, 85Hz, 100Hz, 160Hz
    [115] 800 x 600, 60Hz, 75Hz, 85Hz
    [118] 1024 x 768, 60Hz, 70Hz, 75Hz, 85Hz, 100Hz, 130Hz
    [17b] 1280 x 768, 60Hz
    [16a] 1280 x 960, 60Hz, 85Hz
    [11b] 1280 x 1024, 60Hz, 75Hz, 85Hz, 100Hz
    [13e] 1400 x 1050, 60Hz, 75Hz
    [124] 1600 x 1200, 60Hz
    (gnome-shell:770): Clutter-CRITICAL **: Unable to initialize Clutter: Unable to find suitable fbconfig for the GLX context: Failed to find any compatible fbconfigs
    Window manager error: Unable to initialize Clutter.
    Failed to play sound: File or data not found
    Tracker-Message: Setting up monitor for changes to config file:'/home/dick/.config/tracker/tracker-miner-fs.cf** Message: applet now removed from the notification area
    (nm-applet:789): libnotify-WARNING **: Failed to connect to proxy
    ** (nm-applet:789): WARNING **: get_all_cb: couldn't retrieve system settings properties: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:789): WARNING **: fetch_connections_done: error fetching connections: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:789): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1
    Tracker-Message: Setting up monitor for changes to config file:'/home/dick/.config/tracker/tracker-store.cfg'
    (tracker-store:791): Tracker-CRITICAL **: D-Bus service name:'org.freedesktop.Tracker1' is already taken, perhaps the daemon is already running?
    (tracker-miner-fs:788): Tracker-CRITICAL **: Empty locale file found at '/home/dick/.cache/tracker/miner-applications-locale.txt'
    (gnome-settings-daemon:668): color-plugin-WARNING **: failed to get edid: unable to get EDID for output
    (tracker-miner-fs:788): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///usr/share/applications/brasero-nautilus.desktop': 'Desktop file doesn't contain type'
    (tracker-miner-fs:788): Tracker-CRITICAL **: Empty locale file found at '/home/dick/.cache/tracker/miner-applications-locale.txt'
    xinit: connection to X server lost
    waiting for X server to shut down gnome-session[655]: Gdk-WARNING: gnome-session: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Server terminated successfully (0). Closing log file.
    (tracker-miner-fs:788): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    (tracker-miner-fs:788): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    (tracker-miner-fs:788): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    (tracker-miner-fs:788): GVFS-RemoteVolumeMonitor-WARNING **: cannot remove match rule 'type='signal',interface='org.gtk.Private.RemoteVolumeMonitor',sender='org.gtk.Private.GduVolumeMonitor',': org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    (tracker-miner-fs:788): GVFS-RemoteVolumeMonitor-WARNING **: cannot remove match rule 'type='signal',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.gtk.Private.GduVolumeMonitor'': org.freedesktop.DBus.Error.Disconnected: Connection is closed
    xinit: unexpected signal 2
    If this gives clues could someone please point me in the right direction? Are the two EE messages significant (Failed to load modules "vesa" and "fbdev"). What is Clutter*? What should I do to get it initialized?
    Thanks for any help.
    Dick Summerfield (aka Battus).
    * Sorry about that - it's an open source graphics library for creating hardware-accelerated user interfaces - but am I any the wiser for that
    Last edited by Battus (2012-02-21 19:48:23)

    desm0tes:
    To take your points one by one:
    1. I am now quite happy with LXDE too. The problems I mentioned last night seem to have gone (???!!!) and I can just start LXDE from my user account. Maybe later, I'll realize what I was doing wrong or rather what I did to make it work... . Now I just type:
    startx
    having put:
    exec ck-launch-session startlxde
    in .xinitrc.
    2. Thanks for the tip about yaourt. I shall try that sooner or later.
    3. Well as I said - I don't understand what I was doing wrong -  which makes me feel a bit stupid and is rather annoying but looking on the bright side it's fine to be able to start-up, have a legible screen and logout successfully - which I couln't do before. I now have to figure out how to expand the contents of LXDE a bit but that's the fun of it!
    LXDE starts up nicely with minimal possibilties but I can change look & feel and customize the panel settings.
    "Menu" contains:
        Accessories:
            File Manager
            Image Viewer
            LXTerminal
            Leafpad
            Xarchiver
        Internet:
            Avahi SSH Server Browser
            Avahi VNC Server Browser
        Office:
            ePDFViewer
        System Tools:
            Avahi Zerconf Browser
            Task Manager
        Preferences:
            Customize Look and Feel
            Monitor Settings
            OPenbox Configuration Maanger
            Preferred Applications
        Run
        Logout
    All of these start up OK and work, on cursory examination, except the Avahi Browsers which I don't understand and which appear to do nothing as no window appears on screen.
    4. I'm not quite sure I can yet see the use of a login manager such as SLiM, since I seem to get on quite nicely without it but since I've heard it mentioned a lot I'm sure I'm just missing the point.
    Dick Summerfield (aka Battus)
    Last edited by Battus (2012-02-06 19:56:30)

Maybe you are looking for