|
Bugzilla – Full Text Bug Listing |
| Summary: | rename /etc/modprobe.d/sound to 50-sound.conf | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Michal Marek <mmarek> |
| Component: | YaST2 | Assignee: | Ladislav Slezák <lslezak> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P2 - High | ||
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Michal Marek
2009-03-17 10:49:05 UTC
BTW, same applies to /etc/modprobe.d/tv and /etc/modprobe.d/newid. /usr/share/YaST2/include/sound/read_routines.ycp reads /etc/modprobe.conf in some cases. This file was renamed to /etc/modprobe.d/00-system.conf, but this file is unlikely to contain any sound configuration, local config should be set in /etc/modprobe.d/99-local.conf. You could e.g. read output of '/sbin/modprobe --showconfig' or 'cat /etc/modprobe.d/*'. /etc/modprobe.conf is read when /etc/modprobe.d/sound does not exist - this is for backward compatibility, but it's obsoleted now and can be removed. Takashi, I'm thinking which package should rename /etc/modprobe.d/sound to the new schema. The config file is written by yast2-sound, but if someone removes yast2-sound and updates the system the config will not be renamed. The config file is read also by alsasound init script - what do you think about renaming the config in alsa postinstall script? Fixed in yast2-sound-2.18.1. |