[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2023-07-10 Thread Bora Ayvaz
Yesterday i tried linux mint 21.1 on 1.14 bios its still exist Also i talked with fujitsu support and they told me your product not supporting linux and theres no new bios coming I dont know german but they saying 1.12 bios in linux mint doesnt have the bug? -- You received this bug notificatio

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2023-07-03 Thread Kai-Heng Feng
Does the issue still present on mainline kernel? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1956177 Title: battery not detected by ACPI Status in linux package in Ubuntu: Confirme

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2023-06-16 Thread Pina Mahn
This lifebook is obscure model and fujitsu will not fix the bug. Editing dsdt.dsl is the only option. I don't think ubuntu/kernel can fix this. At the same time, an user in https://forum.ts.fujitsu.com/forum/viewtopic.php?f=65&t=49256&p=156905#p156905 reports that the bug does not exist in Linux M

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2023-03-17 Thread Bora Ayvaz
Still having this issue on my pc -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1956177 Title: battery not detected by ACPI Status in linux package in Ubuntu: Confirmed Bug descripti

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-11-30 Thread Pina Mahn
Update: FUJITSU firmware Version 1.14 date: 09/05/2022 instructions for ubuntu jammy 1. Disable Secure Boot 2. Follow #36 comment root@lifebook:~# diff dsdt.dsl.orig dsdt.dsl 1,21c1 < /* < * Intel ACPI Component Architecture < * AML/ASL+ Disassembler version 20200925 (64-bit version) < * Co

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-07-19 Thread Pina Mahn
Does it mean this patch fixes the bug and DSDT patches are NOT needed? Thanks Ref: https://lore.kernel.org/linux-acpi/20220615195643.12608-1-hdegoede -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-06-07 Thread Kai-Heng Feng
Here's a great guide: https://www.kernel.org/doc/html/latest/admin-guide/acpi/initrd_table_override.html Here's the ASL in DSDT: Device (BAT1) { Name (BATP, 0x0F) Method (_STA, 0, NotSerialized) // _STA: Status {

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-06-07 Thread Kevin Peter Gade
Could you put together a simple instruction for how to perform this workaround please? I am not sure, if this is what was supposed to be set by editing dsdt.dsl with above suggestion or if this is a new fix. In all cases a simple instruction would be much appreciated and I will test this and get b

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-06-07 Thread Kai-Heng Feng
So IMO the easiest workaround is to use DSDT/SSDT overlay to patch '\_SB_.BAT1._STA' and let it return 0x1f. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1956177 Title: battery not det

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-06-07 Thread Kai-Heng Feng
When a battery is present, '\_SB_.BAT1._STA' should return 0x1f, but right now it returns 0xf. And it's because '\_SB_.PCI0.LPCB.EC0_.BATD' is 0. '\_SB_.PCI0.LPCB.EC0_.BATD' is something directly from firmware, so I _guess_ it's either 1) a firmware bug, or 2) special battery driver is required to

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-06-07 Thread Kevin Peter Gade
We have tested with 5.18.0-051800-generic now, unfortunately battery is still not recognized :( Anything else we can try? Seems like some has managed to solve this with identical hardware, but then I must be missing some steps here. Any help is much appreciated. -- You received this bug notifica

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-06-01 Thread Pina Mahn
A humble request: Just to reiterate myself, please post more comments on the official thread of fujitsu. Hope some engineers wake up! (also in English) https://forum.ts.fujitsu.com/forum/viewtopic.php?f=65&t=49256 -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-31 Thread Kai-Heng Feng
I don't see anything wrong from the log. Has anyone tried mainline kernel? https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.18/amd64/ -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1956177

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-29 Thread Kevin Peter Gade
Output of dmesg attached. ** Attachment added: "output dmesg" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1956177/+attachment/5593690/+files/dmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://b

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-29 Thread Kai-Heng Feng
And also full dmesg, thanks! -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1956177 Title: battery not detected by ACPI Status in linux package in Ubuntu: Confirmed Bug description:

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-27 Thread Kevin Peter Gade
Please find output of cat /proc/iomem attached. ** Attachment added: "output cat /proc/iomem" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1956177/+attachment/5593426/+files/iomem.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscrib

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-27 Thread Kai-Heng Feng
Thanks. Please attach `sudo cat /proc/iomem`. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1956177 Title: battery not detected by ACPI Status in linux package in Ubuntu: Confirmed

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-27 Thread Kevin Peter Gade
$ sudo acpidbg -b 'ex \_SB_.PCI0.LPCB.EC0_.BATL' Evaluating \_SB_.PCI0.LPCB.EC0_.BATL Evaluation of \_SB_.PCI0.LPCB.EC0_.BATL returned object 09af25b3, external buffer length 18 [Integer] = $ sudo acpidbg -b 'ex \_SB_.PCI0.LPCB.EC0_.BATH' Evaluating \_SB_.PCI0.LPCB.EC0_.

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-27 Thread Kai-Heng Feng
Thanks! Can you please also run $ sudo acpidbg -b 'ex \_SB_.PCI0.LPCB.EC0_.BATL' $ sudo acpidbg -b 'ex \_SB_.PCI0.LPCB.EC0_.BATH' -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1956177 T

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-27 Thread Kevin Peter Gade
Yes - Disabling Secureboot worked in order to get acpidbg working (killed my touchpad mouse however that is another topic). Output from both commands here: $ sudo acpidbg -b 'ex \_SB_.PCI0.LPCB.EC0_.BATD' Evaluating \_SB_.PCI0.LPCB.EC0_.BATD Evaluation of \_SB_.PCI0.LPCB.EC0_.BATD returned object

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-27 Thread Kai-Heng Feng
Right, I think Secureboot needs to be disabled in order to use acpidbg. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1956177 Title: battery not detected by ACPI Status in linux packag

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-27 Thread Kevin Peter Gade
Unfortunately I get an "Operation not permitted" error when running sudo acpidbg -b 'ex \_SB_.BAT1._STA' as well. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1956177 Title: battery no

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-25 Thread Kevin Peter Gade
Hi, I left the PC at the office. Will try the new command on Friday when I will be there again. Thanks! Br. Kevin -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1956177 Title: battery n

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-25 Thread Kai-Heng Feng
Ok, can you please run the following instead: $ sudo acpidbg -b 'ex \_SB_.BAT1._STA' -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1956177 Title: battery not detected by ACPI Status in

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-25 Thread Kevin Peter Gade
Unfortunately I get an "Operation not permitted" error when I try to run acpidbg here. Is above command exactly as it should be entered? Thanks. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bu

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-25 Thread Kai-Heng Feng
Seems like BATD is not correct? Can someone please run $ sudo acpidbg -b 'ex \_SB_.PCI0.LPCB.EC0_.BATD' and attach its value? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1956177 Tit

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-24 Thread Kevin Peter Gade
Hello. I have tried to follow above instructions carefully, recompiling my own file. However for me its not working, unfortunately battery is still not recognized. I followed these steps: 1) install acpica-tools sudo apt-get install acpica-tools 2) Grab the DSDT of your device sudo cat /sys/fi

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-05-02 Thread Pina Mahn
Since you all are large customers buying 1000s of Lifebook A3510 could you please report it to fujitsu deutschland. Hope they will fix these. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-04-23 Thread Patrick Walz
Hello Nikola, glad I could help :) Took me about 3 or 4 months myself to figure out what was up I already assumed that the files I provided won't work on every system after Thomas tried them, ours are i3/8GB/256GB across the board so I can mass deploy the patch with ease. I ran into the Touchpad

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-04-22 Thread Nikola Glavina
Patrick, I just want to say a big “Thank You”. I have been struggling with this issue for about two months. Your DSDT files haven't worked on my laptop, even my touchpad stopped working after I applied it lol. What did work was dumping my own dsdt, decompiling and updating it, and recompiling it ac

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-01-31 Thread Patrick Walz
Quick edit for a typo: in number 8) it should of course be : OperationRegion and not perationRegion ... And the recompile will throw warnings not errors ... Sorry about that I am in a bit of a hurry ^^* -- You received this bug notification because you are a member of Kernel Packages, which i

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-01-31 Thread Patrick Walz
Hello Thomas, here`s how I did it, step by step. 1) install acpica-tools apt-get install acpica-tools 2) Grab the DSDT of your device cat /sys/firmware/acpi/tables/DSDT > dsdt.dat 3) Decompile the dsdt.dat iasl -d dsdt.dsl 4) Open the dsdt.dsl with whatever editor tickles your fancy e.g. xed d

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-01-30 Thread Patrick Walz
Hello Thomas, that's odd, I did 20 Lifebooks on Thursday and all of them worked. I'd guess you have a different hardware configuration, so my dsdt.aml isn't applied properly ... :/ I'll try to whip up a tutorial including what I did so you can decompile the DSDT of your Lifebook and try with tha

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-01-30 Thread Thomas Frick
Hello Patrick, having time today I've applied your patch to my system, but the battery is still not recognized by OS. According to my BIOS rev. I've copied- renamed the one .aml file starting with "12_" to /boot/dsdt.aml, copied and chmod'ed 01_acpi to /etc/grub.d/ and ran update-grub, which told

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-01-24 Thread Patrick Walz
** Attachment added: "DSDT.aml for BIOS Rev 1.10" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1956177/+attachment/5556980/+files/10_DSDT.aml -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchp

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-01-24 Thread Patrick Walz
** Attachment added: "DSDT.aml for BIOS Rev 1.12" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1956177/+attachment/5556981/+files/12_DSDT.aml -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchp

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-01-24 Thread Patrick Walz
I managed to rudimentarily fix it via DSDT. So far everything seems to be in working order. I will attached three aml files for BIOS Revisions 1.09, 1.10, 1.12 and another required file 01_acpi. One of the aml files needs to be copied into /boot (acording to your BIOS Rev.) and renamed into dsd

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-01-24 Thread Patrick Walz
** Attachment added: "DSDT.aml for BIOS Rev 1.09" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1956177/+attachment/5556979/+files/09_DSDT.aml -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchp

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-01-05 Thread Patrick Walz
Just created an account to comment on this Seems to be BIOS related. We received just shy of 1000 A3510s, split up into multiple shipments. The first 4 shipments (around 500 of them) arrived with BIOS V1.04 and had everything working fine. The latest and last shipment arrived with V1.10 and is

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-01-04 Thread Thomas Frick
apport information ** Tags added: apport-collected ** Description changed: On my freshly installed Fujitsu Lifebook A3510 now running kubuntu 21.10 with kernel 5.13.0-22-generic, there is an issue with the internal battery. When kernel boots up, ACPI isn't able to detect it correctly, see dm

[Kernel-packages] [Bug 1956177] Re: battery not detected by ACPI

2022-01-04 Thread Paul White
There is no 'kernel-package' package in the impish release. Moving bug report to 'linux' which is the correct package for the Linux kernel. ** Package changed: kernel-package (Ubuntu) => linux (Ubuntu) ** Tags added: impish -- You received this bug notification because you are a member of Kerne