Show
Ignore:
Timestamp:
01/06/07 23:18:39 (2 years ago)
Author:
ruik
Message:

Add the unhide_ICH_SMBus script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/prog/hotplug/README.p4b

    r4282 r4283  
    22----------- 
    33 
    4 NOTE: 
    5 This module is for 2.4 kernels only. For 2.6 kernels, 
    6 activation is handled by the code in drivers/pci/quirks.c 
    7 in the kernel source. If you have the latest 2.6 kernel and 
    8 the quirks code does not activate your SMBus, try adding support 
    9 in quirks.c, recompile and test your new kernel, and then 
    10 submit a patch to us. Contact us if you need assistance. 
     4It unhides the SMBus of Intel ICH southbridges hidden 
     5on ASUS P4B series. It is implemented as a module (p4b_smbus.o), 
     6or a shell script for the 2.6 kernel (unhide_ICH_SMBus). 
    117 
    12 This is just a quick and dirty hack to get the hardware monitoring working 
    13 on the ASUS P4B board under Linux. 
    14 It works by turning on the SMBus PCI device. 
    15 It is implemented as a module, p4b_smbus.o. 
    168It works with the following chips: 
    179 * ICH2   (82801BA) 
     
    2618Really funny :-). 
    2719 
     20This module is for 2.4 kernels only. For 2.6 kernels, activation is 
     21handled by the code in drivers/pci/quirks.c in the kernel source. If you 
     22have the 2.6 kernel and the quirks code does not activate your SMBus, 
     23you may: 
     24 
     25 * check if you have kernel version from 2.6.17 to 2.6.19 
     26   If so you, need to disable ACPI sleep support and recompile kernel.  
     27   If you don't use suspend try below instead of recompilation. 
     28 
     29 * run as root the ./unhide_ICH_SMBus script. It will unhide the bus  
     30   and load the i2c-i801 driver. 
     31 
     32 * if above script works and you have latest kernel, you may  
     33   try to fix the quirks.c, recompile and test your new kernel, 
     34   and then submit a patch to us. Contact us if you need assistance. 
     35 
     36Information for 2.4 users continues below. 
     37 
    2838NOTE: As of kernel 2.4.23, the kernel activates the SMBus PCI device 
    2939on the following boards: 
     
    3545So this module is no longer required for these boards. For the other  
    3646affected boards, it still is. 
    37  
    3847 
    3948What does the module do?