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 157553 Details for
Bug 238938
iwl3945 (was iwlwifi) blocks suspend/hibernate on T60p
[?]
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.
iwl3945 temporary blacklist
10blacklist-iwl3945 (text/plain), 651 bytes, created by
Fabrice Bellet
on 2007-06-21 16:27:26 UTC
(
hide
)
Description:
iwl3945 temporary blacklist
Filename:
MIME Type:
Creator:
Fabrice Bellet
Created:
2007-06-21 16:27:26 UTC
Size:
651 bytes
patch
obsolete
>#!/bin/bash > >. /usr/lib/pm-utils/functions > >suspend_iwl3945() { > # prevent iwl3945 from being reloaded automatically by > # NetworkManager > # This hack works because hooks from /etc/pm/sleep.d are > # launched before those from /usr/lib/pm/sleep.d, and > # specifically before 50modules unloads modules. > echo "install iwl3945 /bin/true" > /etc/modprobe.d/iwl3945 >} > >resume_iwl3945() { > # allow iwl3945 to be reloaded again > test -s /etc/modprobe.d/iwl3945 && rm -f /etc/modprobe.d/iwl3945 > modprobe iwl3945 >} > >case "$1" in > hibernate|suspend) > suspend_iwl3945 > ;; > thaw|resume) > resume_iwl3945 > ;; > *) > ;; >esac > >exit $?
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 Raw
Actions:
View
Attachments on
bug 238938
: 157553