Results 1 to 2 of 2

Thread: dv8t - sound plays only through speakers

  1. #1
    Join Date
    Dec 2006
    Beans
    42

    dv8t - sound plays only through speakers

    So, I have an HP dv8t and I'm running Kubuntu 11.04. I ran it off of the Live CD first to see if I had any problems before I installed, and I'm glad I did, because I ran into one.

    The sound either plays through the speakers and the headphone jack or not at all - Ubuntu doesn't seem to want to mute just the speaker channel. I searched the forums and found this link:

    http://www.linlap.com/wiki/hp+pavilion+dv8t+quad

    Unfortunately, none of those suggestions work. Does anyone have any ideas on how I might fix this?

  2. #2
    Join Date
    Oct 2010
    Beans
    316

    Re: dv8t - sound plays only through speakers

    You probably just need a model keyword in /etc/modprobe.d/alsa-base.conf. Something like:
    Code:
    echo options snd-hda-intel model=hp-dv5 | sudo tee -a /etc/modprobe.d/alsa-base.conf
    ..and then restart ALSA:
    Code:
    cd /usr/sbin
    sudo alsa force-reload
    Last edited by ....; August 28th, 2011 at 01:22 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •