View Single Post
  #17 (permalink)  
Old 06-Jun-2008, 05:44
oldcpu
Guest
 
Posts: n/a
Default

Quote:
I looked through the printout, hmmmmmm ... frankly, I don't have enough Linux background knowledge to recognize what might be causing my sound card problems. Can someone help me out?.... snipped ....
Code:
ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 9 (level, low) -> IRQ 9
PCI: Setting latency timer of device 0000:00:1f.5 to 64
intel8x0_measure_ac97_clock: measured 55451 usecs
intel8x0: clocking to 48000
ACPI: PCI Interrupt 0000:00:1f.6 -> Link [LNKB] -> GSI 9 (level, low) -> IRQ 9
PCI: Setting latency timer of device 0000:00:1f.6 to 64
i8042.c: Detected active multiplexing controller, rev 1.1.
Well, looks like I have good company, as I typically don't understand a dmesg very well either, although sometimes there is a "jem of information" that helps.

My thoughts on this are:
a. do you have to unload the snd_ac97_codec module as part of the suspend? I notice from previous posts you had errors relating to this snd_ac97_codec, and it is also mentioned in the dmesg.
b. could you also be having an interrupt problem. A number of interrupts are mentioned in the dmesg, but I don't know which one your sound card is using. What interrupt is your sound card using?

Again, I know nothing re: the supend/resume part ... and so apologies if my speculations are way off the mark.