LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-25-2004, 01:23 PM   #1
h2gofast
Member
 
Registered: Dec 2002
Distribution: Debian
Posts: 154

Rep: Reputation: 30
lm-sensors for Asus A7N8X-X


debian sid on kernel 2.4.27-1-k7,
What's the best way to get lmsensors up and running for this board.
I tried running sensors-detect but it is unable to find i2c-nforce2 module.
Not sure where to go next.
 
Old 08-25-2004, 02:16 PM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Re: lm-sensors for Asus A7N8X-X

Quote:
Originally posted by h2gofast
debian sid on kernel 2.4.27-1-k7,
What's the best way to get lmsensors up and running for this board.
I tried running sensors-detect but it is unable to find i2c-nforce2 module.
Not sure where to go next.
apt-get install i2c-2.4.27-1-k7 lm-sensors-2.4.27-1-k7 would be the packages needed. I have never installed them the Debian way so I am not sure if it does the detecting and setup for you or not. If it does not post the packages you installed along with the two mentioned along with the /etc/modules file and the output of lsmod.
 
Old 08-25-2004, 08:48 PM   #3
h2gofast
Member
 
Registered: Dec 2002
Distribution: Debian
Posts: 154

Original Poster
Rep: Reputation: 30
I apt-get installed those previously and ran sensors-detect which couldn't find i2c-nforce2 module,
is there something else I need to configure?
Code:
h2:/home/h2# cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.

sd_mod
ide-cd
ide-detect
Code:
h2:/home/h2# lsmod
Module                  Size  Used by    Tainted: P  
agpgart                45476   3  (autoclean)
nvidia               1966496   6  (autoclean)
apm                     9836   1  (autoclean)
parport_pc             23368   1  (autoclean)
lp                      6404   0  (autoclean)
parport                25768   1  (autoclean) [parport_pc lp]
binfmt_misc             5668   1 
usb-storage            65408   0  (unused)
scanner                10912   0  (unused)
af_packet              12808   1  (autoclean)
usb-ohci               19208   0  (unused)
ehci-hcd               17868   0  (unused)
usbcore                62220   1  [usb-storage scanner usb-ohci ehci-hcd]
tulip                  39808   1 
crc32                   2880   0  [tulip]
forcedeth               9132   0  (unused)
emu10k1-gp              1320   0  (unused)
gameport                1676   0  [emu10k1-gp]
emu10k1                58540   0 
sound                  56552   0  [emu10k1]
i810_audio             23868   0 
ac97_codec             13108   0  [emu10k1 i810_audio]
soundcore               3972   9  [emu10k1 sound i810_audio]
nls_cp437               4380   2  (autoclean)
ide-disk               16512   3  (autoclean)
ide-detect               288   0  (unused)
ide-cd                 30944   0 
cdrom                  29444   0  [ide-cd]
ide-core              107064   3  [usb-storage ide-disk ide-detect ide-cd]
rtc                     6376   0  (autoclean)
reiserfs              184656   1  (autoclean)
vfat                   10348   1  (autoclean)
fat                    32024   0  (autoclean) [vfat]
isofs                  26900   0  (autoclean)
ext2                   48844   0  (autoclean)
ext3                   80044   3  (autoclean)
jbd                    41604   3  (autoclean) [ext3]
sd_mod                 11692   6  (autoclean)
sg                     31164   0  (autoclean) (unused)
aic7xxx               144728   3  (autoclean)
scsi_mod               94532   4  (autoclean) [usb-storage sd_mod sg aic7xxx]
unix                   14800  59  (autoclean)
 
Old 08-26-2004, 01:11 AM   #4
mdg
Member
 
Registered: Sep 2003
Distribution: Slackware
Posts: 626

Rep: Reputation: 38
Try "modprobe i2c-nforce2" and see if that loads it. If not, check in your kernel config to see if it's enabled. (Device Drivers->i2c Support->i2c Hardware Bus Support)

I have a Nforce2 board also, this is what I have as loadable modules:

thermal
processor
fan
eeprom
w83627hf
i2c_isa
i2c_nforce2
i2c_sensor
i2c_dev
i2c_core

Make sure all the above are enabled in the kernel. Also have a look at this thread - different chipset, but to do with lm_sensors.
 
Old 08-26-2004, 07:11 AM   #5
h2gofast
Member
 
Registered: Dec 2002
Distribution: Debian
Posts: 154

Original Poster
Rep: Reputation: 30
modprobe: Can't locate module i2c-nforce2
how did you get the i2c-nforce2 module.
I believe I've installed all the relevant packages, but still can't find it.

Last edited by h2gofast; 08-26-2004 at 07:14 AM.
 
Old 08-26-2004, 07:24 AM   #6
mdg
Member
 
Registered: Sep 2003
Distribution: Slackware
Posts: 626

Rep: Reputation: 38
Quote:
Try "modprobe i2c-nforce2" and see if that loads it. If not, check in your kernel config to see if it's enabled. (Device Drivers->i2c Support->i2c Hardware Bus Support)
It's probably not enabled in the kernel. If it's not, you'll need to enable it and recompile. Make sure you add in the other modules needed while you're there.
 
Old 08-27-2004, 08:00 PM   #7
h2gofast
Member
 
Registered: Dec 2002
Distribution: Debian
Posts: 154

Original Poster
Rep: Reputation: 30
thanks, I'll post how it goes.
 
Old 08-28-2004, 01:32 PM   #8
Abject
Member
 
Registered: Mar 2002
Location: Studio City, CA
Distribution: Debian (Sarge-Sid)
Posts: 76

Rep: Reputation: 15
Or, if you don't feel like a kernel compile...

You can always download and install a Debian 2.6 kernel image for your system. They come with i2c support built in.
 
Old 08-30-2004, 09:53 AM   #9
h2gofast
Member
 
Registered: Dec 2002
Distribution: Debian
Posts: 154

Original Poster
Rep: Reputation: 30
I might give that a shot, I haven't had any luck with getting 2.6 off the ground, unfortunately it's a time committment I can't make right now.
 
Old 09-04-2004, 11:19 AM   #10
h2gofast
Member
 
Registered: Dec 2002
Distribution: Debian
Posts: 154

Original Poster
Rep: Reputation: 30
Well,
apt-get install'ed the latest 2.6 image and the sensors worked.
Now my ide harddrives disappeard. I imagine this has to do with drivers for the nvidia chipset.
I'm recompiling the kernel now with nvidia modules so hopefully that will solve the issue.....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Asus A7N8X DX & A7N8X-E DX Problems - NEED HELP! billspork Linux - Hardware 12 02-06-2005 12:23 PM
lem sensors, a7n8x-x and various output danamania Debian 1 09-28-2004 09:41 PM
asus p4c800 sensors christophe.dr Linux - Software 3 07-25-2004 08:19 AM
CPU temp. sensors for A7N8X/Athlon 2500+ Zoombie Linux - Hardware 0 08-27-2003 10:19 AM
Asus sensors comtronics Linux - General 0 08-06-2003 11:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 12:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration