View Issue Details

IDProjectCategoryView StatusLast Update
0003838Kali LinuxGeneral Bugpublic2017-02-07 16:15
Reporternkipp02 Assigned Torhertzog  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionduplicate 
Product Version2016.2 
Summary0003838: No Sound with 2016.2
Description

With the latest release 2016.2, I have no sound output. The mute button is lit and I cannot turn it off. I have always had sound with the different versions of Kali until now. Lenovo T420. specs below

Steps To Reproduce

Boot 2016.2 from USB.

Additional Information

/dev/sda: Model=Crucial_CT250MX200SSD3, FwRev=MU04, SerialNo=15461115882E, Size=232.9 GiB
dos
0x76682346
/dev/sdb: , Size=14.7 GiB
dos
0x00146679
/dev/sdc: , Size=29.6 GiB
dos
0x0c7b9850
/dev/sr0: fdisk: cannot open /dev/sr0: Inappropriate ioctl for device
Model=Optiarc DVD RW AD-7590S, FwRev=1.FL, SerialNo=
root@kali:~#
root@kali:~# #if [ id -u == "0" ]; then
root@kali:~# #echo "========== Partitions =========="
root@kali:~# #$FDISK -l 2>/dev/null
root@kali:~# #fi
root@kali:~#
root@kali:~# echo "============= CPUs ============="
============= CPUs =============
root@kali:~# grep "model name" /proc/cpuinfo #show CPU(s) info
model name : Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
model name : Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
model name : Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
model name : Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
root@kali:~#
root@kali:~# echo "============= MEM ============="
============= MEM =============
root@kali:~# KiB=grep MemTotal /proc/meminfo | tr -s ' ' | cut -d' ' -f2
root@kali:~# MiB=expr $KiB / 1024
root@kali:~# #note various mem not accounted for, so round to appropriate size
root@kali:~# #on my 384MiB system over 8MiB was unaccounted for
root@kali:~# #on my 1024MiB system over 20MiB was unaccounted for so round to next highest power of 2
root@kali:~# round=32
root@kali:~# echo "expr \( \( $MiB / $round \) + 1 \) \* $round MiB"
5760 MiB
root@kali:~#
root@kali:~# echo "============= PCI ============="
============= PCI =============
root@kali:~# $LSPCI -tv
-[0000:00]-+-00.0 Intel Corporation 2nd Generation Core Processor Family DRAM Controller
+-02.0 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller
+-16.0 Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller 0000001
+-19.0 Intel Corporation 82579LM Gigabit Network Connection
+-1a.0 Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2
+-1b.0 Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller
+-1c.0-[02]--
+-1c.1-[03]----00.0 Intel Corporation Ultimate N WiFi Link 5300
+-1c.3-[05-0c]--
+-1c.4-[0d]--+-00.0 Ricoh Co Ltd PCIe SDXC/MMC Host Controller
| -00.3 Ricoh Co Ltd R5C832 PCIe IEEE 1394 Controller
+-1d.0 Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller 0000001
+-1f.0 Intel Corporation QM67 Express Chipset Family LPC Controller
+-1f.2 Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller
-1f.3 Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller
root@kali:~#
root@kali:~# echo "============= USB ============="
============= USB =============
root@kali:~# $LSUSB
Bus 002 Device 003: ID 0951:1666 Kingston Technology DataTraveler G4
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 04f2:b221 Chicony Electronics Co., Ltd integrated camera
Bus 001 Device 003: ID 0a5c:217f Broadcom Corp. BCM2045B (BDC-2.1)
Bus 001 Device 005: ID 154b:00d2 PNY
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@kali:~#

Relationships

duplicate of 0003529 resolvedrhertzog No sound in Kali rolling 2016.2 x64 and x86 both 

Activities

atdtphreaker

atdtphreaker

2017-01-23 06:28

reporter   ~0006271

The permanent fix should be (terminal) "systemctl --user enable pulseaudio && systemctl --user start pulseaudio".

atdtphreaker

atdtphreaker

2017-01-23 07:37

reporter   ~0006273

For modification of additional options (mute, etc), 'alsamixer' works well.

(terminal) "sudo apt-get install libasound2 alsa-utils alsa-oss".

root@kali:~# alsamixer

rhertzog

rhertzog

2017-02-07 16:15

administrator   ~0006341

Same as 0003529.

Issue History

Date Modified Username Field Change
2017-01-18 05:52 nkipp02 New Issue
2017-01-23 06:28 atdtphreaker Note Added: 0006271
2017-01-23 07:37 atdtphreaker Note Added: 0006273
2017-02-07 16:15 rhertzog Assigned To => rhertzog
2017-02-07 16:15 rhertzog Status new => closed
2017-02-07 16:15 rhertzog Resolution open => duplicate
2017-02-07 16:15 rhertzog Note Added: 0006341
2017-02-07 16:15 rhertzog Relationship added duplicate of 0003529