Hi Justin, (you should CC to the list, so others can help, too) Justin hat gesagt: // Justin wrote:
> Ok, I noticed some problems: 1.) there is no /etc/modutils/alsa, as it's > a directory, and the /etc/alsa/modutils/0.9 file I have (copied from the > 0.5 file created with ALSACONF 0.4.3b) lists everything, but what else > do I need to do after this? And it seems that KMid won't list anything > for MIDI hardware if I use the non-Alsa version, but crashes when I use > the Alsa version. Any idea about that? /etc/modutils/alsa is a debian specific file, and maybe on your system it is a directory or a symbolic link to a directory. It's is only important, that you put your modules config file for alsa somwhere in reach of update-modules(8). If you don't use the debian packages, you will have to configure everything yourself. If you have the file /etc/alsa/modutils/0.9, you can take this as an example, if you are using alsa 0.9. You need the standard stuff: alias char-major-116 snd alias char-major-14 soundcore options snd snd_major=116 snd_device_mode=0660 snd_device_gid=29 snd_device_uid=0 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 and then the Audigy stuff: alias snd-card-0 snd-card-emu10k1 Depending on your alsa version you might want to make that alias snd-card-0 snd-emu10k1 I don't know, how to enable midi on the Audigy, sorry. Maybe you need soundfonts and the soundfont tools by Takashi Iwai... -- Frank Barknecht _ _______footils__