HP Mini 3000 Series Audio Workaround
Posted: Tue Jun 14, 2011 3:01 pm
So if you're like me, and I hope for your sake you're not, you've stumbled upon the fact after nearly 6 months of ownership that your HP Mini 3000 series does in fact have on board speakers. To my credit I didn't really use the machine until a couple weeks ago when I started traveling. Seems to be an issue with an incorrect alsa driver.
Additional hardware tested: 1000 series, also worked.
Builds tested for success: Isadora, Julia, Katya & LMDE.
I thought I'd post here and I'll also be linking to this forum page in my update to this particular model (110-3135dx) on the Community page.
Make sure Line 11 of alsa-source.conf reads:
Change the line to match (it might say ALL CARDS) or something of that nature, save and exit.
Enter this as your final command:
Reboot your machine. Should be all you need to do.
Cheers,
Zack
Additional hardware tested: 1000 series, also worked.
Builds tested for success: Isadora, Julia, Katya & LMDE.
I thought I'd post here and I'll also be linking to this forum page in my update to this particular model (110-3135dx) on the Community page.
Code: Select all
sudo apt-get install alsa-source module-assistant
sudo gedit /etc/alsa/alsa-source.conf
Code: Select all
ALSA_CARDS=”hda-intel”
Enter this as your final command:
Code: Select all
sudo m-a a-i alsa-source
Cheers,
Zack