Hi I experience a problem with respect to the loading order of kernel modules. Here a transcript to illustrate the issue: # lsmod | grep snd | awk '{print $1}' | xargs rmmod # modprobe snd_hda_intel # modprobe snd_emu10k1_synth # asfxload <somefile> No Emux synth hwdep device is found However, if I change the order, it works: # lsmod | grep snd | awk '{print $1}' | xargs rmmod # modprobe snd_emu10k1_synth # modprobe snd_hda_intel # asfxload <somefile> The problem occured since udev loads the modules in the "wrong" order but why is the first loading order wrong? If it is not, do you know what causes the problem? I am using linux-2.6.20 (gentoo-r8). Thanks for your help. Best wishes, Thomas ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Alsa-user mailing list Alsa-user@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user