[Alsa-user] SB0400 -- hidden PCM

2006-02-19 Thread David Liontooth
# alsactl --version alsactl version 1.0.10 (Linux 2.6.14 x86_64) # cat /proc/asound/cards 0 [Audigy2]: Audigy2 - Audigy 2 Value [SB0400] Audigy 2 Value [SB0400] (rev.0, serial:0x10011102) at 0x9c00, irq 22 The mixers don't see the PCM channel: # amixer scontrols Simp

Re: [Alsa-user] SB0400 -- hidden PCM

2006-02-19 Thread Peter Zubaj
Hi, Do you have only this controls ? If yes, then something is wrong (looks like clean DSP). "EMU10K1 PCM Volume" this controls is not for user (this is why its iface is PCM and not MIXER). Peter Zubaj On Sunday 19 February 2006 09:31, David Liontooth wrote: > # alsactl --version > alsactl ver

Re: [Alsa-user] SND-BT87x problems, bt878 audio hardware does not appear in "cat /proc/asound/cards"

2006-02-19 Thread Nyp Nobody
I am still unable to load snd_bt87x properly. I have removed all things OSS from the kernel but it still insist on loading module bt878 unless added to hotplug blacklist. What?, Why?Having finally killed btsound/bt878 (I hope) I load snd_bt87x as such. # modprobe -v snd_bt87x load_all=1insmod /lib/

Re: [Alsa-user] SB0400 -- hidden PCM

2006-02-19 Thread David Liontooth
Hi Peter, Peter Zubaj wrote: >Do you have only this controls ? > > Yes -- that's all I see. None of the visible controls can be used to control the volume. >If yes, then something is wrong (looks like clean DSP). > > What could be wrong? I append the output of the alsa-debug script below. D

Re: [Alsa-user] SB0400 -- hidden PCM

2006-02-19 Thread Peter Zubaj
Hi, Looks like DSP part (DSP program and mixer) is not initialized or was cleaned. Do you use ld10k1 ? Could you attach file /proc/asound/card0/fx8010_acode ? Peter Zubaj On Sunday 19 February 2006 10:38, David Liontooth wrote: > Hi Peter, > > Peter Zubaj wrote: > >Do you have only this control

Re: [Alsa-user] SB0400 -- hidden PCM

2006-02-19 Thread David Liontooth
Peter Zubaj wrote: >Hi, > >Looks like DSP part (DSP program and mixer) is not initialized or was cleaned. >Do you use ld10k1 ? > Yes -- though I don't know what I'm doing and wasn't aware of it: root 2210 0.0 0.0 8348 1080 ?Ss 00:43 0:00 /usr/sbin/ld10k1 --pipe_name /var/run

Re: [Alsa-user] SB0400 -- hidden PCM

2006-02-19 Thread Peter Zubaj
Hi, When ld10k1 loads it wil clear dsp and dsp mixer (because it doesn't know how to extract it). You can use init_audigy script to load dsp again (this script is for audigy 1, but should work for your card too). Peter Zubaj On Sunday 19 February 2006 12:00, David Liontooth wrote: > Peter Zuba

[Alsa-user] Midi/Asus AN8-E

2006-02-19 Thread Peter Lackner
Hello, I own an Asus AN8-E Motherboard (Nforce4 chip set) and installed SuSE 10 Linux, kernel 2.6.13, alsa version 1.0.10. The intel8x0 soundcard works niclely but I couldn't get the midi interface working. There is an MPU401 on board and when I modprobe modprobe mpu401 irq=10 io=0x330 the mo

Re: [Alsa-user] Midi/Asus AN8-E

2006-02-19 Thread Peter Zubaj
Hi, Are you sure, you load alsa module ? Alsa module has name snd-mpu401. Peter Zubaj On Sunday 19 February 2006 12:31, Peter Lackner wrote: > Hello, > > I own an Asus AN8-E Motherboard (Nforce4 chip set) and installed > SuSE 10 Linux, kernel 2.6.13, alsa version 1.0.10. > The intel8x0 soundcard

Re: [Alsa-user] Midi/Asus AN8-E

2006-02-19 Thread Peter Lackner
Hi, That was the problem! Now I did: modprobe snd-mpu401 irq=10 port=0x330 and that works fine. Thanks, Peter L. On Sun, 19 Feb 2006, Peter Zubaj wrote: > Hi, > > Are you sure, you load alsa module ? > Alsa module has name snd-mpu401. > > Peter Zubaj > > On Sunday 19 February 2006 12:31, P

[Alsa-user] map front and rear to different oss devices

2006-02-19 Thread Stefan Wanja
Hi, does anybody know, if and how I can let alsa emulate two oss devices using one soundcard (with 4 channels)? I have a sblive and want to map the rear speakers to one oss device and the front speakers to another. Is that possible and if, how? Help is much appreciated! :) Stefan

Re: [Alsa-user] All sound 'looping' on 1st 1/2 second or so: ALC882 ( repost )

2006-02-19 Thread Daniel Kasak
Lee Revell wrote: On Sat, 2006-02-18 at 22:14 +1100, Daniel Kasak wrote: After this, console apps like aplay and mpg123 will play the 1st 1/2 second or so of a given sound, and then loop continuously until I kill it. Other apps ( xmms, xine, totem ) simply crash. Yet other applications ( ut2004

Re: [Alsa-user] All sound 'looping' on 1st 1/2 second or so: ALC882 ( repost )

2006-02-19 Thread Lee Revell
On Mon, 2006-02-20 at 08:16 +1100, Daniel Kasak wrote: > Thanks for the response. > > I've tried all combinations of models and position_fix values now. I > also managed to update to 1.0.11rc3 ( from 1.0.10rc3 ), but I've been > unable to compile from cvs - I don't get past the part about > alsa

Re: [Alsa-user] Help: M-Audio Mobilepre USB / ALSA

2006-02-19 Thread David Slimp
I've read several posts that indicate it might be very tough (or impossible) to get 2 sounds cards to play nice together. Best is to just disable your build-in one (maybe in BIOS). alsamixer should allow you to pan audio from a channel (single input) across L/R headset. The alsamixer manpage has

[Alsa-user] how to capture i2s FIFO buffer

2006-02-19 Thread Raja M.
Title: how to capture i2s FIFO buffer Hi all, I have a few  Q's regarding the alsa driver I am working for. I am using i2s contriller with standalone UDA1341 codec for my board. Now, I have realised I have to write ALSA driver PCM( data-path) and Controls( uda1341 mixer) for ALSA drivers to

[Alsa-user] alsa(mixer?) error and delta1010lt

2006-02-19 Thread Julien Claassen
Hi everyone! I still do have the same problem. My alsamixer is buggy and I can't fix that problem myself. Also I still can't set the ipga-analog volumes, but I couldn't do that since 2.6.10 kernels. Here I gathered all info I thought necessary (and perhaps more than that :-)) uname -a: Linux bac