+++ This bug was initially created as a clone of Bug #499435 +++ Description of problem: Even if nobody else cares: I am still having the problem described in Bug #499435 (and many others): No analog inputs and outputs of my sound card available - a Terratec DMX 6fire 24/96 (ICE1712). Version-Release number of selected component (if applicable): 1.0.23-2.fc14.x86_64 How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: No sound on analog outputs, only digital ins and outs are available. Expected results: Additional info: As many have stated before, there is a workaround (not a fix): Add two lines to /usr/share/alsa/cards/ICE1712.conf: ICE1712.pcm.front.0 { @args [ CARD ] @args.CARD { type string } type route ttable.0.0 1 ttable.1.1 1 slave.pcm { type hw card $CARD } slave.format S32_LE slave.channels 10 }
I've reopened #499435
(In reply to comment #1) > I've reopened #499435 Thanks, but why didn't you do so against F14?
Because I haven't personally tested it on F14 yet, but I have on F13. Feel free to change :-)
(In reply to comment #3) > Feel free to change :-) As far as I can see, I don't have the permission to do so with #499435 :-(
The problem persists with alsa-lib-1.0.24-1.fc14 and @@ -39,6 +39,8 @@ type hw card $CARD } + slave.format S32_LE + slave.channels 10 } <confdir:pcm/surround40.conf> is still the solution.
Same with alsa-lib 1.0.24-2.fc15
Comment 5 is no longer the solution, since it doesn't allow for Analog Input. It seems the full fix has been commited to Alsa-lib, but not implemented yet? Anyway, HERE IS HOW TO FIX THIS and get Analog Inputs & Outputs for your ICE1712 card :) Just edit your /usr/share/alsa/cards/ICE1712.conf as root and substitute ALL text with the one in the following link: http://git.alsa-project.org/?p=alsa-lib.git;a=blob_plain;f=src/conf/cards/ICE1712.conf Then save it, reboot, run alsamixer in a terminal, press F6 to choose your soundcard (if it's not default) and raise the DAC volumes. You're good to go. If you care to see what's actually been added and removed (it's more than the well-known two lines workaround), check this link: git.alsa-project.org/?p=alsa-lib.git;a=blobdiff;f=src/conf/cards/ICE1712.conf;h=f5b8add6322caf7658b88d17e266bbf256ebd78a;hp=01e50d27d2d4324dc86d3785a69c1ca4010f8ef0;hb=d3906a93072171e5b5f4000d4a228af4eb8fa253;hpb=f2912f5099e401cebacd33bd9da3d8318856e143
The bug is fixed with F16 but we have to raise DAC in alsamixer and unmute (F6) Multi 8 (left channel, OM) and Multi 9 (right channel, MO) volumes.
(In reply to comment #8) > The bug is fixed with F16 but we have to raise DAC in alsamixer and unmute (F6) > Multi 8 (left channel, OM) and Multi 9 (right channel, MO) volumes. It's not (at least for my configuration, m-audio 2496). I installed F16 last week (clean installation) and I still only got digital outputs/inputs. I applied my previous suggestion to resolve this, as pointed by a developer in alsa bug tracker.
(In reply to comment #9) > It's not (at least for my configuration, m-audio 2496). I installed F16 last > week (clean installation) and I still only got digital outputs/inputs. I > applied my previous suggestion to resolve this, as pointed by a developer in > alsa bug tracker. I can confirm that: Same old story with sound in F16 as in Fedora-don't-know-since-when (Terratec DMX 6fire 24/96). Thanks to gerontiskostas for hinting to the new workaround.
Seems to be fixed in alsa-lib-1.0.25-1.