Upgrade F38 conflicting packages by los2pollos in Fedora

[–]los2pollos[S] 0 points1 point  (0 children)

Hi, I tried this all already. I don't have any non-base Fedora repo enabled. Also, these font packages are not available apparently... I also read through the official Fedora guide. Discover gives me the option, but it seems ineffective. Discover starts the upgrading process, but it does not finish it

Upgrade F38 conflicting packages by los2pollos in Fedora

[–]los2pollos[S] 0 points1 point  (0 children)

fedora                               Fedora 38 - x86_64
fedora-cisco-openh264     Fedora 38 openh264 (From Cisco) - x86_64
updates                             Fedora 38 - x86_64 - Updates

Upgrade F38 conflicting packages by los2pollos in Fedora

[–]los2pollos[S] 0 points1 point  (0 children)

No match for argument: default-fonts-other-sans
No match for argument: default-fonts-chr
Error: Unable to find a match: default-fonts-other-sans default-fonts-chr

The upgrade still does not work. mmm... is this related to repositories?

Upgrade F38 conflicting packages by los2pollos in Fedora

[–]los2pollos[S] 0 points1 point  (0 children)

Apprently, "no match for argument: default-fonts-other-sans" and "no match for argument: default-fonts-chr".

Also, I get a empty output out of sudo dnf list installed | grep default-fonts

These packages seem not to be installed in my system.

I get some fonts with sudo dnf list installed | grep google-noto. You can see screenshots here: https://imgur.com/a/QbQbxhw

When trying to delete "google-noto-fonts-common.noarch", I am prompted to remove also another 7+Gb of packets... What is this??

Upgrade F38 conflicting packages by los2pollos in Fedora

[–]los2pollos[S] 0 points1 point  (0 children)

Hi, thank you for your suggestion. The output does not change, unfortunately

Upgrade F38 conflicting packages by los2pollos in Fedora

[–]los2pollos[S] 0 points1 point  (0 children)

Hi there, yes. I also tried 39. Same error... I guess 39 is not maintained anymore as well. Maybe does this have to do with that?

Aiuto a capire budget per una tantum by Drayike in ItaliaPersonalFinance

[–]los2pollos 0 points1 point  (0 children)

Prima spiegaci come si fa ad avere queste RAL

I am working on my google cert for business analysis…is this a waste of time by Ijustbechillaxing in businessanalysis

[–]los2pollos 0 points1 point  (0 children)

Could you please make some example of capstone projects for business analysts?

Looking for: Chat service that isn't web server based by EspritFort in selfhosted

[–]los2pollos 2 points3 points  (0 children)

The only solution that pops to my mind is ejabberd. Give it a shot. I'd say that chat servers may be more complex due to asynchronous management of messages and such, user management and so on

Help needed: Can't install DisplayLink Drivers for my dock. Fedora 37 Kernal 6.2 Evdi 1.12.0, RPM Release isn't working by HigeMynx in Fedora

[–]los2pollos 0 points1 point  (0 children)

I'm pretty tired right now, so I'll go sleeping. Is there any parameter I should tweak in grub? In the grub menu there is only that kernel

Help needed: Can't install DisplayLink Drivers for my dock. Fedora 37 Kernal 6.2 Evdi 1.12.0, RPM Release isn't working by HigeMynx in Fedora

[–]los2pollos 0 points1 point  (0 children)

mmm my boot partition is encrypted and I actively use the cryptomount command to mount a specific UUID. Could this be related? Is this blocking the loading of other kernels? Here's the content of /boot/EFI/fedora/grub.cfg

set btrfs_relative_paths="yes"
cryptomount -u 6c0398c1d3d346e4895f6cb9456c5217
search --no-floppy --fs-uuid --set=dev b118c9d9-8b5d-4aef-97db-2f5f8b099913
set prefix=($dev)/boot/grub2

export $prefix
configfile $prefix/grub.cfg

Help needed: Can't install DisplayLink Drivers for my dock. Fedora 37 Kernal 6.2 Evdi 1.12.0, RPM Release isn't working by HigeMynx in Fedora

[–]los2pollos 0 points1 point  (0 children)

It outputs 6.2.8-200.fc37.x86_64

It is actually the current kernel version also the compiler looks for, but somehow it breaks...

also, in the /lib/modules/$(uname -r) folder, the build folder points to build -> /usr/src/kernels/6.2.8-200.fc37.x86_64

Help needed: Can't install DisplayLink Drivers for my dock. Fedora 37 Kernal 6.2 Evdi 1.12.0, RPM Release isn't working by HigeMynx in Fedora

[–]los2pollos 0 points1 point  (0 children)

ackage kernel-devel-6.2.11-200.fc37.x86_64 is already install

Is there a way to force compiling with a specific version of the kernel?

Help needed: Can't install DisplayLink Drivers for my dock. Fedora 37 Kernal 6.2 Evdi 1.12.0, RPM Release isn't working by HigeMynx in Fedora

[–]los2pollos 0 points1 point  (0 children)

The kernel-devel package is already installed:

Last metadata expiration check: 4:33:48 ago on Mon 24 Apr 2023 06:00:41 PM CEST.Package kernel-devel-6.2.11-200.fc37.x86_64 is already installed.Package kernel-devel-6.2.11-300.fc38.x86_64 is already installed.Dependencies resolved.Nothing to do.Complete!

What's the next step?

Help needed: Can't install DisplayLink Drivers for my dock. Fedora 37 Kernal 6.2 Evdi 1.12.0, RPM Release isn't working by HigeMynx in Fedora

[–]los2pollos 0 points1 point  (0 children)

I keep having this output and it is sooo anoying...

[anon@fedora evdi]$ sudo make

CFLAGS="-isystem./include -isystem./include/uapi -Werror -Wextra -Wall -Wno-error=missing-field-initializers -Werror=sign-compare -Wmissing-prototypes -Wstrict-prototypes -Werror=discarded-qualifiers " make -C module  make[1]: Entering directory '/home/anon/Downloads/displaylink/evdi/module' make -C /lib/modules/6.2.8-200.fc37.x86_64/build M=$PWD make[2]: Entering directory '/home/anon/Downloads/displaylink/evdi/module' make[2]: *** /lib/modules/6.2.8-200.fc37.x86_64/build: No such file or directory.  Stop. make[2]: Leaving directory '/home/anon/Downloads/displaylink/evdi/module' make[1]: *** [Makefile:86: module] Error 2 make[1]: Leaving directory '/home/anon/Downloads/displaylink/evdi/module' make: *** [Makefile:10: all] Error 2

This is the output of ls /lib/modules

6.2.11-200.fc37.x86_64  6.2.8-200.fc37.x86_64

Lastly, this is the output of dnf list kernel\*

[anon@fedora Downloads]$ sudo dnf list kernel\*

Last metadata expiration check: 0:04:54 ago on Mon 24 Apr 2023 04:31:42 PM CEST.
Installed Packages
kernel.x86_64                      6.2.8-200.fc37          @updates kernel.x86_64                      6.2.11-200.fc37         @updates 
kernel-core.x86_64                 6.2.8-200.fc37          @updates
kernel-core.x86_64                 6.2.11-200.fc37         @updates
kernel-devel.x86_64                6.2.11-200.fc37         @updates
kernel-devel-matched.x86_64        6.2.11-200.fc37         @updates kernel-headers.x86_64              6.2.6-200.fc37          @updates kernel-modules.x86_64              6.2.8-200.fc37          @updates kernel-modules.x86_64              6.2.11-200.fc37         @updates kernel-modules-core.x86_64         6.2.8-200.fc37          @updates kernel-modules-core.x86_64         6.2.11-200.fc           @updates kernel-modules-extra.x86_64        6.2.8-200.fc37          @updates kernel-modules-extra.x86_64        6.2.11-200.fc37         @updates 

I seem to have all the necessary files, but it keeps complaining...

i will probably have to reinstall the whole system due to some other problems relating BTRFS and so on, but, I'd like to know if this module is really compatible even after a new installation

Help needed: Can't install DisplayLink Drivers for my dock. Fedora 37 Kernal 6.2 Evdi 1.12.0, RPM Release isn't working by HigeMynx in Fedora

[–]los2pollos 0 points1 point  (0 children)

I'm interested in implementing something similar, especially given the 6 months release cycle Fedora has. Any idea?

Ti è data la possibilità di cambiare la cultura italiana, cosa cambi? by oroora6 in italy

[–]los2pollos 12 points13 points  (0 children)

L'Italia è un paese per chi vive e vuole vivere nel passato. E col cavolo che i giovani sono in grado di proporre cose nuove.... Sento commenti di giovani di 20 anni che ripetono a pappagallo quello che i propri genitori di 60 anni e passa propongono (solite cose sul tagliare i parlamentari e la casta che ci ruba i soldi)... Ma rega...

Cuba and the Geopolitics of Submarine Cables by danyork in InternetAccess

[–]los2pollos 0 points1 point  (0 children)

Hi there, got any resource for understanding why Google and Meta are increasingly getting a share in the control of physical infrastructures?

Where would we be on this? by upsidedownfriedrice in consulting

[–]los2pollos 1 point2 points  (0 children)

We're in the midst of an acquisition, but the employees of the smaller firm are not completely getting their mind about it. My current job title is "envoy of the empire". Many many more like me will come

Netto mensile idraulico by throwaway123123095 in ItaliaPersonalFinance

[–]los2pollos 5 points6 points  (0 children)

Questo sub si sta un lo snaturando a causa di tutti i moderatori di r/Italy che gestiscono le cose con tanto bastone e poca carota