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: A persistent name for a sound device.

2014-02-03 Thread Scott Ferguson
On 04/02/14 02:33, pe...@easthope.ca wrote: > * From: Scott Ferguson scott.ferguson.debian.u...@gmail.com > * Date: Mon, 03 Feb 2014 16:30:49 +1100 >> There are a number of parent devices, don't try and match for more than >> one value per parent device. >> ... >> KERNEL=="controlC3", ATT

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

Re: A persistent name for a sound device.

2014-02-03 Thread Alan Greenberger
On 2014-02-03, pe...@easthope.ca wrote: > I'm interested to make a persistent name for a sound device. > The output of "udevadm info -a -p $(udevadm info -q path -n /dev/... )" > follows. > What exactly is meant by the last sentence of the introductory paragraph? &

Re: A persistent name for a sound device.

2014-02-02 Thread Scott Ferguson
On 03/02/14 16:30, Scott Ferguson wrote: > On 03/02/14 15:12, pe...@easthope.ca wrote: >> I'm interested to make a persistent name for a sound device. >> The output of "udevadm info -a -p $(udevadm info -q path -n /dev/... )" >> follows. >> What ex

Re: A persistent name for a sound device.

2014-02-02 Thread Scott Ferguson
On 03/02/14 15:12, pe...@easthope.ca wrote: > I'm interested to make a persistent name for a sound device. > The output of "udevadm info -a -p $(udevadm info -q path -n /dev/... )" > follows. > What exactly is meant by the last sentence of the introductory paragra

A persistent name for a sound device.

2014-02-02 Thread peter
I'm interested to make a persistent name for a sound device. The output of "udevadm info -a -p $(udevadm info -q path -n /dev/... )" follows. What exactly is meant by the last sentence of the introductory paragraph? Must the first match occur in the first stanza of the info? D