diff --git a/prog/hotplug/README.p4b b/prog/hotplug/README.p4b index d6c5ca80..e3cf3c23 100644 --- a/prog/hotplug/README.p4b +++ b/prog/hotplug/README.p4b @@ -27,7 +27,8 @@ you may: If you don't use suspend try below instead of recompilation. * 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 try to fix the quirks.c, recompile and test your new kernel, diff --git a/prog/hotplug/unhide_ICH_SMBus b/prog/hotplug/unhide_ICH_SMBus index 395c4502..cadd4ead 100755 --- a/prog/hotplug/unhide_ICH_SMBus +++ b/prog/hotplug/unhide_ICH_SMBus @@ -68,3 +68,4 @@ fi lspci -s $device.3 echo "Done!" +echo "Remember: system suspend/resume is no longer safe to use."