Description of problem: There is an error in /etc/alsa/pcm/jack.conf and /usr/share/doc/alsa-plugins-jack-1.0.15/README-jack: Both tell the user to add this to /etc/asound.conf: pcm.jack { type jack playback_ports { 0 alsa_pcm:playback_1 1 alsa_pcm:playback_1 } capture_ports { 0 alsa_pcm:capture_1 1 alsa_pcm:pcapture_1 } } This is wrong. Correct would be: pcm.jack { type jack playback_ports { 0 alsa_pcm:playback_1 1 alsa_pcm:playback_2 } capture_ports { 0 alsa_pcm:capture_1 1 alsa_pcm:capture_2 } } The version contained in the package connects both virtual alsa stereo channels (0 and 1) to the same (left) channel of jack (playback_1). Version-Release number of selected component (if applicable): alsa-plugins-jack-1.0.15-2.fc8 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
alsa-plugins-1.0.15-3.fc8 has been submitted as an update for Fedora 8
alsa-plugins-1.0.14-3.fc7 has been submitted as an update for Fedora 7
The fix should appear in the testing repo soon. Please give this package karma points on bodhi to have this bug closed.
alsa-plugins-1.0.15-3.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update alsa-plugins'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-2556
alsa-plugins-1.0.15-3.fc8 has a correct /etc/alsa/pcm/jack.conf. /usr/share/doc/alsa-plugins-jack-1.0.15/README-jack still has the old incorrect version.
Please file this bug with upstream as the README-jack file is taken directly from upstream. If the fix is working (functionality wise) for you (besides the readme file) please mark it as good so it gets push to update for everybody.
alsa-plugins-1.0.14-3.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.