[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Alsa and udev-0.071-1



Hello,

I'm using a testing snapshot from last week and encountered some problems with alsa. I have an onboard VIA soundcard and a SB Live card. When debian boots up, only the device files for the onboard chip are created though the modules for both cards are loaded. Then if I run alsaconf both cards are recognized but only the SB Live card works, that is only the device files for the SB Live card are created. How can I make to work both soundcards? Should I add some udev rules? In alsa-utils.rules I have this line:

KERNEL=="controlC[0-7]", ACTION="" RUN+="/lib/alsa-utils/udev"

In udev.rules, among others, I have these:

KERNEL=="controlC[0-9]*",    NAME="snd/%k"
KERNEL=="hwC[D0-9]*",        NAME="snd/%k"
KERNEL=="pcmC[D0-9cp]*",    NAME="snd/%k"
KERNEL=="midiC[D0-9]*",        NAME="snd/%k"
KERNEL=="timer",        NAME="snd/%k"
KERNEL=="seq",            NAME="snd/%k"

I'm using kernel 2.12.6.

Reply to: