Results 1 to 33 of 33

Thread: Sana to rolling there are no sound at all

  1. #1
    Join Date
    2013-Apr
    Posts
    182

    Sana to rolling there are no sound at all

    hi friends , i had updated sana to rolling . there are some problems .

    1. no sound any more

    there are no output devices can select from sound . system setting >> sound .

    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: PCH [HDA Intel PCH], device 0: VT1802 Analog [VT1802 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: PCH [HDA Intel PCH], device 2: VT1802 Alt Analog [VT1802 Alt Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

    lspci -v | grep Audio
    00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
    Subsystem: CLEVO/KAPOK Computer Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller
    00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
    Subsystem: CLEVO/KAPOK Computer 8 Series/C220 Series Chipset High Definition Audio Controller

  2. #2
    Join Date
    2013-Apr
    Posts
    182
    Could anyone can help with this ?

  3. #3
    Join Date
    2015-Aug
    Posts
    9
    no device listed while access sound settings, alsamixer also not working on sana , need help

  4. #4
    Join Date
    2013-Apr
    Posts
    182
    cat /proc/asound/cards
    0 [HDMI ]: HDA-Intel - HDA Intel HDMI
    HDA Intel HDMI at 0xf7a14000 irq 32
    1 [PCH ]: HDA-Intel - HDA Intel PCH
    HDA Intel PCH at 0xf7a10000 irq 31

  5. #5
    Join Date
    2013-Apr
    Posts
    182
    lsmod | grep snd
    snd_hda_codec_hdmi 45056 1
    snd_hda_codec_via 20480 1
    snd_hda_codec_generic 65536 1 snd_hda_codec_via
    snd_hda_intel 28672 0
    snd_soc_rt5640 73728 0
    snd_hda_codec 94208 4 snd_hda_codec_hdmi,snd_hda_codec_via,snd_hda_codec _generic,snd_hda_intel
    snd_soc_rl6231 16384 1 snd_soc_rt5640
    snd_hda_core 45056 5 snd_hda_codec_hdmi,snd_hda_codec_via,snd_hda_codec _generic,snd_hda_codec,snd_hda_intel
    snd_soc_core 135168 1 snd_soc_rt5640
    snd_hwdep 16384 1 snd_hda_codec
    snd_compress 20480 1 snd_soc_core
    snd_pcm 81920 6 snd_soc_rt5640,snd_soc_core,snd_hda_codec_hdmi,snd _hda_codec,snd_hda_intel,snd_hda_core
    snd_timer 28672 1 snd_pcm
    regmap_i2c 16384 1 snd_soc_rt5640
    snd 57344 10 snd_soc_core,snd_hwdep,snd_timer,snd_hda_codec_hdm i,snd_hda_codec_via,snd_pcm,snd_hda_codec_generic, snd_hda_codec,snd_hda_intel,snd_compress
    snd_soc_sst_acpi 16384 0
    soundcore 16384 1 snd

  6. #6
    I had the same issue. This is what I did to fix it. I ran the following command:

    pulseaudio

    And then my sound was back. It looks like pulseaudio doesn't startup whenever Kali starts up.

  7. #7
    Join Date
    2016-Jan
    Posts
    1
    I have the same problem.
    Could anyone can help with this ?
    Thank you!

  8. #8
    Join Date
    2013-Apr
    Posts
    182
    pulseaudio
    W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
    E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
    E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.

  9. #9
    Join Date
    2013-Apr
    Posts
    182
    i removed ~/.config/pulse

    and pkill -9 pulseaudio

    restarted pulseaudio .

    in system setting sound , there are still no devices for select .

    still no sound at all

  10. #10
    Join Date
    2013-Apr
    Posts
    182
    #!/usr/bin/pulseaudio -nF
    #
    # This file is part of PulseAudio.
    #
    # PulseAudio is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    #
    # PulseAudio is distributed in the hope that it will be useful, but
    # WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    # General Public License for more details.
    #
    # You should have received a copy of the GNU Lesser General Public License
    # along with PulseAudio; if not, write to the Free Software Foundation,
    # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.

    # This startup script is used only if PulseAudio is started per-user
    # (i.e. not in system mode)

    .nofail

    ### Load something into the sample cache
    #load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav
    #load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav
    #load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav
    #load-sample-lazy pulse-access /usr/share/sounds/generic.wav

    .fail

    ### Automatically restore the volume of streams and devices
    load-module module-device-restore
    load-module module-stream-restore
    load-module module-card-restore

    ### Automatically augment property information from .desktop files
    ### stored in /usr/share/application
    load-module module-augment-properties

    ### Load audio drivers statically
    ### (it's probably better to not load these drivers manually, but instead
    ### use module-udev-detect -- see below -- for doing this automatically)
    #load-module module-alsa-sink
    #load-module module-alsa-source device=hw:1,0
    #load-module module-oss device="/dev/dsp" sink_name=output source_name=input
    #load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
    #load-module module-null-sink
    #load-module module-pipe-sink

    ### Automatically load driver modules depending on the hardware available
    .ifexists module-udev-detect.so
    load-module module-udev-detect
    .else
    ### Use the static hardware detection module (for systems that lack udev/hal support)
    load-module module-detect
    .endif

    ### Automatically connect sink and source if JACK server is present
    .ifexists module-jackdbus-detect.so
    .nofail
    load-module module-jackdbus-detect
    .fail
    .endif

    ### Automatically load driver modules for Bluetooth hardware
    .ifexists module-bluetooth-discover.so
    load-module module-bluetooth-discover
    .endif

    ### Load several protocols
    .ifexists module-esound-protocol-unix.so
    load-module module-esound-protocol-unix
    .endif
    load-module module-native-protocol-unix

    ### Network access (may be configured with paprefs, so leave this commented
    ### here if you plan to use paprefs)
    #load-module module-esound-protocol-tcp
    #load-module module-native-protocol-tcp
    #load-module module-zeroconf-publish

    ### Load the RTP receiver module (also configured via paprefs, see above)
    #load-module module-rtp-recv

    ### Load the RTP sender module (also configured via paprefs, see above)
    #load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'"
    #load-module module-rtp-send source=rtp.monitor

    ### Load additional modules from GConf settings. This can be configured with the paprefs tool.
    ### Please keep in mind that the modules configured by paprefs might conflict with manually
    ### loaded modules.
    .ifexists module-gconf.so
    .nofail
    load-module module-gconf
    .fail
    .endif

    ### Automatically restore the default sink/source when changed by the user
    ### during runtime
    ### NOTE: This should be loaded as early as possible so that subsequent modules
    ### that look up the default sink/source get the right value
    load-module module-default-device-restore

    ### Automatically move streams to the default sink if the sink they are
    ### connected to dies, similar for sources
    load-module module-rescue-streams

    ### Make sure we always have a sink around, even if it is a null sink.
    load-module module-always-sink

    ### Honour intended role device property
    load-module module-intended-roles

    ### Automatically suspend sinks/sources that become idle for too long
    load-module module-suspend-on-idle

    ### If autoexit on idle is enabled we want to make sure we only quit
    ### when no local session needs us anymore.
    .ifexists module-console-kit.so
    load-module module-console-kit
    .endif
    .ifexists module-systemd-login.so
    load-module module-systemd-login
    .endif

    ### Enable positioned event sounds
    load-module module-position-event-sounds

    ### Cork music/video streams when a phone stream is active
    load-module module-role-cork

    ### Modules to allow autoloading of filters (such as echo cancellation)
    ### on demand. module-filter-heuristics tries to determine what filters
    ### make sense, and module-filter-apply does the heavy-lifting of
    ### loading modules and rerouting streams.
    load-module module-filter-heuristics
    load-module module-filter-apply

    ### Load DBus protocol
    .ifexists module-dbus-protocol.so
    load-module module-dbus-protocol
    .endif

    # X11 modules should not be started from default.pa so that one daemon
    # can be shared by multiple sessions.

    ### Load X11 bell module
    #load-module module-x11-bell sample=bell-windowing-system

    ### Register ourselves in the X11 session manager
    #load-module module-x11-xsmp

    ### Publish connection data in the X11 root window
    #.ifexists module-x11-publish.so
    #.nofail
    #load-module module-x11-publish
    #.fail
    #.endif

    load-module module-switch-on-port-available

    ### Make some devices default
    #set-default-sink output
    #set-default-source input

  11. #11
    Join Date
    2013-Apr
    Posts
    182
    this is /etc/pulse/default.pa

  12. #12
    Join Date
    2013-Apr
    Posts
    182
    grep -i pulse /var/log/syslog
    Jan 26 08:06:36 debain pulseaudio[2217]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
    Jan 26 08:06:36 debain pulseaudio[2217]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.
    Jan 26 08:06:59 debain gnome-session[2337]: gnome-session-binary[2337]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 08:06:59 debain gnome-session-binary[2337]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 08:16:57 debain pulseaudio[2217]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
    Jan 26 08:16:57 debain pulseaudio[2217]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.
    Jan 26 08:17:28 debain gnome-session[2338]: gnome-session-binary[2338]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 08:17:28 debain gnome-session-binary[2338]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 08:53:46 debain pulseaudio[2089]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
    Jan 26 08:53:46 debain pulseaudio[2089]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.
    Jan 26 09:18:18 debain pulseaudio[2229]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
    Jan 26 09:18:18 debain pulseaudio[2229]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.
    Jan 26 09:18:50 debain gnome-session[2353]: gnome-session-binary[2353]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 09:18:50 debain gnome-session-binary[2353]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 09:27:09 debain pulseaudio[2218]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
    Jan 26 09:27:09 debain pulseaudio[2218]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.
    Jan 26 09:27:49 debain gnome-session[2340]: gnome-session-binary[2340]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 09:27:49 debain gnome-session-binary[2340]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 09:36:47 debain pulseaudio[2221]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
    Jan 26 09:36:47 debain pulseaudio[2221]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.
    Jan 26 09:37:21 debain gnome-session-binary[2342]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 09:37:21 debain gnome-session[2342]: gnome-session-binary[2342]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 09:38:30 debain pulseaudio[2221]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
    Jan 26 09:38:30 debain pulseaudio[2221]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.
    Jan 26 09:38:47 debain gnome-session[2980]: gnome-session-binary[2980]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 09:38:47 debain gnome-session-binary[2980]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 09:39:11 debain pulseaudio[2221]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
    Jan 26 09:39:11 debain pulseaudio[2221]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.
    Jan 26 09:39:24 debain gnome-session[3252]: gnome-session-binary[3252]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 09:39:24 debain gnome-session-binary[3252]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 09:39:27 debain pulseaudio[2221]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
    Jan 26 09:39:27 debain pulseaudio[2221]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.
    Jan 26 09:39:39 debain gnome-session[3577]: gnome-session-binary[3577]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 09:39:39 debain gnome-session-binary[3577]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 15:50:54 debain pulseaudio[14260]: [pulseaudio] pid.c: Stale PID file, overwriting.
    Jan 26 16:01:52 debain pulseaudio[14676]: [pulseaudio] pid.c: Stale PID file, overwriting.
    Jan 26 16:02:00 debain pulseaudio[14681]: Stale PID file, overwriting.
    Jan 26 16:02:00 debain pulseaudio[14681]: Failed to find a working profile.
    Jan 26 16:02:00 debain pulseaudio[14681]: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.
    Jan 26 16:02:17 debain pulseaudio[14696]: Daemon already running.
    Jan 26 16:02:19 debain pulseaudio[14701]: [pulseaudio] pid.c: Stale PID file, overwriting.
    Jan 26 16:05:40 debain pulseaudio[2218]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
    Jan 26 16:05:40 debain pulseaudio[2218]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.
    Jan 26 16:06:12 debain gnome-session-binary[2342]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 16:06:12 debain gnome-session[2342]: gnome-session-binary[2342]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 16:07:02 debain pulseaudio[2889]: [pulseaudio] pid.c: Stale PID file, overwriting.
    Jan 26 16:07:07 debain pulseaudio[2896]: Failed to find a working profile.
    Jan 26 16:07:07 debain pulseaudio[2896]: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.
    Jan 26 16:14:41 debain pulseaudio[3842]: [pulseaudio] pid.c: Stale PID file, overwriting.
    Jan 26 16:15:14 debain pulseaudio[3857]: [pulseaudio] pid.c: Stale PID file, overwriting.
    Jan 26 16:20:09 debain pulseaudio[4040]: [pulseaudio] pid.c: Stale PID file, overwriting.
    Jan 26 16:24:10 debain pulseaudio[2235]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
    Jan 26 16:24:10 debain pulseaudio[2235]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.
    Jan 26 16:24:34 debain gnome-session[2358]: gnome-session-binary[2358]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 16:24:34 debain gnome-session-binary[2358]: WARNING: App 'pulseaudio.desktop' exited with code 1

  13. #13
    Join Date
    2013-Apr
    Posts
    182
    fuser -fv /dev/snd/* /dev/dsp*
    Specified filename /dev/dsp* does not exist.
    USER PID ACCESS COMMAND
    /dev/snd/controlC0: root 7102 F.... pulseaudio
    /dev/snd/controlC1: root 6745 F.... qasmixer

  14. #14
    Join Date
    2013-Apr
    Posts
    182
    pulseaudio -vvv

  15. #15
    Join Date
    2016-Jan
    Posts
    2
    Jan 26 09:09:42 kali1 gnome-session[1808]: gnome-session-binary[1808]: WARNING: App 'pulseaudio.desktop' exited with code 1
    Jan 26 09:09:42 kali1 gnome-session-binary[1808]: WARNING: App 'pulseaudio.desktop' exited with code 1

    when i exec pulseaudio, audio works again.. but i dont want to have a "blocked" terminal...

  16. #16
    Join Date
    2013-Apr
    Posts
    182
    pulseaudio -vvv
    W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
    D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
    D: [pulseaudio] core-util.c: setpriority() worked.
    I: [pulseaudio] core-util.c: Successfully gained nice level -11.
    I: [pulseaudio] main.c: This is PulseAudio 7.1
    D: [pulseaudio] main.c: Compilation host: i586-pc-linux-gnu
    D: [pulseaudio] main.c: Compilation CFLAGS: -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -fno-common -fdiagnostics-show-option -fdiagnostics-color=auto
    D: [pulseaudio] main.c: Running on host: Linux i686 4.3.0-kali1-686-pae #1 SMP Debian 4.3.3-7kali1 (2016-01-21)
    D: [pulseaudio] main.c: Found 8 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 a0e47917d217432dabf3c95a1e703928.
    I: [pulseaudio] main.c: Session ID is 1.
    I: [pulseaudio] main.c: Using runtime directory /run/user/0/pulse.
    I: [pulseaudio] main.c: Using state directory /root/.config/pulse.
    I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-7.1/modules.
    I: [pulseaudio] main.c: Running in system mode: no
    E: [pulseaudio] pid.c: Daemon already running.
    E: [pulseaudio] main.c: pa_pid_file_create() failed.

  17. #17
    Join Date
    2013-Apr
    Posts
    182
    demsg

    19.362887] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 19.374433] snd_hda_codec_via hdaudioC1D0: autoconfig for VT1802: line_outs=1 (0x24/0x0/0x0/0x0/0x0) type:speaker
    [ 19.374436] snd_hda_codec_via hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 19.374438] snd_hda_codec_via hdaudioC1D0: hp_outs=1 (0x25/0x0/0x0/0x0/0x0)
    [ 19.374440] snd_hda_codec_via hdaudioC1D0: mono: mono_out=0x0
    [ 19.374441] snd_hda_codec_via hdaudioC1D0: inputs:
    [ 19.374443] snd_hda_codec_via hdaudioC1D0: Internal Mic=0x30
    [ 19.374445] snd_hda_codec_via hdaudioC1D0: Mic=0x2b
    [ 19.379823] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input19
    [ 19.380373] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input20
    [ 19.380423] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input21
    [ 19.387621] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input22
    [ 19.387660] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input23
    [ 19.387697] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input24

  18. #18
    Join Date
    2016-Jan
    Posts
    2
    Well that's what I did to solve my problem.

    1 : (If you didn't do it yet) --> apt-get remove pulseaudio
    2 : Once removed --> apt-get install pulseaudio
    3 : Once installed --> run the following command: sudo pulseaudio. Your terminal will hang on so just close it. Normally, you'll see the sound icon automatically reappearing.

    Tell me if it works for you.

  19. #19
    Join Date
    2013-Apr
    Posts
    182
    sudo pulseaudio
    W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
    E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
    E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" 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 use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.

  20. #20
    Join Date
    2013-Apr
    Posts
    182
    finally , i solved the problem .

    the steps details as followed .

    1. apt-get remove --purge alsa-*

    2 apt -get remove --purge pulseaudio

    3 . Downloads the following package
    http://www.alsa-project.org/main/index.php/Download

    alsa-firmware

    alsa-lib

    alsa-plugins

    pyalsa

    alsa-utils

    and extract each of them .

    ./configure
    make
    make install

    for pyalsa

    ./setup.py build

    ./setup.py install


    after finished each of them .

    apt-get install pulseaudio

    reboot

    start pulseaudio

    and unmute master

    finally , the voice is coming .

    i hope can help someone to solve this problem .

  21. #21
    Join Date
    2016-Jan
    Posts
    1
    Funny thing is:

    audio only does not work when I log in as root. If I log in as another user it works perfectly fine.
    Logged into root, I started pulseaudio the way canadianbacon22 said and that works fine, so thx for that!!

    BUT: I dont wanna have to do this every time I log in... how can this permanently be fixed??

  22. #22
    Quote Originally Posted by WildHog View Post
    Funny thing is:

    audio only does not work when I log in as root. If I log in as another user it works perfectly fine.
    Logged into root, I started pulseaudio the way canadianbacon22 said and that works fine, so thx for that!!

    BUT: I dont wanna have to do this every time I log in... how can this permanently be fixed??
    I think the problem is that there's something inside Pulseaudio that prevents it from running as root, so you'd have to manually start it each time. Also, I found another way to start it...

    pulseaudio -D

    This way you can close the terminal once you start it

  23. #23
    Join Date
    2015-Mar
    Posts
    2
    Dear folks,

    I'm almost finished doing the following:

    1. apt-get remove --purge alsa-*

    2 apt -get remove --purge pulseaudio

    3 . Downloads the following package
    http://www.alsa-project.org/main/index.php/Download

    alsa-firmware

    alsa-lib

    alsa-plugins

    pyalsa

    alsa-utils

    and extract each of them .

    ./configure
    make
    make install

    for pyalsa

    ./setup.py build

    ./setup.py install


    after finished each of them .

    apt-get install pulseaudio

    reboot

    start pulseaudio

    and unmute master
    However, I get the following error trying to start pulseaudio.

    The commands pulseaudio and pulseaudio -D both give the error that pulseaudio isn't intended to be started by root.

    Please help me, because otherwise I've done all the steps for nothing.

  24. #24
    Join Date
    2015-Dec
    Posts
    8
    My only workable solution has been to start use the command : pulseaudio on every reboot. It's worked, and I would imagine writing it as a script in boot.config would prevent the need to head into terminal each and every reboot.

  25. #25
    Join Date
    2013-Apr
    Posts
    182
    Quote Originally Posted by Hakkelaar View Post
    Dear folks,

    I'm almost finished doing the following:



    However, I get the following error trying to start pulseaudio.

    The commands pulseaudio and pulseaudio -D both give the error that pulseaudio isn't intended to be started by root.

    Please help me, because otherwise I've done all the steps for nothing.
    Could you post the response details when you command pulseaudio ?

  26. #26
    try running "pulseaudio -D"

  27. #27
    Join Date
    2016-Feb
    Posts
    1
    Quote Originally Posted by when123 View Post
    finally , i solved the problem .

    the steps details as followed .

    1. apt-get remove --purge alsa-*

    2 apt -get remove --purge pulseaudio

    3 . Downloads the following package
    http://www.alsa-project.org/main/index.php/Download

    alsa-firmware

    alsa-lib

    alsa-plugins

    pyalsa

    alsa-utils

    and extract each of them .

    ./configure
    make
    make install

    for pyalsa

    ./setup.py build

    ./setup.py install


    after finished each of them .

    apt-get install pulseaudio

    reboot

    start pulseaudio

    and unmute master

    finally , the voice is coming .

    i hope can help someone to solve this problem .
    Did this, helped just temporarily though until my 2nd reboot. What permamently solved it for me was this http://hackerzelite.blogspot.com/201...ali-linux.html. It is outdated, but I am sure you need all of the libraries specified in this guide and kmix. After you install kmix set it up to boot on start you'll get it's icon in a tray every time, but the sound should work without your action from now on.

  28. #28
    Join Date
    2016-Mar
    Posts
    4

  29. #29
    Join Date
    2013-May
    Location
    world wide
    Posts
    10
    Quote Originally Posted by xhacker View Post
    so you "help" them whlist losing their data? )
    Don't fix it if not broken, don't broke it if can't fix

  30. #30
    Join Date
    2016-Aug
    Posts
    2

    Talking

    Quote Originally Posted by josiah_stiffler View Post
    try running "pulseaudio -D"
    funny that does the magic, let's see after reboot

  31. #31
    Join Date
    2014-May
    Posts
    28
    1.apt-get remove pulseaudio

    2.reboot

    3.apt-get install pulseaudio

    4.reboot

  32. #32
    Join Date
    2016-Oct
    Posts
    1
    Thanks aetos, simple and effective, uninstalling, rebooting and reinstalling did the trick for me with a new install of Kali rolling 2016.2

  33. #33
    Join Date
    2017-May
    Posts
    1
    Audio/video drivers are always frustrating, especially after you've built your infrastructure on top of a distro. With respect to those who advocated removing pulseaudio and reinstalling, this is not really a solution, and the workaround does not persist across reboots. Instead of doing all the reinstalling business...if you do a "ps aux | grep pulse" and "kill <process-ID-number>" I found that audio starts working again immediately (it will automagically respawn the process silently and all the sudden we have sound) without needing to reinstall/reboot anything. Looking into this further, there is no explicit service for pulseaudio (ie "systemctl | grep pulse" returns nothing as there is no systemd unit file) so I suspect that it is probably pulled in as part of the alsa-utils stack (ie "systemctl" and look at the first line). Strangely, attempting to manually restart this service via the "systemctl restart alsa-utils" command (or equivalent systemv service-style command) yields a "service is masked" error which alludes to boot-time modprobe weirdness, and doing a "systemctl unmask alsa-utils" seems to do absolutely nothing. To me this reeks of boot-time DBUS problems. It's kinda pain in the *** that we can't just add a "systemctl restart alsa-utils" or "systemctl restart pulseaudio.service" to our .bashrc file and be done with this silliness, however, it's a simple matter to use awk to create a script to parse out that process ID number from your ps aux output (It's the second feild) and stick that in your bashrc.

    As a sidenote, if you're using the amd-gpu-pro driver stack your HDMI audio output will never work, you are stuck with the analog line-in unless you're on Ubuntu or RHEL, or care to compile it from scratch, this has to do with open source licensing nastiness

Similar Threads

  1. Sana / Rolling Nethunter 3.0
    By rootjb0 in forum NetHunter General Questions
    Replies: 1
    Last Post: 2016-02-04, 09:36
  2. Kali Sana to Rolling update issue.
    By alacazam in forum Installing Archive
    Replies: 3
    Last Post: 2016-02-02, 06:40
  3. update from sana to rolling ,
    By when123 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2016-01-24, 08:00

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •