Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 49910 Details for
Bug 80043
livecd-tools-1.0.13 - Init scripts
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Execute alsa after Sound Card message
autoconfig2.diff (text/plain), 614 bytes, created by
Jonas MG
on 2005-01-30 04:00:58 UTC
(
hide
)
Description:
Execute alsa after Sound Card message
Filename:
MIME Type:
Creator:
Jonas MG
Created:
2005-01-30 04:00:58 UTC
Size:
614 bytes
patch
obsolete
>--- autoconfig_src 2005-01-30 11:30:11.000000000 +0000 >+++ autoconfig 2005-01-30 11:54:54.000000000 +0000 >@@ -153,6 +153,9 @@ > ebegin " ${WARN}${SOUND_FULLNAME}" > [ -n "${SOUND_DRIVER}" ] > ebegin ${WARN}" driver = ${SOUND_DRIVER}"${HILITE} >+ if [ "${HOTPLUG}" = "yes" ]; then >+ [ -x /etc/init.d/alsasound ] && /etc/init.d/alsasound start >+ > if [ -d /proc/asound/card0 ] && [ -x /usr/bin/amixer ]; then > amixer scontrols > /etc/amixer > if [ -n "`grep Master /etc/amixer`" ] >@@ -182,6 +185,7 @@ > amixer -q set Capture unmute >/dev/null 2>&1 > fi > fi >+ fi > fi > >
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 80043
:
49907
| 49910