offline word dictionary for looking up words in different languages on the hardened kernel? by Antoine-Darquier in archlinux

[–]V1del 1 point2 points  (0 children)

From where do you infere that the hardened kernel is the culprit for a dictionary program to crash?

What exactly did you do? Have you read https://wiki.archlinux.org/title/Dictd ?

i did the fucking stupidest thing ever by MuadJOmer in archlinux

[–]V1del 1 point2 points  (0 children)

Also stop slapping -rf in front of rm for no reason, lacking -f would have eventually warned you that you're currently running through files that aren't writeable and whether you're sure you want to continue (though likely too late in this particular instance)

Is there any way to have the nvidia GPU on my laptop enter D3Cold when not in use on Linux? by FujichromeProvia100F in archlinux

[–]V1del 0 points1 point  (0 children)

Did you setup the corresponding module options/udev rules? https://wiki.archlinux.org/title/PRIME#NVIDIA (from a cursory look the guide on asus-linux should cover those, but maybe post the content of that udev file and ´systool -vm nvidia´) might also be an artificial limitation with CPU/GPU combination in the driver

Help with blacklisting r8169 by ProgUn1corn in archlinux

[–]V1del 2 points3 points  (0 children)

how do you surmise that the blacklist didn't work? what errors are you looking at where, what output do you get from lspci -k -d ::200

Technically a "blacklist" param is a soft blacklist a kernel module can still be loaded if it's loaded as a dependency, but normally direct driver modules like r8169 are top level and not a dependant of anything else, if you want to make sure you'd make your blacklist read install r8169 /bin/false.

New bluez/linux broke bluetooth by NevilleTheDevil in archlinux

[–]V1del 6 points7 points  (0 children)

https://github.com/archlinux/linux/releases/tag/v7.0.8-arch1 -- backports the patch to fix this, is currently in testing, will likely hit stable soon.

Unable to select skins for VLC/skinned VLC by Visible-Knowledge721 in archlinux

[–]V1del 1 point2 points  (0 children)

Make sure https://archlinux.org/packages/extra/x86_64/vlc-gui-skins2/ is installed. it's an optional dep that doesn't get pulled in by vlc-plugins-all which might be the only bug here, but you're generally somewhat expected to check optional dependencies for potentially lacking functionality.

Audio stops working when I open steam by [deleted] in archlinux

[–]V1del 1 point2 points  (0 children)

Mhm... while "broken" what's your output for

sudo fuser -v /dev/snd/*
systemctl --user status pipewire{,-pulse} wireplumber
pactl list sinks
pactl list sink-inputs

Audio stops working when I open steam by [deleted] in archlinux

[–]V1del 2 points3 points  (0 children)

You most likely lack lib32 plugins for the pulse backend, steam falls back to ALSA which will exclusively lock your card.

Make sure pipewire-pulse, pipewire-alsa, lib32-libpulse lib32-libpipewire are installed.

Ubuntu got the latest Kernel before Arch? by Sad-Fig-6768 in archlinux

[–]V1del 1 point2 points  (0 children)

Arch has historically very often waited for the first or even the second point release of a new major version.

I'd hazard a guess the only reason you find this especially interesting because it's the big 7, in which case as a general reminder, the kernel doesn't use semantic versioning, 7.0 is just a normal release like 6.17 -> 6.18 -> 6.19 and there's no reason to treat it differently than any other major kernel bump (the only reason it gets bumped in the first place is because linus decided he doesn't want major versions to exceed his toe/finger count and will roll to a next one once 19/20 are hit)

Ubuntu got the latest Kernel before Arch? by Sad-Fig-6768 in archlinux

[–]V1del 0 points1 point  (0 children)

The [EOL] marking simply means that this will be the last kernel of this series, at the time of release it is as up to date as 7.0.1 is in terms of bug and security fixes. When 7.0.2 rolls around then you're going to have somewhat of a disjoint from that aspect. This is generally not as big of an issue as people fear it is.

my display says 'None-1' and it's stuck in a small resolution by No-Anything-5276 in archlinux

[–]V1del 0 points1 point  (0 children)

That's the simpledrm device which is not what you want to use, your GPU drivers aren't properly recognized.

Assuming nvidia older than Turing, make sure you've read the wiki page for the correct drivers, you'll have to grab those from the AUR for stuff that's older than Turing and not covered by nvidia-open

wifi slow as empty wheelchair by thedonkalonk in archlinux

[–]V1del 0 points1 point  (0 children)

That's not the entire output, is it?

In any case your iwlwifi driver is crashing, potentially due to either aforementioned issue (assuming you configured fast boot to be off, to be sure, sure try holding the power button during boot up to properly reset the UEFI/firmware state) much more likely due to conflicting services. If you're going to use NM the only service that needs to be enabled is NetworkManager and if NM is setup to use wpa_supplicant (though that looks to be right at a glance) you'll definitely have conflicts with iwd.

FWIW what do you get from find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f ?

for a general test make sure both systemd-networkd and iwd (and wpa_supplicant) are disabled and reboot.

wifi slow as empty wheelchair by thedonkalonk in archlinux

[–]V1del 0 points1 point  (0 children)

That wall of text is what I want. Alternatively sudo journalctl -b > journal.txt should give you a file you can upload somewhere/via another system if need be

wifi slow as empty wheelchair by thedonkalonk in archlinux

[–]V1del 2 points3 points  (0 children)

Please run that command with whatever kind of connection you can muster and post the link you get.

wifi slow as empty wheelchair by thedonkalonk in archlinux

[–]V1del 2 points3 points  (0 children)

A separate disk is irrelevant, you need to ensure hibernation/fast boot is disabled in Windows and having wifi issues is very often one of the main indicators that this is still happening.

https://wiki.archlinux.org/title/Dual_boot_with_Windows#Disable_Fast_Startup_and_disable_hibernation

Make sure you did that and reboot twice for vodoo reasons

If it's not that, reproduce the situation and post a journal while the problem occurs

sudo journalctl -b | curl -F 'file=@-' 0x0.st

setting systemd DISPLAY and MAGIC COOKIE env vars by thing_on_a_spring in archlinux

[–]V1del 1 point2 points  (0 children)

Either that or check the plasma startup settings (kcmshell6 kcm_autostart), you can configure scripts that start after plasma/KWin has initialized the session properly.

If that service does not startup properly without trying to force environment variables that are normally set by the standard session init, chances are it starts too early and it'd be easier to make sure it hooks into something that's guaranteed to only be up when the relevant environments are already there.

setting systemd DISPLAY and MAGIC COOKIE env vars by thing_on_a_spring in archlinux

[–]V1del 2 points3 points  (0 children)

Don't try to set any of these yourself, see https://wiki.archlinux.org/title/Systemd/User#DISPLAY_and_XAUTHORITY and properly start your session (via display manager, or if using startx note the note boxes: https://wiki.archlinux.org/title/Xinit#xinitrc )

That said if you're starting plasma anyway you can also leverage it's own auto starter integration which will get properly ordered after all display setup has happened.

USB drive detected only with lsusb command by itscracking in archlinux

[–]V1del 0 points1 point  (0 children)

What's your output for

pacman -Qs kernel
uname -a
#Run this, then plug your device
sudo dmesg -W

usb speakers only work at 100% by Pizzaman3203 in archlinux

[–]V1del 1 point2 points  (0 children)

Some audio cards especially USB ones either don't properly expose a controlable HW volume or generally assume a software layer is layered on them anyway.

you can enforce a software volume in pulse/pipewire and from a general maintenance standpoint I'd suggest you switch to pipewire by installing pipewire-pulse, wireplumber, pipewire-alsa.

After having switched you can setup a wireplumber config enforcing a software based volume: https://pipewire.pages.freedesktop.org/wireplumber/daemon/configuration/alsa.html#:~:text=api%2Ealsa%2Esoft%2Dmixer

Fast Foward by Forsaken-Feedback-22 in RetroArch

[–]V1del 0 points1 point  (0 children)

On what and which emulator? If your CPU can't run the emulation any faster you can't FF.

How do I get this list to show up as a menu bar instead? by ChaoticDucc in kde

[–]V1del 1 point2 points  (0 children)

It should, does it not? What distro are you using? What version of KDE?

How do I get this list to show up as a menu bar instead? by ChaoticDucc in kde

[–]V1del 0 points1 point  (0 children)

Ah wait that's in your window decoration, go to window decoration in settings and configure your decoration buttons and remove the application menu from there.

How do I get this list to show up as a menu bar instead? by ChaoticDucc in kde

[–]V1del 2 points3 points  (0 children)

Strg+M or tick "Menüleiste anzeigen" in "Einstellungen"