Re: [Mactel-linux-devel] SF.net SVN: mactel-linux: [55] trunk/kernel/mactel-patches-2.6.18/applesmc. patch

2006-11-03 Thread Jan Bernhardt
Tino Keitel wrote: > I didn't meant that there is something to fix. But if you start working > on this, I have 2 other remarks: > > 1. When I load the applesmc module, I get this output: > > applesmc: Apple Macmini detected (model without accelerometer, light > sensors and backlight). > applesmc: w

Re: [Mactel-linux-devel] SF.net SVN: mactel-linux: [55] trunk/kernel/mactel-patches-2.6.18/applesmc. patch

2006-11-02 Thread Jan Bernhardt
Nicolas Boichat wrote: > My patch is more complete, as it adds support for 6 sensors. Sorry to > see that Soeren worked on it while I had a working solution already... > Do you have any idea what these sensors do actually measure? - Jan. ---

Re: [Mactel-linux-devel] SF.net SVN: mactel-linux: [51] trunk/kernel/mactel-patches-2.6.18/applesmc. patch

2006-10-17 Thread Jan Bernhardt
Hi Nicolas, here is another version of my patch which fixes the module loading delay and contains conditionals which allow the module to be compiled for kernels < 2.6.17. I don't know when the led subsystem was introduced so I assumed kernel version 2.6.17. If you'd like to integrate the patch fe

Re: [Mactel-linux-devel] [Mactel-linux-users] Does lm-sensors work on MBP?

2006-10-17 Thread Jan Bernhardt
> It might be because there is no accelerometer in the Mac Mini, looking > at your patch, you didn't deactivate the input device related to the > accelerometer, which constantly tries to read the accelerometer data > (and always fails...). My new patch should fix the problem. It does indeed, thank

Re: [Mactel-linux-devel] SF.net SVN: mactel-linux: [51] trunk/kernel/mactel-patches-2.6.18/applesmc. patch

2006-10-17 Thread Jan Bernhardt
Hi Nicolas, thanks for the Mac Mini addition. Attached is an again quick and dirty patch adding support for the SMC temperature sensor. Maybe it's helpful. Regards, - Jan. --- applesmc.c.orig 2006-10-17 15:58:42.0 +0200 +++ applesmc.c 2006-10-17 17:35:42.0 +0200 @@ -33,7 +33,7

Re: [Mactel-linux-devel] [Mactel-linux-users] Does lm-sensors work on MBP?

2006-10-15 Thread Jan Bernhardt
Maybe the attached dmidecode dump data may help you. - Jan. # dmidecode 2.7 SMBIOS 2.4 present. 39 structures occupying 1542 bytes. Table at 0x000E73F0. Handle 0x, DMI type 0, 24 bytes. BIOS Information Vendor: Apple Computer, Inc. Version: MM11.88Z.0055.B03.0604071521

Re: [Mactel-linux-devel] [Mactel-linux-users] Does lm-sensors work on MBP?

2006-10-15 Thread Jan Bernhardt
Nicolas Boichat wrote: Please send me a patch of what you updated in the driver to make it working on a Mac Mini. I don't care if it's dirty, I'll clean it up. I think there is no accelerometer, no light sensors and obviously no keyboard backlight on the MacMini, is it right ? You are right:

Re: [Mactel-linux-devel] Fan control

2006-08-13 Thread Jan Bernhardt
Tino Keitel wrote: > And what absolute temperatures do you get? And how are they measured? > > hddtemp currently shows 52° for the hard disk of my mini. > Under Linux I use smartctl (which uses the same technique as hddtemp) to measure the temperature. For OS X I use Temperature Monitor, which