I'm having a problem configuring sound on 8.2. Here is the sound section of my config: <sound> <autoinstall config:type="boolean">true</autoinstall> <modules_conf config:type="list"> <module_conf> <alias>snd-card-0</alias> <model>82801DB-ICH4, Intel</model> <module>snd-intel8x0</module> <options> <snd_ac97_clock>0</snd_ac97_clock> <snd_enable>1</snd_enable> <snd_index>0</snd_index> </options> <unique_key>uniq.virtual</unique_key> </module_conf> </modules_conf> <volume_settings config:type="list"> <volume_entry> <Master config:type="integer">75</Master> </volume_entry> </volume_settings> </sound> And here is what I get in y2log: 2003-05-22 18:55:23 <1> linux(982) [YCP] clients/autoinst_configure.ycp:98 current resource: sound 2003-05-22 18:55:23 <1> linux(982) [YCP] clients/autoinst_configure.ycp:111 Writ ing configuration for sound 2003-05-22 18:55:23 <1> linux(982) [YCP] clients/autoinst_configure.ycp:132 Call ing auto client with: $["autoinstall":true, "modules_conf":[$["alias":"snd-card- 0", "model":"82801DB-ICH4, Intel", "module":"snd-intel8x0", "options":$["snd_ac9 7_clock":"0", "snd_enable":"1", "snd_index":"0"], "unique_key":"uniq.virtual"]], "volume_settings":[$["Master":75]]] 2003-05-22 18:55:23 <1> linux(982) [Interpreter] modules/Call.ycp:22 Calling YCP function module clients/sound_auto.ycp 2003-05-22 18:55:23 <1> linux(982) [YCP] clients/sound_auto.ycp(Call::Function):31 ---------------------------------------- 2003-05-22 18:55:23 <1> linux(982) [YCP] clients/sound_auto.ycp(Call::Function):32 Sound auto started 2003-05-22 18:55:23 <1> linux(982) [Interpreter] clients/sound_auto.ycp:34 Loading YCP module Sound 2003-05-22 18:55:23 <1> linux(982) [YCP] clients/sound_auto.ycp(Call::Function): 93 Sound auto finished 2003-05-22 18:55:23 <1> linux(982) [YCP] clients/sound_auto.ycp(Call::Function): 94 ---------------------------------------- 2003-05-22 18:55:23 <1> linux(982) [Interpreter] modules/Call.ycp:22 Calling YCP function module clients/sound_auto.ycp 2003-05-22 18:55:23 <1> linux(982) [YCP] clients/sound_auto.ycp(Call::Function): 31 ---------------------------------------- 2003-05-22 18:55:23 <1> linux(982) [YCP] clients/sound_auto.ycp(Call::Function): 32 Sound auto started 2003-05-22 18:55:23 <3> linux(982) [Interpreter] clients/sound_auto.ycp:82 actual arguments don't match definition for 'Write' Expected Write(block _unused, block _unused2) Seen Sound::Write () Am I missing something? Thanks. -Eric
participants (1)
-
Eric Heydrick