Hi. Thanks for your info on enabling midi for vt8233. When I copied your addons in my modules.conf, snd-mpu401 won't load. When I tried 'insmod snd-mpu401 port=0x0300 irq=7', there's a 'device not found' error. What I did was I unloaded alsa modules first. I wrote a script (soundon.sh) like this:

#!/bin/bash
modprobe snd-vt82xx
insmod snd-mpu401 port=0x0300 irq=7
modprobe snd-pcm-oss
amixer -c 0 Master 100:100 unmute
amixer -c 0 PCM 100:100 unmute
amixer -c 0 CD 100:100 unmute

and it worked. I removed all references to alsa or sound in my modules.conf. Is this correct? I mean is there a better way of doing it? Cause now there are 2 cards in my devices list: vt82xx and mpu401. Do I have to setup the 2nd (mpu401)? Thanks a lot.

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to