xinglp wrote:
> 2013/5/1 Armin K. <[email protected]>
>
>> Dana 1.5.2013 15:18, xinglp je napisao:
>>>
>> http://www.linuxquestions.org/questions/linux-from-scratch-13/alsa-doesnt-restore-volume-at-boot-4175460174/
>>>
>>>
>>
>> alsa-utils ships udev file that restores volume at boot.
>>
> But it not run after reboot, and the status of 'alsamixer' not restored.
> Run 'alsactl restore' manually fix this.

alsa-utils installs

/usr/bin/install -c -m 644 90-alsa-restore.rules '/lib/udev/rules.d'

ACTION=="add", SUBSYSTEM=="sound", KERNEL=="controlC*", KERNELS=="card*", \
         RUN+="/usr/sbin/alsactl restore $attr{number}"

When running udev during boot, '/lib/udev/udevd --daemon' will fire that 
rule if it finds the sound subsystem.  Use 'udevadm info --export-db' to 
see what your system detects.

   -- Bruce


-- 
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