udev-034-5 is out and is laking alsa support : https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=133535 So the sound setting is not restore at boot time. It very easy to fix. Add this file (attached to the bug report): /etc/dev.d/sound/alsa.dev : #!/bin/sh if [ "$ACTION" != "add" ] ; then exit fi card=`echo $DEVPATH | sed -n -e "s/^\/class\/sound\/controlC\([[:digit:]]\+\)\$/\1/p"` if [ $card ] && [ -x /usr/sbin/alsactl ] ; then /usr/sbin/alsactl restore $card > /dev/null 2>&1 fi I ask to move this bug to udev but it's not done. This bug, quite "popular", is in "Leave as NEW" state and not "Accept bug". The bug is not referenced in : http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=FC3BugWeekTracker http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=FC3BugWeekQA http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=YellowPad http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=FC3Target
Attachment:
signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e=2E?=