Ubuntu – LSPCI finds the sound card but alsa and pacmd don’t

18.04alsadriverspulseaudiosound

Title pretty much says it all. lspci -v finds a sound card, but neither aplay -l not pacmd list-cards don't. Problem first surfaced when updating ubuntu to 18.04, which was a hail-mary attempt to fix an another probably unrelated issue with my login screen. I'm not sure whether or not my sound was working before the ubuntu update either, since the login screen issue arose when I got my machine back from warranty repair.

Alsa self diagnose:
https://pastebin.com/787EwmQC

lspci -v:
https://pastebin.com/K52mA74m

aplay -l:
aplay: device_list:270: no soundcards found…

pacmd list-cards:
0 card(s) available.

Things to note:

  • My boot time lasts a bit longer than I remember it lasting, maybe some kernel module thing fails?
  • My pulseaudio daemon doesn't start on boot. Maybe unrelated but I think you should know.
  • I'm running the newest ubuntu (18.04).

Have tried:

  • Reinstalling many things, some probably multiple times.
  • Robooting with various changes
  • Deleting the local pulseaudio config in ~/.config/pulse
  • reseting default.pa (might have picked the wrong one to reset to)
  • Adding myself to audio group

EDIT: inxi -a sees the card and states that it's using the snd_hda_intel driver.

Best Answer

Grayfade from linux discord:

Try this, but I have no idea if it'll work:

EDITOR=nano sudoedit /etc/modprobe.d/intel.conf

Add these lines and save: options snd-hda-intel single_cmd=1 options snd-hda-intel probe_mask=1

Reboot. If it does work, I have no idea why.

It worked, neither of us know why. Source of commands: No sound on Ubuntu 15.10