-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

we are getting there :-)

> ok here is my modules.conf now
>
> >>>>>>>>>>>>>>>>>.

(...)

> alias sound-slot-0 i810_audio
> 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 || :

(...)

This has to go. It's NOT alsa. It's the kernel sound driver.

> and my lsmod i ran after it

This already looks ok. But for your first card, the kernel driver is loaded:

> i810_audio             23008   1  (autoclean)
> ac97_codec             11904   0  (autoclean) [i810_audio]

But the alsa modules ARE loaded and also you have OSS emulation loaded.

> snd-pcm-oss            44068   0  (autoclean) (unused)
> snd-mixer-oss          13632   0  (autoclean) [snd-pcm-oss]
> snd-usb-audio          43808   0  (autoclean) (unused)
> snd-pcm                77120   0  (autoclean) [snd-pcm-oss snd-usb-audio]
> snd-timer              13952   0  (autoclean) [snd-pcm]
> snd-rawmidi            16928   0  (autoclean) [snd-usb-audio]
> snd-seq-device          5724   0  (autoclean) [snd-rawmidi]
> snd                    44104   0  (autoclean) [snd-pcm-oss snd-mixer-oss
> snd-usb
> -audio snd-pcm snd-timer snd-rawmidi snd-seq-device]
> soundcore               6692   2  (autoclean) [i810_audio snd]

Since it still doesn't work, the question is, what exactly has happened. You 
can find out, what cards alsa is using running 

cat /proc/asound/cards

It should give you something similar to this:
0 [CS46xx         ]: CS46xx - Sound Fusion CS46xx
                     Sound Fusion CS46xx at 0xea000000/0xe9800000, irq 17
1 [UM2            ]: USB-Audio - UM-2
                     EDIROL UM-2

After removing the kernel driver from your modules.conf you also should have 
two cards. The first would be that intel chip internal card and the second 
would be your quattro.

cat /proc/asound/devices

would give you the list of devices that are present. For my system it looks 
like this:

  0: [0- 0]: ctl
  8: [0- 0]: raw midi
 18: [0- 2]: digital audio playback
 17: [0- 1]: digital audio playback
 16: [0- 0]: digital audio playback
 24: [0- 0]: digital audio capture
  1:       : sequencer
 33:       : timer
 32: [1- 0]: ctl
 40: [1- 0]: raw midi

You should get more devices for the second card [1 - *] since I only have a 
midi interface there. You should also see similar devices as I have for the 
first card. 

The /dev/dsp* devices are covered by the oss-emulation of alsa. To see which 
devices are provided, do:

cat /proc/asound/oss/devices

For my setup this gives:

  2: [0- 2]: raw midi
  1:       : sequencer
  8:       : sequencer
  0: [0- 0]: mixer
  3: [0- 3]: digital audio
 12: [0-12]: digital audio
 18: [1- 2]: raw midi
 16: [1- 0]: mixer

0, 3 and 12 are interesting here, they are the dsp devices for my first card. 
You should have additional numbers with digital audio for your second card. 

Maybe you could provide all the proc output to the list AFTER you got rid of 
the kernel stuff in modules.conf. If everything seems to be ok then and you 
still don't have sound after you started alsamixer (and alsamixer -c1 for the 
second card) to pull up the soundlevels, I can't really help any further, 
maybe you need some magic for those cards. I have different cards so I 
wouldn't know but I'm sure somebody will. But maybe something else is still 
missing that becomes visible. Not to forget, please also provide your current 
lsmod output after the change in modules.conf since there one can see if it 
was effective.

Good luck,

Richard


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+Yz6VWQvEMJfcXlQRAi43AJ9Ape1hURsq4lwDK+0hgYw3V1NqvgCfUku0
JFmounnAUglozqXKvEoo7FI=
=ujc0
-----END PGP SIGNATURE-----



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to