Re: Sound stopped working after kernel upgrade from 3.2 to 3.14

2014-07-07 Thread Cindy-Sue Causey
On 7/6/14, Weydson Lima wrote: > On 7/5/14, B wrote: >> Try to add a file in /etc/modprobe.d (eg: NAUGHTY_INTEL_SND.conf) >> with a line in: options snd-hda-intel index=-2 (or whatever name >> is your module's name, YMMV) and reboot. > > > What should the file name be? These are the files I h

Re: Sound stopped working after kernel upgrade from 3.2 to 3.14

2014-07-05 Thread Weydson Lima
What should the file name be? These are the files I have under modprobe.d: alsa-base-blacklist.conf alsa-base.conf dkms.conf fbdev-blacklist.conf fglrx-blacklists-radeon.conf radeon-kms.conf I checked the alsa-base.conf and it had those lines: options bt87x index=-2 options cx88_alsa index=-2 op

Re: Sound stopped working after kernel upgrade from 3.2 to 3.14

2014-07-05 Thread Bzzzz
On Sat, 5 Jul 2014 21:19:39 -0600 Weydson Lima wrote: > I have just upgraded the kernel on my Debian box from 3.2 to 3.14 > for the first time and I have no sound on X anymore. How can I > troubleshoot this issue? > > I do see the snd_hda_intel module being loaded, but I don't know > what else I

Sound stopped working after kernel upgrade from 3.2 to 3.14

2014-07-05 Thread Weydson Lima
I have just upgraded the kernel on my Debian box from 3.2 to 3.14 for the first time and I have no sound on X anymore. How can I troubleshoot this issue? I do see the snd_hda_intel module being loaded, but I don't know what else I can do to solve this. Thank you