Re: Re^2: A persistent name for a sound device.

2014-02-05 Thread Alan Greenberger
On 2014-02-04, pe...@easthope.ca wrote: > Alan, > > * From: Alan Greenberger > *Date: Mon, 3 Feb 2014 09:34:42 -0500 >> When I plug in a Logitech C170 webcam, /proc/asound/cards shows: >> 0 [SB ]: HDA-Intel - HDA ATI SB >> HDA ATI SB at 0xfbdf4000 ir

Re: Re^2: A persistent name for a sound device.

2014-02-04 Thread Nate Bargmann
On my Debian desktop I created the following file: $ cat /etc/modprobe.d/sound.conf alias snd-card-0 snd-emu10k1 options snd-emu10k1 index=0 alias snd-card-1 snd-intel8x0 options snd-intel8x0 index=1 The emu10k1 is a PCI sound card and the intel8x0 is the onboard sound. I have the emu10k1 connec

Re^2: A persistent name for a sound device.

2014-02-04 Thread Ralf Mardorf
On Tue, 2014-02-04 at 08:57 -0800, pe...@easthope.ca wrote: > Alan, > > * From: Alan Greenberger > * Date: Mon, 3 Feb 2014 09:34:42 -0500 > > When I plug in a Logitech C170 webcam, /proc/asound/cards shows: > > 0 [SB ]: HDA-Intel - HDA ATI SB > > HDA ATI

Re^2: A persistent name for a sound device.

2014-02-04 Thread peter
Alan, * From: Alan Greenberger ine without changing the hardware. Does each device always retain its card number across the reboot? In my case no. Consequently I can reboot and find that the VoIP ring is being sent to the headset. Not acceptable. A persistent name remains associated wit

Re(2): A persistent name for a sound device.

2014-02-03 Thread peter
* From: Scott Ferguson > KERNEL=="controlC3", ATTRS{idProduct}=="0008", ATTRS{id}=="Device", > ATTRS{product}=="C-Media USB Audio Device ", SYMLINK+="USBspeakers" > GROUP=="sound" Here ATTRS{idProduct} and ATTRS{product} are in the same node and you just said "one value per parent device