mrclksr / linux-browser-installer

Script to install Linux browsers under a Linux chroot on FreeBSD
165 stars 25 forks source link

I can watch Amazon Prime Video contents and you tube contents but cannot hear anything #20

Closed hyama99 closed 2 years ago

hyama99 commented 2 years ago

Hi, I could successfully install Linux Chrome and start to play Amazon Prime Video content. But I cannot hear anything, only can watch videos. The situation is the same as You Tube. My FreeBSD version is 13-stable. Does anyone help me?

Best regards, Hideki Yamamoto

mrclksr commented 2 years ago

Hi there,

is pulseaudio installed? Do you have sound when you watch Youtube videos via FreeBSD's Firefox?

hyama99 commented 2 years ago

Hi mrclksr-san,

Thank you for your comment! Yes. I have sound when I watch Youtube videos via FreeBSD' Firefox and Chromium now.

hyama99 commented 2 years ago

Hi,

I wonder if I have to install sound driver. The current kernel module installed on my ubuntu on FreeBSD is as follows:

And version is as follows: % sudo /compat/ubuntu/bin/lsmod
Module Size Used by

% sudo /compat/ubuntu/bin/uname -a Linux mybsd 3.17.0 FreeBSD 13.0-STABLE #0 stable/13-3f85c5182: Wed Jan 19 01:18:05 x86_64 x86_64 x86_64 GNU/Linux

Thank you in advance.

mrclksr commented 2 years ago

I wonder if I have to install sound driver. The current kernel module installed on my ubuntu on FreeBSD is as follows:

And version is as follows: % sudo /compat/ubuntu/bin/lsmod Module Size Used by

% sudo /compat/ubuntu/bin/uname -a Linux mybsd 3.17.0 FreeBSD 13.0-STABLE #0 stable/13-3f85c5182: Wed Jan 19 01:18:05 x86_64 x86_64 x86_64 GNU/Linux

The Linux browsers will use FreeBSD's pulseaudio socket, so there is no need to access the sound hardware directly.

Please start linux-chrome as follows from a teminal:

% sh -c 'linux-chrome >/tmp/linux-chrome.log 2>&1'

While playing a video run pactl list clients > /tmp/pa-clients. Close the browser, and post the content of /tmp/linux-chrome.log, /tmp/pa-clients, and the output of grep pulseaudio /var/log/messages here.

hyama99 commented 2 years ago

The following is the result of the command you suggested. It seems that Pulse Audio Server does not run well. And it causes no sound. Thank you in advance:

% sh -c '/compat/ubuntu/opt/google/chrome/chrome-wrapper >linux-chrom.log 2>&1' & % /compat/ubuntu/usr/bin/pactl stat

Connection failure: Connection refused pa_context_connect() failed: Connection refused

% /compat/ubuntu/usr/bin/pactl list clients

Connection failure: Connection refused pa_context_connect() failed: Connection refused


% grep pulseaudio /var/log/messages | tail -6

Feb 5 12:35:52 tkmt2 pulseaudio[63387]: [(null)] oss-util.c: '/dev/dsp0' doesn't support full duplex Feb 5 12:35:52 tkmt2 pulseaudio[63387]: [(null)] oss-util.c: '/dev/dsp1' doesn't support full duplex Feb 5 12:35:52 tkmt2 pulseaudio[63387]: [(null)] oss-util.c: '/dev/dsp4' doesn't support full duplex Feb 6 08:51:32 tkmt2 pulseaudio[78630]: [(null)] oss-util.c: '/dev/dsp0' doesn't support full duplex Feb 6 08:51:32 tkmt2 pulseaudio[78630]: [(null)] oss-util.c: '/dev/dsp1' doesn't support full duplex Feb 6 08:51:32 tkmt2 pulseaudio[78630]: [(null)] oss-util.c: '/dev/dsp4' doesn't support full duplex


% cat linux-chrom.log

/compat/ubuntu/bin/bash: warning: setlocale: LC_ALL: cannot change locale (ja_JP.UTF-8) [13921:103466:0206/001958.090266:ERROR:file_path_watcher_linux.cc(321)] inotify_init() failed: Function not implemented (38) [13921:103473:0206/001958.144145:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103468:0206/001958.145962:ERROR:address_tracker_linux.cc(196)] Could not create NETLINK socket: Address family not supported by protocol (97) [13921:103472:0206/001958.146117:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/001958.146209:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103468:0206/001958.147431:ERROR:udev_watcher.cc(52)] Failed to initialize a udev monitor. [13921:103475:0206/001958.149243:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 16702: No such file or directory (2) [16702:16702:0206/001958.153990:ERROR:angle_platform_impl.cc(44)] Display.cpp:894 (initialize): ANGLE Display::initialize error 12289: GLX is not present. [16702:16702:0206/001958.154071:ERROR:gl_surface_egl.cc(783)] EGL Driver message (Critical) eglInitialize: GLX is not present. [16702:16702:0206/001958.154117:ERROR:gl_surface_egl.cc(1391)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type [16702:16702:0206/001958.154192:ERROR:angle_platform_impl.cc(44)] Display.cpp:894 (initialize): ANGLE Display::initialize error 12289: GLX is not present. [16702:16702:0206/001958.154237:ERROR:gl_surface_egl.cc(783)] EGL Driver message (Critical) eglInitialize: GLX is not present. [16702:16702:0206/001958.154258:ERROR:gl_surface_egl.cc(1391)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED [16702:16702:0206/001958.154281:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed. [16702:16702:0206/001958.155249:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization [13921:103472:0206/001958.157078:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/001958.158104:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103475:0206/001958.158327:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 17305: No such file or directory (2) [13921:103495:0206/001958.173417:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103495:0206/001958.173589:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103495:0206/001958.173723:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103495:0206/001958.173831:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103495:0206/001958.174226:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [17212:103500:0206/001958.177105:ERROR:file_path_watcher_linux.cc(321)] inotify_init() failed: Function not implemented (38) [13921:103475:0206/001958.178065:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 17788: No such file or directory (2) [17212:103497:0206/001958.177105:ERROR:address_tracker_linux.cc(196)] Could not create NETLINK socket: Address family not supported by protocol (97) [17788:17788:0206/001958.184798:ERROR:angle_platform_impl.cc(44)] Display.cpp:894 (initialize): ANGLE Display::initialize error 12289: GLX is not present. [17788:17788:0206/001958.184901:ERROR:gl_surface_egl.cc(783)] EGL Driver message (Critical) eglInitialize: GLX is not present. [17788:17788:0206/001958.184935:ERROR:gl_surface_egl.cc(1391)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type [17788:17788:0206/001958.185121:ERROR:angle_platform_impl.cc(44)] Display.cpp:894 (initialize): ANGLE Display::initialize error 12289: GLX is not present. [17788:17788:0206/001958.185159:ERROR:gl_surface_egl.cc(783)] EGL Driver message (Critical) eglInitialize: GLX is not present. [17788:17788:0206/001958.185202:ERROR:gl_surface_egl.cc(1391)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED [17788:17788:0206/001958.185223:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed. [17788:17788:0206/001958.186825:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization [13921:103472:0206/001958.190115:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/001958.190233:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103475:0206/001958.213499:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 18253: No such file or directory (2) [13921:103475:0206/001958.215903:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 18540: No such file or directory (2) [13921:103475:0206/001958.232731:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 18655: No such file or directory (2) [17212:103501:0206/001958.264558:ERROR:address_tracker_linux.cc(196)] Could not create NETLINK socket: Address family not supported by protocol (97) [18655:18655:0206/001958.265170:ERROR:angle_platform_impl.cc(44)] Display.cpp:894 (initialize): ANGLE Display::initialize error 12289: GLX is not present. [18655:18655:0206/001958.265253:ERROR:gl_surface_egl.cc(783)] EGL Driver message (Critical) eglInitialize: GLX is not present. [18655:18655:0206/001958.265290:ERROR:gl_surface_egl.cc(1391)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type [18655:18655:0206/001958.265371:ERROR:angle_platform_impl.cc(44)] Display.cpp:894 (initialize): ANGLE Display::initialize error 12289: GLX is not present. [18655:18655:0206/001958.265493:ERROR:gl_surface_egl.cc(783)] EGL Driver message (Critical) eglInitialize: GLX is not present. [18655:18655:0206/001958.265521:ERROR:gl_surface_egl.cc(1391)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED [18655:18655:0206/001958.265548:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed. [18655:18655:0206/001958.273488:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization [13921:103475:0206/001958.280413:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 19100: No such file or directory (2) [0206/001958.289582:ERROR:scoped_ptrace_attach.cc(27)] ptrace: Operation not permitted (1) [0206/001958.289668:ERROR:proc_task_reader.cc(45)] format error [13921:103475:0206/001958.401145:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 19108: No such file or directory (2) [13921:103490:0206/002003.230987:ERROR:udev_watcher.cc(52)] Failed to initialize a udev monitor. [13921:103493:0206/002003.250795:ERROR:address_tracker_linux.cc(196)] Could not create NETLINK socket: Address family not supported by protocol (97) [13921:103492:0206/002003.296752:ERROR:chrome_browser_main_extra_parts_metrics.cc(227)] START: ReportBluetoothAvailability(). If you don't see the END: message, this is crbug.com/1216328. [13921:103492:0206/002003.296765:ERROR:chrome_browser_main_extra_parts_metrics.cc(230)] END: ReportBluetoothAvailability() [13921:13921:0206/002003.305331:ERROR:gpu_process_host.cc(968)] GPU process exited unexpectedly: exit_code=11 [13921:103475:0206/002003.307667:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 20444: No such file or directory (2) [0206/002003.315483:ERROR:scoped_ptrace_attach.cc(27)] ptrace: Operation not permitted (1) [0206/002003.315512:ERROR:proc_task_reader.cc(45)] format error [13921:13921:0206/002008.364409:ERROR:gpu_process_host.cc(968)] GPU process exited unexpectedly: exit_code=11 [13921:103475:0206/002008.366751:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 20942: No such file or directory (2) [0206/002008.375222:ERROR:scoped_ptrace_attach.cc(27)] ptrace: Operation not permitted (1) [0206/002008.375252:ERROR:proc_task_reader.cc(45)] format error [13921:103493:0206/002009.251664:ERROR:address_tracker_linux.cc(196)] Could not create NETLINK socket: Address family not supported by protocol (97) [13921:13921:0206/002013.407426:ERROR:gpu_process_host.cc(968)] GPU process exited unexpectedly: exit_code=11 [13921:103475:0206/002013.409871:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 21352: No such file or directory (2) [21352:21352:0206/002013.411797:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is [13921:103493:0206/002021.251946:ERROR:address_tracker_linux.cc(196)] Could not create NETLINK socket: Address family not supported by protocol (97) [13921:103493:0206/002045.252065:ERROR:address_tracker_linux.cc(196)] Could not create NETLINK socket: Address family not supported by protocol (97) [13921:103475:0206/002051.901410:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 21917: No such file or directory (2) [13921:103475:0206/002052.558979:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 22205: No such file or directory (2) [13921:103475:0206/002053.358318:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 22477: No such file or directory (2) [13921:103475:0206/002053.397766:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 22846: No such file or directory (2) [13921:103475:0206/002054.218884:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 23128: No such file or directory (2) [13921:103472:0206/002054.479611:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002054.479707:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002054.479782:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103475:0206/002055.167859:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 24022: No such file or directory (2) [13921:103475:0206/002058.187341:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 24106: No such file or directory (2) [13921:103475:0206/002059.171842:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 24221: No such file or directory (2) [13921:103490:0206/002059.254292:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002100.270829:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 24288: No such file or directory (2) [13921:103490:0206/002100.273630:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002100.388193:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 24454: No such file or directory (2) [13921:103490:0206/002100.390677:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002100.998221:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 24549: No such file or directory (2) [13921:103467:0206/002101.043814:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002101.712257:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 24569: No such file or directory (2) [13921:103467:0206/002101.714575:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002102.393026:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 25093: No such file or directory (2) [13921:103468:0206/002102.396967:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002103.091485:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 25335: No such file or directory (2) [13921:103467:0206/002103.094044:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002103.798192:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 25898: No such file or directory (2) [13921:103467:0206/002103.800356:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002104.513706:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 25972: No such file or directory (2) [13921:103467:0206/002104.515956:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002104.698874:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 26130: No such file or directory (2) [13921:103475:0206/002105.207868:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 26137: No such file or directory (2) [13921:103475:0206/002105.282092:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 26231: No such file or directory (2) [13921:103467:0206/002105.285529:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002105.430345:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 26494: No such file or directory (2) [13921:103468:0206/002105.447804:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002105.576745:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 26628: No such file or directory (2) [17212:103498:0206/002105.606975:ERROR:address_tracker_linux.cc(196)] Could not create NETLINK socket: Address family not supported by protocol (97) [17212:103498:0206/002105.607004:ERROR:mdns_responder.cc(888)] mDNS responder manager failed to start. [17212:103498:0206/002105.607017:ERROR:mdns_responder.cc(906)] The mDNS responder manager is not started yet. [17212:103575:0206/002105.611527:ERROR:address_tracker_linux.cc(196)] Could not create NETLINK socket: Address family not supported by protocol (97) [13921:103475:0206/002105.622231:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 27164: No such file or directory (2) [13921:103490:0206/002105.626138:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002105.856437:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 27518: No such file or directory (2) [13921:103467:0206/002105.883105:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002106.166169:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 27644: No such file or directory (2) [13921:103490:0206/002106.176423:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002106.361125:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 28161: No such file or directory (2) [13921:103475:0206/002106.562993:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 28617: No such file or directory (2) [13921:103475:0206/002106.589850:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 28912: No such file or directory (2) [13921:103468:0206/002106.608855:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002106.673674:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 29144: No such file or directory (2) [13921:103475:0206/002106.720088:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 29247: No such file or directory (2) [13921:103475:0206/002107.114315:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 29559: No such file or directory (2) [13921:103468:0206/002107.129453:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002107.688092:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 29951: No such file or directory (2) [13921:103467:0206/002107.695483:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002107.733923:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 30399: No such file or directory (2) [13921:103475:0206/002108.296807:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 30463: No such file or directory (2) [13921:103475:0206/002108.388104:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 30467: No such file or directory (2) [13921:103467:0206/002108.406913:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002109.168244:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 31002: No such file or directory (2) [13921:103467:0206/002109.180000:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) [13921:103475:0206/002109.917992:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 31397: No such file or directory (2) [13921:103475:0206/002109.948648:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 31454: No such file or directory (2) [13921:103490:0206/002109.951613:ERROR:component_installer.cc(144)] Move failed.: Socket operation on non-socket (88) ALSA lib conf.c:3777:(config_file_open) cannot access file /etc/alsa/conf.d/10-samplerate.conf ALSA lib conf.c:3697:(snd_config_hooks_call) function snd_config_hook_load returned error: No such file or directory ALSA lib conf.c:4151:(snd_config_update_r) hooks failed, removing configuration [23690:23690:0206/002110.949827:ERROR:alsa_util.cc(204)] PcmOpen: default,No such file or directory ALSA lib conf.c:3777:(config_file_open) cannot access file /etc/alsa/conf.d/10-samplerate.conf ALSA lib conf.c:3697:(snd_config_hooks_call) function snd_config_hook_load returned error: No such file or directory ALSA lib conf.c:4151:(snd_config_update_r) hooks failed, removing configuration [23690:23690:0206/002110.950239:ERROR:alsa_util.cc(204)] PcmOpen: plug:default,No such file or directory [13921:103475:0206/002111.049627:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 31507: No such file or directory (2) [13921:103472:0206/002111.510269:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.510624:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.510921:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.511272:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.511796:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.512163:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.512812:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.513369:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.513777:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.514349:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.514835:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.515137:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.515554:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.515838:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.516122:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.516406:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.516643:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.516833:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [13921:103472:0206/002111.516983:ERROR:bus.cc(397)] Failed to connect to the bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [30467:103831:0206/002124.414020:ERROR:mojo_audio_output_ipc.cc(187)] MojoAudioOutputIPC failed to acquire factory [0206/002125.568962:ERROR:nacl_helper_linux.cc(307)] NaCl helper process running without a sandbox! Most likely you need to configure your SUID sandbox correctly

mrclksr commented 2 years ago

% sh -c '/compat/ubuntu/opt/google/chrome/chrome-wrapper >linux-chrom.log 2>&1' &

I'm confused. What is chrome-wrapper? linux-browser-installer installs the scripts /compat/ubuntu/bin/chrome and /usr/local/bin/linux-chrome. The latter is the one you run when you want to start Chrome. It sets up Pulseaudio automatically, and starts /compat/ubuntu/bin/chrome. So I guess that's the reason why you have no sound. You didn't start Chrome with linux-chrome.

hyama99 commented 2 years ago

Dear mrclksr;

You are right. I did not use linux-chrome. After installing linux-chrome, I could hear sound. I referred to https://forums.freebsd.org/threads/linuxulator-how-to-install-brave-linux-app-on-freebsd-13-0.78879/. Anyway, thank you very much. I would like to diffuse this page by introducing it in my blog in Japanese.

Best regards, Hideki Yamaoto

mrclksr commented 2 years ago

I'm glad it's working :)