From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ond=C5=99ej_Lyson=C4=9Bk?= Date: Mon, 24 Feb 2020 09:02:38 +0000 Subject: Re: ignore setting in sensors.conf only works with lowercase arguments Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lm-sensors@vger.kernel.org Hi, Sandeep 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