Re: hda-intel: no soundcard with current linus' git tree

From: Jeff Garzik
Date: Wed Oct 17 2007 - 22:36:17 EST


Thomas Meyer wrote:
$ dmesg

[schnipp]

ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 21
PCI: Enabling bus mastering for device 0000:00:1b.0
PCI: Setting latency timer of device 0000:00:1b.0 to 64
hda_codec: STAC922x, Apple subsys_id=106b0200
ACPI: PCI interrupt for device 0000:00:1b.0 disabled
HDA Intel: probe of 0000:00:1b.0 failed with error -16

[schnipp]

My sound ability similarly disappeared an upstream kernel <24 hours old (includes the ALSA merge).

[jgarzik@core ~]$ lsmod | grep -i snd
snd_hda_intel 367396 2
snd_pcm_oss 42080 0
snd_mixer_oss 16640 2 snd_pcm_oss
snd_pcm 79624 2 snd_hda_intel,snd_pcm_oss
snd_page_alloc 9040 2 snd_hda_intel,snd_pcm

[jgarzik@core ~]$ lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)

[jgarzik@core ~]$ dmesg | egrep -i 'snd|hda'
[jgarzik@core ~]$

mplayer says

AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)

but no sound is emitted.

Earlier kernels been working fine since hda_intel was introduced.

Jeff


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/