On Mon, 19 Sep 2016 10:14:13 +0200, Vladimir Savic wrote:
>Thanks, peaope!
>
>Worked like charm. I still don't get why though. It is the same thing,
>but written using different syntax, or? Who knows...
>
>Thanx again!

You are welcome!

What does your alsa-base.conf look like now?

The "slot" method is more comfortable, as already pointed out

  options snd slots=,snd_usb_audio

would work, too. Also

  options snd slots=snd_hda_intel

would do the job.

My does look like this

  [rocketmouse@archlinux ~]$ cat /etc/modprobe.d/*alsa*.conf 
  # ALSA module ordering
  options snd slots=snd_hdspm,snd_ice1712,snd_ice1712

So even while the two ICE1712 cards are removed...

  [rocketmouse@archlinux ~]$ aplay -l
  **** List of PLAYBACK Hardware Devices ****
  card 0: HDSPMx579bcc [RME AIO_579bcc], device 0: RME AIO [RME AIO]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
  [rocketmouse@archlinux ~]$ arecord -l
  **** List of CAPTURE Hardware Devices ****
  card 0: HDSPMx579bcc [RME AIO_579bcc], device 0: RME AIO [RME AIO]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
  [rocketmouse@archlinux ~]$ amidi -l
  Dir Device    Name
  IO  hw:0,0    HDSPMx579bcc MIDI 1
  IO  hw:3,0,0  USB Device 0x170b:0x11 MIDI 1
  IO  hw:4,0,0  nanoKONTROL MIDI 1

...hw:1 and hw:2 are reserved for them and two attached USB
devices became hw:3 and hw:4.

If you are using the corrected "index" method, then your old syntax was
_incomplete_.

Please, reply to the list and bottom post...

Regards,
Ralf

...and remove signatures, respl. everything unneeded, like the
"-----------"...

>On Mon, Sep 19, 2016 at 9:40 AM, Ralf Mardorf wrote:
>
>> On Mon, 19 Sep 2016 09:07:28 +0200, Vladimir Savic wrote:  
>> >$ cat alsa-base.conf
>> >options snd_hda_intel index=0
>> >options snd_usb_audio index=1  
>>
>> Delete this and edit alsa-base.conf to
>>
>>    options snd slots=snd_hda_intel,snd_usb_audio
>>
>> or if you should insist in using the old index method edit it too
>>
>>   options snd cards_limit=2
>>   alias snd-card-0 snd_hda_intel
>>   alias snd-card-1 snd_usb_audio
>>   options snd_hda_intel index=0
>>   options snd_usb_audio index=1
>>
>> Regards,
>> Ralf
>>
>> ------------------------------------------------------------
>> ------------------

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

Reply via email to