MyFirstBrain/Technik/LG-Gram-Audio.md
2025-07-21 09:57:23 +02:00

32 lines
660 B
Markdown

---
created: 2025-03-31T09:39
updated: 2025-07-21T09:51
---
Wenn der interne Lautsprecher unter Linux nicht geht :
Unter Fedora müssen noch die alsa-tools installiert werden
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.
Mount SD Card Reader :
```Command
sudo mount /dev/mmcblk0 /media/
```
#Linux