[276812G, Conexant CX20561 (Hermosa), Speaker, Internal] Pulseaudio fails to detect card

Bug #1875989 reported by Jere Tuominen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pulseaudio (Ubuntu)
Incomplete
Undecided
Unassigned

Bug Description

No sound from internal or external soundjack since upgrading from Ubuntu 18.04 LTS to Ubuntu 20.04 LTS.

1) 'lsb_release -rd'
Description: Ubuntu 20.04 LTS
Release: 20.04
2) 'apt-cache policy pulseaudio'
pulseaudio:
  Installed: 1:13.99.1-1ubuntu3
  Candidate: 1:13.99.1-1ubuntu3
  Version table:
 *** 1:13.99.1-1ubuntu3 500
        500 http://fi.archive.ubuntu.com/ubuntu focal/main amd64 Packages
        100 /var/lib/dpkg/status
3) What you expected to happen
Hear sound
4) What happened instead
No sound
5) 'lspci -v | grep -A7 -i "audio"'
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
 Subsystem: Lenovo ThinkPad T400
 Flags: bus master, fast devsel, latency 0, IRQ 33
 Memory at fc220000 (64-bit, non-prefetchable) [size=16K]
 Capabilities: <access denied>
 Kernel driver in use: snd_hda_intel
 Kernel modules: snd_hda_intel

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: pulseaudio 1:13.99.1-1ubuntu3
ProcVersionSignature: Ubuntu 5.4.0-28.32-generic 5.4.30
Uname: Linux 5.4.0-28-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', '/dev/snd/by-id', '/dev/snd/controlC0', '/dev/snd/hwC0D1', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/controlC1', '/dev/snd/midiC1D0', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Apr 30 00:46:33 2020
InstallationDate: Installed on 2017-05-29 (1066 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: pulseaudio
Symptom: audio
Symptom_Card: HDA-Intel - HDA Intel
Symptom_Jack: Speaker, Internal
Title: [276812G, Conexant CX20561 (Hermosa), Speaker, Internal] Pulseaudio fails to detect card
UpgradeStatus: Upgraded to focal on 2020-04-24 (5 days ago)
dmi.bios.date: 10/17/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 7UET94WW (3.24 )
dmi.board.name: 276812G
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn276812G:pvrThinkPadT400:rvnLENOVO:rn276812G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.family: ThinkPad T400
dmi.product.name: 276812G
dmi.product.version: ThinkPad T400
dmi.sys.vendor: LENOVO

Revision history for this message
Jere Tuominen (jere-tuominen) wrote :
Revision history for this message
Hui Wang (hui.wang) wrote :

The driver looks good:

APLAY

**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: CX20561 Analog [CX20561 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: CX20561 Digital [CX20561 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

ARECORD

**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: CX20561 Analog [CX20561 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

But there is no valid sound card in the pulseaudio, could you please upload the log of pulseaudio.

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

I am concerned about this:

Jack:
      Installed - Yes (/usr/bin/jackd)
      Running - No

If jackd was already running when pulseaudio tried to start then it might have failed to open the ALSA devices. Please uninstall jackd if you can, and the reboot.

Changed in pulseaudio (Ubuntu):
status: New → Incomplete
Revision history for this message
Hui Wang (hui.wang) wrote :

Yes, #3 sounds sensible. it is worth having a try.

Revision history for this message
Jere Tuominen (jere-tuominen) wrote :

#2 request for Pulseaudio log attached according to following instructions.
https://wiki.ubuntu.com/PulseAudio/Log

Revision history for this message
Jere Tuominen (jere-tuominen) wrote :

#3 Jackd log attached.

Revision history for this message
Jere Tuominen (jere-tuominen) wrote :

#3 jackd uninstalled and rebooted. Did not help.
===
sudo apt-get remove jackd
reboot
===

Revision history for this message
Jere Tuominen (jere-tuominen) wrote :

Can this bug be linked with kernel bugs? Funny that everything was working with Ubuntu 18.04 LTS still.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869799
https://bugs.launchpad.net/ubuntu/+source/linux-oem-osp1/+bug/1864061

Revision history for this message
Hui Wang (hui.wang) wrote :

@Jere,

No,your problem is not same as the ones in the #8.

I need the log of pulseaudio, maybe that will help, to do so:

edit /usr/lib/systemd/user/pulseaudio.service
comment out the line of ExecStart=....
add a new line ExecStart=/usr/bin/pulseaudio -vvvv --log-target=file:/tmp/pulseaudio.txt

reboot

then upload the /tmp/pulseaudio.txt

thx.

Revision history for this message
Jere Tuominen (jere-tuominen) wrote :

Tested Ubuntu 20.04 LTS liveCD and the sounds work correctly. System recognizes in the Settings>Sound output devices the following:
"Speakers-Built-in Audio"
"Digital Output (S/PDIF-Built-in Audio)"

Revision history for this message
Jere Tuominen (jere-tuominen) wrote :

#9 requested pulseaudio.txt attached.

Revision history for this message
Hui Wang (hui.wang) wrote :

According to #11, your usb sound card fails in the pulseaudio, could you please remove the usb and test.

If that doesn't help, I guess you must install some package that conflict with pulseaudio, that can explain #10.

If possible, please collect a pulseaudio.txt without usb sound card.

Revision history for this message
Jere Tuominen (jere-tuominen) wrote :

Reply to #12. Lenovo ThinkPad T400 has an internal sound card. So unplugging it sounds a bit challenging.

Removed all the music software installations AND I CAN HEAR MUSIC! CASE SOLVED! Thanks!!
===
sudo apt-get remove lmms
sudo apt-get remove ardour
sudo apt-get remove qsynth
sudo apt-get remove guitarix
sudo apt-get remove timidity
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-update
sudo apt-get autoremove
reboot
===

Revision history for this message
Hui Wang (hui.wang) wrote :

sudo apt-get remove timidity

I guess this affect the result. I remember I met the similar cases before.

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1793640, so it is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Feel free to continue to report any other bugs you may find.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.