Hello out there,
I am on Ubuntu 24.04 and cannot get any sound out of the audio jack, only the laptop speakers do work. The Laptop is MSI 73vr 7rf. Edit: Actually, there is a very low output, barely noticeable. Seems like the amp works on line-out level.
lspci -v:
00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
Subsystem: Micro-Star International Co., Ltd. [MSI] CM238 HD Audio Controller
Flags: bus master, fast devsel, latency 32, IRQ 158
Memory at df920000 (64-bit, non-prefetchable) [size=16K]
Memory at df900000 (64-bit, non-prefetchable) [size=64K]
Capabilities:
Kernel driver in use: snd_hda_intel
Kernel modules: snd_soc_avs, snd_hda_intel
sudo dmesg | grep snd_hda_intel
[ 7.233612] snd_hda_intel 0000:00:1f.3: enabling device (0000 → 0002)
[ 8.265632] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[ 8.265981] snd_hda_intel 0000:01:00.1: enabling device (0000 → 0002)
[ 8.266102] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 8.266110] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
cat /proc/asound/card*/codec* | grep Codec
Codec: Realtek ALC1220
Codec: Nvidia GPU 83 HDMI/DP
What I’ve Tried:
Adding entries in etc/modprobe.d/alsa-base.conf
- options snd-hda-intel model=headset-mode
- options snd-hda-intel model=dell-headset-multi
- options snd-hda-intel model=headphone-jack-pivots
And also
pulseaudio -k && sudo alsa force-reload
I tried
- pavucontrol
- alsactl restore
- alsa force-reload
- alsamixer
When using pulseaudio, it says
W: [pulseaudio] pid.c: Stale PID file, overwriting.
E: [pulseaudio] socket-server.c: bind(): Address already in use
E: [pulseaudio] module.c: Failed to load module “module-native-protocol-unix” (argument: “”): initialization failed.
E: [pulseaudio] main.c: D-Bus name org.pulseaudio.Server already taken.
I am really out of ideas. Can anyone help?