I tried versions of linux years ago, but am just now getting back into it. I have tried several suggestions, but I just cant seem to get my speakers working and can find a search bar in the audio section. I feel so confused. Sorry
Follow @KGIII's advice first.I figured this would be the easiest to start with, but I can try a different one.
lspci -nnk |grep -A2 -i aud
alsamixer
speaker-test
Looks like a deeper investigation is needed. If you can't find driver's through Condobloke's suggestion, you can run in a terminal:nothing special. Even the sound test through GUI does not work. Nothing through the terminal test either. YouTube sound does not work. I can only get sound if I use plug-in headphones.
lspci -nnk |grep -A2 -i aud
dmesg | grep -i firm
journalctl -b | grep -i audio
lsof /dev/snd/*
systemctl list-units | grep -i sound
lspci -nnk |grep -A2 -i aud
00:1f.3 Audio device [0403]: Intel Corporation Cannon Point-LP High Definition Audio Controller [8086:9dc8] (rev 30)
Subsystem: Dell Cannon Point-LP High Definition Audio Controller [1028:08bc]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_sof_pci_intel_cnl
$ lspci -nnk |grep -A2 -i aud
00:1f.3 Audio device [0403]: Intel Corporation Cannon Point-LP High Definition Audio Controller [8086:9dc8] (rev 30)
Subsystem: Dell Cannon Point-LP High Definition Audio Controller [1028:08bc]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_sof_pci_intel_cnl
squarsquid@squarsquid:~$
squarsquid@squarsquid:~$
squarsquid@squarsquid:~$
squarsquid@squarsquid:~$ dmesg | grep -i firm
[ 0.301592] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 1.569032] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4f1001)
[ 1.768404] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 3.505180] ACPI: video: [Firmware Bug]: ACPI(PXSX) defines _DOD but not _DOS
[ 28.767399] iwlwifi 0000:00:14.3: loaded firmware version 46.4d093a30.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
[ 29.978825] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 29.983375] Bluetooth: hci0: Found device firmware: intel/ibt-17-16-1.sfi
[ 31.466935] Bluetooth: hci0: Waiting for firmware download to complete
[ 31.467560] Bluetooth: hci0: Firmware loaded in 1449396 usecs
[ 31.493612] Bluetooth: hci0: Firmware revision 0.1 build 26 week 11 2020
[ 1080.321868] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4f1001)
[ 1791.708667] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4f1001)
squarsquid@squarsquid:~$
squarsquid@squarsquid:~$
squarsquid@squarsquid:~$
squarsquid@squarsquid:~$ journalctl -b | grep -i audio
Oct 28 23:09:06 squarsquid kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 28 23:09:07 squarsquid kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 28 23:09:08 squarsquid kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 28 23:09:08 squarsquid kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 28 23:09:08 squarsquid kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 28 23:09:08 squarsquid kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
Oct 28 23:09:08 squarsquid kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
Oct 28 23:09:08 squarsquid kernel: snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
Oct 28 23:09:08 squarsquid kernel: snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x1a
Oct 28 23:09:08 squarsquid kernel: snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
Oct 28 23:09:17 squarsquid pulseaudio[1123]: Failed to open cookie file '/var/lib/gdm3/.config/pulse/cookie': No such file or directory
Oct 28 23:09:17 squarsquid pulseaudio[1123]: Failed to load authentication key '/var/lib/gdm3/.config/pulse/cookie': No such file or directory
Oct 28 23:09:17 squarsquid pulseaudio[1123]: Failed to open cookie file '/var/lib/gdm3/.pulse-cookie': No such file or directory
Oct 28 23:09:17 squarsquid pulseaudio[1123]: Failed to load authentication key '/var/lib/gdm3/.pulse-cookie': No such file or directory
Oct 28 23:09:38 squarsquid pulseaudio[1620]: Failed to open cookie file '/home/squarsquid/.config/pulse/cookie': No such file or directory
Oct 28 23:09:38 squarsquid pulseaudio[1620]: Failed to load authentication key '/home/squarsquid/.config/pulse/cookie': No such file or directory
Oct 28 23:09:38 squarsquid pulseaudio[1620]: Failed to open cookie file '/home/squarsquid/.pulse-cookie': No such file or directory
Oct 28 23:09:38 squarsquid pulseaudio[1620]: Failed to load authentication key '/home/squarsquid/.pulse-cookie': No such file or directory
Oct 28 23:09:41 squarsquid systemd[1611]: gnome-launched-pulseaudio.desktop-1923.scope: Succeeded.
Oct 28 23:09:44 squarsquid systemd[1114]: pulseaudio.service: Succeeded.
Oct 28 23:09:54 squarsquid systemd[1114]: pulseaudio.socket: Succeeded.
lsof /dev/snd/*
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
pulseaudi 1620 squarsquid mem CHR 116,2 528 /dev/snd/pcmC0D0p
pulseaudi 1620 squarsquid 26u CHR 116,11 0t0 562 /dev/snd/controlC0
pulseaudi 1620 squarsquid 33u CHR 116,11 0t0 562 /dev/snd/controlC0
pulseaudi 1620 squarsquid 38u CHR 116,11 0t0 562 /dev/snd/controlC0
pulseaudi 1620 squarsquid 52u CHR 116,11 0t0 562 /dev/snd/controlC0
pulseaudi 1620 squarsquid 57u CHR 116,2 0t0 528 /dev/snd/pcmC0D0p
systemctl list-units | grep -i sound
sys-devices-pci0000:00-0000:00:1f.3-sound-card0.device loaded active plugged Cannon Point-LP High Definition Audio Controller
alsa-restore.service loaded active exited Save/Restore Sound Card State
sound.target loaded active active Sound Card
[ 0.301592] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 1.569032] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4f1001)
[ 1.768404] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 3.505180] ACPI: video: [Firmware Bug]: ACPI(PXSX) defines _DOD but not _DOS
[ 28.767399] iwlwifi 0000:00:14.3: loaded firmware version 46.4d093a30.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
[ 29.978825] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 29.983375] Bluetooth: hci0: Found device firmware: intel/ibt-17-16-1.sfi
[ 31.466935] Bluetooth: hci0: Waiting for firmware download to complete
[ 31.467560] Bluetooth: hci0: Firmware loaded in 1449396 usecs
[ 31.493612] Bluetooth: hci0: Firmware revision 0.1 build 26 week 11 2020
[ 1080.321868] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4f1001)
[ 1791.708667] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4f1001)
Oct 28 23:09:44 squarsquid systemd[1114]: pulseaudio.service: Succeeded.
Oct 28 23:09:54 squarsquid systemd[1114]: pulseaudio.socket: Succeeded.
Kernel modules: snd_hda_intel, snd_sof_pci_intel_cnl
apt policy firmware-sof-signed
dmesg | grep -i sof
pavucontrol
apt policy firmware-sof-signed
N: Unable to locate package firmware-sof-signed