You are not logged in.
Ftr, https://bbs.archlinux.org/viewtopic.php … 9#p2076289 seems to have issues w/ altering the D-state w/o the fake OSI as well.
Offline
Now, when linux-lts updated to 6.1, the dirver does not work on both linux and linux-lts kernels. Could not find a solution
Offline
You can get an older kernel from https://wiki.archlinux.org/title/Arch_Linux_Archive
Please post a complete system journal for a disfunctional boot, eg:
sudo journalctl -b -1 | curl -F 'file=@-' 0x0.stfor the previous boot.
Offline
Here: http://0x0.st/HsJL.txt
Offline
That's a random excerpt of a boot. Please post the complete journal.
Offline
It's the output of
sudo journalctl -b -1 What command do I run?
Offline
Did you run the command as specified by seth and posted the link that was returned to you? This is heavily truncated and not the full output of a normal journalctl run and is more akin to a copy paste out of the pager.
Offline
Yes, I copied the command and posted the link that was outputted
Offline
sudo journalctl -b | curl -F 'file=@-' 0x0.st
sudo journalctl -b -2 | curl -F 'file=@-' 0x0.stOffline
I rebooted a couple of times since then, here are two more logs
http://0x0.st/HsyH.txt
http://0x0.st/HsyX.txt
It's more or less the same thing every time, I don't know if it's truncated for some reason
Offline
type journalctl
cat /etc/systemd/journald.conf
Offline
Here is journald.conf:
http://0x0.st/HsxM.txt
And here is full journalctl since one of the yesterdays boots and until now:
http://0x0.st/HsxQ.txt
Offline
MaxLevelStore=warning
MaxLevelSyslog=warning
MaxLevelKMsg=warning
MaxLevelConsole=warning
MaxLevelWall=emergDefaults to "debug" for MaxLevelStore= and MaxLevelSyslog=, to ensure that the all messages are stored in the journal and forwarded to syslog. Defaults to "notice" for MaxLevelKMsg=, "info" for MaxLevelConsole=, and "emerg" for MaxLevelWall=.
That why your journal contains only warnings what's not helpful here.
Set those to the default values (or comment the entries) and reboot and post the journal.
Offline
Commented these lines out.
http://0x0.st/Hsxw.txt
Offline
Feb 24 19:25:49 arch kernel: pci 0000:02:00.0: [10de:1d13] type 00 class 0x030200
…
Feb 24 19:25:57 arch kernel: bbswitch: Found discrete VGA device 0000:02:00.0: \_SB_.PCI0.RP05.PXSX
Feb 24 19:25:57 arch kernel: bbswitch: Succesfully loaded. Discrete card 0000:02:00.0 is offOffline
Yeah, and it's impossible to turn it on. Bumblebee/bbswitch are not the ones to blame. Tried completely removing bbswitch, same thing: the driver works on older kernels, doesn't work on newer ones.
Offline
Then provide a journal for such boot.
If there's a further issue, it's occluded by bbswitch.
Offline
Ok, will do as soon as I can
Offline
Sorry for the delay. The problem has never been resolved, help still needed.
I deleted bumblebee/bbswitch, here's the journal: http://0x0.st/H8pE.txt
Offline
Apr 17 22:11:27 arch kernel: NVRM: This is a 64-bit BAR mapped above 4GB by the system
NVRM: BIOS or the Linux kernel, but the PCI bridge
NVRM: immediately upstream of this GPU does not define
NVRM: a matching prefetchable memory window.
Apr 17 22:11:27 arch kernel: NVRM: This may be due to a known Linux kernel bug. Please
NVRM: see the README section on 64-bit BARs for additional
NVRM: information.try disabling 4G decoding/resizable BAR in your BIOS/UEFI
Offline
There is no such option in my UEFI
Offline
Apr 17 22:11:26 arch kernel: nvidia 0000:02:00.0: Unable to change power state from D3cold to D0, device inaccessibleSame problem w/o
apparmor=1 lsm=lockdown,yama,apparmor?
Offline
Yes, it's the same thing: http://0x0.st/H8WG.txt
Offline
Going back to your OP
Setting ibt=off does nothing. Setting "acpi_osi=Windows 2009" fixes the driver issue but breaks touchpad and power button.Is there a UEFI/BIOS update available for the system?
Offline
No, there is no update available. I updated it last December in this topic though, nothing changed.
updated UEFI to the latest version.
Offline