0

I have installed Ubuntu 14.04.3 LTS. first it wasnt working for Wifi Drivers then after asking here i sorted that out now Sound Drivers arent working properly. already tried Solution and this Solution.

PLUS after doing this solution i have nothing left in my WHOLE settings. Language Support,Updates and 2 other. EVERY setting has gone?

1 Answers1

0

Seems that you have solution for your hardware here: No sound on Ubuntu 15.10

I found the solution (!), create a new file /etc/modprobe.d/intel.conf

add the following options:

options snd-hda-intel single_cmd=1
options snd-hda-intel probe_mask=1

reboot....

ulcha
  • 464