Sound Problems/External Sound Cards/ca: Difference between revisions

From KDE UserBase Wiki
(Created page with "{{Warning/ca|1=Comproveu <menuchoice>Arranjament del sistema -> Multimèdia -> Phonon -> pestanya Dorsal</menuchoice> i establiu-hi el gstreamer. Podeu veure que el VLC és el re...")
(Created page with "<menuchoice>Arranjament del sistema -> Multimèdia -> Phonon</menuchoice> probablement tindrà com a mínim una entrada per a àudio intern i és d'esperar la vostra targeta exte...")
Line 10: Line 10:
====El Phonon no veu la targeta de so?====
====El Phonon no veu la targeta de so?====


<menuchoice>System Settings -> Multimedia -> Phonon</menuchoice> will probably have at least an entry for Internal Audio and hopefully your external card.
<menuchoice>Arranjament del sistema -> Multimèdia -> Phonon</menuchoice> probablement tindrà com a mínim una entrada per a àudio intern i és d'esperar la vostra targeta externa.


[[Image:Phonon1.png|center|500px|thumb]]
[[Image:Phonon1.png|center|500px|thumb]]

Revision as of 15:08, 7 April 2011

Other languages:

Targetes de so externes

Si acostumeu a treballar en un ordinador portàtil, però us falta música d'alta qualitat podeu utilitzar una targeta de so externa per afegir un joc d'altaveus. Aquesta pàgina documenta l'experiència per aconseguir fer-los funcionar satisfactòriament.

Creative USB XFi 5.1 Pro

Atenció

Comproveu Arranjament del sistema -> Multimèdia -> Phonon -> pestanya Dorsal i establiu-hi el gstreamer. Podeu veure que el VLC és el recomanat, però en el moment d'escriure (març de 2010) hi ha problemes d'ús de la CPU amb aquest.


El Phonon no veu la targeta de so?

Arranjament del sistema -> Multimèdia -> Phonon probablement tindrà com a mínim una entrada per a àudio intern i és d'esperar la vostra targeta externa.

Funcionen els altaveus?

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.

Problemes?

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 PulseAudio or reboot.

Please add any more information you discover.