This issue occurs strictly at the thin client OS layer within Unicon eLux 7 prior to session launch.
When eLux 7 fetches a configuration update from the Scout Enterprise Management Server, the OS refreshes its hardware abstraction layer and re-reads configuration directives defined in the local /setup/terminal.ini or /setup/mixer.ini initialization files.
Common triggers for post-sync microphone muting include:
Default Audio Mixer Profile Overwrites: The Scout Organizational Unit (OU) or device profile contains a default audio property ([Audio] or [Mixer]) where input capture volume is omitted or initialized to 0 / Mute=True.
ALSA Sound Card Initialization Default: On certain thin client hardware models (e.g., HP, Fujitsu, Dell Wyse), the Linux sound driver defaults input channels to "Muted" upon configuration reload unless explicitly instructed to retain levels or force un-mute.
Missing Global Input Directive: A missing AllowAudioInput or capture persistence entry in the global Scout terminal.ini template allows eLux 7 to revert input lines to safe hardware defaults (muted) on every handshake.
Because factory resets temporarily bypass inherited Scout policies, the fix must be applied via Scout Enterprise Console to ensure configuration updates enforce an Unmuted state.
Open the Scout Enterprise Console.
Select the Organizational Unit (OU) where the affected eLux 7 thin clients reside.
Right-click the OU and select Device configuration (or Properties).
Navigate to Audio / Sound Settings.
Ensure Microphone / Input Level is set explicitly (e.g., set to 80% or Enabled) and Mute Microphone is unchecked.
If the setting is inheriting [Not Configured] from a parent OU, set it explicitly to prevent OS default fallback.
To force eLux 7 to keep the microphone unmuted after every sync, push an explicit configuration entry through Scout:
In Scout Console, right-click the affected OU (or device) > Advanced device configuration > Advanced file entries.
Add the following entry to force audio input initialization:
File: /setup/terminal.ini
Section: [Audio]
Entry: MicMute (or MicrophoneMute)
Value: false
Add a second entry to ensure the OS enables audio input globally:
File: /setup/terminal.ini
Section: [WFClient]
Entry: AllowAudioInput
Value: True
If individual hardware requires specific ALSA gain settings:
Log in to local eLux 7 Configuration Panel on the client as an administrator.
Open Audio / Mixer settings and unmute the microphone.
Open a terminal on the eLux device and run:
alsactl store
In Scout Console, set Lock local configuration transfer or Support local configuration so Scout updates do not wipe local ALSA hardware state files during sync.
Right-click the target device in Scout Console and select Refresh configuration / Initiate one-time update.
Allow the device to process the configuration update.
Check the eLux 7 system bar sound controls — the microphone will remain Unmuted.
In eLux 7 environments, a local audio hardware default or a inherited Scout management property forces the OS-level ALSA/PulseAudio capture channel into a muted state whenever a configuration update synchronizes. Performing a factory reset restores the unmuted hardware state, but subsequent Scout updates re-apply the local audio configuration profile that forces the mute.