Re: Experimental Debian Package
- Posted by mattlewis (admin) May 21, 2010
- 2490 views
I haven't tried the package on my Ubuntu 10.04 install because I'm not happy with Ubuntu anymore. Since upgrading to 10.04, my sound output is not working. I get some music when Ubuntu starts and when I shutdown, but while running, no application will produce any sound at all. Worked fine for earlier Ubuntu installs.
My sound works, except for plugging in speakers into the headphone jacks (it's a laptop).
Continuing the off topic conversation...
I found a partial solution (I have 2 headphone jacks, and one of them works now). Derek, this might help you. Run:
$ cat /proc/asound/card0/codec#* | grep Codec
Then check that against what's in /usr/share/doc/alsa-base. Mine wasn't exactly, so I guessed and went with "dell-m6 Dell desktops/laptops with both type of mics". And then added a line at the end of /etc/modprobe.d/alsa-base.conf:
options snd-hda-intel model=dell-m6Requires a reboot.
Matt