Issues with the 82801H audio driver

Bug #127578 reported by another2
10
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Incomplete
Undecided
Unassigned
linux-source-2.6.22 (Ubuntu)
Won't Fix
Medium
Ubuntu Audio Team

Bug Description

I'm running Gusty Gibbon on a Dell Insprion 1420. This may be more than one bug, here is what I went through:

lspci | grep -i audio
another2@anotherInspiron:~$ lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)

By default audio isn't detected

In /etc/modprobe.d/alsa-base
I commented out this:
options snd-cmipci mpu_port=0x330 fm_port=0x388

I added this:
options snd-hda-intel model=laptop-eapd index=1

I added this to /etc/modprobe.d/options (I don't know if this is needed)
options snd-hda-intel model=auto

rebooted, device shows up in proc

asoundconf list
Names of available sound cards:
Intel

I then ran:
 asoundconf set-default-card Intel

audio now works but, only though the one jack, there are two jacks in the front as well as built in speakers that aren't able to produce sound.

Revision history for this message
xtknight (xt-knight) wrote :

Give the hardware IDs using this command:

lspci -vv

There will be a block for your sound card. Please post that. Also post the one from:

lspci -vvn

Revision history for this message
another2 (another-two) wrote :
Revision history for this message
another2 (another-two) wrote :
Revision history for this message
Andrew Ash (ash211) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately we can't fix it, because your description didn't include enough information.

Please include the information requested from the "Reporting Sound Bugs" section of https://help.ubuntu.com/community/DebuggingSoundProblems as separate attachments.

Revision history for this message
another2 (another-two) wrote :

In alssamixer:

nothing is muted, sound is turned up to max on all devices

another2@anotherInspiron:~$ aplay --list-devices
**** List of PLAYBACK Hardware Devices ****
card 1: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 1: Intel [HDA Intel], device 1: STAC92xx Digital [STAC92xx Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

another2@anotherInspiron:~$ tail -2 /proc/asound/oss/sndstat
Mixers:
1: SigmaTel STAC9228
another2@anotherInspiron:~$

Revision history for this message
another2 (another-two) wrote :
Revision history for this message
another2 (another-two) wrote :
Revision history for this message
another2 (another-two) wrote :
Revision history for this message
another2 (another-two) wrote :
Revision history for this message
another2 (another-two) wrote :

http://pastebin.ca/628876

attached is dmesg, the latter part is me trying to get the intel wireless n card to work

Revision history for this message
another2 (another-two) wrote :

Please tell me if there is anything else I missed.

Revision history for this message
Andrew Ash (ash211) wrote :

I think that's everything on that page. Now I hand it off to the people who work on debugging such things!

Changed in linux-source-2.6.22:
assignee: ash211 → nobody
status: Incomplete → Confirmed
Revision history for this message
another2 (another-two) wrote : Re: [Bug 127578] Re: Issues with the 82801H audio driver

Thanks, I appreciate it

On 7/27/07, Andrew Ash <email address hidden> wrote:
>
> I think that's everything on that page. Now I hand it off to the people
> who work on debugging such things!
>
> ** Changed in: linux-source-2.6.22 (Ubuntu)
> Assignee: Andrew Ash => (unassigned)
> Status: Incomplete => Confirmed
>
> --
> Issues with the 82801H audio driver
> https://bugs.launchpad.net/bugs/127578
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Revision history for this message
Darren Albers (dalbers) wrote :

I think this is the same problem that people with Lenovo T61's are seeing and a patch exists in Alsa CVS.

http://www.thinkwiki.org/wiki/AD1984

When I install the latest version of Alsa from CVS as outlined here:
http://alsa.opensrc.org/index.php/Quick_Install
my card works fine. Does this work for you as well? If so then we can extract the required patches and make it easy on the Dev's

Revision history for this message
another2 (another-two) wrote :

K, I'll get to that Wed, I'll email you the details

On 7/29/07, Darren Albers <email address hidden> wrote:
>
> I think this is the same problem that people with Lenovo T61's are
> seeing and a patch exists in Alsa CVS.
>
> http://www.thinkwiki.org/wiki/AD1984
>
> When I install the latest version of Alsa from CVS as outlined here:
> http://alsa.opensrc.org/index.php/Quick_Install
> my card works fine. Does this work for you as well? If so then we can
> extract the required patches and make it easy on the Dev's
>
> --
> Issues with the 82801H audio driver
> https://bugs.launchpad.net/bugs/127578
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Changed in linux-source-2.6.22:
assignee: nobody → ubuntu-audio
importance: Undecided → Medium
status: Confirmed → Triaged
Revision history for this message
another2 (another-two) wrote :

Okay, there was documentation on the ALSA page about compiling the modules seperately, I followed it, and now sound completely doesn't work I get the following:

root@anotherInspiron:/lib/modules# aplay
ALSA lib pcm_dmix.c:864:(snd_pcm_dmix_open) unable to open slave
aplay: main:545: audio open error: No such file or directory

aplay -l lists no playback devices

root@anotherInspiron:/lib/modules# aplay -L
default:CARD=Intel
    HDA Intel
    Default Audio Device
front:CARD=Intel
    HDA Intel
    Front speakers
surround40:CARD=Intel
    HDA Intel
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel
    HDA Intel
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel
    HDA Intel
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel
    HDA Intel
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel
    HDA Intel
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Intel
    HDA Intel
    IEC958 (S/PDIF) Digital Audio Output
null
    Discard all samples (playback) or generate zero samples (capture)

Thanks,
Artie

Revision history for this message
Alvin (alvind) wrote :

Bug #122560 contains a fix for this.

Revision history for this message
Kevin DuBois (kdub) wrote :

I had resolved this issue, had sound working great with the modules I compiled from alsa mercurial and 8/17/2007.
However, I'm a developer and wanted to start help the compiz fusion guys, so I compiled a build environment for it, the biggest change involved recompiling libX11 with X C bindings. Now my sound doesnt work, despite all signs pointing to it should be installed properly. I figure I can figure this problem out, but if anyone has any suggestions, they would be welcome. I will post back if/when I solve this problem....

Revision history for this message
Launchpad Janitor (janitor) wrote : This bug is now reported against the 'linux' package

Beginning with the Hardy Heron 8.04 development cycle, all open Ubuntu kernel bugs need to be reported against the "linux" kernel package. We are automatically migrating this bug to the new "linux" package. However, development has already began for the upcoming Intrepid Ibex 8.10 release. It would be helpful if you could test the upcoming release and verify if this is still an issue - http://www.ubuntu.com/testing . If the issue still exists, please update this report by changing the Status of the "linux" task from "Incomplete" to "New". We appreciate your patience and understanding as we make this transition. Thanks!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.