2013/8/15 Bruce Dubbs <bruce.du...@gmail.com>:
> xinglp wrote:
>> Or nothing restored.
>
> When you built alsa-utils, did it not install 90-alsa-restore.rules in
> /lib/udev/rules.d ?
It's not work for me, I removed it.

But the content of
http://www.linuxfromscratch.org/blfs/downloads/svn/blfs-bootscripts-20130725.tar.bz2
blfs-bootscripts/blfs/init.d/alsa
is:
...
case "$1" in
   start)
      log_info_msg "Starting ALSA...    Restoring volumes..."
      /usr/sbin/alsactl restore
      evaluate_retval
      ;;
...
As it run `alsactl restore`, it must run afert when /dev/snd was created.
>
>    -- Bruce
> --
> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to