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
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
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
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
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
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.
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
{
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
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
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
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
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,
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
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
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:
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
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
$ 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_.
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
** 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
** 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
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
** 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
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
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
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
41 matches
Mail list logo