/usr/share/help/id/gnome-help/sound-nosound.page is in gnome-user-guide 3.14.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="problem" id="sound-nosound" xml:lang="id">
<info>
<link type="guide" xref="sound-broken"/>
<revision pkgversion="3.4.0" date="2012-02-19" status="outdated"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="review"/>
<credit type="author">
<name>Projek Dokumentasi GNOME</name>
<email>gnome-doc-list@gnome.org</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Check that it is not muted, that cables are plugged in properly, and
that the sound card is detected.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Andika Triwidada</mal:name>
<mal:email>andika@gmail.com</mal:email>
<mal:years>2011, 2012, 2013, 2014.</mal:years>
</mal:credit>
</info>
<title>Saya tak bisa mendengar suara apapun pada komputer</title>
<p>If you cannot hear any sounds on your computer, for example when you try
to play music, try these troubleshooting steps to see if you can fix the
problem.</p>
<section id="mute">
<title>Make sure that the sound is not muted</title>
<p>Open the <gui xref="shell-terminology">system menu</gui> from the right
side of the top bar and make sure that the sound is not muted or turned right
down.</p>
<p>Some laptops have mute switches or keys on their keyboards—try pressing
that key to see if it unmutes the sound.</p>
<p>You should also check that you have not muted the application that you are
using to play sound (for example, your music player or movie player). The
application may have a mute or volume button in its main window, so check
that. Also, open <app>Settings</app> from the <gui>Activities</gui> overview
and click <gui>Sound</gui>. Go to the <gui>Applications</gui> tab and check
that your application is not muted.</p>
</section>
<section id="speakers">
<title>Periksalah apakah speaker dinyalakan dan tersambung dengan benar</title>
<p>If your computer has external speakers, make sure that they are turned on
and that the volume is turned up. Make sure that the speaker cable is securely
plugged into the "output" audio socket on your computer. This socket
is usually light green in color.</p>
<p>Some sound cards are able to switch which socket they use for output (to the
speakers) and input (from a microphone, for instance). The output socket may be
different when running Linux than on Windows or Mac OS. Try connecting the
speaker cable to the different audio sockets on the computer in turn to see if
that works.</p>
<p>Hal terakhir untuk diperiksa adalah bahwa kabel audio tertancap dengan baik di belakang speaker. Beberapa speaker memiliki lebih dari satu masukan juga.</p>
</section>
<section id="device">
<title>Periksalah apakah perangkat suara yang benar sedang dipilih</title>
<p>Some computers have multiple "sound devices" installed. Some of these are
capable of outputting sound and some are not, so you should check that you
have the correct one selected. This might involve some trial-and-error to
choose the right one.</p>
<steps>
<item>
<p>Buka ringkasan <link xref="shell-terminology">Aktivitas</link> dan mulailah mengetikkan <gui>Suara</gui>.</p>
</item>
<item>
<p>Klik pada <gui>Suara</gui> untuk membuka panel.</p>
</item>
<item>
<p>In the <gui>Output</gui> tab. Make a note of which device and which
profile are selected (so you can return to the default selections if
changing them does not work).</p>
</item>
<item>
<p>For the selected device, try changing the profile—play a sound after
you change the profile to see if it works. You might need to go through
the list and try each profile.</p>
</item>
<item>
<p>If that does not work, you might want to try doing the same for any
other devices that are listed.</p>
</item>
</steps>
</section>
<section id="hardware-detected">
<title>Periksalah bahwa kartu suara terdeteksi dengan benar</title>
<p>Your sound card may not have been detected properly. If this has happened,
your computer will think that it is not able to play sound. A possible reason
for the card not being detected properly is that the drivers for the card are
not installed. You may need to manually install the drivers for the card.
How you do this will depend on the card you have.</p>
<p>You can see what sound card you have by using the <cmd>lspci</cmd> command
in the Terminal. Go to the <gui>Activities</gui> overview and open a Terminal.
You may have to run <cmd>lspci</cmd> as
<link xref="user-admin-explain">superuser</link>; either type
<cmd>sudo lspci</cmd> and type your password, or type <cmd>su</cmd>, enter
the <em>root</em> (administrative) password, then type <cmd>lspci</cmd>. See
if an <em>audio controller</em> or <em>audio device</em> is listed—it should
have the make and model number of the sound card. <cmd>lspci -v</cmd> will
show a list with more detailed information.</p>
<p>You may be able to find and install drivers for your card. It is best to
ask on support forums (or otherwise) for your Linux distribution for
instructions.</p>
<p>If you cannot get drivers for your sound card, you might prefer to buy a
new sound card. You can get sound cards that can be installed inside the
computer and external USB sound cards.</p>
</section>
</page>
|