Re: ignore setting in sensors.conf only works with lowercase arguments
Sandeep <[email protected]> Mon, 24 Feb 2020 16:54:28 +0000
| Newsgroups | org.kernel.vger.lm-sensors |
|---|---|
| Message-ID | <CAGPDPzAwTXksS+sgHmCY3t3Tm7FN8T8oEJKsj5ZuORFY-Stbvw@mail.gmail.com> |
Thank you, that solved my problem! Yours sincerely, Sandeep On Mon, 24 Feb 2020 at 14:32, Ondřej Lysoněk <[email protected]> wrote: > > Hi, > > Sandeep <[email protected]> writes: > > > Hello, > > > > There are some sensor inputs such as "CPUTIN" for my motherboard's > > sensor chip, which have a default bogus value. I attempted to use an > > ignore line in sensors.conf to block this entry, but noticed that it > > didn't work. > > > > I tried using ignore for a different lowercase label (e.g "fan1" ) and > > it was ignored as expected. > > > > It seems that ignore assumes that the argument will be lowercase only, > > and refuses to work otherwise. Even if I use "ignore cputin" it > > doesn't work. > > > > Can you please fix this? > > I think there's nothing to fix. You just need to use the real name of > the input (such as 'temp2') in the 'ignore' statement. What you're using > ('CPUTIN') is the label of the input. You can use 'sensors -u' to find > out the real name. > > Ondra > > > > > Yours sincerely, > > Sandeep >