This is a discussion on Re: ThinkPad testers required within the mailing.openbsd.tech forums, part of the OpenBSD category; --> On Sun, Aug 28, 2005 at 01:30:29AM +1000, Jonathan Gray wrote: > Can people with the following laptops: > ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Sun, Aug 28, 2005 at 01:30:29AM +1000, Jonathan Gray wrote: > Can people with the following laptops: > > - ThinkPad R50, R50p, R51, R52 > - ThinkPad T41, T41p, T42, T42p, T43, T43p > - ThinkPad X40 > - ThinkPad X41, X41 Tablet > > Try running the latest snapshot (08/27/05 06:49:00) > > Check they have working aps via > sysctl hw.sensors > Numbers should change when tilting the laptop. > > Suspend the system ie > zzz > > Resume and check they still have normal looking > numbers when running the same sysctl command again? something strange... dsantos@x40:~$ dmesg | head OpenBSD 3.8 (GENERIC) #0: Sun Aug 28 18:57:39 BRT 2005 root@x40.localhost:/usr/src/sys/arch/i386/compile/GENERIC cpu0: Intel(R) Pentium(R) M processor 1.40GHz ("GenuineIntel" 686-class) 1.40 GH z cpu0: FPU,V86,DE,PSE,TSC,MSR,MCE,CX8,APIC,SEP,MTRR,PGE,M CA,CMOV,PAT,CFLUSH,ACPI, MMX,FXSR,SSE,SSE2,SS,TM,SBF,EST,TM2 cpu0: Enhanced SpeedStep 1400 MHz (1116 mV): speeds: 1400, 1300, 1200, 1100, 100 0, 900, 800, 600 MHz real mem = 526819328 (514472K) avail mem = 473776128 (462672K) using 4278 buffers containing 26443776 bytes (25824K) of memory mainbus0 (root) bios0 at mainbus0: AT/286+(28) BIOS, date 06/15/05, BIOS32 rev. 0 @ 0xfd740 dsantos@x40:~$ sysctl hw.sensors hw.sensors.0=aps0, X_ACCEL, raw, 554 hw.sensors.1=aps0, Y_ACCEL, raw, 478 hw.sensors.2=aps0, X_VAR, raw, 554 hw.sensors.3=aps0, Y_VAR, raw, 477 hw.sensors.4=aps0, Temp1, temp, 37.00 degC / 98.60 degF hw.sensors.5=aps0, Temp2, temp, 37.00 degC / 98.60 degF hw.sensors.6=aps0, KBD_ACT, raw, 1 hw.sensors.7=aps0, MS_ACT, raw, 0 hw.sensors.8=aps0, LID_OPEN, raw, 1 hw.sensors.9=aps0, unknown, raw, 7 dsantos@x40:~$ zzz antos@x40:~$ sysctl hw.sensors hw.sensors.0=aps0, X_ACCEL, raw, 1 hw.sensors.1=aps0, Y_ACCEL, raw, 128 hw.sensors.2=aps0, X_VAR, raw, 0 hw.sensors.3=aps0, Y_VAR, raw, 0 hw.sensors.4=aps0, Temp1, temp, 0.00 degC / 32.00 degF hw.sensors.5=aps0, Temp2, temp, 0.00 degC / 32.00 degF hw.sensors.6=aps0, KBD_ACT, raw, 0 hw.sensors.7=aps0, MS_ACT, raw, 0 hw.sensors.8=aps0, LID_OPEN, raw, 0 hw.sensors.9=aps0, unknown, raw, 0 |