On Mon, 19 Sep 2016 08:48:24 +0200, Clemens Ladisch wrote:
>Vladimir Savic wrote:
>> [  395.494123] snd-usb-audio 1-12:1.2: cannot find the slot for
>> index 1 (range 0-1), error: -16  
>
>Some configuration settings in some .conf file in /etc/modprobe.d/ are
>wrong.

Try running

  cat /etc/modprobe.d/*alsa*.conf

Did you try to get a steady module ordering?

Assuming you did and you wanted to get snd_usb_audio as hw:0, then
remove what ever you added and try adding a file
named /etc/modprobe.d/alsa-base.conf

  options snd slots=snd_usb_audio

or if it should become hw:1

  options snd slots=,snd_usb_audio

Regards,
Ralf

------------------------------------------------------------------------------
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to