You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.
Currently DKMS package does nothing to unload mainline driver and load itself. By this reason software doesn't work properly until machine is rebooted.
Looks rmmod & modprobe commands should be added to Makefile "install" target or like that.
The only concern is pulseaudio which tends to capture to death all available audio devices (and solo driver provides them). So pulseaudio processes must be killed reliably to accomplish this. And bc-server process. Everything.
If module is still used (rmmod failure would show this), and we cannot do nothing, a warning must be shown to user, urging them to reboot the host.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently DKMS package does nothing to unload mainline driver and load itself. By this reason software doesn't work properly until machine is rebooted.
Looks rmmod & modprobe commands should be added to Makefile "install" target or like that.
The only concern is pulseaudio which tends to capture to death all available audio devices (and solo driver provides them). So pulseaudio processes must be killed reliably to accomplish this. And bc-server process. Everything.
If module is still used (rmmod failure would show this), and we cannot do nothing, a warning must be shown to user, urging them to reboot the host.
The text was updated successfully, but these errors were encountered: