Add new comment

that's an ALSA configuration issue and can be fixed for good at the kernel module loading time. ie. something that you can make quite deterministically at /etc/modprobe.conf or /etc/modprobe.d or else depending on your distro.

just make sure each one of the ALSA kernel modules get a proper index number when modprobe'd and from that moment after it will get always the same hw:number forever ;)

for example, if you wish that your USB soundcard to always always addressed as hw:2, no matter which boot you're at, you should make for pre-loading the corresponding kernel module like this:

modprobe snd-usb-audio index=2

or, as should be inscribed in modprobe.conf style:

options snd-usb-audio index=2

cheers

The content of this field is kept private and will not be shown publicly.

Markdown

  • Parses markdown and converts it to HTML.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt height width> <strike> <pre> <p> <br>
  • Lines and paragraphs break automatically.

Filtered HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <b> <i> <pre> <img src alt height width> <strike>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.