Results 1 to 7 of 7

Thread: No Sound... At All

  1. #1
    Join Date
    2013-Oct
    Posts
    2

    No Sound... At All

    Hey folks, hoping someone here knows what's going on.

    I'm running Kali KDE on a HP G71 laptop. There's no sound whatso ever. No sound options at all in System Settings.

    Here is the result from running lspci -vv -m -k
    http://pastebin.com/rfvXYyAM

    I've already installed alsa and run "amixer sset Master unmute"

    If anybody can help me, I'm willing to give you my first born child as a personal slave.

  2. #2
    Join Date
    2013-Mar
    Posts
    354
    The driver is lodaed by kernel:
    Device: 00:1b.0
    Class: Audio device
    Vendor: Intel Corporation
    Device: 82801I (ICH9 Family) HD Audio Controller
    SVendor: Hewlett-Packard Company
    SDevice: Device 306b
    Rev: 03
    Driver: snd_hda_intel

    Try to remove it and then load it again:
    modprobe -r snd_hda_intel
    modprobe snd_hda_intel

    See if it works. Also try to see if volume is muted or volume is set all the way to Low or zero.

  3. #3
    Join Date
    2013-Oct
    Posts
    1
    Had the same issue, with Kali KDE, removed pulseaudio completely and installed Alsa

  4. #4
    Join Date
    2013-Mar
    Posts
    354
    It works just fine in gnome 64 and 32 bit architectures.

  5. #5
    Join Date
    2013-Oct
    Posts
    2
    Quote Originally Posted by maverik35 View Post
    The driver is lodaed by kernel:
    Device: 00:1b.0
    Class: Audio device
    Vendor: Intel Corporation
    Device: 82801I (ICH9 Family) HD Audio Controller
    SVendor: Hewlett-Packard Company
    SDevice: Device 306b
    Rev: 03
    Driver: snd_hda_intel

    Try to remove it and then load it again:
    modprobe -r snd_hda_intel
    modprobe snd_hda_intel

    See if it works. Also try to see if volume is muted or volume is set all the way to Low or zero.
    When I enter "modprobe -r snd_hda_intel" I get
    FATAL: Module snd_hda_intel is in use.

  6. Quote Originally Posted by maverik35 View Post
    See if it works. Also try to see if volume is muted or volume is set all the way to Low or zero.
    Double check this for us. I've seen it where the volume was muted by default and that may be the issue. Since modprobe already stated it was in use.
    Fact, Science and the Pursuit of Knowledge. Working to secure your networks from threats; Outside and Within.

  7. #7
    Join Date
    2013-Aug
    Posts
    3
    fixed a no-sound problem with my 3d creative soundcard by adding this above exit 0 in /etc/rc.local :

    #!/bin/sh -e
    #
    # rc.local
    #
    # This script is executed at the end of each multiuser runlevel.
    # Make sure that the script will "exit 0" on success or any other
    # value on error.
    #
    # In order to enable or disable this script just change the execution
    # bits.
    #
    # By default this script does nothing.
    rmmod snd_hda_intel
    modprobe snd_hda_intel position_fix=1

    exit 0

Similar Threads

  1. Replies: 4
    Last Post: 2018-06-21, 11:39
  2. Kali playing system sound but no browser or other app sound
    By dmans in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2018-04-28, 17:51
  3. sound issue, after first 2 login attempts there is no sound
    By shadowknight in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2014-07-13, 19:19
  4. Replies: 1
    Last Post: 2014-03-19, 03:23

Posting Permissions

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