Sound Problems/External Sound Cards: Difference between revisions

From KDE UserBase Wiki
(Created page with "<languages /> <translate> == External Sound Cards== If you regularly work on a laptop but miss high quality music you could use an external sound card to add a set of speakers. ...")
 
(Marked this version for translation)
Line 1: Line 1:
<languages />
<languages />
<translate>
<translate>
== External Sound Cards==
== External Sound Cards== <!--T:1-->


<!--T:2-->
If you regularly work on a laptop but miss high quality music you could use an external sound card to add a set of speakers.  This page is for documentation of experiences in getting those cards to work satisfactorily.
If you regularly work on a laptop but miss high quality music you could use an external sound card to add a set of speakers.  This page is for documentation of experiences in getting those cards to work satisfactorily.


=== Creative USB XFi 5.1 Pro===
=== Creative USB XFi 5.1 Pro=== <!--T:3-->


<!--T:4-->
{{Warning|1=Check <menuchoice>System Settings -> Multimedia -> Phonon -> Backend tab</menuchoice> and set it to gstreamer.  You may see VLC recommended, but at the time of writing (March 2010) there are CPU usage issues with it.}}
{{Warning|1=Check <menuchoice>System Settings -> Multimedia -> Phonon -> Backend tab</menuchoice> and set it to gstreamer.  You may see VLC recommended, but at the time of writing (March 2010) there are CPU usage issues with it.}}


====Does Phonon see the soundcard?====
====Does Phonon see the soundcard?==== <!--T:5-->


<!--T:6-->
<menuchoice>System Settings -> Multimedia -> Phonon></menuchoice> will probably have at least an entry for Internal Audio and hopefully your external card.
<menuchoice>System Settings -> Multimedia -> Phonon></menuchoice> will probably have at least an entry for Internal Audio and hopefully your external card.


<!--T:7-->
[[Image:Phonon1.png|center|500px|thumb]]
[[Image:Phonon1.png|center|500px|thumb]]


====Do the speakers work?====
====Do the speakers work?==== <!--T:8-->


<!--T:9-->
Now move to the <menuchoice>Speaker Setup tab</menuchoice>, ensure that on the hardware section the correct card and profile is listed from the dropdown menu, and your speakers will be listed below.  Clicking on each one will test the output.
Now move to the <menuchoice>Speaker Setup tab</menuchoice>, ensure that on the hardware section the correct card and profile is listed from the dropdown menu, and your speakers will be listed below.  Clicking on each one will test the output.


<!--T:10-->
[[Image:Phonon2.png|center|500px|thumb]]
[[Image:Phonon2.png|center|500px|thumb]]


====Problems?====
====Problems?==== <!--T:11-->


<!--T:12-->
Try the following command:
Try the following command:
{{Input|1=pacmd list-cards}}
{{Input|1=pacmd list-cards}}


<!--T:13-->
That should give output similar to this:
That should give output similar to this:


<!--T:14-->
[[Image:SB51.png|center|500px|thumb]]
[[Image:SB51.png|center|500px|thumb]]


<!--T:15-->
If that all looks OK, but your speakers still don't work correctly, try this command:
If that all looks OK, but your speakers still don't work correctly, try this command:


<!--T:16-->
{{Input|1= pacmd set-card-profile 2 output:analog-surround-51}}
{{Input|1= pacmd set-card-profile 2 output:analog-surround-51}}


<!--T:17-->
This writes directly to the PulseAudio configuration.  You may need to reboot, or your could try  
This writes directly to the PulseAudio configuration.  You may need to reboot, or your could try  
{{Input|1=pulseaudio -k
{{Input|1=pulseaudio -k
Line 39: Line 51:
start-pulseaudio-kde}}
start-pulseaudio-kde}}


<!--T:18-->
My Front Center and Sub-Woofer still do not work.  It may not be possible to get them to work, as they may depend upon the output from the laptop, which appears in this case to be stereo only.  If you think your system is capable of better, copy /etc/pulse/daemon.conf to ~/.pulse/daemon.conf and open it to edit.  Find the following line:
My Front Center and Sub-Woofer still do not work.  It may not be possible to get them to work, as they may depend upon the output from the laptop, which appears in this case to be stereo only.  If you think your system is capable of better, copy /etc/pulse/daemon.conf to ~/.pulse/daemon.conf and open it to edit.  Find the following line:


<!--T:19-->
{{Output|1=enable-lfe-remixing}}
{{Output|1=enable-lfe-remixing}}


<!--T:20-->
Uncomment it and change no to yes.  If your system has suitable output this will enable the subwoofer.  At the same time you may like to set the default-sample-rate to 48000, which many people think gives a better sound.  Again you will need to restart pulse audio or reboot.
Uncomment it and change no to yes.  If your system has suitable output this will enable the subwoofer.  At the same time you may like to set the default-sample-rate to 48000, which many people think gives a better sound.  Again you will need to restart pulse audio or reboot.


<!--T:21-->
Please add any more information you discover.
Please add any more information you discover.


<!--T:22-->
[[Category:System]]
[[Category:System]]
[[Category:Multimedia]]
[[Category:Multimedia]]
</translate>
</translate>

Revision as of 14:47, 16 March 2011

Other languages:

External Sound Cards

If you regularly work on a laptop but miss high quality music you could use an external sound card to add a set of speakers. This page is for documentation of experiences in getting those cards to work satisfactorily.

Creative USB XFi 5.1 Pro

Warning

Check System Settings -> Multimedia -> Phonon -> Backend tab and set it to gstreamer. You may see VLC recommended, but at the time of writing (March 2010) there are CPU usage issues with it.


Does Phonon see the soundcard?

System Settings -> Multimedia -> Phonon> will probably have at least an entry for Internal Audio and hopefully your external card.

Do the speakers work?

Now move to the Speaker Setup tab, ensure that on the hardware section the correct card and profile is listed from the dropdown menu, and your speakers will be listed below. Clicking on each one will test the output.

Problems?

Try the following command:

pacmd list-cards

That should give output similar to this:

If that all looks OK, but your speakers still don't work correctly, try this command:

pacmd set-card-profile 2 output:analog-surround-51

This writes directly to the PulseAudio configuration. You may need to reboot, or your could try

pulseaudio -k
start-pulseaudio-x11
start-pulseaudio-kde

My Front Center and Sub-Woofer still do not work. It may not be possible to get them to work, as they may depend upon the output from the laptop, which appears in this case to be stereo only. If you think your system is capable of better, copy /etc/pulse/daemon.conf to ~/.pulse/daemon.conf and open it to edit. Find the following line:

enable-lfe-remixing

Uncomment it and change no to yes. If your system has suitable output this will enable the subwoofer. At the same time you may like to set the default-sample-rate to 48000, which many people think gives a better sound. Again you will need to restart pulse audio or reboot.

Please add any more information you discover.