[Kernel-packages] [Bug 1953235] Re: systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-06 Thread Ufos92
For whatever reason (old config, or nvidia unreasonable default) the new driver got installed with `PreserveVideoMemoryAllocations=1`, which without additional nvidia services doesn't work, and so suspend breaks. To fix: ```shell echo 'options nvidia NVreg_PreserveVideoMemoryAllocations=0' | sudo

[Kernel-packages] [Bug 1953235] Re: systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-06 Thread Ufos92
Installed nvidia drivers `sudo apt install nvidia-driver-470 --install-recommends` suspend broke. Did `sudo prime-select on-demand`, but no luck. ``` user@myLaptop:~$ journalctl -b | grep suspend Dec 06 23:01:18 myLaptop ModemManager[1620]: [sleep-monitor] system is about to suspend Dec 06

[Kernel-packages] [Bug 1953235] Re: systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-06 Thread Ufos92
Reverted to the mainline kernel and hwe: `sudo apt install linux-generic-hwe-20.04 --install-recommends` suspend still works -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-signed-hwe-5.11 in Ubuntu.

[Kernel-packages] [Bug 1953235] Re: systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-06 Thread Ufos92
Sorta solved it. So, after all the above shenanigans `sudo pm-suspend` finally started working from GNOME. So I went after `systemctl suspend`. `journalctl -b | grep suspend` was throwing a bunch of ``` Could not acquire inhibitor lock: GDBus.Error:org.freedesktop.DBus.Error.NoReply:

[Kernel-packages] [Bug 1953235] Re: systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-06 Thread Ufos92
Downgraded using bazooka method. ```shell sudo apt install linux-generic sudo apt purge '.*-hwe-.*' dpkg -l | grep -i 5.11.0- | awk '{print $2}' | xargs -n1 sudo apt purge -y sudo apt autoremove ``` Didn't help. -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1953235] Re: systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-06 Thread Ufos92
Decided to get rid of nvidia just in case. Didn't help. ```shell sudo apt remove --purge '.*nvidia.*' sudo apt reinstall --install-recommends linux-generic-hwe-20.04 ``` --- > `linux-generic-hwe-20.04` this thing being rolling is really not helpful. Can't even downgrade. -- You received this

[Kernel-packages] [Bug 1850654] Re: update-initramfs complains of missing amdgpu firmware files

2021-02-24 Thread Ufos92
This bug stills persists! https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1873325 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1850654 Title: update-initramfs complains

[Kernel-packages] [Bug 1873325] Re: update-initramfs complains of missing amdgpu firmware files

2021-02-24 Thread Ufos92
Still affects me! ``` $ uname -v #49~20.04.1-Ubuntu SMP Fri Feb 5 09:57:56 UTC 2021 ``` ``` $ uname -r 5.8.0-43-generic ``` ``` $ sudo lshw -c CPU *-cpu description: CPU product: AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx ``` While `apt dist-upgrade` to

[Kernel-packages] [Bug 1785964] Re: Unable to unlock the desktop session: systemd-logind: got pause for 13:69

2019-05-20 Thread Ufos92
`sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bckp` `sudo apt install nvidia-driver-` (check in GUI "Additional Drivers", mine is `430`) everything works. Even the screen layout wasn't broken. Thx to Dmitrii! -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1785964] Re: Unable to unlock the desktop session: systemd-logind: got pause for 13:69

2019-05-20 Thread Ufos92
Dell Precision 5520 freeze cuz of Nvidia confirmed. `sudo apt purge 'nvidia*'` solved it. Let's see what happens after I install it again. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1757008] Re: Broadcom wireless drivers failed to build [error: implicit declaration of function ‘init_timer’]

2018-07-24 Thread Ufos92
WORKAROUND: https://askubuntu.com/a/1052418/308869 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to bcmwl in Ubuntu. https://bugs.launchpad.net/bugs/1757008 Title: Broadcom wireless drivers failed to build [error: implicit declaration

[Kernel-packages] [Bug 1757008] Re: Broadcom wireless drivers failed to build [error: implicit declaration of function ‘init_timer’]

2018-07-18 Thread Ufos92
WORKAROUND: https://askubuntu.com/a/1052418/308869 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to bcmwl in Ubuntu. https://bugs.launchpad.net/bugs/1757008 Title: Broadcom wireless drivers failed to build [error: implicit declaration

[Kernel-packages] [Bug 1509556] Re: Kubuntu Wily upgrade screen glitch with 4.2 kernel

2016-05-19 Thread Ufos92
got this bug on xubuntu 14.04.03 with the recent update. The WORKAROUND -- Edit (or create) as root or sudo a file named /etc/X11/xorg.conf as follows (there should be a tab before each line except the first and the

[Kernel-packages] [Bug 1072672] Re: Mouse freezes from time to time. The touchpad as well as external mouse.

2015-12-05 Thread Ufos92
I am not sure if there is a newer version of the same bug. My mouse freezes sometimes as well. It happens only when I use the touchpad. I found a workaround, and will leave it here for the time being. ``` sudo rmmod psmouse sudo modprobe psmouse ``` -- You received this bug notification