hello it's been said : "/etc/modprobe.d/alsa-base is NOT a good solution! It requires root access for one. Apps should not depend on a fixed soundcard ordering but should address devices by name."
I strongly disagree with this statement. Since names are indexed on hw0 hw1 etc as written in .asoundrc file, then names mathematically depends upon hardware ordering behind 0,1 etc... Though it is a dirty solution, I agree in the absolute, I have spent months dealing with this problem and the only way to fix this for the moment is to configure alsa-base. And now everything is ok. For me indeed. The thing is to set the vendor_ref, th product_id, then the index of the device. For examples follow this link on Alsawiki. http://alsa.opensrc.org/MultipleCards http://alsa.opensrc.org/MultipleUSBAudioDevices I think it is jackd's fault, and alsa's fault. ( Alsa cannot deal with two identical usb devices for ordering them fine they are randomly ordered, and all in all, using the name of the device wouldn't be sufficient ). This maybe be correct in the future, however, now my complex setup works. sincerely Blue I. ----- Original Message ----- From: "Steve A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Monday, May 14, 2007 10:25 PM Subject: Re: [64studio-devel] device names randomising on startup > Rather than adjusting alsa's config, is it possible/practical to peg a given > hardware address to a specific device ID using UDEV configuration? > > Would that work for the /dev/dsp device? - because that is giving me > problems. > > _________________________________________________________________ > More photos, more messages, more storage-get 2GB with Windows Live Hotmail. > http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_2G_0507 > > > ---------------------------------------------------------------------------- ---- > _______________________________________________ > 64studio-devel mailing list > [email protected] > http://lists.64studio.com/mailman/listinfo/64studio-devel > _______________________________________________ 64studio-devel mailing list [email protected] http://lists.64studio.com/mailman/listinfo/64studio-devel
