Missing analog output with M-audio audiophile 2496 (ICE1712)

Bug #515874 reported by vellu76
28
This bug affects 6 people
Affects Status Importance Assigned to Milestone
asoundconf-gtk (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

Binary package hint: firefox-3.5
"
[System->Prefs-> fails to open "Sound" with reaport "Waiting for sound system to respond" and it fails, my analogue output works fine!. It just depends on days and update.
I'll keep on rocking. Hopefully tomorrow too.

System->Prefs->Sound gives only options to digital output with audiophile 2496.
"Aplay -L" gives this:
vellu@lucid:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: CK804 [NVidia CK804], device 0: Intel ICH [NVidia CK804]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: CK804 [NVidia CK804], device 2: Intel ICH - IEC958 [NVidia CK804 - IEC958]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: M2496 [M Audio Audiophile 24/96], device 0: ICE1712 multi [ICE1712 multi]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
vellu@lucid:~$ aplay -L
pulse
    Playback/recording through the PulseAudio sound server
front:CARD=CK804,DEV=0
    NVidia CK804, NVidia CK804
    Front speakers
surround40:CARD=CK804,DEV=0
    NVidia CK804, NVidia CK804
    4.0 Surround output to Front and Rear speakers
surround41:CARD=CK804,DEV=0
    NVidia CK804, NVidia CK804
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=CK804,DEV=0
    NVidia CK804, NVidia CK804
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=CK804,DEV=0
    NVidia CK804, NVidia CK804
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=CK804,DEV=0
    NVidia CK804, NVidia CK804
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=CK804,DEV=0
    NVidia CK804, NVidia CK804 - IEC958
    IEC958 (S/PDIF) Digital Audio Output
front:CARD=M2496,DEV=0
    M Audio Audiophile 24/96, ICE1712 multi
    Front speakers
surround40:CARD=M2496,DEV=0
    M Audio Audiophile 24/96, ICE1712 multi
    4.0 Surround output to Front and Rear speakers
surround41:CARD=M2496,DEV=0
    M Audio Audiophile 24/96, ICE1712 multi
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=M2496,DEV=0
    M Audio Audiophile 24/96, ICE1712 multi
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=M2496,DEV=0
    M Audio Audiophile 24/96, ICE1712 multi
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
iec958:CARD=M2496,DEV=0
    M Audio Audiophile 24/96, ICE1712 multi
    IEC958 (S/PDIF) Digital Audio Output

ProblemType: Bug
Architecture: i386
Date: Tue Feb 2 08:05:09 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100113)
NonfreeKernelModules: nvidia
Package: firefox-3.5 3.5.7+nobinonly-0ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-10.14-generic
SourcePackage: firefox-3.5
Uname: Linux 2.6.32-10-generic i686

Revision history for this message
vellu76 (voulu76) wrote :
vellu76 (voulu76)
summary: - Missing analog output with M-audio audiophile 2476 (ICE1712)
+ Missing analog output with M-audio audiophile 2476 (ICE1712) [SOLVED by
+ latest updates]
vellu76 (voulu76)
Changed in firefox-3.5 (Ubuntu):
status: New → Fix Committed
vellu76 (voulu76)
Changed in firefox-3.5 (Ubuntu):
status: Fix Committed → Incomplete
vellu76 (voulu76)
summary: - Missing analog output with M-audio audiophile 2476 (ICE1712) [SOLVED by
- latest updates]
+ Missing analog output with M-audio audiophile 2476 (ICE1712)
Changed in firefox-3.5 (Ubuntu):
status: Incomplete → Fix Released
vellu76 (voulu76)
affects: firefox-3.5 (Ubuntu) → asoundconf-gtk (Ubuntu)
Changed in asoundconf-gtk (Ubuntu):
status: Fix Released → New
vellu76 (voulu76)
Changed in asoundconf-gtk (Ubuntu):
status: New → Incomplete
description: updated
Revision history for this message
Alexandre Touret (atouret) wrote :

Hello,
in order to slove this problem I applied this patch to the following file : /usr/share/alsa/cards/ICE1712.conf

In the PCM.FRONT section I added two config lines :
slave.format S32_LE
        slave.channels 10

So, my pcm.front section looks like :

CE1712.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
}

Then , in the module option I added the rank of the sound card :

options snd-ice1712 model=audiophile index=0

I don't know if that option is required.

Now my sound cark works perfectly

Regards

Richard Corner (rcorner)
summary: - Missing analog output with M-audio audiophile 2476 (ICE1712)
+ Missing analog output with M-audio audiophile 2496 (ICE1712)
Revision history for this message
Richard Corner (rcorner) wrote :

Duplicate of bug #178442?

Revision history for this message
mitch (mitch-lloyd) wrote :

I don't think this is a duplicate of bug #178442 as (for me) the soundcard gets initialized but the analog option doesn't show up in sound preferences until using the fix shown in comment #2.

I just ran into this problem again (I have a Delta-66 using ICE1712) on a fresh install of Lucid. Could this fix be included in the distro?

Richard Corner (rcorner)
tags: added: audio audiophile driver m-audio pulseaudio soundcard
Revision history for this message
Mikko Eley (mikko-eley) wrote :

I can confirm that the analogue output does not appear in sound preferences unless I use the fix above. But there are no analogue inputs listed either. I'm running Lucid and using a M-Audio 24/96 Audiophile card. With the fix listed added to the ice1712.conf file I can get juddering white noise but that may be me setting up the card wrong in Envy24 control panel and may be another problem.

Whatever my sound problems the sound preference definitely does not see all the options of the 24/96 card even with this fix. My struggle with getting it to work continue.

Revision history for this message
Ron W6FM (w6fm) wrote :

I just installed a Delta-44 using the ICE1712 ALSA driver in my machine running Lucid. I had to use the fix in comment #2 to get audio out of my sound card. It would be nice to see this fix included in the distro. Thanks!

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for asoundconf-gtk (Ubuntu) because there has been no activity for 60 days.]

Changed in asoundconf-gtk (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.