You are not logged in.
Hello everyone,
I guess I have found the solution to my problem described in the following topic: https://bbs.archlinux.org/viewtopic.php?pid=1215504. It's about my headphone output not working when booting from Arch to Windows 7.
When I unload the module manually with:
modprobe -r snd_hda_intelSound with Windows 7 works perfectly (without removing the battery from my laptop!).
Now I would like to know, how to properly unload this module before powering off the machine?
Offline
Never heard of that since rebooting should clear hardware states, no? In any case, why not run an `rmmod snd_hda_intel` via systemd on shutdown?
Offline
Never heard of that since rebooting should clear hardware states, no? In any case, why not run an `rmmod snd_hda_intel` via systemd on shutdown?
Yeah, seems like if you require a hack/workaround for this, it would be easy enough to set up. You could use a systemd.service for this, but I would probably go the even easier route and just drop a one line script in /usr/lib/systemd/system-shutdown.
Offline
Modules are not unloaded at shutdown. If you need such workaround, I suggest to report this issue to upstream.
Offline