Compare commits

..

2 Commits

Author SHA1 Message Date
Ralf Koop
838220c1fb Merge branch 'main' of https://portal.ralfkoop.de/ralfk/MyFirstBrain 2025-03-30 12:41:44 +02:00
Ralf Koop
f9646ae811 . 2025-03-30 12:41:42 +02:00

17
Technik/LG-Gram-Audio.md Normal file
View File

@ -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.