On Mon, 2002-07-01 at 18:28, Dennis Myers wrote:
> On Monday 01 July 2002 05:25 pm, you wrote:
> > On Mon, 2002-07-01 at 10:10, tom brinkman wrote:
> > > On Sunday 30 June 2002 03:37 pm, Terence J. Golightly wrote:
> > > > > > sensors -s gives a "no sensors found" message.  I looked at the
> > > > > > sensors.conf file and I know I need help in setting it up.
> > > > >
> > > > >    Did you read the docs, run 'sensors-detect', and put the
> > > > > appropriate lines in modules.conf and rc.local ?
> > > >
> > > > I still have more reading to do.  From the docs it looks
> > > > complicated.  I recompiled a kernel here and there but not gotten
> > > > as involved in loading modules and manipulating rc.d files and
> > > > such.
> > >
> > >      I'm beginning to suspect you're workin from a tarball.  don't,
> > > and don't use those docs.  No kernel recompile is neccessary.
> > > Mandrake kernels have had the i2c modules for a long time. Install
> > > the lm_sensors rpm, use urpmi as I don't remember if the
> > > liblm_sensors rpm is needed or not. Then it should be as simple as
> > > o    run 'sensors-detect' and hit <Enter> for each question it asks
> > > o    cut'n paste the lines it generates into the appropriate
> > >      modules.conf or rc.local file (detect tells you what goes where).
> > >      Add    i2c-proc   to /etc/modules (not modules.conf)
> > > o    Easiest thing is to reboot, tho it can be done without rebooting.
> > > o    Type 'sensors' in a term, and you should see sensor output.
> > >
> > > --
> > >     Tom Brinkman                      Corpus Christi, Texas
> > >
> > > ----
> > >Tom,
> >
> > Sorry, my posts are incomplete.  I did install an rpm of lm_sensors
> >
> > A first run of sensors-detect and it found my Pine tnt2 video card but
> > couldn't find the i2c-riva driver. I went to the url that was given but
> > got lost in the links.
> >
> > i2c-elektor.o.gz    insmod failed and something about incorrect                    
> module
> > parameters, including invalid IO or IRQ                     params.
> > i2c-elv.o.gz                insmod failed same message as above.
> > i2c-phillips-par.o.gz       loaded successfully
> > i2c-velleman.o.gz   init_module: no such device and same errors as
> >                     above.
> > i2c-dev             already loaded
> >
> > How do I check to see if some of these might already be loaded into the
> > kernel.  I check the directory path to the files in quesiton and they
> > are there.
> >
> > scan ISA bus yes
> > bunch of error messages for chips that arn't on my board.
> > Summary of probes just done:
> > press enter to continue.  << didn't print anything before this line?
> > I chose to use smbus for loading I2c modules.
> >
> > I then get the following:
> >
> > #----cut here ----
> > # I2C adapter drivers
> > # I2C chip drivers
> > #----cut here ----
> >
> > To make sensors modules behave correctly,add these lines to either
> > /etc/modules.conf or /etc/conf.modules:
> >
> > #----cut here ----
> > # I2C module operations
> > alias char-major-89 i2c-dev
> > #----cut here ----
> >
> > Sorry if I have sent incomplete info for your consumption.  I will try
> > to be more vigilant in future exchanges.
> >
> >
Dennis,

> Terry, the above lines, each after cut here, should should be copied into :  
> /etc/rc.d/rc.local   for the first one and then into the /etc/modules.conf  
> for the second one. Do not include the cut here lines. Do include the # 
> signs, which makes me wonder if the first for the rc.local file, is complete 
> or correct, cause both lines are commented so no drivers are shown. 

I'll do that after I find out why sensors-detect is not finding the
drivers for my system. i.e. the first cut-out section has no commands to
place into etc/rc.d/rc.local.

What mother board do you have? 

It is a Soyo Dragon Plus.

and are you sure you copied the lines in their 
> entirety?  You can copy the lines with kedit or gedit text editors,  probably 
> the easiest is to navigate to the files and open with "advanced editor". HTH
> -- 
I have included some attachments that have appeared in another post. I
hope they can shed some light on this.


Many Thanks,


Terry


 
[EMAIL PROTECTED]
total 96
-rw-r--r--    1 root     root         4914 Sep 23  2001 i2c-algo-bit.o.gz
-rw-r--r--    1 root     root         3623 Sep 23  2001 i2c-algo-pcf.o.gz
-rw-r--r--    1 root     root         3382 Sep 23  2001 i2c-ali15x3.o.gz
-rw-r--r--    1 root     root         2660 Sep 23  2001 i2c-amd756.o.gz
-rw-r--r--    1 root     root         9037 Sep 23  2001 i2c-core.o.gz
-rw-r--r--    1 root     root         3680 Sep 23  2001 i2c-dev.o.gz
-rw-r--r--    1 root     root         2343 Sep 23  2001 i2c-elektor.o.gz
-rw-r--r--    1 root     root         1691 Sep 23  2001 i2c-elv.o.gz
-rw-r--r--    1 root     root         1462 Sep 23  2001 i2c-hydra.o.gz
-rw-r--r--    1 root     root         3731 Sep 23  2001 i2c-i801.o.gz
-rw-r--r--    1 root     root         2040 Sep 23  2001 i2c-i810.o.gz
-rw-r--r--    1 root     root         1179 Sep 23  2001 i2c-isa.o.gz
-rw-r--r--    1 root     root         2015 Sep 23  2001 i2c-philips-par.o.gz
-rw-r--r--    1 root     root         3291 Sep 23  2001 i2c-piix4.o.gz
-rw-r--r--    1 root     root         4968 Sep 23  2001 i2c-proc.o.gz
-rw-r--r--    1 root     root         3253 Sep 23  2001 i2c-sis5595.o.gz
-rw-r--r--    1 root     root         1586 Sep 23  2001 i2c-velleman.o.gz
-rw-r--r--    1 root     root         1831 Sep 23  2001 i2c-via.o.gz
-rw-r--r--    1 root     root         3282 Sep 23  2001 i2c-viapro.o.gz
-rw-r--r--    1 root     root         2102 Sep 23  2001 i2c-voodoo3.o.gz
i2c-core.o: i2c core module
i2c-algo-pcf.o: i2c pcf8584 algorithm module
i2c-elektor.o: i2c pcf8584-isa adapter module
i2c-core.o: i2c core module
i2c-algo-bit.o: i2c bit algorithm module
i2c-elv.o: i2c ELV parallel port adapter module
i2c-core.o: i2c core module
i2c-algo-bit.o: i2c bit algorithm module
i2c-philips-par.o: i2c Philips parallel port adapter module
i2c-philips-par.o: attaching to parport0
parport0: cannot grant exclusive access for device i2c-philips-par
i2c-philips-par: Unable to register with parport.
i2c-velleman.o: i2c Velleman K8000 adapter module
i2c-velleman.o: Port 0x378 already in use.
i2c-dev.o: i2c /dev entries driver module
i2c-core.o: driver i2c-dev dummy driver registered.
i2c-via.o version 2.6.1 (20010830)
i2c-via.o: vt82c586b not found
i2c-via.o: Error while reading PCI configuration
00:00.0 Host bridge: VIA Technologies, Inc.: Unknown device 3099
00:01.0 PCI bridge: VIA Technologies, Inc.: Unknown device b099
00:0e.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
00:11.0 ISA bridge: VIA Technologies, Inc.: Unknown device 3074
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586 IDE [Apollo] (rev 06)
00:11.2 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 1b)
00:11.3 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 1b)
00:11.4 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 1b)
00:12.0 Ethernet controller: VIA Technologies, Inc.: Unknown device 3065 (rev 70)
01:00.0 VGA compatible controller: nVidia Corporation Vanta [NV6] (rev 15)
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to