This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
audio [2020/04/28 09:39] team |
audio [2020/08/01 14:12] (current) |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| sudo nano /etc/modprobe.d/alsa-base.conf | sudo nano /etc/modprobe.d/alsa-base.conf | ||
| </code> | </code> | ||
| - | and then ad the end of this file you can add two lines: | + | and then ad the end of this file you can add two lines below: |
| + | <code> | ||
| + | options snd-hda-intel model=lifebook | ||
| + | options snd-hda-intel model=headset-mic | ||
| + | </code> | ||
| + | then you must save this file with Ctrl+X and reboot your system to enjoy your audio. | ||