Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 317048 Details for
Bug 462677
save mixer settings using alsactl utility
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
alsactl patch for /etc/rc.d/init.d/halt
initscripts-alsactl.patch (text/plain), 722 bytes, created by
Jaroslav Kysela
on 2008-09-18 08:43:39 UTC
(
hide
)
Description:
alsactl patch for /etc/rc.d/init.d/halt
Filename:
MIME Type:
Creator:
Jaroslav Kysela
Created:
2008-09-18 08:43:39 UTC
Size:
722 bytes
patch
obsolete
>--- initscripts-8.82/rc.d/init.d/halt.orig 2008-09-18 09:42:06.000000000 +0200 >+++ initscripts-8.82/rc.d/init.d/halt 2008-09-18 09:56:07.000000000 +0200 >@@ -73,9 +73,10 @@ action $"Sending all processes the KILL > /sbin/halt -w > > # Save mixer settings, here for lack of a better place. >-grep -q "\(alsa\)" /proc/devices >-if [ $? = 0 -a -x /sbin/salsa ]; then >- action $"Saving mixer settings" /sbin/salsa -s >+if [ -s /etc/alsa/alsactl.conf -a -x /sbin/alsactl ]; then >+ action $"Saving mixer settings" /sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --ignore store >+elif [ -r /proc/asound/card[0123456789] -a -x /sbin/salsa ]; then >+ action $"Saving mixer settings" /sbin/salsa -s > fi > > # Save random seed
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 462677
: 317048