Description of problem: Because of Bug 236285, we need to move ALSA volume settins from /etc to /etc/alsa/. There's updated salsa utlity which can handle it, so we don't have to care about alsactl any more. Proposed patch is attached. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 152904 [details] proposed patch
I'm wondering if we should just stop writing the lines entirely - who actually removes modules?
Modules aren't removed unless you have an usb sound card and you detach it. Unfortunatelly, kudzu doesn't handle the usb devices and can't write approprite lines to /etc/modprobe.conf. I think we can remove writing the lines from kudzu and handle /etc/modprobe.conf by system-config-soundcard which can detect the USB devices.
Lines removed in 1.2.70-1. The 'index' lines will still be written.