[ltp] swsusp and alsa on a T23

Tino Keitel linux-thinkpad@linux-thinkpad.org
Fri, 28 Jan 2005 10:20:00 +0100


On Thu, Jan 27, 2005 at 20:07:46 -0700, Adam Olsen wrote:
> Hello,
> 
> I thought I had swsusp working correctly - even the wireless was coming 
> back up. Then I noticed that I had no sound at all.  On my 600x I would 
> just reload the alsa modules, but doing that on this T23 is proving 
> quite a challenge.  Here are the modules that are loaded:
> 
> [synic@manetheren ~]$ lsmod
> Module                  Size  Used by
> ehci_hcd               28132  0
> snd_intel8x0           26368  1
> snd_ac97_codec         67232  1 snd_intel8x0
> uhci_hcd               28464  0
> snd_pcm                79720  2 snd_intel8x0,snd_ac97_codec
> snd_timer              19492  1 snd_pcm
> snd_page_alloc          7172  2 snd_intel8x0,snd_pcm
> snd_mixer_oss          16320  1
> snd                    44196  5 
> snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mixer_oss
> soundcore               6816  2 snd
> ndiswrapper           102452  0
> usbcore               101784  4 ehci_hcd,uhci_hcd,ndiswrapper
> yenta_socket           17504  1
> 
> I'd guess that snd_intel8x0 is the one I should rmmod, but I can't.  I 
> can't remove any of the modules that start with snd_.  I always get this 
> message:
> 
> ERROR: Module snd_intel8x0 is in use

Stop all programs which use the sound hardware. In my case, it's grellm
which uses the mixer and therefore I can not remove and reload the
snd-intel8x0 module. :-(

Regards,
Tino