Adding to /etc/modprobe.d/alsa-base.conf

Asked by Aaron Hogan

I think I've found the solution to fixing my headphone jack to my laptop from https://bugs.launchpad.net/ubuntu/+source/linux/+bug/680844.

However, I can not figure out how to "options snd-hda-intel model=thinkpad" to /etc/modprobe.d/alsa-base.conf.

When I open the alsa-base.conf file it is read-only and I am unable to edit it.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

Run:

gksudo gedit /etc/modprobe.d/alsa-base.conf

You can now add the text, it is only a text file.

Revision history for this message
Aaron Hogan (aaron-hogan4452) said :
#2

Thanks actionparsnip, that solved my question.