Opened 17 years ago

Closed 14 years ago

#194 closed defect (unknown)

T61 issues

Reported by: Chuck McKinnis Owned by:
Priority: blocker Milestone: Feedback pending
Component: ACPI PSD Version: 3.13
Keywords: Cc:

Description

There seem to be a variety of issues with T61 Thinkpads. Though I would open a new ticket to disuss them.

I am running with SNAP 505, ACPI 3.06, and APM 1.21.

The screen is fine when wide resolution is enabled (1280 x 800).

The beer battery widget is rather strange. When eCenter opens it shows the wall plug icon and 100% (which is correct) then immediate decides that no battery is in the machine. When I get a chance, I will back off to APM 1.20 and report back.

UNIAUD without any parameters traps the machine. With the /C:ICH parm, the machine no longer traps, but it fails to initialize. I have the latest ALSA resynch (2008-01-28) installed.

Chuck McKinnis

Attachments (8)

t61_logs.zip (5.3 KB ) - added by Chuck McKinnis 17 years ago.
battery.zip (5.2 KB ) - added by Chuck McKinnis 17 years ago.
acpibatt.zip (1.3 KB ) - added by Chuck McKinnis 17 years ago.
apm_log.zip (1.6 KB ) - added by Chuck McKinnis 17 years ago.
313_logs.zip (1.3 KB ) - added by Chuck McKinnis 16 years ago.
acpi-test.zip (7.0 KB ) - added by Chuck McKinnis 16 years ago.
Updated acpi-test.cmd
313d_logs.zip (1.4 KB ) - added by Chuck McKinnis 16 years ago.
acpi-log-t61.zip (97.8 KB ) - added by Chuck McKinnis 16 years ago.

Download all attachments as: .zip

Change History (44)

comment:1 by eco, 17 years ago

  • attach ACPI, APM, ACPI daemon logs
  • UNIAUD doesn't support HDAudio => traps. => disable it.

comment:2 by Chuck McKinnis, 17 years ago

Owner: changed from pasha to Chuck McKinnis
Status: newassigned

Did revert back to APM 1.20. Still get the same behavior with beer battery.

As I said, UNIAUD does not trap with the /C:ICH (which is what it is) parm. It just does not load. Will pursue with them.

Could not find apm$ when trying to copy the log. Attaching other logs.

by Chuck McKinnis, 17 years ago

Attachment: t61_logs.zip added

comment:3 by Chuck McKinnis, 17 years ago

Owner: changed from Chuck McKinnis to pasha
Status: assignednew

comment:4 by Chuck McKinnis, 17 years ago

Would be happy to test with 3.07 if I could find it.

comment:5 by eco, 17 years ago

OK, I tested 3.7, uploaded.

Let's install beer battery widget: http://ecomstation.ru/projects/acpitools/?action=down -> Beer battery widget

comment:6 by Chuck McKinnis, 17 years ago

Version: 3.063.07

I have both battery monitors active with ACPI 3.07 and APM 1.22. Uploaded screen shots of widgets with AC on and off.

by Chuck McKinnis, 17 years ago

Attachment: battery.zip added

comment:7 by pasha, 17 years ago

Need output from AcpiBattery.exe

comment:8 by Chuck McKinnis, 17 years ago

Attached acpibattery.exe output.

by Chuck McKinnis, 17 years ago

Attachment: acpibatt.zip added

comment:9 by Chuck McKinnis, 17 years ago

Updated attachment with 2 listings, AC on and AC off.

comment:10 by eco, 17 years ago

Pasha talks that T61 has two batteries

comment:11 by Chuck McKinnis, 17 years ago

It only has one battery pack. There is a backup battery pack (a little Panasonic CR-2032 that is found in most computers). Kubuntu and WinXP show correct values.

comment:12 by pasha, 17 years ago

Need, install apm.add from debug directory, after boot do "copy apm$ apm.log" and apm.log attach here

by Chuck McKinnis, 17 years ago

Attachment: apm_log.zip added

comment:13 by Chuck McKinnis, 17 years ago

I have uploaded apm_log.zip (apm.log). Created with debug version of APM 1.22. Beer battery still shows no battery and regular battery shows 255%.

comment:14 by pasha, 17 years ago

Open "Power object" -> property, check "APM BIOS and OS/2 support enabled" is choice

comment:15 by Chuck McKinnis, 17 years ago

Resolution: fixed
Status: newclosed

Checking the property fixed both the beer battery and regular battery widgets. Don't know how I missed it.

This means that the only outstanding issue is audio, and I don't see how we can fix that until the UNIAUD folks support the chipset. Therefore, I am setting this ticket as fixed.

Thanks for the tip.

comment:16 by Chuck McKinnis, 17 years ago

Priority: minortrivial

Oops. Missed one item. Beer battery and the standard battery widget both show 98%, but the beer battery widget shows 6 minutes remaining (which I don't think is quite correct).

comment:17 by Chuck McKinnis, 17 years ago

Resolution: fixed
Status: closedreopened

comment:18 by Chuck McKinnis, 17 years ago

Priority: trivialmajor
Version: 3.073.08

I hate have to report it, but the latest ACPI/APM build (ACPI13042008.ZIP) does not do well on the T61.

If APM is enabled, the system will trap in APM right after SDDHELP.SYS loads. It will boot with APM remmed out of CONFIG.SYS.

In either case, all of the various ACPI messages that come to the screen are very distracting.

comment:19 by Chuck McKinnis, 17 years ago

Priority: majorminor

Went back to 3.08. My comments so far:

I seem to have about everything working. I installed Panorama over SNAP using the wpi (which should be available on the CD). The battery widgets both show 98%, the beer battery widget says that I have 6 minutes left on the battery. :)

I have the following in CONFIG.SYS now. PSD=ACPI.PSD /SMP /APIC /SAP:0x20

not sure what the 0x20 buys me

DEVICE=C:\OS2\BOOT\MOUSE.SYS

I personally do not use Amouse unless it is needed

BASEDEV=APM.ADD

I removed the RUN=C:\OS2\ACPIDAEMON.EXE, created a little object for it, and put it in the startup folder. I think that trying to start the daemon too early can cause problems.

My startup.cmd file:

@attrib -r -h -s c:\os2\os2.ini > nul @attrib -r -h -s c:\os2\os2sys.ini > nul rem (using uniaud 114rc6 + 193 from Paul Smedley) @unimix.exe -id3 -cnt0 -val1 > nul @unimix.exe -id3 -cnt1 -val1 > nul @unimix.exe -id27 -val33 > nul @exit

comment:20 by eco, 17 years ago

/SAP:0x20 disables ACPI initializations.

So, remove this switch.

Disable HDAudio,

try boot /SMP /APIC

maybe /CD

comment:21 by Steven Levine, 16 years ago

Milestone: Release version 3.10

comment:22 by Steven Levine, 16 years ago

Reporter: changed from Chuck McKinnis to Chuck McKinnis

comment:23 by Steven Levine, 16 years ago

Milestone: Release version 3.10Feedback pending

comment:24 by Chuck McKinnis, 16 years ago

Component: APM.ADDACPI.PSD
Version: 3.08

3.13 will not boot. The kernel loads, the logo appears, and I never hear from it again.

Restored 3.11 to get booted.

comment:25 by Chuck McKinnis, 16 years ago

Milestone: Feedback pendingeCS 2.x
Priority: minorblocker

comment:26 by eco, 16 years ago

Please sun simple test:

http://ecomstation.ru/projects/acpitools/download/acpi-test.cmd

Please boot with 1 CPU, collect logs, show us this logs.

comment:27 by Chuck McKinnis, 16 years ago

Tried with SMP kernel and PSD=ACPI.PSD /APIC. Kernel loads, logo appears, and that is the end of it. Just like before.

Installed UNI kernel. System boots. FYI, \OS2\INSTALL\UNI contains the W4 kernel, not the UNI kernel.

Next?

by Chuck McKinnis, 16 years ago

Attachment: 313_logs.zip added

by Chuck McKinnis, 16 years ago

Attachment: acpi-test.zip added

Updated acpi-test.cmd

comment:28 by Chuck McKinnis, 16 years ago

Uploaded an update to acpi-test.cmd. Will now permit checking of a volume other than the boot volume (acpi-test <target>) and ignore commented lines in SNOOP.LST.

comment:29 by Chuck McKinnis, 16 years ago

Version: 3.13

Downloaded and installed test acpi 11/29 from Mensys. T61 now boots with SMP kernel. Have not run many tests as yet, but it does boot. Attaching logs.

by Chuck McKinnis, 16 years ago

Attachment: 313d_logs.zip added

by Chuck McKinnis, 16 years ago

Attachment: acpi-log-t61.zip added

comment:30 by eco, 16 years ago

Resolution: fixed
Status: reopenedclosed

ok, thank you for testing!

comment:31 by Chuck McKinnis, 16 years ago

Milestone: eCS 2.xRelease version 3.13
Resolution: fixed
Status: closedreopened

You really cannot post this as fixed and closed until there is a release that fixes the problem. I do not consider a patched, debug enabled, incomplete download as fixed. Too many times I have seen the final builds manage to miss something, and I have to start over.

comment:32 by eco, 16 years ago

e-co:

please inform us, do you have troubles with Thinpad and ACPI 3.14?

comment:33 by pasha, 16 years ago

Please download experimental ACPI build from Mensys site:

  • Experimental build for you:

ACPI-APIC-BAT.ZIP

comment:34 by Steven Levine, 16 years ago

Milestone: Release version 3.15Feedback pending

comment:35 by pasha, 16 years ago

Owner: pasha removed
Status: reopenednew

comment:36 by Steven Levine, 14 years ago

Resolution: unknown
Status: newclosed
Note: See TracTickets for help on using tickets.