Page 1 of 1

Problem with sound on chrome

Posted: 31 May 2022, 08:37
by dev246
Hi,
I have problem with sound only on chrome. In installation wizard sound works ok, After install sound stop work only in chrome. Aplay -vv somefile.wav play sound normally. In chrome sound start work immediately after go to settings->More tools-> task manager -> End process Utility Audio Service. After closing the process, it starts again immediately but this time sound works ok.

I tested fresh install porteus-kiosk on 2 PCs, with minimal config :
connection=wired
dhcp=yes
browser=chrome
default_microphone=0.0
disable_private_mode=yes
default_sound_card=0.0
volume_level=100%
additional_components=uefi.zip

After start on default webpage porteus-kiosk.org in this same tab i go to youtube.com and test sound (youtube set as homepage also has no sound)
Configuration with firefox works ok.

Problem with sound on chrome

Posted: 31 May 2022, 10:57
by fanthom
Hello dev246,

Please remove these parameters and check if that helps:

Code: Select all

default_microphone=0.0
default_sound_card=0.0
Thanks