Comment 22 for bug 106843

Revision history for this message
Fredrik Wendt (fredrik-wendt) wrote :

Hi. Still an issue on this Dell Latitude D531 running Ubuntu Gutsy Beta. It's up to date running 2.6.22-14.
# lspci | grep 00:14
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 14)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge

# lspci -n | grep 00:14
00:14.0 0c05: 1002:4385 (rev 14)
00:14.1 0101: 1002:438c
00:14.2 0403: 1002:4383
00:14.3 0601: 1002:438d
00:14.4 0604: 1002:4384

# dmesg | grep 00:14
[ 0.756000] PCI: Transparent bridge - 0000:00:14.4
[ 0.916000] PCI: Bridge: 0000:00:14.4
[ 7.288000] SB600_PATA: IDE controller at PCI slot 0000:00:14.1
[ 7.288000] ACPI: PCI Interrupt 0000:00:14.1[A] -> GSI 16 (level, low) -> IRQ 17
[ 16.752000] piix4_smbus 0000:00:14.0: Found 0000:00:14.0 device
[ 17.404000] ACPI: PCI Interrupt 0000:00:14.2[A] -> GSI 16 (level, low) -> IRQ 17
[ 19.796000] ACPI: PCI interrupt for device 0000:00:14.2 disabled

# dmesg | grep hda
[ 7.288000] ide0: BM-DMA at 0xbfa0-0xbfa7, BIOS settings: hda:DMA, hdb:pio
[ 8.024000] hda: TSSTcorpCD-RW/DVD-ROM TSL462D, ATAPI CD/DVD-ROM drive
[ 8.696000] hda: selected mode 0x42
[ 17.032000] hda: ATAPI 24X DVD-ROM CD-R/RW drive, 1536kB Cache, UDMA(33)
[ 18.792000] hda_intel: azx_get_response timeout, switching to polling mode...
[ 19.796000] hda_intel: azx_get_response timeout, switching to single_cmd mode...
[ 19.796000] hda_codec: No auto-config is available, default to model=ref
[ 19.796000] hda-intel: no codecs initialized

# tail -n 1 /etc/modprobe/alsa-base
options snd-hda-intel model=3stack

# lsmod | grep snd
snd_hda_intel 263712 0
snd_pcm_oss 44672 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_pcm 80388 2 snd_hda_intel,snd_pcm_oss
snd_seq_dummy 4740 0
snd_seq_oss 33152 0
snd_seq_midi 9600 0
snd_rawmidi 25728 1 snd_seq_midi
snd_seq_midi_event 8448 2 snd_seq_oss,snd_seq_midi
snd_seq 53232 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 24324 2 snd_pcm,snd_seq
snd_seq_device 9228 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 54660 9 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 8800 1 snd
snd_page_alloc 11400 2 snd_hda_intel,snd_pcm

Then tried this:
# rmmod snd_hda_intel
# modprobe snd_hda_intel model=3stack

the dmesg output looks the same (only newer timestamps), included one line above and one below:
[ 116.148000] wlan1: duplicate address detected!
[ 518.644000] ACPI: PCI Interrupt 0000:00:14.2[A] -> GSI 16 (level, low) -> IRQ 17
[ 519.988000] hda_intel: azx_get_response timeout, switching to polling mode...
[ 520.992000] hda_intel: azx_get_response timeout, switching to single_cmd mode...
[ 520.992000] hda_codec: No auto-config is available, default to model=ref
[ 520.992000] hda-intel: no codecs initialized
[ 520.992000] ACPI: PCI interrupt for device 0000:00:14.2 disabled
[ 542.816000] atkbd.c: Unknown key pressed (translated set 2, code 0x93 on isa0060/serio0).

I'd be happy to test other things.