User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060503 Firefox/1.5.0.3 (Swiftfox) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060503 Firefox/1.5.0.3 (Swiftfox) Maybe I'm a bit wrong here, but here's the problem: When I'm goign to suspend my laptop, I need to unload some modules: network and sound (weird sound after suspend), so a simple rmmod snd-hda-intel works fine here. The problem is a "module is in use" error and it seems that xfce-mcs-manager with the sound module loaded causes this problem. Reproducible: Sometimes Steps to Reproduce: 1. rmmod snd-hda-intel -> module is in use 2. killall xfce-mcs-manager 3. Use count of the module is 0 (you can see this in lsmod) 4. xfce-mcs-manager 5. Use count is 1 6. Killall xfce-mcs-manager 7. Remove xfce4-mixer 8. xfce-mcs-manager 9. Use count is still 0 Actual Results: Xfce4 mixer increases the use count by 1 Expected Results: Hard to say, but when I'm not using some frontend of xfce4-mixer (panel plugin or application), it souldn't use the sound module. Maybe xfce4-mixer needs to use the module, but i'm not using the mixer in the panel so I assume xfce4-mixer is doing nothing.
Yeah.. hmmm.... I think I fixed it now