Hi list We have an Intel box with three MAudio Delta 66 soundcards where we are struggling to get recording to work properly. We see from the meters in the envy24control application that the feed from the CD-player connected through all three cards spdif inputs are coming through just fine. We have also tried to use arecord/aplay which also works just fine. The problem comes when we try to record with audacity or cinelerra. We can see a little movement on the meters in cinelerra, but we hear nothing when we record or when we playback the recording. When we took the recorded file into audacity and used the "Normalize" effect we could hear the music (and a lot of noise). Recording in audacity gives nothing, at all.
Pretty vague i guess but we are newbees at this. Could anyone help? I have included some information which i hope is what You need for diagnostics. Don't hesitate to ask for more. with regards Frank # more /etc/issue Fedora Core release 1 (Yarrow) # uname -a Linux localhost 2.6.1 #1 SMP Fri Feb 6 21:34:01 CET 2004 i686 i686 i386 GNU/Linux Relevant information from .config: # # Sound # CONFIG_SOUND=m # # Advanced Linux Sound Architecture # CONFIG_SND=m CONFIG_SND_SEQUENCER=m CONFIG_SND_SEQ_DUMMY=m CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=m CONFIG_SND_PCM_OSS=m CONFIG_SND_SEQUENCER_OSS=y CONFIG_SND_RTCTIMER=m # CONFIG_SND_VERBOSE_PRINTK is not set # CONFIG_SCONFIG_SND_ICE1712=m CONFIG_SND_ICE1724=m CONFIG_SND_INTEL8X0=m ND_DEBUG is not set ALSA (Advanced Linux Sound Architecture) v1.0.2c driver version ./configure --with-cards=ice1712 --with-oss --with-sequencer=yes --with-isapnp=no # more /etc/modules.conf alias char-major-116 snd alias snd-card-0 snd-ice1712 # OSS/Free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0 #options snd-ice1712 id="card0" isapnp=0 #Roger&Frank did this alias snd-card-1 snd-ice1712 alias snd-card-2 snd-ice1712 alias sound-slot-1 snd-card-1 alias sound-slot-2 snd-card-2 options snd cards_limit=3 # OSS/Free portion - card #1 alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss # OSS/Free portion - card #2 alias sound-slot-1 snd-card-1 alias sound-service-1-0 snd-mixer-oss alias sound-service-1-3 snd-pcm-oss alias sound-service-1-12 snd-pcm-oss # OSS/Free portion - card #3 alias sound-slot-2 snd-card-2 alias sound-service-2-0 snd-mixer-oss alias sound-service-2-3 snd-pcm-oss alias sound-service-2-12 snd-pcm-oss post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : # # more /etc/modprobe.conf include /etc/modprobe.conf.dist alias scsi_hostadapter aic79xx alias eth1 tg3 #testing alias snd-card-1 snd-ice1712 alias sound-slot-1 snd-ice1712 alias snd-card-2 snd-ice1712 alias sound-slot-2 snd-ice1712 options snd cards_limit=3 # --- BEGIN: Generated by ALSACONF, do not edit. --- # --- ALSACONF verion 1.0.2 --- alias snd-card-0 snd-ice1712 alias sound-slot-0 snd-ice1712 # --- END: Generated by ALSACONF, do not edit. --- # more /etc/asound.conf pcm.card0 { type hw card 0 device 0 } ctl.card0 { type hw card 0 device 0 } pcm.card1 { type hw card 1 device 0 } ctl.card1 { type hw card 1 device 0 } pcm.card2 { type hw card 2 device 0 } ctl.card2 { type hw card 2 device 0 } pcm.kort1 { type plug slave { pcm card0 } } pcm.kort2 { type plug slave { pcm card1 } } pcm.kort3 { type plug slave { pcm card2 } } # /sbin/lspci 00:00.0 Host bridge: Intel Corp. E7505 Memory Controller Hub (rev 03) 00:01.0 PCI bridge: Intel Corp. E7000 Series Processor to AGP Controller (rev 03) 00:1d.0 USB Controller: Intel Corp. 82801DB USB (Hub #1) (rev 01) 00:1d.1 USB Controller: Intel Corp. 82801DB USB (Hub #2) (rev 01) 00:1d.7 USB Controller: Intel Corp. 82801DB USB2 (rev 01) 00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB/EB PCI Bridge (rev 81) 00:1f.0 ISA bridge: Intel Corp. 82801DB LPC Interface Controller (rev 01) 00:1f.1 IDE interface: Intel Corp. 82801DB Ultra ATA Storage Controller (rev 01) 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 If [Radeon 9000] (rev 01) 01:00.1 Display controller: ATI Technologies Inc Radeon R250 [Radeon 9000] (Secondary) (rev 01) 05:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5702 Gigabit Ethernet (rev 02) 05:0a.0 Multimedia audio controller: IC Ensemble Inc ICE1712 [Envy24] (rev 02) 05:0b.0 Multimedia audio controller: IC Ensemble Inc ICE1712 [Envy24] (rev 02) 05:0c.0 SCSI storage controller: Adaptec AIC-7902 U320 (rev 03) 05:0c.1 SCSI storage controller: Adaptec AIC-7902 U320 (rev 03) 05:0e.0 Multimedia audio controller: IC Ensemble Inc ICE1712 [Envy24] (rev 02) # lsmod Module Size Used by snd_pcm_oss 48676 0 snd_mixer_oss 18048 1 snd_pcm_oss snd_ice1712 57060 0 snd_ice17xx_ak4xxx 4224 1 snd_ice1712 snd_pcm 86432 2 snd_pcm_oss,snd_ice1712 snd_page_alloc 10244 1 snd_pcm snd_timer 23684 1 snd_pcm snd_cs8427 9728 1 snd_ice1712 snd_ac97_codec 59268 1 snd_ice1712 snd_i2c 5760 2 snd_ice1712,snd_cs8427 snd_ak4xxx_adda 6400 2 snd_ice1712,snd_ice17xx_ak4xxx snd_mpu401_uart 7552 1 snd_ice1712 snd_rawmidi 21664 1 snd_mpu401_uart snd_seq_device 7688 1 snd_rawmidi snd 47332 12 snd_pcm_oss,snd_mixer_oss,snd_ice1712,snd_pcm,snd_timer,s nd_cs8427,snd_ac97_codec,snd_i2c,snd_ak4xxx_adda,snd_mpu401_uart,snd_rawmidi,snd_seq_devic e soundcore 8256 1 snd Audacity - 1.2.0-pre4 Using /dev/dsp0, dsp1, dsp2 for recording/playback Cinelerra - Cinelerra 1.1.8 Tue Nov 11 01:28:31 PST 2003 (C)2003 Heroine Virtual Ltd. Using /dev/dsp0, dsp1, dsp2 for recording/playback ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user