Bug 433046

Summary: yast2-sound asks for installing alsa-firmware
Product: [openSUSE] openSUSE 11.1 Reporter: Jiří Suchomel <jsuchome>
Component: YaST2Assignee: Ladislav Slezák <lslezak>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Minor    
Priority: P5 - None CC: locilka
Version: Beta 2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jiří Suchomel 2008-10-07 13:55:24 UTC
during hardware configuration part of installation, sound asks to install alsa-firmware (and some other alsa package). This is often the only user interaction required in 2nd stage: IMHO the installer should install these packages without asking, at least when doing automatic configuration (this could be checked by GetInstArgs::automatic_configuration() AFAIK).
Comment 1 Lukas Ocilka 2008-10-07 13:57:44 UTC
...
> packages without asking, at least when doing automatic configuration (this
> could be checked by GetInstArgs::automatic_configuration() AFAIK).

Yes, good point.

/usr/share/YaST2/modules/GetInstArgs.ycp

    /**
     * Is the automatic configuraton just in progress?
     *
     * @return boolean if running the automatic configuration
     */
    global boolean automatic_configuration () {
        Init();
        return args["AutomaticConfiguration"]:false;
    }
Comment 2 Ladislav Slezák 2008-10-08 11:31:51 UTC
Fixed in yast2-sound-2.17.7.