/usr/share/help/sl/gnome-help/sound-nosound.page is in gnome-user-docs-sl 3.28.1-0ubuntu1.
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 132 133 134 135 136 137 138 139 140 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="problem" id="sound-nosound" xml:lang="sl">
<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"/>
<revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author">
<name>Dokumentacijski projekt GNOME</name>
<email>gnome-doc-list@gnome.org</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Check that the sound is not muted, that cables are plugged in properly,
and that the sound card is detected.</desc>
</info>
<title>I cannot hear any sounds on the computer</title>
<p>If you cannot hear any sounds on your computer, for example when you try
to play music, go through the following troubleshooting tips.</p>
<section id="mute">
<title>Prepričajte se, da zvok ni utišan</title>
<p>Open the <gui xref="shell-introduction#yourname">system menu</gui> and make sure that
the sound is not muted or turned 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.</p>
<p>Also, you can check the <gui>Applications</gui> tab in the <gui>Sound</gui>
GUI:</p>
<steps>
<item>
<p>Open <app>Settings</app> from the <gui>Activities</gui> overview.</p>
</item>
<item>
<p>Kliknite <gui>Zvok</gui>.</p>
</item>
<item>
<p>Go to the <gui>Applications</gui> tab and check that your application
is not muted.</p>
</item>
</steps>
</section>
<section id="speakers">
<title>Preverite ali so zvočniki vklopljeni in pravilno povezani</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 can switch between the socket they use for output
(to the speakers) and the socket for input (from a microphone, for instance).
The output socket may be different when running Linux, Windows or Mac OS.
Try connecting the speaker cable to a different audio socket on your
computer.</p>
<p>A final thing to check is that the audio cable is securely plugged into the
back of the speakers. Some speakers have more than one input, too.</p>
</section>
<section id="device">
<title>Check that the correct sound device is selected</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 sound device selected. This might involve some
trial-and-error to choose the right one.</p>
<steps>
<item>
<p>Open the <gui xref="shell-introduction#activities">Activities</gui> overview and
start typing <gui>Sound</gui>.</p>
</item>
<item>
<p>Click on <gui>Sound</gui> to open the panel.</p>
</item>
<item>
<p>In the <gui>Output</gui> tab, change the <gui>Profile</gui>
settings for the selected device and play a sound to see if it works.
You might need to go through the list and try each profile.</p>
<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>Preverite, da je bila zvočna kartica pravilno zaznana</title>
<p>Your sound card may not have been detected properly probably because
the drivers for the card are not installed. You may need to install the drivers
for the card manually. How you do this depends on the type of the card. </p>
<p>Run the <cmd>lspci</cmd> command in the Terminal to find out what sound
card you have:</p>
<steps>
<item>
<p>Pojdite v pregled <gui>Dejavnosti</gui> in odprite Terminal.</p>
</item>
<item>
<p>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>.</p>
</item>
<item>
<p>Check if an <em>audio controller</em> or <em>audio device</em> is listed:
in such case you should see the make and model number of the sound card.
Also, <cmd>lspci -v</cmd> shows a list with more detailed information.</p>
</item>
</steps>
<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>
|