udev and alsa

Harald Hoyer harald at redhat.com
Fri Oct 1 12:05:14 UTC 2004


Matias Feliciano wrote:
> Le ven 01/10/2004 à 11:01, Harald Hoyer a écrit :
> 
>>Don't know, if it really belongs to udev.. but here is an extended script:#!/bin/sh
>>
>>elif [ "$ACTION" == "remove" ] ; then
>>         card=`echo $DEVPATH | sed -n -e "s/^\/class\/sound\/controlC\([[:digit:]]\+\)\$/\1/p"`
>>         if [ $card ] && [ -x /usr/sbin/alsactl ] ; then
>>                 /usr/sbin/alsactl store $card > /dev/null 2>&1
>>         fi
>>fi
> 
> 
> useless. udev is call _after_ "modprobe -r" begin (module marked
> "unloading" and unusable). No module, no "alsactl store".
> 

right... sorry.. forgot about that.. /me bangs head on table...




More information about the fedora-devel-list mailing list