Re: hw.sensor empty

2007-03-31 Thread giovanni
Please provide dmesg with your mail. I guess you have no sensors in your box or they're not supported yet. somebody off list had similar problem and remembered me to maintain userland and kernel in sync. after doing this, sensors were there... thanks, -- giovanni

Re: hw.sensor empty

2007-03-30 Thread Matthew R. Dempsky
On Fri, Mar 30, 2007 at 10:34:44AM +0200, giovanni wrote: > on my box, 4.1-current, > > sysctl -a hw.sensor > > is empty Assuming you actually typed ``sysctl -a hw.sensors'' at the command-line, I would suspect you compiled and are running a new kernel, but did not recompile sysctl against the n

Re: hw.sensor empty

2007-03-30 Thread Nickolay A. Burkov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please provide dmesg with your mail. I guess you have no sensors in your box or they're not supported yet. On Fri, Mar 30, 2007 at 10:34:44AM +0200, giovanni wrote: > hello, > > on my box, 4.1-current, > > sysctl -a hw.sensor > > is empty > I've se

Re: hw.sensor empty

2007-03-30 Thread Nils.Reuvers
How about: sysctl -a hw.sensors -Original Message- From: giovanni [mailto:[EMAIL PROTECTED] Sent: vrijdag 30 maart 2007 10:35 To: misc@openbsd.org Subject: hw.sensor empty hello, on my box, 4.1-current, sysctl -a hw.sensor is empty I've seen that the sensor land has been split in

hw.sensor empty

2007-03-30 Thread giovanni
hello, on my box, 4.1-current, sysctl -a hw.sensor is empty I've seen that the sensor land has been split in user and kernel one. Before posting I've searched and tried to understand the matter i.e the relevant part where the copy from kernel to userland is made. I've also tried to watch the re