similar to: lm_sensors

Displaying 20 results from an estimated 700 matches similar to: "lm_sensors"

2007 Apr 17
3
acpitool
I downloaded and installed acpitool when I run it I get Battery Status <not available> AC Adapter <not availble> Thermal Info <not available> I was trying to find out how hot the CPU is? Any ideas how to get this information? THanks, jerry -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Jan 02
0
Tyan s4985 motherboard and lm_sensors
Trying to get cpu temps from lm_sensors for a Tyan s4985 motherboard, just installed centos 5.4. Tyan release some lm_sensors conf files and other information which I have done, but I am not getting any cpu temps. I was wondering if anyone out there was running this board and if you have gotten temps working for your cpu, here is my output...Thanks in advance. w83627hf-isa-0c00 Adapter: ISA
2007 Dec 08
0
lmsensors sensors.conf file for gigabyte GA7N400 Pro2
Having done my fresh 5.0 install a couple months ago I'm slowly getting things back in to working condition. Decided last night to try setting up lmsensors. Got it all set up (modules, etc taken care of) and it runs and reports values, but some of 'em a clearly wrong with the default sensors.conf Trying to use the old sensors.conf I used on Centos 4 produces even more whacked-out results,
2005 Oct 10
2
LM_SENSORS
Sorry if this has been around many times before, but I've done quite a bit of reading and searching for some type of human readable guide for setting up the lm_sensors for hardware monitoring. I've dorked around with the stuff in the system here, but after looking at the /etc/sensors.conf, I don't think I want to delve into that and try to pull out the right group of settings.
2012 Oct 31
2
Aggregate Table Data into Cell Frequencies
R-help - I have this set of aggregated tables (sample data below via dput()). And I would like to have delayValue as the column variables with the "temp" (temp1, temp2, temp3) values as the row variables. However I would like to have the temp variables *aggregated into single rows* so that I have the frequency ("Freq" | counts) of each time each "delayValue" occurs
2009 Apr 04
2
what requires lm_sensors?
I found that lm_sensors got installed because of a dependency on my first Xen VM that I updated to 5.3. lm_sensors doesn't make sense in a VM. I thought, ok let's check after the update who wants it. However: rpm -q --whatrequires lm_sensors no package requires lm_sensors (same for --triggeredby with lm_sensors or the packages below) Trying to remove lm_sensors reveals these packages:
2007 Dec 07
2
5.0--> 5.1 lm_sensors "General Parse Error"
Problem and solution, not sure if correct After upgrading to 5.1 and restarting, lm_sensors complained "General Parse Error." Google pointed here: http://www.lm-sensors.org/wiki/Devices Where I found this under "SENSOR CHIP DRIVERS - STATUS" AMD --> "Since Kernel 2.6.19" Latest AMD K8 processors have integrated sensors which can be read directly without any
2011 Nov 21
6
Scatter plot - using colour to group points?
Dear All, I am very new to R - trying to teach myself it for some MSc coursework. I am plotting temperature data for two different sites over the same time period which I have downloaded from a university weather station data archive. I am using the following code to create the plot plot ( x = TEMP3[,"TIME"], y = TEMP3[,"TEMP"], type = "p", col =
2010 Jul 10
1
lm_sensors and Shuttle
Hi All, I'm trying to get lm_sensors to work on a Shuttle with an AMD K10. The version of lm_sensors in the main CentOS repo is 2.10.7, which is two years old now. Support for the K10 was added about a year ago. So, does anyone know if there are binaries available for more recent versions of lm_sensors? Also, if anyone has knowledge of the sensors layout for recent Shuttle AMD motherboards,
2009 Nov 28
1
Plot-region not complete
Hello there, after I solved many problems in the last days with R I wanted to complete my plot. I used ylab=expression(paste("log(",mu,"/",cm^2,"/VS)")) to have greek symbols and to change cm^2 to cm?. Also cm^-3 I have in another plot, but it cuts my ^2 to _ in the y-axis. here is the code and I attach the plot: jpeg(file="Tabh2.jpg",quality=100)
2010 Nov 19
3
Sweave Dynamic Graph Question
i have a time Series of IBM closing px from 1/1/2000 to today I want to graph the time serie by dividing the graph by year and month all the monthly graphs with the same year will go to one page. so from 1/1/2000 to 11/19/2010. i will have 11 pages, and each page will have 12 graphs (jan to dec) except for 2010. I am able to do it in R, but when i use sweave, I can only print the last page.
2012 Nov 20
2
[PATCH][RFC] OpenUPS driver
Hi all, I attached a driver for MiniBox openUPS device ( http://www.mini-box.com/OpenUPS) and a dump of the hid usages. I had the possibility to make a few adjustments to the device firmware for HID usages, and although I haven't managed to produce a good structure many issues from previous firmware were at least fixed and new information added. ATM the driver only shows pertaining
2005 Dec 29
1
Problems with calloc function.
Hi all, I have a C code in Linux, it has 7 pointers and compile e run OK, but when I run in R happens problems with calloc function, it returns NULL. ############################################### > int *temp1,*temp2,*temp3,*temp4; temp1 = (int *)calloc(col,sizeof(int)); if(temp1 == NULL){ printf("\n\n No Memory1!"); exit(1); } temp2 = (int *)calloc(col,sizeof(int));
2010 Feb 04
1
random slope models with lme --> failured to converge
Dear all, I am working on a data set in which I have sequentially measured egg temperatures ("eggtemp") in birds incubating in different ambient temperatures ("treat", sample data set below), "id" is not replicated within treatment. id treat eggtemp 1 79 3 30.90166 2 42 3 34.94044 3 10 3 32.69945 4 206 3 36.64127 5 23 3 31.80055 6
2007 Aug 12
1
lm_sensors on CentOS 4.5
hello, I have problem to install lm_sensors on CentOS 4.5 (Linux 2.6.9-42.ELsmp). I am getting error message "FATAL: Module bmcsensors not found." after I enter "modprobe bmcsensors". I got advice to install http://bmcsensors-26.sourceforge.net/ into my kernel, but I don't know how to do it. Does somebody has experience how to get lm-sensors working on CentOS 4.5 ?
2011 Nov 16
3
lm_sensors on Sun (x86) Hardware
Hey folks, I'm running RHEL 5.3 on 6 boxes - and on every one of them sensors-detect finds nothing. 5 of them are Sun fire 2250 machines, and 1 is Sunfire 4170. Googling and searching this list does not seem to find anything. When I log into the Sun hardware management interface (web interface) I see that it of course is correctly detecting various temperatures of things. But for some
2010 Oct 17
4
how to convert string to object?
temp = "~aparch(" temp1 = paste(temp,1, sep = "") temp2 = paste(temp1,1, sep = ",") temp3 = paste(temp2, ")",sep = "") temp 3 is a character but I want to convert to formula object. How do I do this? -- View this message in context: http://r.789695.n4.nabble.com/how-to-convert-string-to-object-tp2999281p2999281.html Sent from the R help mailing
2013 Mar 29
1
multiple plots and looping assistance requested (single plot)
HI Irucka, Please check this: temp<- structure(list(`:Bostoncitydata` = structure(list(Month = c(1L, 2L, 3L, NA), Data1 = c(1.5, 12.3, 11.4, NA), Data2 = c(9.1342, 12.31, 3.5, NA)), .Names = c("Month", "Data1", "Data2"), class = "data.frame", row.names = c(NA, -4L)), `:Chicagocitydata` = structure(list(Month = c(1L, 2L, 3L, 4L, 5L, NA), Data1 = c(1.52,
2004 May 18
1
dir.create bug (PR#6892)
Full_Name: Jim Breaux Version: 1.9.0 OS: WinXP Submission from: (NULL) (209.78.110.135) dir.create() is reporting a warning that a directory already exists when in fact the directory does NOT already exist. However, the erroneous behavior does not manifest itself until dir.create() has been called at least once to create a directory that DOES already exist. For example: # Create a directory
2012 Mar 29
1
Error, Variable is Missing
Hi, I am writing a function to plot a pdf of a distribution, GNL.pdf.fn = function(x,mu,sigma,alpha,beta,rho) { y = x-rho*mu cf.fn = function(s){ cplex = complex(1,0,1) temp1 = alpha*beta*exp(-sigma*s^2/2) temp2 = (alpha-cplex*s)*(beta+cplex*s) out = (temp1/temp2)^rho out } temp.fn = function(s){ (Mod(cf.fn(s)))*cos(Arg(cf.fn(s))-s*y) } int.fn =