Changeset 4064

Show
Ignore:
Timestamp:
07/02/06 22:15:09 (2 years ago)
Author:
ruik
Message:

Transion to new website, part2 - move more links, fix the CVS->SVN

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/README

    r4063 r4064  
    4747 
    4848 
    49 WARNING! If you downloaded this package through our CVS archive, you walk 
     49WARNING! If you downloaded this package through our SVN archive, you walk 
    5050the cutting edge. Things may not even compile! On the other hand, you will 
    5151be the first to profit from new drivers and other changes. Have fun! 
  • lm-sensors/trunk/README.directories

    r548 r4064  
    11The directories within this package: 
    22 
    3 * CVS 
    4   The CVS directories. Do not touch these! 
    53* doc 
    64  Documentation about the modules within this package, and all other things. 
  • lm-sensors/trunk/doc/FAQ

    r4063 r4064  
    1211216 How to Contribute 
    122122  6.1 How to write a driver 
    123   6.2 How to get CVS access 
     123  6.2 How to get SVN access 
    124124  6.3 How to donate hardware to the project 
    125125  6.4 How to join the project mailing lists 
     
    193193   * `http://www.national.com' 
    194194 
    195    Please see the file 
    196 `http://www2.lm-sensors.nu/~lm78/useful_addresses.html' for links to 
    197 other companies' websites. 
     195   Please see the file `http://www.lm-sensors.org/wiki/UsefulLinks' for 
     196links to other companies' websites. 
    198197 
    1991982 Sensor and Bus Basics 
     
    359358  4. Check the Motherboard Monitor (http://mbm.livewiredev.com/) 
    360359     website and the "links" 
    361      (http://www2.lm-sensors.nu/~lm78/cvs/lm_sensors2/doc/useful_addresses.html) 
    362      page on our website (http://www2.lm-sensors.nu/~lm78/) some good 
    363      cross-references. 
     360     (http://www.lm-sensors.org/wiki/UsefulLinks) page on our website 
     361     (http://www.lm-sensors.org) some good cross-references. 
    364362 
    3653633.2.2 Do you support motherboard XYZ? 
     
    376374 
    377375   * Sorted by Manufacturer: 
    378      `http://www2.lm-sensors.nu/~lm78/supported.html
     376     `http://www.lm-sensors.org/wiki/SupportedDevices
    379377 
    380378   * Sorted by Sensor Driver:  `doc/chips/SUMMARY' 
    381379 
    382380   * Newest Driver Status: 
    383      `http://www2.lm-sensors.nu/~lm78/newdrivers.html
     381     `http://www.lm-sensors.org/wiki/NewDrivers
    384382 
    3853833.2.4 Anybody working on a driver for chip XYZ? 
    386384----------------------------------------------- 
    387385 
    388 Newest Driver Status: `http://www2.lm-sensors.nu/~lm78/newdrivers.html
     386Newest Driver Status: `http://www.lm-sensors.org/wiki/NewDrivers
    389387 
    3903883.3 Which modules should I insert? 
     
    739737which does the job, though you might want to examine one of the 
    740738graphical monitor programs under X, see 
    741 `http://www2.lm-sensors.nu/~lm78/useful_addresses.html' for addresses. 
     739`http://www.lm-sensors.org/wiki/UsefulLinks' for addresses. 
    742740 
    7437414.11 SMBus transactions on my PIIX4 simply don't work (timeouts happen).  Why? 
     
    11011099 
    11021100   When you know what chips you have, check the Newest Driver Status 
    1103 (http://www2.lm-sensors.nu/~lm78/newdrivers.html) web page to see if 
    1104 support has been added for your chip in a later release or in CVS. 
     1101(http://www.lm-sensors.org/wiki/NewDrivers) web page to see if support 
     1102has been added for your chip in a later release or in CVS. 
    11051103 
    110611044.25 Sensors says `Error: Line xxx: zzzzzzz' 
     
    12731271 
    12741272   Instead of using email, you can also use the web-based support area, 
    1275 at `http://www.lm-sensors.org/wiki/FeedbackAndSupport'. You will be helped 
    1276 just as fast, and others may profit from the answer too. You will be 
    1277 emailed automatically when your question has been answered. 
     1273at `http://www.lm-sensors.org/wiki/FeedbackAndSupport'. You will be 
     1274helped just as fast, and others may profit from the answer too. You 
     1275will be emailed automatically when your question has been answered. 
    12781276 
    12791277   Here's what you should send us: 
     
    14491447See `doc/developers/new_drivers' in our package for instructions. 
    14501448 
    1451 6.2 How to get CVS access 
     14496.2 How to get SVN access 
    14521450========================= 
    14531451 
    1454 For anonymous CVS read access, see the instructions on our download 
    1455 page (http://www2.lm-sensors.nu/~lm78/download.html#cvs). 
    1456 Alternatively, nightly snapshots 
    1457 (http://www2.lm-sensors.nu/~lm78/download.html#snapshots) of the CVS 
    1458 repositories are available. 
    1459  
    1460    For write access, run the script `doc/developers/genpasswd.pl' in 
    1461 our package and follow the instructions. Let us know what part of the 
    1462 package you would like to work on. 
     1452For anonymous SVN read access, see the instructions on our download 
     1453page (http://www.lm-sensors.org/wiki/Download). 
     1454 
     1455   For write access, please contact us. 
    14631456 
    146414576.3 How to donate hardware to the project 
    14651458========================================= 
    14661459 
    1467 Contact us (http://www2.lm-sensors.nu/~lm78/author.html#contact). 
     1460Contact us (http://www.lm-sensors.org/wiki/FeedbackAndSupport). 
    14681461 
    146914626.4 How to join the project mailing lists 
  • lm-sensors/trunk/doc/busses/i2c-piix4

    r4053 r4064  
    9898the SMBus on all IBM systems (detected using DMI data.) 
    9999 
    100 For additional information, read: 
    101 http://www2.lm-sensors.nu/~lm78/cvs/lm_sensors2/README.thinkpad 
     100For additional information, read README.thinkpad. 
  • lm-sensors/trunk/doc/developers/makefiles

    r108 r4064  
    3333    a user-supplied version number. 
    3434  * package 
    35     Create a .tar.gz file containing everything except the CVS directories. 
     35    Create a .tar.gz file containing everything except the SVN directories. 
    3636  * src/lm78.o, i2c/i2c-core.o, ... 
    3737    You can of course also specify one or more targets to make. 
  • lm-sensors/trunk/doc/developers/new_drivers

    r4063 r4064  
    2626* Consider subscribing to the mailing list. 
    2727 
    28 * Check out our latest code from CVS
     28* Check out our latest code from SVN
    2929  You should use this as a base for your development. 
    3030  See instructions on our download page. 
     
    125125  new driver so we know you are giving it to us under the GPL. 
    126126 
    127 * Get CVS write access if you want to check in your driver yourself. 
    128   Do this by running the script doc/developers/genpasswd.pl and following 
    129   the instructions it gives you. 
    130  
    131 * Submit the changes to us, or check them in. 
    132   Do a 'cvs update' to get in sync (things will have changed since 
    133   you started), then submit the changes to us as a patch against CVS, 
    134   or check them in. 
     127* Submit the changes to us. 
     128  Do a 'svn update' to get in sync (things will have changed since 
     129  you started), then submit the changes to us as a patch against SVN. 
    135130 
    136131* If you want to have your driver integrated to Linux 2.6, you have to 
  • lm-sensors/trunk/doc/fancontrol.txt

    r2361 r4064  
    88configuration from a file, then calculates fan speeds from temperatures and 
    99sets the corresponding pwm outputs to the computed values.  It is included in 
    10 lm_sensors since 2.8.0, the latest version is always available through CVS or 
     10lm_sensors since 2.8.0, the latest version is always available through SVN or 
    1111at http://www.hdev.de/fancontrol/ For easy configuration, there's a script 
    1212named pwmconfig which lets you interactively write your configuration file for 
  • lm-sensors/trunk/doc/lm_sensors-FAQ.html

    r4063 r4064  
    44<meta http-equiv="Content-Type" content="text/html"> 
    55<meta name="description" content="Sensors FAQ for lm_sensors version 2.18"> 
    6 <meta name="generator" content="makeinfo 4.7"> 
     6<meta name="generator" content="makeinfo 4.8"> 
    77<link title="Top" rel="top" href="#Top"> 
    88<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> 
     
    1515  pre.smallexample { font-size:smaller } 
    1616  pre.smalllisp    { font-size:smaller } 
    17   span.sc { font-variant:small-caps } 
    18   span.roman { font-family: serif; font-weight: normal; }  
     17  span.sc    { font-variant:small-caps } 
     18  span.roman { font-family:serif; font-weight:normal; }  
     19  span.sansserif { font-family:sans-serif; font-weight:normal; }  
    1920--></style> 
    2021</head> 
     
    7273</li></ul> 
    7374<li><a href="#Section-3_002e3">3.3 Which modules should I insert?</a> 
    74 <li><a href="#Section-3_002e4">3.4 Do I need the configuration file <span class="file">/etc/sensors.conf</span>?</a> 
     75<li><a href="#Section-3_002e4">3.4 Do I need the configuration file <samp><span class="file">/etc/sensors.conf</span></samp>?</a> 
    7576<ul> 
    76 <li><a href="#Section-3_002e4">3.4.1 The labels for the voltage and temperature readings in <span class="command">sensors</span> are incorrect!</a> 
    77 <li><a href="#Section-3_002e4">3.4.2 The min and max for the readings in <span class="command">sensors</span> are incorrect!</a> 
    78 <li><a href="#Section-3_002e4">3.4.3 The min and max settings in <span class="file">/etc/sensors.conf</span> didn't take effect!</a> 
     77<li><a href="#Section-3_002e4">3.4.1 The labels for the voltage and temperature readings in <samp><span class="command">sensors</span></samp> are incorrect!</a> 
     78<li><a href="#Section-3_002e4">3.4.2 The min and max for the readings in <samp><span class="command">sensors</span></samp> are incorrect!</a> 
     79<li><a href="#Section-3_002e4">3.4.3 The min and max settings in <samp><span class="file">/etc/sensors.conf</span></samp> didn't take effect!</a> 
    7980<li><a href="#Section-3_002e4">3.4.4 One sensor isn't hooked up on my board!</a> 
    80 <li><a href="#Section-3_002e4">3.4.5 I need help with <span class="file">sensors.conf</span>!</a> 
    81 <li><a href="#Section-3_002e4">3.4.6 Do you have a database of <span class="file">sensors.conf</span> entries for specific boards?</a> 
     81<li><a href="#Section-3_002e4">3.4.5 I need help with <samp><span class="file">sensors.conf</span></samp>!</a> 
     82<li><a href="#Section-3_002e4">3.4.6 Do you have a database of <samp><span class="file">sensors.conf</span></samp> entries for specific boards?</a> 
    8283</li></ul> 
    83 <li><a href="#Section-3_002e5">3.5 What about the <span class="samp">No such file or directory</span> warnings when I compile?</a> 
     84<li><a href="#Section-3_002e5">3.5 What about the `<samp><span class="samp">No such file or directory</span></samp>' warnings when I compile?</a> 
    8485<li><a href="#Section-3_002e6">3.6 I get all kinds of weird compilation errors?</a> 
    8586<ul> 
    86 <li><a href="#Section-3_002e6">3.6.1 <span class="samp">No rule to make target xxxx needed by xxxx</span> - how to fix?</a> 
     87<li><a href="#Section-3_002e6">3.6.1 `<samp><span class="samp">No rule to make target xxxx needed by xxxx</span></samp>' - how to fix?</a> 
    8788</li></ul> 
    8889<li><a href="#Section-3_002e7">3.7 It still does not compile or patch!</a> 
    89 <li><a href="#Section-3_002e8">3.8 <span class="command">make install</span> fails on Mandrake kernels</a> 
    90 <li><a href="#Section-3_002e9">3.9 I get unresolved symbols when I <span class="command">modprobe</span> modules (Red Hat especially)</a> 
     90<li><a href="#Section-3_002e8">3.8 <samp><span class="command">make install</span></samp> fails on Mandrake kernels</a> 
     91<li><a href="#Section-3_002e9">3.9 I get unresolved symbols when I <samp><span class="command">modprobe</span></samp> modules (Red Hat especially)</a> 
    9192<li><a href="#Section-3_002e10">3.10 I2C_DRIVERID_ADM1024 undefined (Red Hat especially)</a> 
    9293</li></ul> 
     
    112113<li><a href="#Section-4_002e11">4.11 SMBus transactions on my PIIX4 simply don't work (timeouts happen).  Why?</a> 
    113114<li><a href="#Section-4_002e12">4.12 My BIOS reports a much higher CPU temperature than your modules!</a> 
    114 <li><a href="#Section-4_002e13">4.13 I try to read the raw <span class="file">/proc</span> files, but the values are strange?!?</a> 
     115<li><a href="#Section-4_002e13">4.13 I try to read the raw <samp><span class="file">/proc</span></samp> files, but the values are strange?!?</a> 
    115116<li><a href="#Section-4_002e14">4.14 How do I set new limits?</a> 
    116117<ul> 
     
    132133</li></ul> 
    133134<li><a href="#Section-4_002e18">4.18 How do I configure two chips (LM87) differently?</a> 
    134 <li><a href="#Section-4_002e19">4.19 Dmesg says <span class="samp">Upgrade BIOS</span>! I don't want to!</a> 
     135<li><a href="#Section-4_002e19">4.19 Dmesg says `<samp><span class="samp">Upgrade BIOS</span></samp>'! I don't want to!</a> 
    135136<ul> 
    136 <li><a href="#Section-4_002e19">4.19.1 Dmesg says <span class="samp">use force_addr=0xaddr</span>! What address do I use?</a> 
     137<li><a href="#Section-4_002e19">4.19.1 Dmesg says `<samp><span class="samp">use force_addr=0xaddr</span></samp>'! What address do I use?</a> 
    137138</li></ul> 
    138 <li><a href="#Section-4_002e20">4.20 Sensors says <span class="samp">Can't access procfs/sysfs file</span></a> 
    139 <li><a href="#Section-4_002e21">4.21 Sensors says <span class="samp">No sensors found!</span></a> 
     139<li><a href="#Section-4_002e20">4.20 Sensors says `<samp><span class="samp">Can't access procfs/sysfs file</span></samp>'</a> 
     140<li><a href="#Section-4_002e21">4.21 Sensors says `<samp><span class="samp">No sensors found!</span></samp>'</a> 
    140141<li><a href="#Section-4_002e22">4.22 Sensors output is not correct!</a> 
    141142<li><a href="#Section-4_002e23">4.23 What is at I2C address XXX?</a> 
     
    151152<li><a href="#Section-4_002e24">4.24.3 Sensors-detect doesn't find any sensors!</a> 
    152153</li></ul> 
    153 <li><a href="#Section-4_002e25">4.25 Sensors says <span class="samp">Error: Line xxx: zzzzzzz</span></a> 
     154<li><a href="#Section-4_002e25">4.25 Sensors says `<samp><span class="samp">Error: Line xxx: zzzzzzz</span></samp>'</a> 
    154155<li><a href="#Section-4_002e26">4.26 Sensors only gives the name, adapter, and algorithm for my chip</a> 
    155 <li><a href="#Section-4_002e27">4.27 Sensors says <span class="samp">ERROR: Can't get xxxxx data!</span></a> 
     156<li><a href="#Section-4_002e27">4.27 Sensors says `<samp><span class="samp">ERROR: Can't get xxxxx data!</span></samp>'</a> 
    156157<li><a href="#Section-4_002e28">4.28 Sensors doesn't find any sensors, just eeproms.</a> 
    157158<li><a href="#Section-4_002e29">4.29 Inserting modules hangs my board</a> 
     
    186187<ul> 
    187188<li><a href="#Section-6_002e1">6.1 How to write a driver</a> 
    188 <li><a href="#Section-6_002e2">6.2 How to get CVS access</a> 
     189<li><a href="#Section-6_002e2">6.2 How to get SVN access</a> 
    189190<li><a href="#Section-6_002e3">6.3 How to donate hardware to the project</a> 
    190191<li><a href="#Section-6_002e4">6.4 How to join the project mailing lists</a> 
     
    200201<div class="node"> 
    201202<p><hr> 
    202 <a name="Top"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Overview">Overview</a>, 
     203<a name="Top"></a> 
     204Next:&nbsp;<a rel="next" accesskey="n" href="#Overview">Overview</a>, 
    203205Up:&nbsp;<a rel="up" accesskey="u" href="#dir">(dir)</a> 
    204 <br> 
     206 
    205207</div> 
    206208 
     
    223225<div class="node"> 
    224226<p><hr> 
    225 <a name="Overview"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Basics">Basics</a>, 
     227<a name="Overview"></a> 
     228Next:&nbsp;<a rel="next" accesskey="n" href="#Basics">Basics</a>, 
    226229Previous:&nbsp;<a rel="previous" accesskey="p" href="#Top">Top</a>, 
    227230Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a> 
    228 <br> 
     231 
    229232</div> 
    230233 
     
    239242<div class="node"> 
    240243<p><hr> 
    241 <a name="Section-1_002e1"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-1_002e2">Section 1.2</a>, 
     244<a name="Section-1.1"></a> 
     245<a name="Section-1_002e1"></a> 
     246Next:&nbsp;<a rel="next" accesskey="n" href="#Section-1_002e2">Section 1.2</a>, 
    242247Up:&nbsp;<a rel="up" accesskey="u" href="#Overview">Overview</a> 
    243 <br> 
     248 
    244249</div> 
    245250 
     
    259264<div class="node"> 
    260265<p><hr> 
    261 <a name="Section-1_002e2"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-1_002e3">Section 1.3</a>, 
     266<a name="Section-1.2"></a> 
     267<a name="Section-1_002e2"></a> 
     268Next:&nbsp;<a rel="next" accesskey="n" href="#Section-1_002e3">Section 1.3</a>, 
    262269Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-1_002e1">Section 1.1</a>, 
    263270Up:&nbsp;<a rel="up" accesskey="u" href="#Overview">Overview</a> 
    264 <br> 
     271 
    265272</div> 
    266273 
     
    284291 
    285292   <p>Most other sensor chips have comparable functionality. Each supported 
    286 chip is documented in the <span class="file">doc/chips</span> directory. 
    287  
    288 <div class="node"> 
    289 <p><hr> 
    290 <a name="Section-1_002e3"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-1_002e2">Section 1.2</a>, 
     293chip is documented in the <samp><span class="file">doc/chips</span></samp> directory. 
     294 
     295<div class="node"> 
     296<p><hr> 
     297<a name="Section-1.3"></a> 
     298<a name="Section-1_002e3"></a> 
     299Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-1_002e2">Section 1.2</a>, 
    291300Up:&nbsp;<a rel="up" accesskey="u" href="#Overview">Overview</a> 
    292 <br> 
     301 
    293302</div> 
    294303 
     
    307316</ul> 
    308317 
    309    <p>Please see the file <a href="http://www2.lm-sensors.nu/~lm78/useful_addresses.html">http://www2.lm-sensors.nu/~lm78/useful_addresses.html</a> 
     318   <p>Please see the file <a href="http://www.lm-sensors.org/wiki/UsefulLinks">http://www.lm-sensors.org/wiki/UsefulLinks</a> 
    310319for links to other companies' websites. 
    311320 
    312321<div class="node"> 
    313322<p><hr> 
    314 <a name="Basics"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Installation">Installation</a>, 
     323<a name="Basics"></a> 
     324Next:&nbsp;<a rel="next" accesskey="n" href="#Installation">Installation</a>, 
    315325Previous:&nbsp;<a rel="previous" accesskey="p" href="#Overview">Overview</a>, 
    316326Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a> 
    317 <br> 
     327 
    318328</div> 
    319329 
     
    331341<div class="node"> 
    332342<p><hr> 
    333 <a name="Section-2_002e1"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-2_002e2">Section 2.2</a>, 
     343<a name="Section-2.1"></a> 
     344<a name="Section-2_002e1"></a> 
     345Next:&nbsp;<a rel="next" accesskey="n" href="#Section-2_002e2">Section 2.2</a>, 
    334346Up:&nbsp;<a rel="up" accesskey="u" href="#Basics">Basics</a> 
    335 <br> 
     347 
    336348</div> 
    337349 
     
    339351 
    340352<p>Sensor chips reside on either the ISA bus, the SMBus, or both.  
    341 See the file <span class="file">doc/chips/SUMMARY</span> in our package for a list. 
     353See the file <samp><span class="file">doc/chips/SUMMARY</span></samp> in our package for a list. 
    342354 
    343355   <p>To communicate with chips on the ISA bus, the software uses 
     
    349361<div class="node"> 
    350362<p><hr> 
    351 <a name="Section-2_002e2"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-2_002e3">Section 2.3</a>, 
     363<a name="Section-2.2"></a> 
     364<a name="Section-2_002e2"></a> 
     365Next:&nbsp;<a rel="next" accesskey="n" href="#Section-2_002e3">Section 2.3</a>, 
    352366Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-2_002e1">Section 2.1</a>, 
    353367Up:&nbsp;<a rel="up" accesskey="u" href="#Basics">Basics</a> 
    354 <br> 
     368 
    355369</div> 
    356370 
     
    377391<div class="node"> 
    378392<p><hr> 
    379 <a name="Section-2_002e3"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-2_002e4">Section 2.4</a>, 
     393<a name="Section-2.3"></a> 
     394<a name="Section-2_002e3"></a> 
     395Next:&nbsp;<a rel="next" accesskey="n" href="#Section-2_002e4">Section 2.4</a>, 
    380396Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-2_002e2">Section 2.2</a>, 
    381397Up:&nbsp;<a rel="up" accesskey="u" href="#Basics">Basics</a> 
    382 <br> 
     398 
    383399</div> 
    384400 
     
    390406where many "legacy" functions, such as keyboard and interrupt controllers, 
    391407are found. It isn't necessarily a separate physical bus.  
    392 See the file <span class="file">/proc/ioports</span> for a list of devices living on 
     408See the file <samp><span class="file">/proc/ioports</span></samp> for a list of devices living on 
    393409the "ISA Bus" in your system. If you don't like the term "ISA Bus" 
    394410think "I/O Space". 
     
    396412<div class="node"> 
    397413<p><hr> 
    398 <a name="Section-2_002e4"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-2_002e5">Section 2.5</a>, 
     414<a name="Section-2.4"></a> 
     415<a name="Section-2_002e4"></a> 
     416Next:&nbsp;<a rel="next" accesskey="n" href="#Section-2_002e5">Section 2.5</a>, 
    399417Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-2_002e3">Section 2.3</a>, 
    400418Up:&nbsp;<a rel="up" accesskey="u" href="#Basics">Basics</a> 
    401 <br> 
     419 
    402420</div> 
    403421 
     
    411429have circuitry for measuring the the electrical properties of 
    412430an external diode and converting this data to a temperature.  
    413 Any sensor chip listed in <span class="file">doc/chips/SUMMARY</span> in our package which 
     431Any sensor chip listed in <samp><span class="file">doc/chips/SUMMARY</span></samp> in our package which 
    414432has support for more than one temperature supports external temperature sensing. 
    415433 
     
    438456<div class="node"> 
    439457<p><hr> 
    440 <a name="Section-2_002e5"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-2_002e6">Section 2.6</a>, 
     458<a name="Section-2.5"></a> 
     459<a name="Section-2_002e5"></a> 
     460Next:&nbsp;<a rel="next" accesskey="n" href="#Section-2_002e6">Section 2.6</a>, 
    441461Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-2_002e4">Section 2.4</a>, 
    442462Up:&nbsp;<a rel="up" accesskey="u" href="#Basics">Basics</a> 
    443 <br> 
     463 
    444464</div> 
    445465 
     
    456476<div class="node"> 
    457477<p><hr> 
    458 <a name="Section-2_002e6"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-2_002e5">Section 2.5</a>, 
     478<a name="Section-2.6"></a> 
     479<a name="Section-2_002e6"></a> 
     480Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-2_002e5">Section 2.5</a>, 
    459481Up:&nbsp;<a rel="up" accesskey="u" href="#Basics">Basics</a> 
    460 <br> 
     482 
    461483</div> 
    462484 
     
    468490the actual chip if both are supported; the LM80, for example, has only 
    469491IRQ interrupts): IRQ interrupts and SMI interrupts.  IRQ stands for 
    470 Interrupt Request and are the interrupt lines you can find in <span class="file">/proc/interrupts</span>.  
     492Interrupt Request and are the interrupt lines you can find in <samp><span class="file">/proc/interrupts</span></samp>.  
    471493SMI stands for System Management Interrupt, and is a special interrupt which 
    472494puts the processor in a secure environment independent of any other things 
     
    482504<div class="node"> 
    483505<p><hr> 
    484 <a name="Installation"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Problems">Problems</a>, 
     506<a name="Installation"></a> 
     507Next:&nbsp;<a rel="next" accesskey="n" href="#Problems">Problems</a>, 
    485508Previous:&nbsp;<a rel="previous" accesskey="p" href="#Basics">Basics</a>, 
    486509Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a> 
    487 <br> 
     510 
    488511</div> 
    489512 
     
    494517<li><a accesskey="2" href="#Section-3_002e2">Section 3.2</a>:      How do I know which chips I own?  
    495518<li><a accesskey="3" href="#Section-3_002e3">Section 3.3</a>:      Which modules should I insert?  
    496 <li><a accesskey="4" href="#Section-3_002e4">Section 3.4</a>:      Do I need the configuration file <span class="file">/etc/sensors.conf</span>?  
    497 <li><a accesskey="5" href="#Section-3_002e5">Section 3.5</a>:      What about the <span class="samp">No such file or directory</span> warnings 
     519<li><a accesskey="4" href="#Section-3_002e4">Section 3.4</a>:      Do I need the configuration file <samp><span class="file">/etc/sensors.conf</span></samp>?  
     520<li><a accesskey="5" href="#Section-3_002e5">Section 3.5</a>:      What about the `<samp><span class="samp">No such file or directory</span></samp>' warnings 
    498521<li><a accesskey="6" href="#Section-3_002e6">Section 3.6</a>:      I get all kinds of weird compilation errors?  
    499522<li><a accesskey="7" href="#Section-3_002e7">Section 3.7</a>:      It still does not compile or patch!  
    500 <li><a accesskey="8" href="#Section-3_002e8">Section 3.8</a>:      <span class="command">make install</span> fails on Mandrake kernels 
    501 <li><a accesskey="9" href="#Section-3_002e9">Section 3.9</a>:      I get unresolved symbols when I <span class="command">modprobe</span> modules 
     523<li><a accesskey="8" href="#Section-3_002e8">Section 3.8</a>:      <samp><span class="command">make install</span></samp> fails on Mandrake kernels 
     524<li><a accesskey="9" href="#Section-3_002e9">Section 3.9</a>:      I get unresolved symbols when I <samp><span class="command">modprobe</span></samp> modules 
    502525<li><a href="#Section-3_002e10">Section 3.10</a>:     I2C_DRIVERID_ADM1024 undefined (Red Hat especially) 
    503526</ul> 
     
    505528<div class="node"> 
    506529<p><hr> 
    507 <a name="Section-3_002e1"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e2">Section 3.2</a>, 
     530<a name="Section-3.1"></a> 
     531<a name="Section-3_002e1"></a> 
     532Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e2">Section 3.2</a>, 
    508533Up:&nbsp;<a rel="up" accesskey="u" href="#Installation">Installation</a> 
    509 <br> 
     534 
    510535</div> 
    511536 
     
    518543   <p>Here are two simple guidelines: 
    519544     <ul> 
    520   <li>Run <span class="command">sensors-detect</span> and do what it tells you.  
    521   <li>Always use <span class="command">modprobe</span>, not <span class="command">insmod</span>.  
    522 </ul> 
    523  
    524    <p>Further information is in <span class="file">doc/modules</span>. 
     545  <li>Run <samp><span class="command">sensors-detect</span></samp> and do what it tells you.  
     546  <li>Always use <samp><span class="command">modprobe</span></samp>, not <samp><span class="command">insmod</span></samp>.  
     547</ul> 
     548 
     549   <p>Further information is in <samp><span class="file">doc/modules</span></samp>. 
    525550 
    526551   <p><a name="How-do-I-know-which-chips-I-own"></a> 
    527552<div class="node"> 
    528553<p><hr> 
    529 <a name="Section-3_002e2"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e3">Section 3.3</a>, 
     554<a name="Section-3.2"></a> 
     555<a name="Section-3_002e2"></a> 
     556Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e3">Section 3.3</a>, 
    530557Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-3_002e1">Section 3.1</a>, 
    531558Up:&nbsp;<a rel="up" accesskey="u" href="#Installation">Installation</a> 
    532 <br> 
     559 
    533560</div> 
    534561 
     
    536563 
    537564<p>We have an excellent program that scans all your hardware.  
    538 It is called <span class="file">sensors-detect</span> and is installed in <span class="file">/usr/local/sbin</span
    539 by <span class="command">make install</span>. Just execute this script, and it will tell you. 
     565It is called <samp><span class="file">sensors-detect</span></samp> and is installed in <samp><span class="file">/usr/local/sbin</span></samp
     566by <samp><span class="command">make install</span></samp>. Just execute this script, and it will tell you. 
    540567 
    541568   <p>Chip detection in the drivers is fairly good. That means that it is 
     
    563590<li>Check the manufacturer's website or ask their support 
    564591<li>Check the <a href="http://mbm.livewiredev.com/">Motherboard Monitor</a> website and the 
    565 <a href="http://www2.lm-sensors.nu/~lm78/cvs/lm_sensors2/doc/useful_addresses.html">"links"</a> 
    566 page on <a href="http://www2.lm-sensors.nu/~lm78/">our website</a> some good cross-references. 
     592<a href="http://www.lm-sensors.org/wiki/UsefulLinks">"links"</a> 
     593page on <a href="http://www.lm-sensors.org">our website</a> some good cross-references. 
    567594        </ol> 
    568595 
     
    579606<p>This we have good answers for. 
    580607     <ul> 
    581 <li>Sorted by Manufacturer:   <span class="file">README</span
    582 <li>Sorted by Manufacturer:   <a href="http://www2.lm-sensors.nu/~lm78/supported.html">http://www2.lm-sensors.nu/~lm78/supported.html</a> 
    583 <li>Sorted by Sensor Driver:  <span class="file">doc/chips/SUMMARY</span
    584 <li>Newest Driver Status:     <a href="http://www2.lm-sensors.nu/~lm78/newdrivers.html">http://www2.lm-sensors.nu/~lm78/newdrivers.html</a> 
     608<li>Sorted by Manufacturer:   <samp><span class="file">README</span></samp
     609<li>Sorted by Manufacturer:   <a href="http://www.lm-sensors.org/wiki/SupportedDevices">http://www.lm-sensors.org/wiki/SupportedDevices</a> 
     610<li>Sorted by Sensor Driver:  <samp><span class="file">doc/chips/SUMMARY</span></samp
     611<li>Newest Driver Status:     <a href="http://www.lm-sensors.org/wiki/NewDrivers">http://www.lm-sensors.org/wiki/NewDrivers</a> 
    585612</ul> 
    586613 
     
    589616<h4 class="subsection">3.2.4 Anybody working on a driver for chip XYZ?</h4> 
    590617 
    591 <p>Newest Driver Status: <a href="http://www2.lm-sensors.nu/~lm78/newdrivers.html">http://www2.lm-sensors.nu/~lm78/newdrivers.html</a> 
    592  
    593 <div class="node"> 
    594 <p><hr> 
    595 <a name="Section-3_002e3"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e4">Section 3.4</a>, 
     618<p>Newest Driver Status: <a href="http://www.lm-sensors.org/wiki/NewDrivers">http://www.lm-sensors.org/wiki/NewDrivers</a> 
     619 
     620<div class="node"> 
     621<p><hr> 
     622<a name="Section-3.3"></a> 
     623<a name="Section-3_002e3"></a> 
     624Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e4">Section 3.4</a>, 
    596625Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-3_002e2">Section 3.2</a>, 
    597626Up:&nbsp;<a rel="up" accesskey="u" href="#Installation">Installation</a> 
    598 <br> 
     627 
    599628</div> 
    600629 
    601630<h3 class="section">3.3 Which modules should I insert?</h3> 
    602631 
    603 <p><span class="command">sensors-detect</span> will tell you. Take the <span class="command">modprobe</span> lines it 
    604 recommends and paste them into the appropriate <span class="file">/etc/rc.d/xxxx</span> file 
     632<p><samp><span class="command">sensors-detect</span></samp> will tell you. Take the <samp><span class="command">modprobe</span></samp> lines it 
     633recommends and paste them into the appropriate <samp><span class="file">/etc/rc.d/xxxx</span></samp> file 
    605634to be executed at startup. 
    606635 
    607636   <p>You need one module for each sensor chip and bus adapter you own; 
    608 if there are sensor chips on the ISA bus, you also need <span class="file">i2c-isa.o</span>.  
     637if there are sensor chips on the ISA bus, you also need <samp><span class="file">i2c-isa.o</span></samp>.  
    609638for each type of chip you own. That's all. On my computer, I could use the 
    610639following lines: 
    611640     <ul> 
    612 <li><span class="command">modprobe i2c-isa</span> 
    613 <li><span class="command">modprobe i2c-piix4</span> 
    614 <li><span class="command">modprobe lm78</span> 
    615 <li><span class="command">modprobe lm75</span> 
    616 <li><span class="command">modprobe i2c-dev</span> 
    617 <li><span class="command">sensors -s</span> 
    618 </ul> 
    619  
    620 <div class="node"> 
    621 <p><hr> 
    622 <a name="Section-3_002e4"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e5">Section 3.5</a>, 
     641<li><samp><span class="command">modprobe i2c-isa</span></samp> 
     642<li><samp><span class="command">modprobe i2c-piix4</span></samp> 
     643<li><samp><span class="command">modprobe lm78</span></samp> 
     644<li><samp><span class="command">modprobe lm75</span></samp> 
     645<li><samp><span class="command">modprobe i2c-dev</span></samp> 
     646<li><samp><span class="command">sensors -s</span></samp> 
     647</ul> 
     648 
     649<div class="node"> 
     650<p><hr> 
     651<a name="Section-3.4"></a> 
     652<a name="Section-3_002e4"></a> 
     653Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e5">Section 3.5</a>, 
    623654Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-3_002e3">Section 3.3</a>, 
    624655Up:&nbsp;<a rel="up" accesskey="u" href="#Installation">Installation</a> 
    625 <br> 
    626 </div> 
    627  
    628 <h3 class="section">3.4 Do I need the configuration file <span class="file">/etc/sensors.conf</span>?</h3> 
    629  
    630 <p>Yes, for any applications that use <span class="file">libsensors,</span> including the 
    631 <span class="command">sensors</span> application included in our package.  
     656 
     657</div> 
     658 
     659<h3 class="section">3.4 Do I need the configuration file <samp><span class="file">/etc/sensors.conf</span></samp>?</h3> 
     660 
     661<p>Yes, for any applications that use <samp><span class="file">libsensors,</span></samp> including the 
     662<samp><span class="command">sensors</span></samp> application included in our package.  
    632663It tells libsensors how to translate the values the chip 
    633664measures to real-world values. This is especially important for voltage 
    634665inputs. The default configuration file should usually do the trick.  
    635 It is automatically installed as <span class="file">/etc/sensors.conf</span>, but it will not 
     666It is automatically installed as <samp><span class="file">/etc/sensors.conf</span></samp>, but it will not 
    636667overwrite any existing file with that name. 
    637668 
    638669   <p><a name="Section-3_002e4_002e1"></a> 
    639670 
    640 <h4 class="subsection">3.4.1 The labels for the voltage and temperature readings in <span class="command">sensors</span> are incorrect!</h4> 
     671<h4 class="subsection">3.4.1 The labels for the voltage and temperature readings in <samp><span class="command">sensors</span></samp> are incorrect!</h4> 
    641672 
    642673<p>Every motherboard is different. You can customize the labels 
    643 in the file <span class="file">/etc/sensors.conf</span>. That's why it exists!  
    644 The default labelling (in <span class="file">lib/chips.c</span> and <span class="file">/etc/sensors.conf</span>) is just 
     674in the file <samp><span class="file">/etc/sensors.conf</span></samp>. That's why it exists!  
     675The default labelling (in <samp><span class="file">lib/chips.c</span></samp> and <samp><span class="file">/etc/sensors.conf</span></samp>) is just 
    645676a template. 
    646677 
    647678   <p><a name="Section-3_002e4_002e2"></a> 
    648679 
    649 <h4 class="subsection">3.4.2 The min and max for the readings in <span class="command">sensors</span> are incorrect!</h4> 
    650  
    651 <p>You can customize them in the file <span class="file">/etc/sensors.conf</span>. See above. 
     680<h4 class="subsection">3.4.2 The min and max for the readings in <samp><span class="command">sensors</span></samp> are incorrect!</h4> 
     681 
     682<p>You can customize them in the file <samp><span class="file">/etc/sensors.conf</span></samp>. See above. 
    652683 
    653684   <p><a name="Section-3_002e4_002e3"></a> 
    654685 
    655 <h4 class="subsection">3.4.3 The min and max settings in <span class="file">/etc/sensors.conf</span> didn't take effect!</h4> 
    656  
    657 <p>You forgot to run <span class="command">sensors -s</span>. See above. 
     686<h4 class="subsection">3.4.3 The min and max settings in <samp><span class="file">/etc/sensors.conf</span></samp> didn't take effect!</h4> 
     687 
     688<p>You forgot to run <samp><span class="command">sensors -s</span></samp>. See above. 
    658689 
    659690   <p><a name="Section-3_002e4_002e4"></a> 
     
    661692<h4 class="subsection">3.4.4 One sensor isn't hooked up on my board!</h4> 
    662693 
    663 <p>Use an <span class="command">ignore</span> line in <span class="file">/etc/sensors.conf</span> so it isn't 
    664 displayed in <span class="command">sensors</span>. 
     694<p>Use an <samp><span class="command">ignore</span></samp> line in <samp><span class="file">/etc/sensors.conf</span></samp> so it isn't 
     695displayed in <samp><span class="command">sensors</span></samp>. 
    665696 
    666697   <p><a name="Section-3_002e4_002e5"></a> 
    667698 
    668 <h4 class="subsection">3.4.5 I need help with <span class="file">sensors.conf</span>!</h4> 
     699<h4 class="subsection">3.4.5 I need help with <samp><span class="file">sensors.conf</span></samp>!</h4> 
    669700 
    670701<p>There is detailed help at the top of that file. 
     
    672703   <p><a name="Section-3_002e4_002e6"></a> 
    673704 
    674 <h4 class="subsection">3.4.6 Do you have a database of <span class="file">sensors.conf</span> entries for specific boards?</h4> 
     705<h4 class="subsection">3.4.6 Do you have a database of <samp><span class="file">sensors.conf</span></samp> entries for specific boards?</h4> 
    675706 
    676707<p>No. Good idea though. If you would like to set one up on your website 
     
    679710<div class="node"> 
    680711<p><hr> 
    681 <a name="Section-3_002e5"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e6">Section 3.6</a>, 
     712<a name="Section-3.5"></a> 
     713<a name="Section-3_002e5"></a> 
     714Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e6">Section 3.6</a>, 
    682715Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-3_002e4">Section 3.4</a>, 
    683716Up:&nbsp;<a rel="up" accesskey="u" href="#Installation">Installation</a> 
    684 <br> 
    685 </div> 
    686  
    687 <h3 class="section">3.5 What about the <span class="samp">No such file or directory</span> warnings when I compile?</h3> 
     717 
     718</div> 
     719 
     720<h3 class="section">3.5 What about the `<samp><span class="samp">No such file or directory</span></samp>' warnings when I compile?</h3> 
    688721 
    689722<p>Don't worry about them. The dependency files (which tell which 
    690723files should be recompiled when certain files change) are created 
    691 dynamically. They are not distributed with the package. The <span class="command">make</span> program 
     724dynamically. They are not distributed with the package. The <samp><span class="command">make</span></samp> program 
    692725notices they are not there, and warns about that - and the first thing 
    693726it will do is generate them. So all is well. 
     
    695728<div class="node"> 
    696729<p><hr> 
    697 <a name="Section-3_002e6"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e7">Section 3.7</a>, 
     730<a name="Section-3.6"></a> 
     731<a name="Section-3_002e6"></a> 
     732Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e7">Section 3.7</a>, 
    698733Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-3_002e5">Section 3.5</a>, 
    699734Up:&nbsp;<a rel="up" accesskey="u" href="#Installation">Installation</a> 
    700 <br> 
     735 
    701736</div> 
    702737 
     
    704739 
    705740<p>Check that the correct i2c header files are used. Depending on 
    706 how you installed, they should be under either <span class="file">/usr/local/include</span> or 
    707 <span class="file">/usr/src/linux*/include</span>. Try to edit the <span class="file">Makefile</span> for the other setting. 
     741how you installed, they should be under either <samp><span class="file">/usr/local/include</span></samp> or 
     742<samp><span class="file">/usr/src/linux*/include</span></samp>. Try to edit the <samp><span class="file">Makefile</span></samp> for the other setting. 
    708743 
    709744   <p><a name="Section-3_002e6_002e1"></a> 
    710745 
    711 <h4 class="subsection">3.6.1 <span class="samp">No rule to make target xxxx needed by xxxx</span> - how to fix?</h4> 
     746<h4 class="subsection">3.6.1 `<samp><span class="samp">No rule to make target xxxx needed by xxxx</span></samp>' - how to fix?</h4> 
    712747 
    713748     <ul> 
    714 <li>See <a href="#Section-3_002e6">I get all kinds of weird compilation errors</a>, also try <span class="command">make clean</span> in <span class="file">lm_sensors</span>.  
    715 <li>If that doesn't work, try <span class="command">make clean</span> in <span class="file">i2c</span>.  
    716 <li>If that doesn't work, try <span class="command">make clean</span> in the kernel.  
    717 <li>Also make sure <span class="file">/usr/include/linux</span> points to <span class="file">/usr/src/linux/include/linux</span>.  
    718 </ul> 
    719  
    720 <div class="node"> 
    721 <p><hr> 
    722 <a name="Section-3_002e7"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e8">Section 3.8</a>, 
     749<li>See <a href="#Section-3_002e6">I get all kinds of weird compilation errors</a>, also try <samp><span class="command">make clean</span></samp> in <samp><span class="file">lm_sensors</span></samp>.  
     750<li>If that doesn't work, try <samp><span class="command">make clean</span></samp> in <samp><span class="file">i2c</span></samp>.  
     751<li>If that doesn't work, try <samp><span class="command">make clean</span></samp> in the kernel.  
     752<li>Also make sure <samp><span class="file">/usr/include/linux</span></samp> points to <samp><span class="file">/usr/src/linux/include/linux</span></samp>.  
     753</ul> 
     754 
     755<div class="node"> 
     756<p><hr> 
     757<a name="Section-3.7"></a> 
     758<a name="Section-3_002e7"></a> 
     759Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e8">Section 3.8</a>, 
    723760Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-3_002e6">Section 3.6</a>, 
    724761Up:&nbsp;<a rel="up" accesskey="u" href="#Installation">Installation</a> 
    725 <br> 
     762 
    726763</div> 
    727764 
     
    737774<div class="node"> 
    738775<p><hr> 
    739 <a name="Section-3_002e8"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e9">Section 3.9</a>, 
     776<a name="Section-3.8"></a> 
     777<a name="Section-3_002e8"></a> 
     778Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e9">Section 3.9</a>, 
    740779Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-3_002e7">Section 3.7</a>, 
    741780Up:&nbsp;<a rel="up" accesskey="u" href="#Installation">Installation</a> 
    742 <br> 
    743 </div> 
    744  
    745 <h3 class="section">3.8 <span class="command">make install</span> fails on Mandrake kernels</h3> 
    746  
    747 <p>Mandrake uses a non-standard <span class="file">version.h</span> file which confuses our <span class="file">Makefile</span>.  
    748 Edit our <span class="file">Makefile</span> on the <code>MODDIR :=</code> line to hard-code the module directory. 
    749  
    750 <div class="node"> 
    751 <p><hr> 
    752 <a name="Section-3_002e9"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e10">Section 3.10</a>, 
     781 
     782</div> 
     783 
     784<h3 class="section">3.8 <samp><span class="command">make install</span></samp> fails on Mandrake kernels</h3> 
     785 
     786<p>Mandrake uses a non-standard <samp><span class="file">version.h</span></samp> file which confuses our <samp><span class="file">Makefile</span></samp>.  
     787Edit our <samp><span class="file">Makefile</span></samp> on the <code>MODDIR :=</code> line to hard-code the module directory. 
     788 
     789<div class="node"> 
     790<p><hr> 
     791<a name="Section-3.9"></a> 
     792<a name="Section-3_002e9"></a> 
     793Next:&nbsp;<a rel="next" accesskey="n" href="#Section-3_002e10">Section 3.10</a>, 
    753794Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-3_002e8">Section 3.8</a>, 
    754795Up:&nbsp;<a rel="up" accesskey="u" href="#Installation">Installation</a> 
    755 <br> 
    756 </div> 
    757  
    758 <h3 class="section">3.9 I get unresolved symbols when I <span class="command">modprobe</span> modules (Red Hat especially)</h3> 
     796 
     797</div> 
     798 
     799<h3 class="section">3.9 I get unresolved symbols when I <samp><span class="command">modprobe</span></samp> modules (Red Hat especially)</h3> 
    759800 
    760801<p>Example: 
     
    763804     i2c_bit_del_bus_R92b18f49 
    764805</pre> 
    765    <p>You can also run <span class="command">depmod -a -e</span> to see all unresolved symbols. 
     806   <p>You can also run <samp><span class="command">depmod -a -e</span></samp> to see all unresolved symbols. 
    766807 
    767808   <p>These are module versioning problems. Generally you did not compile 
     
    769810have is not for the kernel you are running.  
    770811You must compile our package against the source for the kernel you 
    771 are running with something like <span class="command">make LINUX=/usr/src/linux-2.4.14</span>. 
     812are running with something like <samp><span class="command">make LINUX=/usr/src/linux-2.4.14</span></samp>. 
    772813 
    773814   <p>Try the following to be sure: 
    774815 
    775816     <ul> 
    776 <li><span class="command">nm --extern MODULE.o</span
     817<li><samp><span class="command">nm --extern MODULE.o</span></samp
    777818Filter out the kernel symbols, like <code>kmalloc</code>, <code>printk</code> etc. and note the 
    778819number code behind them, like <code>printk_R1b7d4074</code>. If there is no numeric 
    779820code after them, note this too.  
    780 <li><span class="command">grep SYMBOL /proc/ksyms</span
     821<li><samp><span class="command">grep SYMBOL /proc/ksyms</span></samp
    781822Substitute SYMBOL by the basename of the symbols above, like <code>kmalloc</code>, 
    782823<code>printk</code> etc. Note the number code behind them, or the lack thereof.  
     
    788829<div class="node"> 
    789830<p><hr> 
    790 <a name="Section-3_002e10"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-3_002e9">Section 3.9</a>, 
     831<a name="Section-3.10"></a> 
     832<a name="Section-3_002e10"></a> 
     833Previous:&nbsp;<a rel="previous" accesskey="p" href="#Section-3_002e9">Section 3.9</a>, 
    791834Up:&nbsp;<a rel="up" accesskey="u" href="#Installation">Installation</a> 
    792 <br> 
     835 
    793836</div> 
    794837 
     
    801844 
    802845     <ol type=1 start=1> 
    803 <li><span class="command">rpm -qa | grep i2c</span
    804 <li>Look for <span class="file">kernel-i2c,</span> or a similar rpm in the output 
     846<li><samp><span class="command">rpm -qa | grep i2c</span></samp
     847<li>Look for <samp><span class="file">kernel-i2c,</span></samp> or a similar rpm in the output 
    805848<li>&lt;as root&gt; 
    806 <span c