[pulseaudio-discuss] Help with Udev Please

Jim Duda jim at duda.tzo.com
Tue May 18 17:45:57 PDT 2010


On 05/18/2010 07:50 PM, David Henningsson wrote:

> Looks like a syntax error in one of the udev rules.
> Perhaps you can see if the message shows up in /var/log/syslog and then
> grep for that string in the udev rules directory?
> 
> // David

Unfortunately, I don't get any udev message in syslog.

I have 2 machines up on fc12.  Udev appears to work on one, but not the other.

The /etc/udev/rules.d/90-alsa.rules file is identical on both.

jim> cat 90-alsa.rules 
ACTION=="add", SUBSYSTEM=="sound", KERNEL=="controlC*", \
  RUN+="/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --initfile=/lib/alsa/init/00main restore /dev/$name"
ACTION=="remove", SUBSYSTEM=="sound", KERNEL=="controlC*", \
  RUN+="/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf store /dev/$name"

On the machine which works, I'm using the stock kernel from fc12.

On the machine which doesn't work, I have to use my own kernel build.
Both kernels are of the 2.6.32 (one is .11 the other .13)
All of the sysfs stuff for both kernels are the same.

Jim





More information about the pulseaudio-discuss mailing list