[Unstable Update] 2021-10-23 - Kernels, Nvidia, Haskell, Kodi, Thunderbird, PHP, Wine

System: Gnome unstable / B550 Board / MSI RX5500 8GB / Ryzen 7 3700X /
(only with:) Kernel 5.15.1-1

Warning in systemd.log:

.....
kernel:  ata3.00: Read log page 0x08 failed, Emask 0x1
kernel:  ata3.00: Read log page 0x08 failed, Emask 0x1
.....

Solution taken from:
https://askubuntu.com/questions/1060245/what-do-these-ata-error-messages-mean
==> add to: GRUB_CMDLINE_LINUX_DEFAULT new entry: “libata.force=noncq”

EDIT: please look for:

2-EDIT: problem has gone with kernl-version 5.15.2-2

2 Likes

There’s an nvidia-fake-powerd package in the AUR now, built from those instructions.
I think it should go without saying, but use at your own discretion! Used with 495xx drivers.

Nvidia GT730 Geforce not longer working after update (unstable) 07.11.2021.
Error: “Driver doesnot support your GT730”
SOLUTION:
in GRUB press “E” and add to bootoptions: 3 nomodeset
Boot (F10) => login prompt => login and type:

sudo mhwd -r pci $(mhwd -li |grep 'video-' | awk '{print $1}')
sudo mhwd -a pci free 0300
reboot…
(Nvidia-driver replaced by opensource-driver)

1 Like

Or install the new Nvidia driver package made for the occasion (The previous driver)?

mhwd -l

After updates of btrfs-progs-5.15-1, harfbuzz-3.1.1-1. harfbuzz-icu-3.1.1-1, and lib32-harfbuzz-3.1.1-1
==> Building image from preset: /etc/mkinitcpio.d/linux514.preset: 'default'
  -> -k /boot/vmlinuz-5.14-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.14-x86_64.img
==> ERROR: '/lib/modules/5.14.17-1-MANJARO' is not a valid kernel module directory
==> Building image from preset: /etc/mkinitcpio.d/linux514.preset: 'fallback'
  -> -k /boot/vmlinuz-5.14-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.14-x86_64-fallback.img -S autodetect
==> ERROR: '/lib/modules/5.14.17-1-MANJARO' is not a valid kernel module directory
==> Building image from preset: /etc/mkinitcpio.d/linux515.preset: 'default'
  -> -k /boot/vmlinuz-5.15-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.15-x86_64.img
==> Starting build: 5.15.1-1-MANJARO
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [mdadm_udev]
Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-5.15-x86_64.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux515.preset: 'fallback'
  -> -k /boot/vmlinuz-5.15-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.15-x86_64-fallback.img -S autodetect
==> Starting build: 5.15.1-1-MANJARO
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [mdadm_udev]
Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-5.15-x86_64-fallback.img
==> Image generation successful
error: command failed to execute correctly

Edit: Something had nuked /usr/lib/modules/5.14.17-1-MANJARO entirely… :eyes:
I uninstalled and reinstalled linux514, and the folder and its contents are back.

All set 5.10.78 is fine on ThinkPad T60

I’m getting a strange update issue that sounds like it would be system-breaking, as of just now. I declined, of course. What should I do? Here’s what I saw in my terminal:

[alex@alex-pc ~]$ sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
:: xf86-input-elographics and xorg-server are in conflict. Remove xorg-server? [y/N] N
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: xf86-input-elographics and xorg-server are in conflict (xorg-server<21.1.1)
[alex@alex-pc ~]$
2 Likes

Refresh your mirrors and/or wait until your mirror syncs, you need the xorg-server 21.1.1-2 packages first. Sorry, they came in slightly out of order. :grimacing:

:warning: Neither uninstall nor downgrade anything. :warning:

1 Like

Yup, waiting worked. Thanks for the info! I hope nobody accepted that prompt while it was active.

After the last update (Plasma 5.23.3) Octopi fails to start with the following error:

octopi: error while loading shared libraries: libqtermwidget5.so.0: cannot open shared object file: No such file or directory

UPD: sudo ln -s /lib/libqtermwidget5.so.1.0.0 /lib/libqtermwidget5.so.0 worked for now. I know it’s a workaround but I don’t care much as I use Octopi only for ez browsing of packages anyway.

2 Likes

Install it from the AUR for now, apparently no one here is interesting in updating it. :man_shrugging:

Gnome 41 finally came.
I did the update in TTY, rebooted normally.

Smooth and seamless.

Latest xorg-server update to 21.1.1-2 can cause some “fun” with scaling on plasma. I had to force the old default of 96dpi to reduce huge icons and fonts to proper size again. Plasma scaling was set to 100% at all times.

There’s also this thread in the arch forums.

1 Like

Here nvidia-390xx driver is not starting after xorg-server update.

Apparently the change in xorg-server will be reverted in 21.1.2 next week:

Arch itself might be opting to revert in it’s package sooner:
https://bugs.archlinux.org/task/72661

The update of an old Nvidia driver just now fails with all 3 of pacman, yay, and pamac. Here’s the output from my terminal. What should I do?

[alex@alex-pc ~]$ yay
:: Synchronizing package databases...
 core is up to date
 extra                1923.7 KiB  4.87 MiB/s 00:00 [######################] 100%
 community is up to date
 multilib              177.6 KiB  2.75 MiB/s 00:00 [######################] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (2) mhwd-nvidia-470xx-470.86-1  xorg-server-21.1.1-3.1

Total Download Size:   1.72 MiB
Total Installed Size:  3.69 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages...
 mhwd-nvidia-470x...     3.1 KiB  6.96 KiB/s 00:00 [######################] 100%
 xorg-server-21.1...  1756.2 KiB  1298 KiB/s 00:01 [######################] 100%
 Total (2/2)          1759.3 KiB  1121 KiB/s 00:02 [######################] 100%
(2/2) checking keys in keyring                     [######################] 100%
(2/2) checking package integrity                   [######################] 100%
(2/2) loading package files                        [######################] 100%
(2/2) checking for file conflicts                  [######################] 100%
error: failed to commit transaction (conflicting files)
mhwd-nvidia-470xx: /var/lib/mhwd/ids/pci/nvidia.ids exists in filesystem (owned by mhwd-nvidia)
Errors occurred, no packages were upgraded.
 -> error installing repo packages
[alex@alex-pc ~]$ pamac update
Preparing...
Checking ruffle-nightly-bin dependencies...
Cloning thunar-vcs-plugin-git build files...
Generating thunar-vcs-plugin-git information...
Checking thunar-vcs-plugin-git dependencies...
Synchronizing package databases...
Resolving dependencies...
Checking inter-conflicts...

To upgrade (2):
  mhwd-nvidia-470xx      470.86-1              (470.82.00-3)           extra  
  xorg-server            21.1.1-3.1            (21.1.1-3)              extra  
To build (2):
  ruffle-nightly-bin     2021.11.11-1          (2021.11.10-1)          AUR
  thunar-vcs-plugin-git  0.2.0+124+ge79134e-1  (0.2.0+123+g68b9e88-1)  AUR


Edit build files : [e] 
Apply transaction ? [e/y/N] y

Checking keyring...                                                        [2/2]
Checking integrity...                                                      [2/2]
Loading packages files...                                                  [2/2]
Checking file conflicts...                                                 [2/2]
Error: Failed to commit transaction:
conflicting files:
- mhwd-nvidia-470xx: /var/lib/mhwd/ids/pci/nvidia.ids already exists in filesystem (owned by mhwd-nvidia)
[alex@alex-pc ~]$ sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (2) mhwd-nvidia-470xx-470.86-1  xorg-server-21.1.1-3.1

Total Installed Size:  3.69 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] Y
(2/2) checking keys in keyring                     [######################] 100%
(2/2) checking package integrity                   [######################] 100%
(2/2) loading package files                        [######################] 100%
(2/2) checking for file conflicts                  [######################] 100%
error: failed to commit transaction (conflicting files)
mhwd-nvidia-470xx: /var/lib/mhwd/ids/pci/nvidia.ids exists in filesystem (owned by mhwd-nvidia)
Errors occurred, no packages were upgraded.
[alex@alex-pc ~]$
1 Like

Temporarily ignore the update for mhwd-nvidia-470xx. They’re only database files and it appears you don’t have the NVIDIA 470 driver installed, anyway. I’ll look at it tomorrow.

EDIT: Fixed with mhwd-nvidia-470xx 470.86-2.

3 Likes

Thanks! I updated and it worked just fine.

1 Like

Since last Update (09.November2021)
GNOME boots into Wayland, although “X-11” is choosen (= target wanted).
Automatic login, entry “Gnome on xorg” selected.
Manual login into x-org works, if switched from “Gnome on xorg” to “Gnome”
and back to “Gnome on xorg”. Does not survive reboot…
Simple solution:
edit: /etc/gdm/custom and uncheck “WaylandEnable=false”
NO really a solution, only workaround.
Whats wrong with the Tigers??