MyFirstBrain/Technik/LG-Gram-Audio.md

32 lines
660 B
Markdown
Raw Normal View History

2025-06-02 18:23:32 +02:00
---
created: 2025-03-31T09:39
2025-07-20 11:18:07 +02:00
updated: 2025-07-20T11:17
2025-06-02 18:23:32 +02:00
---
2025-03-30 12:50:06 +02:00
Wenn der interne Lautsprecher unter Linux nicht geht :
2025-03-30 12:41:42 +02:00
2025-03-30 18:33:20 +02:00
Unter Fedora müssen noch die alsa-tools installiert werden
2025-03-30 12:41:42 +02:00
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.
2025-03-30 12:50:06 +02:00
2025-03-30 18:33:20 +02:00
Mount SD Card Reader :
```Command
sudo mount /dev/mmcblk0 /media/
```
2025-03-30 12:50:06 +02:00
#Linux