[sorry for the delay, I've been away for a while] > First my commendations to CCRMA and ALSA-Project! The > installation has been seriously seriously perfected > over the past few months. My SiS onboard soundcard was > recognized and installed super smoothly via planet > ccrma. > > The only problem: my m-audio quattro wasn't picked up. > I need to modify my modules.conf file. I'm running red > hat 9.0 on a desknote laptop, and the usb module is on > in the kernel. here's my modules.conf file: > > alias eth0 sis900 > alias usb-controller ehci-hcd > alias usb-controller1 usb-uhci > alias ieee1394-controller ohci1394 > # --- BEGIN: Generated by ALSACONF, do not edit. --- > # --- ALSACONF verion 0.9.0 --- > alias char-major-116 snd > alias snd-card-0 snd-intel8x0 > alias char-major-14 soundcore > 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 > options snd major=116 cards_limit=1 > options snd-intel8x0 index=0 > # --- END: Generated by ALSACONF, do not edit. --- > > I believe I need to add something like > > alias snd-card-0 snd-usbaudio
This could be a start, I think: # --- ALSACONF verion 0.9.0 --- alias char-major-116 snd alias snd-card-0 snd-usbaudio alias snd-card-1 snd-intel8x0 alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-slot-1 snd-card-1 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 alias sound-service-1-0 snd-mixer-oss alias sound-service-1-3 snd-pcm-oss alias sound-service-1-12 snd-pcm-oss options snd major=116 cards_limit=2 options snd-usbaudio index=0 options snd-intel8x0 index=1 # --- END: Generated by ALSACONF, do not edit. --- > Is there anything else I should know about getting > this card to work? I'd like the Quattro to be my > primary sound card, and could ignore the onboard one > all together. Go to the alsa site and the soundcard matrix, there are some virtual devices documented there you can add to your ~/.asoundrc file that will enable to use it as a four channel device. -- Fernando ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
