Changeset 5985 for lm-sensors/trunk/prog
- Timestamp:
- 07/21/11 21:38:10 (10 months ago)
- Location:
- lm-sensors/trunk/prog/hotplug
- Files:
-
- 2 modified
-
README.p4b (modified) (2 diffs)
-
unhide_ICH_SMBus (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/hotplug/README.p4b
r4402 r5985 4 4 It unhides the SMBus of Intel ICH southbridges hidden on Asus P4B series 5 5 and some other Asus and non-Asus systems. It is implemented as a shell 6 script for the 2.6 kernel: unhide_ICH_SMBus.6 script for kernel 2.6.5 and later: unhide_ICH_SMBus. 7 7 8 8 It works with the following chips: … … 20 20 Really funny :-). 21 21 22 For 2.6 kernels, activation is normally handled by the code in 23 drivers/pci/quirks.c in the kernel source. If you have the 2.6 kernel and 24 the quirks code does not activate your SMBus, you may: 22 Activation is normally handled by the code in drivers/pci/quirks.c in the 23 kernel source. If the quirks code does not activate your SMBus, you may: 25 24 26 25 * first of all, read the paragraph "Hidden ICH SMBus" in -
lm-sensors/trunk/prog/hotplug/unhide_ICH_SMBus
r5082 r5985 44 44 45 45 if [ ! -d "$pcibus" ] ; then 46 echo "You need the fake PCI hotplug driver! (fakephp.ko and 2.6 kernel)"46 echo "You need the fake PCI hotplug driver! (fakephp.ko, kernel 2.6.5 or later)" 47 47 exit 255; 48 48 fi
