From f9646ae811705c7b80e5d6074a4a2068e06b8a05 Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Sun, 30 Mar 2025 12:41:42 +0200 Subject: [PATCH] . --- Technik/LG-Gram-Audio.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Technik/LG-Gram-Audio.md diff --git a/Technik/LG-Gram-Audio.md b/Technik/LG-Gram-Audio.md new file mode 100644 index 0000000..8a51f64 --- /dev/null +++ b/Technik/LG-Gram-Audio.md @@ -0,0 +1,17 @@ +Wenn der interne Lautsprecher nicht geht : + +1 ) +```command +wget https://gist.githubusercontent.com/eddy-geek/ef86267fbec87479aba905302909921a/raw/ -O necessary-verbs2.sh + +chmod +x necessary-verbs2.sh + +sudo ./necessary-verbs2.sh +``` +Still no joy? Reboot again and try this + +2 ) +```Command +sudo tee /etc/modprobe.d/audio-fix-alc298--samsung-headphone.conf <<< 'options snd-hda-intel model=alc298-samsung-amp' +``` +This will take affect after reboot.