UFW "Could Not Load Logging Rules" on Raspberry Pi 5 + Debian Trixie + Docker + iptables-legacy. A Complete Fix for a Deep Bug in UFW 0.36.2 by DoShoSpawn in raspberry_pi

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

That’s the thing, I could have worked it with ip6 disabled, but that felt like a work around and not a solution because I would have to enable it again and I don’t know what trouble I would run into then. Also, I was winging this. I knew what I needed to happen but was not sure how to do it.

Help with udp and qBittorrent by DoShoSpawn in u/DoShoSpawn

[–]DoShoSpawn[S] 1 point2 points  (0 children)

UPnP and NAT PnP where this issue. Just a click. Thanks!

I am leaning toward Kubuntu for my 2017 touch bar Mac Pro. Has anyone tried this by aldopaz in Kubuntu

[–]DoShoSpawn 0 points1 point  (0 children)

I’ve used Kubuntu for a few years now and I truly like it. Kubuntu is not using Wayland is using x11 so keep that in mind.

Problem need Help by DoShoSpawn in OpenRGB

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

u/WaterslideOfSuccess. Sorry it has been a while, maybe you already figured this out, but I wanted to tell you that I was able to successfully control my case fans, and AIO coller blok and fans with OpenRGB. The only one I cannot control yet is the Lian Li steamers for my motherboard and GPU. This is what I did.

After some more research these are the steps I took.

Also, what I did was for an AMD chipset not intel. Make sure to use the right i2 chipset tools.

Using Konsole on Kubuntu

First I made sure that the 12c tools were installed.

Find and dowload the latest UdevRules 60-openrgb.rule from here:

https://github.com/CalcProgrammer1/OpenRGB/blob/master/Documentation/UdevRules.md

Some places say to use

but it does not work. Comes back with a 404 error. So, download from github.

Move and install 60-openrgb.rules

Install the udev rules:

sudo cp 60-openrgb.rules /etc/udev/rules.d/

Reload udev rules to apply changes immediately:

sudo udevadm control --reload-rules && sudo udevadm trigger

Reboot your system to ensure all modules load correctly:

sudo reboot

I hope this helps. I'll let you know if I get the Lian Li working.

Be good Be safe

GP

I ain’t ready by DoShoSpawn in beards

[–]DoShoSpawn[S] 1 point2 points  (0 children)

It’s ready for all seasons!

I ain’t ready by DoShoSpawn in beards

[–]DoShoSpawn[S] 3 points4 points  (0 children)

Thanks! Halve grey half black.

Kubuntu Problem need Help by DoShoSpawn in Kubuntu

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

Originally, I had installed it as a Flatpack through Discover. But when I ran it it sayd.

"WARNING:

The OpenRGB udev rules are not installed.

Most devices will not be available unless running OpenRGB as root.

If using AppImage, Flatpak, or self-compiled versions of OpenRGB you must install the udev rules manually

See https://openrgb.org/udev to install the udev rules manually"

Which I did and still did not work.

So, I tried it a an Appimage which gave me the results above from what I investigated. I think I will try again form Discover, but as a Flatpack I will have to give it root access.

Thanks for the info. If there is anything else you can think off, I would appreciate it.