Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #162692: patch that fixes snd-intel-hda shutdown hang for
bug #232875
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 232875
| Differences between
rmmod snd* modules in topological order
alsasound module unload on stop patch
and this patch
Collapse All
|
Expand All
(-)
/etc/init.d/alsasound (-1 / +1 lines)
Lines 100-106
Link Here
100
done
100
done
101
101
102
vebegin "Unloading: $1"
102
vebegin "Unloading: $1"
103
rmmod --force "$1"
103
rmmod --wait "$1"
104
veend $?
104
veend $?
105
}
105
}
106
106
Return to
bug 232875