Author |
Message |
colinnwn
|
Posted: Sun Feb 11, 2007 5:56 pm |
|
Joined: Thu Feb 01, 2007 12:44 am
Posts: 66
Location:
Dallas, TX
|
Hi,
I was trying to get my RRD graphs working by following
http://knoppmythwiki.org/index.php?page ... raphsHowto
down where it says "KnoppMyth R5E50 Notes"
But I am getting the following errors -
Code: root@mythtv:# /usr/local/bin/rrd_mbtemp.pl No Hardware Monitor found!! InitMBInfo: Success Motherboard temp: degrees C No Hardware Monitor found!! InitMBInfo: Success CPU temp: degrees C No Hardware Monitor found!! InitMBInfo: Success Case ambient temp: degrees C
I didn't see any troubleshooting resources on that page. Can anyone point me to where I can figure out how to get this working?
Thanks.
_________________ Trying to install KnoppMyth R5F27, ECS 671T-M, Celeron 430, 1gig RAM, 320gig SATA Seagate, Samsung SATA SH-S203N DVD drive, Onboard video and audio, DVICO Fusion HDTV 5 Lite, Seasonic S12II-330watt PS
|
|
Top |
|
 |
bigbro
|
Posted: Sun Feb 11, 2007 7:57 pm |
|
Joined: Sat Dec 24, 2005 11:33 am
Posts: 400
Location:
Kitsap Peninsula, Wa., United States
|
It says in your output no hardware monitor found
somewhere around the forum or on the Knoppmythwiki I saw posted a command line to check mbmon functionality against your system
On my Gigabyte MB it uses a VIA 686 chip for output.
You can type
Code: # mbmon -d and it should give you an output something like this: Code: Using VIA686 HWM directly!! * VIA Chip VT82C686A/B found. Just typing mbmon should give you some kind of output. Code: # mbmon
Temp.= 49.5, 35.0, 24.2; Rot.= 2481, 0, 0 Vcore = 1.67, 2.56; Volt. = 3.32, 4.91, 11.83, 0.00, 0.00 is an example.
Hope that helps.
_________________ KnoppMyth R5.5
MBE: AMD64 3400+, K8N Neo4 Plat., 1Gig, Asus Extreme N6200, 320G pata, 2x320Gsata, 750Gsata, PVR-150 Retail w/Blaster
SBE: AMD XP2000, GA 7ZMMH, 1 Gig, XFX 256M 6200, 20 Gig, PVR-150 Retail w/Blaster
SBE: AMD Dur1800, 512M, PVR500
|
|
Top |
|
 |
colinnwn
|
Posted: Sun Feb 11, 2007 10:23 pm |
|
Joined: Thu Feb 01, 2007 12:44 am
Posts: 66
Location:
Dallas, TX
|
I get
Code: # mbmon -d SMBus[VT8233/A/8235/8237(KT266/333/400/600/880)] found, but No HWM available on it!! No Hardware Monitor found!! InitMBInfo: Success
I bought it in 2002, and you can see some of the info in the BIOS, so I think it has a hardware monitor. I disabled a bunch of things in the BIOS I wasn't using, like the serial ports. Maybe I need to go through and reenable everything to see if it communicates across something I turned off.
_________________ Trying to install KnoppMyth R5F27, ECS 671T-M, Celeron 430, 1gig RAM, 320gig SATA Seagate, Samsung SATA SH-S203N DVD drive, Onboard video and audio, DVICO Fusion HDTV 5 Lite, Seasonic S12II-330watt PS
|
|
Top |
|
 |
bigbro
|
Posted: Mon Feb 12, 2007 10:12 am |
|
Joined: Sat Dec 24, 2005 11:33 am
Posts: 400
Location:
Kitsap Peninsula, Wa., United States
|
There are a couple of pretty good how to's over at the wiki.
Here is one with some references to the documentation.
http://knoppmythwiki.org/index.php?page=MonitorMotherboardHowTo
2002 doesn't seem like to old of a motherboard. I am thinking at least one of my boards is about that age. It supports mbmon very well.
anyway I think there is a reference there for getting to specific motherboard info and configurations.
_________________ KnoppMyth R5.5
MBE: AMD64 3400+, K8N Neo4 Plat., 1Gig, Asus Extreme N6200, 320G pata, 2x320Gsata, 750Gsata, PVR-150 Retail w/Blaster
SBE: AMD XP2000, GA 7ZMMH, 1 Gig, XFX 256M 6200, 20 Gig, PVR-150 Retail w/Blaster
SBE: AMD Dur1800, 512M, PVR500
|
|
Top |
|
 |
colinnwn
|
Posted: Mon Feb 12, 2007 10:34 pm |
|
Joined: Thu Feb 01, 2007 12:44 am
Posts: 66
Location:
Dallas, TX
|
Ok, so I was following the directions linked off the page pointed to
http://www.nt.phys.kyushu-u.ac.jp/shimi ... on205.html
And I tried
Code: #mbmon -d -A SMBus[VT8233/A/8235/8237(KT266/333/400/600/880)] found, but No HWM available on it!! Summary of Detection: * No monitors found. InitMBInfo: Success This program needs "setuid root"!!
So I searched setuid root, and I get that it is possibly saying this needs I/O access and my kernel security settings are too high to allow. I didn't understand what a lot of the websites were saying to do, but it seemed like one of them said I could Code: #chown root:root mbmon #chmod 4511 mbmon
Is this possibly reasonable, and safe to do?
Thanks.
_________________ Trying to install KnoppMyth R5F27, ECS 671T-M, Celeron 430, 1gig RAM, 320gig SATA Seagate, Samsung SATA SH-S203N DVD drive, Onboard video and audio, DVICO Fusion HDTV 5 Lite, Seasonic S12II-330watt PS
|
|
Top |
|
 |
EvilTwin
|
Posted: Tue Feb 13, 2007 8:35 am |
|
Joined: Tue Nov 08, 2005 7:31 am
Posts: 195
Location:
Secret Lair
|
|
Top |
|
 |
colinnwn
|
Posted: Tue Feb 13, 2007 10:15 pm |
|
Joined: Thu Feb 01, 2007 12:44 am
Posts: 66
Location:
Dallas, TX
|
I am going to try the lm-sensors method, but I have only untared a file twice and I have never done any building. So I am not really comfortable about how this goes.
http://www.knoppmythwiki.org/index.php?page=LmSensorsHowTo
Based on how windows works, it would seem they are saying to download and untar sysfsutils and lm-sensors in the root of the drive? Fair enough, but based on what is already in the root, it doesn't seem like the appropriate place.
Then it is saying to cd into the respective subdirectories, but currently I have directories for these much deeper in the tree in places it doesn't make sense to have them. So does untaring the files create new directories, or is that a missing step?
I searched around on the net a little bit, but I don't really know the right question to ask google to figure this stuff out. After that, I don't see anything obvious I don't understand.
Thanks.
_________________ Trying to install KnoppMyth R5F27, ECS 671T-M, Celeron 430, 1gig RAM, 320gig SATA Seagate, Samsung SATA SH-S203N DVD drive, Onboard video and audio, DVICO Fusion HDTV 5 Lite, Seasonic S12II-330watt PS
|
|
Top |
|
 |