Fedora 41 Displaylink

With help from https://www.alexin.tech/en/post/how-to-install-displaylink-on-fedora-41-with-the-surface-kernel

sudo dnf install  python3-devel pybind11-devel python3-pybind11
 

git clone https://github.com/DisplayLink/evdi

cd evdi

export CPLUS_INCLUDE_PATH="/usr/include/python3.13:$CPLUS_INCLUDE_PATH"

make

sudo make install

# Install mokutil and dkms
sudo dnf install mokutil dkms

sudo dnf install fedora-41-displaylink-1.14.7-4.github_evdi.x86_64.rpm

Ring devices

  • 34:3E;A4:0A:84:98 Chime Pro (2nd gen) - West wing
  • 90:48:6c:cd:58:92 Floodlight Cam Wired Pro - Back yard
  • E0:62:34:CF:AE:A2 Spotlight Cam (1st gen) - Driveway
  • 90:48:6C:E3:63:A7 Stick Up Cam (3rd gen) - Garage
  • 08:3A:88:2A:5E:65 Wired Doorbell Plus - Front Door

Upgrading weewx 5.0.1 to 5.0.2

Using weewx:weewx as user:group
Saving old defaults to /etc/default/weewx-20240211140505
Creating /etc/default/weewx
Creating maintainer config file as /etc/weewx/weewx.conf-5.0.1-5.0.2
Using configuration file /etc/weewx/weewx.conf-5.0.1-5.0.2
Finished upgrading configuration file /etc/weewx/weewx.conf-5.0.1-5.0.2
Saving configuration file /etc/weewx/weewx.conf-5.0.1-5.0.2
Installing systemd units
Installing udev rules

Post Fedora install process

After installing Fedora, here are some things to add.

Edit /etc/dnf/dnf.conf and add the following lines:

max_parallel_downloads=10
fastestmirror=true
deltarpm=true

Then run the dnf upgrade:

sudo dnf -y upgrade --refresh

Reboot after refreshing.

Update the firmware

sudo fwupdmgr get-devices
sudo fwupdmgr refresh --force
sudo fwupdmgr get-updates
sudo fwupdmgr update

Install zfs on Rocky Linux

From a fresh Rocky Linux install, need to add some repos.

# dnf install epel-release -y

https://docs.rockylinux.org/books/lxd_server/01-install/

Install the repo instructions for getting zfs

dnf install https://zfsonlinux.org/epel/zfs-release-2-2$(rpm --eval "%{dist}").noarch.rpm

Installing zfs pulls in all the kernel modding requirements like kernel-devel and gcc

dnf install zfs

Load the zfs module

/sbin/modprobe zfs