Displaying 20 results from an estimated 24 matches for "diodes".
Did you mean:
diode
2012 Jan 30
3
lm_sensors
Hi all :)
Using lm_sensors, I can see few temperature indicator.
M/B Temp: +39?C (low = +15?C, high = +40?C) sensor = thermistor
CPU Temp: +33?C (low = +15?C, high = +45?C) sensor = thermistor
Temp3: +53?C (low = +15?C, high = +45?C) sensor = diode
What is that Temp3? It's the hottest.
Which one is the best to use if I want to use lm_sensor as a general
2006 May 29
3
Problem after last update
Hello list.
Since morning I have an emergency. After last kernel update one of my
servers didn't start. On display I see only "GRUB" :(
I have 2 more servers based on CentOS too, but after the same update
this servers works.
All servers have 2 HDs and works as software mirror.
I have started damaged machine using Knoppix and I can see partitions
and data on both disks. Of course I
2012 Aug 22
5
[PATCH 0/5] trace-cmd: Add a recorder readable feature for virtio-trace
Hi Steven,
The following patch set provides a feature which can read trace data of a guest
using virtio-trace (https://lkml.org/lkml/2012/8/9/210) for a recorder
function of trace-cmd. This patch set depends on the trace-agent running on a
guest in the virtio-trace system.
To translate raw data of a guest to text data on a host, information of debugfs
in the guest is also needed on the host. In
2012 Aug 22
5
[PATCH 0/5] trace-cmd: Add a recorder readable feature for virtio-trace
Hi Steven,
The following patch set provides a feature which can read trace data of a guest
using virtio-trace (https://lkml.org/lkml/2012/8/9/210) for a recorder
function of trace-cmd. This patch set depends on the trace-agent running on a
guest in the virtio-trace system.
To translate raw data of a guest to text data on a host, information of debugfs
in the guest is also needed on the host. In
2007 Jul 26
4
populate select box by ajax query with Prototype and IE7
Trying to populate a select box with a value passed in from another
select box works great in Firefox, but using IE nothing happens, no
data is getting returned back. I commented everything out and put
alerts in there and the alerts work in IE but when ajax is getting
used it seems to just die...Is this a bug or what am I doing wrong?
--~--~---------~--~----~------------~-------~--~----~
You
2009 Sep 02
5
Serial port problem
Since about v0.9 I've been unable to get wine to reliably receive characters on the serial port. Sending is fine. The latest version I've tried is 1.1.23, and this always loses the first two characters of a line, then randomly loses some of the later ones.
Is anyone else seeing the problem? It's an absolute show-stopper for me because the only Windows software I use needs serial coms
2008 Nov 10
1
How do I approach this problem?
I'm having a problem that I hope those with greater experience might
have some ideas on.
I live up in the mountains where the power is ill-conditioned.
Transients which would cause a computer to reboot occur on a daily
basis. Power failures are frequent and can last anywhere from five
minutes to five days. I have all my computers on UPSs so the first two
problems are solved. I have a
2008 Jun 19
2
Capturing draggable revert
I''ve seen a few posts about this, but no answers.
I would like to be able to call a function when a draggable revert
occurs. What I''m trying to do is replace a photo with an icon on drag
(which I''ve accomplished), but I need to swap it back if the revert
fires.
I really, really wish there were an onRevert() option, but there
isn''t, so I guess I''ll
2003 Apr 22
1
help needed - Officejet 7110 printing problem under RH7.2
Hello,
I have RH 7.2 and was trying to make HP Officejet 7110 work with it.
I have upgraded ghostscipt to 7.0.6 installed hpijs1.3.1 and foomatic-2.0.
So in printconf-gui I was able to chose HP OfficeJet 7110 from the printers
list and install hpijs driver.
After sending page to print, printer is displaying message (printing) after
printing page and diode On is blinking.
Setting in printconf-gui
2011 Jul 01
16
Power-outage
I have a CentOS-5.6 remote server in a house in Italy,
where there are occasional thunder-storms.
There was one yesterday, when the electricity
went off 3 times, for a second or so on each occasion.
My server, an HP MicroServer,
came back (re-booted) on 2 of the 3 occasions,
but not on the third.
I assume that the problem arises because the machine
does not close down properly.
(Although it is
2015 Dec 18
0
Contact-closure UPS
On Dec 17, 2015, at 4:51 PM, R?bert SZAKSZ <robert at szaksz.eu> wrote:
>
> Which output PIN on PC side is during whole communication on drivers blazer_ser or nutdrv_qx stable on Logical 0 (+12V)?
> I want make small power source with one resistor (1k) and 3V zenner diode and put on UPS Pin1.
I always forget which signals are inverted, but for upsdrv_qx: "By default the
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,
2007 Jul 10
6
Having trouble using data returned by Ajax.request
Hello everyone, I''m new here.
I''ve been working with prototype and plotr for about a month now, off
and on, and I have pretty much hit the wall on using the data returned
by Ajax.Request.
I''m using some php code to return a string:
{''foo'': [[0,0.0865334429075127], [1,0.0828179861705063],
[2,0.0828173042602942], [3,0.0841707718624196]]}
But I keep
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:
2007 Jun 10
2
Problem replacing form element with another form
Having a strange problem with replacing a form with another form. If I
do this
Element.replace("some_form_id", "<form>dummy text</form>") where
"some_form_if" is the id of a form element only the text between the
form tags is inserted, not the form tags. Tend to think I must be
doing something dumb, as can''t find any discussions on this anywhere.
2006 Oct 24
2
Question about Case Insensitivity
Hi,
I am trying to make a Linux filesystem appear case-insensitive and I got the
idea that I could use a SAMBA loopback mount to do this. I almost succeeded on
my first try but I ran into a snag I have no answer for yet.
My setup involves sharing filesystem "/a" and then mounting it on "/b". I can
use "ls -l" on the "/b" filesystem in a case-insensitive
2007 Jun 28
2
img element inside div not accessible with $$() or getElementsBySelector
I can''t access an img inside a div using the $$() syntax. Using
getElementsBySelector doesn''t work either. Both return empty arrays. I
can access it with getElementById, however.
<div id="foo">
<img id="image" src="blah.jpg">
<div id="bar"
</div>
- Using $$(''#foo img'') returns an empty array
- Using
2013 Mar 18
2
OrgMassSpecR peak area issue
Hello!
I am having an issue with the OrgMassSpecR package. I run my HPLC using a
DAD detector. My raw data is exported form chemstation as a csv file. I
then upload the csv into Rstudio no problem. Using the DrawChromatogram
function, I get a nice chromatogram, and my retention time, peak area, and
apex intensity values are given as well.
The problem comes with the peak area value given. The
2014 Jul 10
1
Digium E1 card stops working til disconnect machine power cord
2003 Nov 26
5
door phone
Hi,
Anyone know anything about Asterisk's support for door phones? Receiving
the call from the door intercom system, opening the door, etc?
Any hardware recommendations? I understand that the equipment we have
now is Panasonic proprietary and came with the currently deployed
Panasonic TD12-32 pbx.
We intend to deploy Asterisk in a 72 extensions + 16 trunks in a while,
so any info will be