Personal tools

Difference between revisions of "Chromium-Youtube-soundcutting-PN8M-090T"

From ICOP tech wiki

Jump to: navigation, search
(Created page with "==Resovling Terminal frozen after closing chromium--no--sandbox== Some of the customer may meet a terminal frozen problem after closing chromium--no-sandbox, and in this arti...")
 
 
Line 1: Line 1:
==Resovling Terminal frozen after closing chromium--no--sandbox==
+
==Resovling cutting sound in Chromium&Youtube==
  
Some of the customer may meet a terminal frozen problem after closing chromium--no-sandbox, and in this article, we will provide a temporary solution to avoid this problem.
+
Some of the customer may encounter a cutting sound problem using Chromium&Youtube, and in this article, we will provide a temporary solution to avoid this problem.
  
 
<nowiki>*</nowiki>Notice, ICOP could help to issue a new image for resolving this problem, this is just for testing.
 
<nowiki>*</nowiki>Notice, ICOP could help to issue a new image for resolving this problem, this is just for testing.
Line 10: Line 10:
 
[[File:HOW TO SET UP TIME ZONE-1.png|frameless]]
 
[[File:HOW TO SET UP TIME ZONE-1.png|frameless]]
 
Input the command below to access the upower.service file<pre>
 
Input the command below to access the upower.service file<pre>
$ cd /lib
+
$ cd /etc
$ nano systemd/system/upower.service
+
$ nano rc.local
</pre>[[File:Nanoupower.jpg|frameless]]  
+
</pre>[[File:Rc.local.jpg|alt=|frameless]]  
<p>Put a # to "ExecStart=/usr/libexec/upowerd" <pre>
+
<p>Add the command below: <pre>
#ExecStart=/usr/libexec/upowerd</pre>
+
$ pulseaudio – start
[[File:Upowersetting.jpg|frameless]]
+
$ amixer sset Headphone on 101</pre>
 +
[[File:Upowersetting.jpg|alt=|frameless]]
 
<br> Press Ctrl+X and input Y to save.
 
<br> Press Ctrl+X and input Y to save.

Latest revision as of 16:32, 27 March 2024

Resovling cutting sound in Chromium&Youtube

Some of the customer may encounter a cutting sound problem using Chromium&Youtube, and in this article, we will provide a temporary solution to avoid this problem.

*Notice, ICOP could help to issue a new image for resolving this problem, this is just for testing.


Boot up the unit and enter Yocto desktop, click upper-left icon to use weston-terminal.

HOW TO SET UP TIME ZONE-1.png

Input the command below to access the upower.service file

$ cd /etc
$ nano rc.local

Add the command below:

$ pulseaudio – start
$ amixer sset Headphone on 101


Press Ctrl+X and input Y to save.