Comment 109 for bug 1332900

Revision history for this message
In , superquad.vortex2 (superquad.vortex2-linux-kernel-bugs) wrote :

http://git.alsa-project.org/?p=alsa-tools.git;a=blob;f=hdajackretask/apply-changes.c;hb=HEAD

static const gchar* remove_script =
 244 "#!/bin/sh\n"
 245 "rm /etc/modprobe.d/hda-jack-retask.conf 2>>%s\n"
 246 "rm /lib/firmware/hda-jack-retask.fw 2>>%s\n";
 247
 248 static const gchar* retask_conf =
 249 "# This file was added by the program 'hda-jack-retask'.\n"
 250 "# If you want to revert the changes made by this program, you can simply erase this file and reboot your computer.\n"
 251 "options snd-hda-intel patch=hda-jack-retask.fw,hda-jack-retask.fw,hda-jack-retask.fw,hda-jack-retask.fw\n";
 252
 253 static const gchar* install_script =
 254 "#!/bin/sh\n"
 255 "mv %s/hda-jack-retask.fw /lib/firmware/hda-jack-retask.fw\n 2>>%s\n"
 256 "mv %s/hda-jack-retask.conf /etc/modprobe.d/hda-jack-retask.conf 2>>%s\n";

refer to the source code of hdajackretask

either you remove

/etc/modprobe.d/hda-jack-retask.conf

or your distibution not use hda-jack-retask.conf to change the sound card module paramter