Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ASUS A7N8X and lm-sensors
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
dshook
n00b
n00b


Joined: 22 Aug 2003
Posts: 35

PostPosted: Sun May 16, 2004 1:23 pm    Post subject: ASUS A7N8X and lm-sensors Reply with quote

I'm running development-sources 2.6.6-rc1 kernel on an ASUS A7N8X motherboard. I'm attempting to get sensors working with this configuration, but I'm not having much luck.

As recommended from the sensors site, everything is compiled as modules. The details of the problem are included below. The interesting thing is that mbmon does return temperature data, so I think that the problem is with lm-sensors. Does anyone have any suggestions?



sensors-detect gives the following suggestion
#----cut here----
# I2C adapter drivers
modprobe i2c-nforce2
# I2C chip drivers
modprobe asb100
modprobe w83l785ts
modprobe smbus-arp
modprobe eeprom
# sleep 2 # optional
/usr/local/bin/sensors -s # recommended
#----end cut here----

When lm_sensors starts, there's an immediate problem
* Loading lm_sensors modules...
* Loading i2c-nforce2... [ ok ]
* Loading asb100... [ ok ]
* Loading w83l785ts... [ ok ]
* Loading smbus-arp... [ !! ]

* Loading eeprom... [ ok ]

#sensors
eprom-i2c-6-52
Adapter: SMBus nForce2 adapter at 5000
Memory type: DDR SDRAM DIMM
Memory size (MB): 256

eeprom-i2c-6-51
Adapter: SMBus nForce2 adapter at 5000
Memory type: DDR SDRAM DIMM
Memory size (MB): 512

eeprom-i2c-6-50
Adapter: SMBus nForce2 adapter at 5000
Memory type: DDR SDRAM DIMM
Memory size (MB): 256

asb100-i2c-7-2d
Adapter: SMBus nForce2 adapter at 5500
ERROR: Can't get IN data! (0x0001)
ERROR: Can't get IN data! (0x0002)
ERROR: Can't get IN data! (0x0003)
ERROR: Can't get IN data! (0x0004)
ERROR: Can't get IN data! (0x0005)
ERROR: Can't get IN data! (0x0006)
ERROR: Can't get IN data! (0x0007)
ERROR: Can't get FAN data! (0x0031)
ERROR: Can't get FAN data! (0x0032)
ERROR: Can't get FAN data! (0x0033)
ERROR: Can't get TEMP data! (0x0051)
ERROR: Can't get TEMP data! (0x0054)
ERROR: Can't get TEMP data! (0x0057)
ERROR: Can't get TEMP data! (0x005a)
ERROR: Can't get VID data!
alarms:



Here are the details of lm-sensors and gkrellm
------------------------------------------

* sys-apps/lm-sensors
Latest version available: 2.8.1
Latest version installed: 2.8.4
Size of downloaded files: 687 kB
Homepage: http://www2.lm-sensors.nu/~lm78
Description: Hardware Sensors Monitoring by lm_sensors
License: GPL-2



* app-admin/gkrellm
Latest version available: 2.1.28-r1
Latest version installed: 2.1.28-r1
Size of downloaded files: 618 kB
Homepage: http://www.gkrellm.net/
Description: Single process stack of various system monitors
License: GPL-2
Back to top
View user's profile Send private message
_Nomad_
Guru
Guru


Joined: 11 Apr 2003
Posts: 571

PostPosted: Sun May 16, 2004 2:22 pm    Post subject: Reply with quote

theres an update that adresses this very issue

Quote:
April 5th, 2004 2.8.6 Released! See the CHANGES document for details. Go to the download page for download instructions. See the README document for additional warnings and information.
Note to Linux 2.6 users: Linux 2.6.5 users will want to upgrade to this version since it addresses an interface change that causes previous versions of lm_sensors not to work anymore. For more details, see our kernel-2.6-dedicated page.
Note to Red Hat/Fedora Core users: Axel Thimm has sensors-enabled kernels and userspace tools packages.
Back to top
View user's profile Send private message
dshook
n00b
n00b


Joined: 22 Aug 2003
Posts: 35

PostPosted: Sun May 16, 2004 4:49 pm    Post subject: SOLVED Reply with quote

I'm an idiot and didn't see that I have to use lm-sensors 2.8.6 with a 2.6.6 kernel.

things are working now.
Back to top
View user's profile Send private message
dan2003
Apprentice
Apprentice


Joined: 11 May 2003
Posts: 258
Location: somewhere near london, UK

PostPosted: Mon May 17, 2004 6:14 pm    Post subject: Reply with quote

shame its not that simple here..

mango@S4 mango $ uname -r
2.6.4-ck2

S4 mango # sensors -v
sensors version 2.8.6


S4 mango # sensors -s
asb100-i2c-1-2d: Can't access procfs/sysfs file for writing;
Run as root?

( says this whether ot not im root )

S4 mango # sensors
eeprom-i2c-0-51
Adapter: SMBus nForce2 adapter at 5000
Memory type: DDR SDRAM DIMM
Memory size (MB): 256

eeprom-i2c-0-50
Adapter: SMBus nForce2 adapter at 5000
Memory type: DDR SDRAM DIMM
Memory size (MB): 256

w83l785ts-i2c-1-2e
Adapter: SMBus nForce2 adapter at 5500
ERROR: Can't get temperature data!

asb100-i2c-1-2d
Adapter: SMBus nForce2 adapter at 5500
ERROR: Can't get IN data! (0x0001)
ERROR: Can't get IN data! (0x0002)
ERROR: Can't get IN data! (0x0003)
ERROR: Can't get IN data! (0x0004)
ERROR: Can't get IN data! (0x0005)
ERROR: Can't get IN data! (0x0006)
ERROR: Can't get IN data! (0x0007)
ERROR: Can't get FAN data! (0x0031)
ERROR: Can't get FAN data! (0x0032)
ERROR: Can't get FAN data! (0x0033)
ERROR: Can't get TEMP data! (0x0051)
ERROR: Can't get TEMP data! (0x0054)
ERROR: Can't get TEMP data! (0x0057)
ERROR: Can't get TEMP data! (0x005a)
ERROR: Can't get VID data!
alarms:
Back to top
View user's profile Send private message
dan2003
Apprentice
Apprentice


Joined: 11 May 2003
Posts: 258
Location: somewhere near london, UK

PostPosted: Mon May 17, 2004 6:15 pm    Post subject: Reply with quote

or do i need an older version to wrk with kernel 2.6.4 ?
Back to top
View user's profile Send private message
dan2003
Apprentice
Apprentice


Joined: 11 May 2003
Posts: 258
Location: somewhere near london, UK

PostPosted: Mon May 17, 2004 6:17 pm    Post subject: Reply with quote

yay... 2.8.4 worx :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum