Results 1 to 2 of 2

Thread: Popping sound while shutdown on XPS 14 l401x

  1. #1
    Join Date
    2013-Sep
    Posts
    1

    Popping sound while shutdown on XPS 14 l401x

    Hey guys,

    When i shutdown kali linux, i am getting a popping sound from my speaker. Found that the issue is with the snd_hda_intel module. When i manually remove the module using rmmod the same popping sound occured.

    Is there any way to solve this issue?

    lspci | grep -i audio

    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
    02:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)

    lsmod

    Module Size Used by
    binfmt_misc 12958 1
    loop 22955 0
    dm_crypt 18373 0
    nvidia 9384935 31
    snd_hda_codec_hdmi 31480 4
    joydev 17318 0
    uvcvideo 66708 0
    videobuf2_vmalloc 12665 1 uvcvideo
    videobuf2_memops 12563 1 videobuf2_vmalloc
    videobuf2_core 26705 1 uvcvideo
    videodev 92071 2 uvcvideo,videobuf2_core
    media 18185 2 uvcvideo,videodev
    snd_hda_codec_realtek 55447 1
    snd_hda_intel 30803 4
    snd_hda_codec 88216 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_i ntel
    snd_hwdep 13190 1 snd_hda_codec
    arc4 12544 2
    iTCO_wdt 12832 0
    snd_pcm 68524 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    iTCO_vendor_support 12705 1 iTCO_wdt
    snd_page_alloc 13019 2 snd_pcm,snd_hda_intel
    iwldvm 111693 0
    mac80211 348666 1 iwldvm
    nouveau 690801 0
    ttm 62521 1 nouveau
    drm_kms_helper 27236 1 nouveau
    iwlwifi 68141 1 iwldvm
    drm 202248 3 ttm,drm_kms_helper,nouveau
    i7core_edac 22415 0
    i2c_i801 17046 0
    edac_core 43505 1 i7core_edac
    acpi_cpufreq 13355 1
    mperf 12454 1 acpi_cpufreq
    video 17687 1 nouveau
    coretemp 12855 0
    i2c_algo_bit 12842 1 nouveau
    processor 28456 1 acpi_cpufreq
    kvm_intel 118161 0
    i2c_core 24042 7 drm,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia,no uveau,videodev
    dell_wmi 12478 0
    sparse_keymap 12761 1 dell_wmi
    snd_seq 45226 0
    snd_seq_device 13177 1 snd_seq
    snd_timer 22813 2 snd_pcm,snd_seq
    snd 53078 17 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_ codec_hdmi,snd_pcm,snd_seq,snd_hda_codec,snd_hda_i ntel,snd_seq_device
    soundcore 13027 1 snd
    cfg80211 144106 3 iwlwifi,mac80211,iwldvm
    rfkill 19167 2 cfg80211
    mxm_wmi 12516 1 nouveau
    dell_laptop 16780 0
    jmb38x_ms 17183 0
    memstick 13741 1 jmb38x_ms
    lpc_ich 16758 0
    mfd_core 12602 1 lpc_ich
    mei 31840 0
    kvm 309830 1 kvm_intel
    thermal_sys 22342 2 video,processor
    psmouse 69191 0
    evdev 17651 9
    serio_raw 12941 0
    dcdbas 13308 1 dell_laptop
    wmi 13244 3 dell_wmi,mxm_wmi,nouveau
    button 12945 1 nouveau
    battery 13147 0
    ac 12625 0
    ext4 371544 1
    crc16 12344 1 ext4
    jbd2 71913 1 ext4
    mbcache 13115 1 ext4
    dm_mod 63778 1 dm_crypt
    sg 26096 0
    sr_mod 21946 0
    sd_mod 40550 3
    hid_generic 12386 0
    cdrom 35213 1 sr_mod
    crc_t10dif 12349 1 sd_mod
    usbhid 40793 0
    hid 81617 2 hid_generic,usbhid
    crc32c_intel 12748 0
    microcode 30457 0
    ahci 25061 2
    libahci 22919 1 ahci
    libata 141636 2 ahci,libahci
    r8169 52700 0
    mii 12676 1 r8169
    scsi_mod 162399 4 sg,libata,sd_mod,sr_mod
    sdhci_pci 17849 0
    sdhci 27126 1 sdhci_pci
    mmc_core 77375 2 sdhci,sdhci_pci
    ehci_hcd 40532 0
    usbcore 134001 3 uvcvideo,ehci_hcd,usbhid
    usb_common 12355 1 usbcore

  2. #2
    Join Date
    2013-Apr
    Posts
    3
    i had the same same problem...

    if u can stop the kernel module 'snd_hda_intel' manually before shutdown , then hit 'sudo modprobe -r -f snd_hda_intel' in command and you are done!!
    but if klai doesnt let u remove the kernel.
    u have to manually remove the 'snd_hda_intel' before shutdown after all other modules have been killed.

    either u have to create a script that removes that module as the computer shutdowns or you can add the line 'modprobe -r -f snd_hda_intel' inside the 'do_stop' function of K12halt located at /etc/rc0.d

    this fixed my problem

Similar Threads

  1. Replies: 4
    Last Post: 2019-02-05, 18:50
  2. Replies: 4
    Last Post: 2018-06-21, 11:39
  3. Replies: 0
    Last Post: 2015-08-18, 16:48

Posting Permissions

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