Translations by Andrew Janke

Andrew Janke has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

51100 of 124 results
2360.
I hear crackling or buzzing when sounds are playing
2011-08-03
I hear crackling or buzzing when sounds are playing
2361.
If you hear crackling or buzzing when sounds are playing on your computer, you may have a problem with the audio cables or connectors, or a problem with the drivers for the sound card.
2011-08-03
If you hear crackling or buzzing when sounds are playing on your computer, you may have a problem with the audio cables or connectors, or a problem with the drivers for the sound card.
2362.
Check that the speakers are plugged in correctly.
2011-08-03
Check that the speakers are plugged in correctly.
2363.
If the speakers aren't fully plugged in, or if they are plugged into the wrong socket, you might hear a buzzing sound.
2011-08-03
If the speakers aren't fully plugged in, or if they are plugged into the wrong socket, you might hear a buzzing sound.
2364.
Make sure the speaker/headphone cable isn't damaged.
2011-08-03
Make sure the speaker/headphone cable isn't damaged.
2365.
Audio cables and connectors can gradually wear with use. Try plugging the cable or headphones into another audio device (like an MP3 player or a CD player) to check if there is still a crackling sound. If there is, you may need to replace the cable or headphones.
2011-08-03
Audio cables and connectors can gradually wear with use. Try plugging the cable or headphones into another audio device (like an MP3 player or a CD player) to check if there is still a crackling sound. If there is, you may need to replace the cable or headphones.
2366.
Check if the sound drivers aren't very good.
2011-08-03
Check if the sound drivers aren't very good.
2367.
Some sound cards don't work very well on Linux because they don't have very good drivers. This problem is more difficult to identify. Try searching for the make and model of your sound card on the internet, plus the search term "Ubuntu", to see if other people are having the same problem.
2011-08-03
Some sound cards don't work very well on Linux because they don't have very good drivers. This problem is more difficult to identify. Try searching for the make and model of your sound card on the internet, plus the search term "Ubuntu", to see if other people are having the same problem.
2368.
You can run <cmd>sudo lspci -v</cmd> in the <app>Terminal</app> to get more information about your sound card.
2011-08-03
You can run <cmd>sudo lspci -v</cmd> in the <app>Terminal</app> to get more information about your sound card.
2369.
Check that it's not muted, that cables are plugged in properly, and that the sound card is detected.
2011-08-03
Check that it's not muted, that cables are plugged in properly, and that the sound card is detected.
2370.
I can't hear any sounds on the computer
2011-08-03
I can't hear any sounds on the computer
2372.
Make sure that the sound is not muted
2011-08-03
Make sure that the sound is not muted
2374.
Some laptops have mute switches or keys on their keyboards—try pressing that key to see if it unmutes the sound.
2011-08-03
Some laptops have mute switches or keys on their keyboards—try pressing that key to see if it unmutes the sound.
2376.
Check that the speakers are turned on and connected properly
2011-08-03
Check that the speakers are turned on and connected properly
2377.
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.
2011-08-03
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.
2378.
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.
2011-08-03
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.
2379.
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.
2011-08-03
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.
2380.
Check that the right sound device is selected
2011-08-03
Check that the right sound device is selected
2381.
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.
2011-08-03
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.
2384.
If that doesn't work, you might want to try doing the same for any other devices that are listed.
2011-08-03
If that doesn't work, you might want to try doing the same for any other devices that are listed.
2385.
Check that the sound card was detected properly
2011-08-03
Check that the sound card was detected properly
2386.
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.
2011-08-03
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.
2387.
Go to the <link xref="unity-dash-intro">dash</link> and open the Terminal.
2011-08-03
Go to the <link xref="unity-dash-intro">dash</link> and open the Terminal.
2388.
Type <cmd>aplay -l</cmd> and press <key>Enter</key>.
2011-08-03
Type <cmd>aplay -l</cmd> and press <key>Enter</key>.
2389.
A list of devices will be shown. If there are no <gui>playback hardware devices</gui>, your sound card has not been detected.
2011-08-03
A list of devices will be shown. If there are no <gui>playback hardware devices</gui>, your sound card has not been detected.
2390.
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.
2011-08-03
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.
2391.
You can see what sound card you have by using the <cmd>lspci</cmd> command in the <app>Terminal</app>. You can get more complete results if you run <cmd>lspci</cmd> as <link xref="user-admin-explain">superuser</link>; enter <cmd>sudo lspci</cmd> and type your password. 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>sudo lspci -v</cmd> will show a list with more detailed information.
2011-08-03
You can see what sound card you have by using the <cmd>lspci</cmd> command in the <app>Terminal</app>. You can get more complete results if you run <cmd>lspci</cmd> as <link xref="user-admin-explain">superuser</link>; enter <cmd>sudo lspci</cmd> and type your password. 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>sudo lspci -v</cmd> will show a list with more detailed information.
2392.
You may be able to find and install drivers for your card by searching the Internet. Otherwise, you can <link xref="ubuntu-report-bug">file a bug</link>.
2011-08-03
You may be able to find and install drivers for your card by searching the Internet. Otherwise, you can <link xref="ubuntu-report-bug">file a bug</link>.
2393.
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.
2011-08-03
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.
2394.
Use an analog or USB microphone and select a default input device.
2011-08-03
Use an analog or USB microphone and select a default input device.
2395.
Use a different microphone
2011-08-03
Use a different microphone
2398.
If you have a USB microphone, plug it into any USB port on your computer. USB microphones act as separate audio devices, and you may have to specify which microphone to use by default.
2011-08-03
If you have a USB microphone, plug it into any USB port on your computer. USB microphones act as separate audio devices, and you may have to specify which microphone to use by default.
2399.
Select a default audio input device
2011-08-03
Select a default audio input device
2401.
On the <gui>Input</gui> tab, select the device in the list of devices. The input level indicator should respond when you speak.
2011-08-03
On the <gui>Input</gui> tab, select the device in the list of devices. The input level indicator should respond when you speak.
2402.
Connect speakers or headphones and select a default audio output device.
2011-08-03
Connect speakers or headphones and select a default audio output device.
2403.
Use different speakers or headphones
2011-08-03
Use different speakers or headphones
2404.
You can use external speakers or headphones with your computer. Speakers usually either connect using a circular TRS (<em>tip, ring, sleeve</em>) plug or with USB.
2011-08-03
You can use external speakers or headphones with your computer. Speakers usually either connect using a circular TRS (<em>tip, ring, sleeve</em>) plug or with USB.
2405.
If your speakers or headphones have a TRS plug, plug it into the appropriate socket on your computer. Most computers have two sockets: one for microphones and one for speakers. Look for a picture of headphones next to the socket. Speakers or headphones plugged into a TRS socket will usually be used by default. If not, see the instructions below for selecting the default device.
2011-08-03
If your speakers or headphones have a TRS plug, plug it into the appropriate socket on your computer. Most computers have two sockets: one for microphones and one for speakers. Look for a picture of headphones next to the socket. Speakers or headphones plugged into a TRS socket will usually be used by default. If not, see the instructions below for selecting the default device.
2407.
If you have USB speakers or headphones, or analog headphones plugged into a USB sound card, plug them into any USB port. USB speakers act as separate audio devices, and you may have to specify which speakers to use by default.
2011-08-03
If you have USB speakers or headphones, or analog headphones plugged into a USB sound card, plug them into any USB port. USB speakers act as separate audio devices, and you may have to specify which speakers to use by default.
2408.
On the <gui>Output</gui> tab, select the device in the list of devices.
2011-08-03
On the <gui>Output</gui> tab, select the device in the list of devices.
2409.
If you don't see your device on the <gui>Output</gui> tab, check the <gui>Hardware</gui> tab. Select your device and try different profiles.
2011-08-03
If you don't see your device on the <gui>Output</gui> tab, check the <gui>Hardware</gui> tab. Select your device and try different profiles.
2410.
Set the sound volume for the computer and control the loudness of each application.
2011-08-03
Set the sound volume for the computer and control the volume of each application.
2411.
Change the sound volume
2011-08-03
Change the sound volume
2414.
Of course, if you have external speakers, you can also change the volume using the volume control on the speakers themselves. Some headphones have a volume control too.
2011-08-03
Of course, if you have external speakers, you can also change the volume using the volume control on the speakers themselves. Some headphones have a volume control too.
2415.
Changing the sound volume for individual applications
2011-08-03
Changing the sound volume for individual applications
2418.
Only applications that are playing sounds will be listed. If an application is playing sounds but isn't listed, it might not support the feature that lets you control its volume in this way. In that case, you can't change its volume.
2011-08-03
Only applications that are playing sounds will be listed. If an application is playing sounds but isn't listed, it might not support the feature that lets you control its volume in this way. In that case, you can't change its volume.
2419.
<link xref="tips-specialchars">Special characters</link>, <link xref="mouse-middleclick">middle click shortcuts</link>...
2011-08-03
<link xref="tips-specialchars">Special characters</link>, <link xref="mouse-middleclick">middle click shortcuts</link>...
2420.
Tips &amp; tricks
2011-08-03
Tips &amp; tricks
2421.
Type characters not found on your keyboard, including foreign alphabets, mathematical symbols, and dingbats.
2011-08-03
Type characters not found on your keyboard, including foreign alphabets, mathematical symbols, and dingbats.
2422.
Enter special characters
2011-08-03
Enter special characters