2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-02 15:25:38 +00:00

Warn the user that using the unhide_ICH_SMBus script breaks system

suspend/resume.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4294 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2007-01-14 12:17:46 +00:00
parent a4d79953bd
commit e37c58cccd
2 changed files with 3 additions and 1 deletions

View File

@@ -27,7 +27,8 @@ you may:
If you don't use suspend try below instead of recompilation. If you don't use suspend try below instead of recompilation.
* run as root the ./unhide_ICH_SMBus script. It will unhide the bus * run as root the ./unhide_ICH_SMBus script. It will unhide the bus
and load the i2c-i801 driver. and load the i2c-i801 driver. Beware that you should then no longer
use system suspend as bad things might happen on resume.
* if above script works and you have latest kernel, you may * if above script works and you have latest kernel, you may
try to fix the quirks.c, recompile and test your new kernel, try to fix the quirks.c, recompile and test your new kernel,

View File

@@ -68,3 +68,4 @@ fi
lspci -s $device.3 lspci -s $device.3
echo "Done!" echo "Done!"
echo "Remember: system suspend/resume is no longer safe to use."