~ubuntu-branches/ubuntu/vivid/gnome-user-docs/vivid

« back to all changes in this revision

Viewing changes to gnome-help/hi/sound-nosound.page

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-08-03 03:01:12 UTC
  • mto: (9.1.2 experimental) (1.1.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20110803030112-gmla00wdm5ewjxep
Tags: upstream-3.0.4
Import upstream version 3.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="problem" id="sound-nosound">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="sound-broken"/>
 
6
    
 
7
    <desc>Check that it's not muted, that cables are plugged in properly, and that the sound card is detected.</desc>
 
8
    
 
9
    <revision pkgversion="3.0" date="2011-04-01" status="final"/>
 
10
    <revision pkgversion="3.0" version="3.0.1" date="2011-05-22" status="final"/>
 
11
    <credit type="author">
 
12
      <name>ग्नोम प्रलेखन परियोजना</name>
 
13
      <email>gnome-doc-list@gnome.org</email>
 
14
    </credit>
 
15
    
 
16
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
17
  </info>
 
18
 
 
19
<title>I can't hear any sounds on the computer</title>
 
20
 
 
21
<p>If you can't hear any sounds on your computer, for example when you try to play some music, try these troubleshooting steps to see if you can fix the problem.</p>
 
22
 
 
23
<section id="mute">
 
24
 <title>Make sure that the sound is not muted</title>
 
25
 <p>Click the sound icon on the top panel (it looks like a speaker) and make sure that the sound is not muted or turned right down.</p>
 
26
 <p>Some laptops have mute switches or keys on their keyboards—try pressing that key to see if it unmutes the sound.</p>
 
27
 <p>You should also check that you haven't muted the application that you're using to play sound (e.g. your music player or movie player). The application may have a mute or volume button in its main window, so check that. Also, click the sound icon on the top panel and choose <gui>Sound Preferences</gui>. When the <gui>Sound</gui> window appears, go to the <gui>Applications</gui> tab and check that your application is not muted on there.</p>
 
28
</section>
 
29
 
 
30
<section id="speakers">
 
31
 <title>Check that the speakers are turned on and connected properly</title>
 
32
 <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 the back of the computer. This socket is usually light green in color.</p>
 
33
 
 
34
 <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>
 
35
 
 
36
 <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>
 
37
</section>
 
38
 
 
39
<section id="device">
 
40
 <title>Check that the right sound device is selected</title>
 
41
 <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>
 
42
 <steps>
 
43
  <item>
 
44
   <p>Click the sound icon on the top panel and select <gui>Sound Preferences</gui>.</p>
 
45
  </item>
 
46
  <item>
 
47
   <p>In the <gui>Sound</gui> window that appears, go to the <gui>Hardware</gui> tab. Make a note of which device and which profile are selected (so you can return to the default selections if changing them doesn't work).</p>
 
48
  </item>
 
49
  <item>
 
50
   <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>
 
51
  </item>
 
52
  <item>
 
53
   <p>If that doesn't work, you might want to try doing the same for any other devices that are listed.</p>
 
54
  </item>
 
55
  <item>
 
56
   <p>Try changing the <gui>Connector</gui> option in the <gui>Output</gui> tab too.</p>
 
57
  </item>
 
58
 </steps>
 
59
</section>
 
60
 
 
61
<section id="hardware-detected">
 
62
 <title>Check that the sound card was detected properly</title>
 
63
 <p>Your sound card may not have been detected properly. If this has happened, your computer will think that it isn't able to play sound. A possible reason for the card not being detected properly is that the drivers for the card are not installed.</p>
 
64
 <steps>
 
65
  <item>
 
66
   <p>Go to the <gui>Activities</gui> overview and open a Terminal.</p>
 
67
  </item>
 
68
  <item>
 
69
   <p>Type <cmd>aplay -l</cmd> and press <key>Enter</key>.</p>
 
70
  </item>
 
71
  <item>
 
72
   <p>A list of devices will be shown. If there are no <gui>playback hardware devices</gui>, your sound card has not been detected.</p>
 
73
  </item>
 
74
 </steps>
 
75
 
 
76
 <p>If your sound card is not detected, you may need to manually install the drivers for it. How you do this will depend on the card you have.</p>
 
77
 
 
78
 <p>You can see what sound card you have by using the <cmd>lspci</cmd> command in the 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 sound card's make and model number. <cmd>lspci -v</cmd> will show a list with more detailed information.</p>
 
79
  
 
80
 <p>You may be able to find and install drivers for your card. It's best to ask on support forums (or otherwise) for your Linux distribution for instructions.</p>
 
81
 
 
82
 <p>If you can't 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>
 
83
</section>
 
84
 
 
85
</page>