/r/archlinux

Photograph via snooOG

A subreddit for the Arch Linux user community for support and useful news.

/r/archlinux

287,006 Subscribers

0

KB Not working after some time

I just setup arch linux on my laptop as a main Os, problem is as soon as I start working on it (I havent installed a Gui yet) after some time (≈20/30min) they keyboard stops working, no input no nothing.

1 Comment
2025/02/01
04:46 UTC

0

Package update etiquette?

A package I use had a really nice set of features added with the new release. The package was flagged in the repositories as out of date on 1/19. Is a, grateful for all your work / gentle reminder, email frowned upon?

Are there other actions I could take to help maintain the package and keep it up to date?

2 Comments
2025/02/01
04:08 UTC

0

Sos no wifi

Help im new to arch and i want to set it up on a laptop my no wifi os detected any help is appreciated im using a macbook air model a1466 and i have no clue pls help

3 Comments
2025/02/01
03:55 UTC

1

I mess up everything

So, I was doing the usual "pacman -Syu", it was great until nodejs wasn't upgrading so I stopped the pacman process, I think that was a fatal error.

I can't access to Hyprland and can't reboot/hybernate/shutdown in sddm, I can't open a tty in sddm. So, I ask to ChatGPT for help and I discover the rescue mode. In the rescue mode I found I have a problem with the mirrors. So, I try to connect to internet with ping. The ping worked before, now is a mess. So, I have a problem with dbus, and I don't know how to solved it. Please help :')

I only have a few months with arch and I love it, I want to solve this but I know I have no idea about this :(

UPDATE: So, I can update the pacman. I have connection, the problem is very time I restart I need to type "ip link set enp2s0 up" because the thing is down somehow. The problem I have now is with the dbus.service, because the dbus.service is not working for the dbus-broker.service (there is a link between this two) and I don't know how to solve the dbus situation. When I start Arch, between grub and ssdm, is a error message of dbus system, I think my main problem is with dbus, not with the connection or pacman

10 Comments
2025/02/01
03:30 UTC

4

Wayfire and Nvidia

Recently I bought a monitor to use with my laptop and Hyprland got bunch of problems with multiple monitors. I'm currently using COSMIC but I wanna switch to Wayfire for customizing but even the main laptop screen renders everything fine tough other one has bunch of rendering problems. I'm new to wayfire and I haven't found anything that I think might solve the problem in Arch Wiki. I really need help I.

1 Comment
2025/02/01
00:55 UTC

1

Pip/Pip3 install keeps saying pkgutil missing module impimporter. pip install also just doesn't work.

So for whatever reason whenever i use pip/pip3 install on arch it doesnt work and returns the following error message. Also I have uninstalled and reinstalled python as a whole multiple times since this error and still no joy.

Command: pip install

ERROR: Exception:

Traceback (most recent call last):

File "/usr/lib/python3.13/site-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper

status = run_func(*args)

File "/usr/lib/python3.13/site-packages/pip/_internal/cli/req_command.py", line 247, in wrapper

return func(self, options, args)

File "/usr/lib/python3.13/site-packages/pip/_internal/commands/install.py", line 326, in run

session = self.get_default_session(options)

File "/usr/lib/python3.13/site-packages/pip/_internal/cli/req_command.py", line 98, in get_default_session

self._session = self.enter_context(self._build_session(options))

~~~~~~~~~~~~~~~~~~~^^^^^^^^^

File "/usr/lib/python3.13/site-packages/pip/_internal/cli/req_command.py", line 125, in _build_session

session = PipSession(

cache=os.path.join(cache_dir, "http") if cache_dir else None,

...<3 lines>...

ssl_context=ssl_context,

)

File "/usr/lib/python3.13/site-packages/pip/_internal/network/session.py", line 343, in __init__

self.headers["User-Agent"] = user_agent()

~~~~~~~~~~^^

File "/usr/lib/python3.13/site-packages/pip/_internal/network/session.py", line 175, in user_agent

setuptools_dist = get_default_environment().get_distribution("setuptools")

File "/usr/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py", line 188, in get_distribution

return next(matches, None)

File "/usr/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py", line 185, in <genexpr>

for distribution in self.iter_all_distributions()

~~~~~~~~~~~~~~~~~~~~~~~~~~~^^

File "/usr/lib/python3.13/site-packages/pip/_internal/metadata/base.py", line 612, in iter_all_distributions

for dist in self._iter_distributions():

~~~~~~~~~~~~~~~~~~~~~~~~^^

File "/usr/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py", line 176, in _iter_distributions

for dist in finder.find_eggs(location):

~~~~~~~~~~~~~~~~^^^^^^^^^^

File "/usr/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py", line 144, in find_eggs

yield from self._find_eggs_in_dir(location)

File "/usr/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py", line 111, in _find_eggs_in_dir

from pip._vendor.pkg_resources import find_distributions

File "/usr/lib/python3.13/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2164, in <module>

register_finder(pkgutil.ImpImporter, find_on_path)

^^^^^^^^^^^^^^^^^^^

AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?

Traceback (most recent call last):

File "/usr/sbin/pip", line 8, in <module>

sys.exit(main())

~~~~^^

File "/usr/lib/python3.13/site-packages/pip/_internal/cli/main.py", line 70, in main

return command.main(cmd_args)

~~~~~~~~~~~~^^^^^^^^^^

File "/usr/lib/python3.13/site-packages/pip/_internal/cli/base_command.py", line 101, in main

return self._main(args)

~~~~~~~~~~^^^^^^

File "/usr/lib/python3.13/site-packages/pip/_internal/cli/base_command.py", line 216, in _main

self.handle_pip_version_check(options)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^

File "/usr/lib/python3.13/site-packages/pip/_internal/cli/req_command.py", line 179, in handle_pip_version_check

session = self._build_session(

options,

...<6 lines>...

fallback_to_certifi=True,

)

File "/usr/lib/python3.13/site-packages/pip/_internal/cli/req_command.py", line 125, in _build_session

session = PipSession(

cache=os.path.join(cache_dir, "http") if cache_dir else None,

...<3 lines>...

ssl_context=ssl_context,

)

File "/usr/lib/python3.13/site-packages/pip/_internal/network/session.py", line 343, in __init__

self.headers["User-Agent"] = user_agent()

~~~~~~~~~~^^

File "/usr/lib/python3.13/site-packages/pip/_internal/network/session.py", line 175, in user_agent

setuptools_dist = get_default_environment().get_distribution("setuptools")

File "/usr/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py", line 188, in get_distribution

return next(matches, None)

File "/usr/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py", line 185, in <genexpr>

for distribution in self.iter_all_distributions()

~~~~~~~~~~~~~~~~~~~~~~~~~~~^^

File "/usr/lib/python3.13/site-packages/pip/_internal/metadata/base.py", line 612, in iter_all_distributions

for dist in self._iter_distributions():

~~~~~~~~~~~~~~~~~~~~~~~~^^

File "/usr/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py", line 176, in _iter_distributions

for dist in finder.find_eggs(location):

~~~~~~~~~~~~~~~~^^^^^^^^^^

File "/usr/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py", line 144, in find_eggs

yield from self._find_eggs_in_dir(location)

File "/usr/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py", line 111, in _find_eggs_in_dir

from pip._vendor.pkg_resources import find_distributions

File "/usr/lib/python3.13/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2164, in <module>

register_finder(pkgutil.ImpImporter, find_on_path)

^^^^^^^^^^^^^^^^^^^

AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?

8 Comments
2025/02/01
00:43 UTC

3

Finding a WizTree equivalent for Linux, my quest of

I recently made the move to Arch from Windows, and I've been able to deal with most of the issues. However, there is one thing missing that I'm greatly struggling with.

I handle massive amounts of multimedia and often need to dive into the data. WizTree has been amazing for this. It not only shows the file sizes for folders and files (in both actual size and reserved size on disk), but has a search function where I can list files with good filtering options (for example, I can search for a specific file type or I can exclude files that include certain words on the name). I can also freely select an assortment of folders and disks to scan and filter. In short, it's amazing for data management.

There doesn't seem to be a software for Linux that does the same. I can find applications that show folder sizes, file sizes, the basic stuff. I haven't been able to find any that has the extra functionality of WizTree.

I'm at a point where I'm considering leaving data management to a virtual Windows machine where I share the specific disks with the VM, or setting up another boot drive with Windows just for this purpose. The disks are currently in NTFS which has great performance for this purpose, but I would be willing to convert them into something else if necessary.

11 Comments
2025/01/31
21:56 UTC

102

'Just Use Ubuntu' - from Mocking Arch Users to Becoming One

I used to wonder why people complicate things instead of embracing simplicity, especially Arch Linux users. Why would anyone want to manage everything themselves?

My Linux journey began three years ago during my Software Engineering degree, starting with WSL (Windows Subsystem for Linux) running Debian. Initially, using the terminal as my daily driver was intimidating. Later, I switched completely to Ubuntu and grew more comfortable. I discovered Neovim and fell in love with it - kudos to the Vim creators!

The hype around Arch kept catching my attention. After some research, I discovered it centered around Arch's DIY philosophy. Curiosity got the better of me, so I decided to give it a shot in a VM first.

I spent about a week learning the installation process through the ArchWiki, Reddit, and some AI assistance. As I dove deeper, each new term led me down fascinating rabbit holes of knowledge. The Wiki's structure is brilliant - it guides you while encouraging exploration of related concepts. I can confidently say the ArchWiki is the finest documentation I've encountered on the internet. It's not just documentation; it's a masterpiece.

During this process, I created my own documentation in Obsidian, and ultimately gained a deep understanding of the GNU/Linux system. When I finally installed Arch on my actual machine, I barely needed to reference anything (except for a post-installation audio issue) - it all came naturally.

I now understand that truly knowing Linux comes from building and maintaining your system yourself. To all Arch users out there: instead of just saying "I use Arch btw," I'll say "I love Arch btw!" Much respect to the GNU/Linux creators, Arch maintainers, Wiki contributors, and the entire community.

Arch BTW, forever!

42 Comments
2025/01/31
21:51 UTC

2

iwd doesnt detect any wifi devices after a fresh installation

I am new to arch and when i was installing the system iwctl worked and i was able to connect to wireless network but after rebooting into arch iwd wasn't working i had to use USB tethering to install it using pacman now "wlan0" doesnt show up anymore i searched for like an hour and could not find anything

i dont know if it is the laptops fault or i just messed something up

9 Comments
2025/01/31
21:37 UTC

0

Error need to load kernel first

I tried to load minecraft as one does and my computer couldn’t handle it and it froze so I restarted it now when I try to boot into my computer it says

Loading Linux linux … Error:file ‘/vmlinuz-linux’ not found Loading initial ramdisk Error: you need to load kernel first

Any help?

Edit: my secure boot is disabled

7 Comments
2025/01/31
21:07 UTC

0

I'm Loving Arch but I think something broke my Wayland 😂

(SOLVED) - My Specs (RX 7600 / Ryzen 3600x / Arch Linux / Kernel 6.13 from the Testing Repo)

THE PROBLEM:
I'm new to Arch linux and I know that I have a lot to learn but it was running very and everything was smooth, After a reboot of the system, the file manager (nautilus) and the console/terminal stopped launching, non system apps like firefox, discord, etc are working normal but anything related to the core system looks broken. Gnome Extensions and the manager are working.

On Xorg everything just works again, seems to be a wayland problem.

I dont remember if I removed any packages since my last reboot, So it may be my fault but I'm not sure of anything

I can use Xorg normally, but I want to lear Arch and would like to know if there's a way to "Restart" or "Reinstall" Wayland to fix this

Anyway, if u guys have any ideas of what can i do to fix this, i'll be happy to read your tips. Peace ✌️

THE SOLUTION:

IT WAS 100% MY FAULT

I installed another terminal emulator via octopi and tried to run nautilus, turn's out that was mangohud with the Global Enable option that broke my gnome on wayland, after turned to off everything turned back to normal.

So feels like Mangohud with the global enable toogle doesnt like Gnome/Wayland 😂

9 Comments
2025/01/31
20:05 UTC

0

Open WebUI doesn't see my Ollama model

Hi everyone.

I am currently trying to setup a web interface for my locally running deepseek ai r1 model.

Here is the command I am running to start the docker:

docker run -d -p 3000:8080 --gpus all -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:cuda

The command is taken from here: https://docs.openwebui.com/getting-started/quick-start/

However, when I go to 127.0.0.1:3000 I cannot find the ollama model and it says Ollama : Network problem.

Here is what I've tried:

curl 127.0.0.1:11434 returns me Ollama is running.

and in the open webui the ollama url is set to 127.0.0.1:11434, without any success.

1 Comment
2025/01/31
20:00 UTC

0

ASUS Vivobook

Hi! Someone running Arch Linux in a Asus Vivobook?? (X1404ZA - i3 1215u)

Any problem??
If Arch doesn't work, any idea?? Suggestion?? Should I go back to Ubuntu?

Thanks!

6 Comments
2025/01/31
19:34 UTC

0

Gnome network displays not working on kde plasma

I just installed gnome network displays but every time i open it this shows in konsole

[keke@archlinux ~]$ gnome-network-displays

(gnome-network-displays:11903): Adwaita-WARNING **: 17:13:40.171: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead. MESA-INTEL: warning: ../mesa-24.3.4/src/intel/vulkan/anv_formats.c:782: FINISHME: support YUV colorspace with DRM format modifiers MESA-INTEL: warning: ../mesa-24.3.4/src/intel/vulkan/anv_formats.c:814: FINISHME: support more multi-planar formats with DRM modifiers

(gnome-network-displays:11903): Gnd-WARNING **: 17:13:40.406: Failed to create screencast session: CreateSession failed [keke@archlinux ~]$

2 Comments
2025/01/31
16:22 UTC

1

Security: Getting UFW/GUFW Working With NFTables

I've been trying to get nftables working with ufw/gufw for the last couple of days but for some reason when I check the status of ufw with `sudo ufw status` it always returns:

"Status: inactive"

When I type `sudo ufw enable` it returns:

"ERROR: Could not load logging rules"

and if I try to check the status again with `sudo ufw status` it still returns "Status: inactive"

First I will share the /etc/nftables.conf file:

```

#!/usr/bin/nft -f

# vim:set ts=2 sw=2 et:

# IPv4/IPv6 Simple & Safe firewall ruleset.

# More examples in /usr/share/nftables/ and /usr/share/doc/nftables/examples/.

flush ruleset

table inet filter {

chain input {

type filter hook input priority 100;

policy drop;

ct state invalid drop comment "early drop of invalid connections"

ct state { established, related } accept comment "allow tracked connections"

iif "lo" accept comment "allow from loopback"

ip protocol icmp accept comment "allow icmp"

meta l4proto icmpv6 accept comment "allow icmp v6"

tcp dport 22 accept comment "allow sshd"

pkttype host limit rate 5/second counter reject with icmp type admin-prohibited

# For IPv6, uncomment the following line:

pkttype host limit rate 5/second counter reject with icmpv6 type admin-prohibited

counter

}

chain forward {

type filter hook forward priority 100;

policy drop;

}

chain output {

type filter hook output priority 100;

policy accept;

}

```

Here is my current /etc/ufw/ufw.conf file:

```

# /etc/ufw/ufw.conf

#

# Set to yes to start on boot. If setting this remotely, be sure to add a rule

# to allow your remote connection before starting ufw. Eg: 'ufw allow 22/tcp'

ENABLED=yes

# Please use the 'ufw' command to set the loglevel. Eg: 'ufw logging medium'.

# See 'man ufw' for details.

LOGLEVEL=low

IPV6=no

```

nftables status:

```

❯ sudo systemctl status nftables

○ nftables.service - Netfilter Tables

Loaded: loaded (/usr/lib/systemd/system/nftables.service; enabled; preset: disabled)

Active: inactive (dead) since Thu 2025-01-30 00:48:58 PST; 1 day 9h ago

Invocation: 7c0d28d523ca400a8f9eb0eff66e2b2f

Docs: man:nft(8)

Main PID: 802727 (code=exited, status=0/SUCCESS)

Mem peak: 1.6M

CPU: 6ms

Jan 30 00:48:58 arch systemd[1]: Starting Netfilter Tables...

Jan 30 00:48:58 arch systemd[1]: nftables.service: Deactivated successfully.

Jan 30 00:48:58 arch systemd[1]: Finished Netfilter Tables.

```

ufw status:

```

❯ sudo systemctl status ufw

● ufw.service - CLI Netfilter Manager

Loaded: loaded (/usr/lib/systemd/system/ufw.service; disabled; preset: disabled)

Active: active (exited) since Fri 2025-01-31 03:05:19 PST; 7h ago

Invocation: 020e4ff47f914e80a306734d6137959d

Main PID: 1730002 (code=exited, status=0/SUCCESS)

Mem peak: 1.6M

CPU: 10ms

Jan 31 03:05:19 arch systemd[1]: Starting CLI Netfilter Manager...

Jan 31 03:05:19 arch ufw-init[1730006]: Skip starting firewall: ufw (not enabled)

Jan 31 03:05:19 arch systemd[1]: Finished CLI Netfilter Manager.

~

```

I have also tried disabling nftables since in the arch wiki it says "Note that this will not work if iptables.service is also enabled (and same for its ipv6 counterpart)."

```

❯ sudo systemctl status nftables

○ nftables.service - Netfilter Tables

Loaded: loaded (/usr/lib/systemd/system/nftables.service; disabled; preset: disabled)

Active: inactive (dead)

Docs: man:nft(8)

Jan 28 23:29:39 arch systemd[1]: Starting Netfilter Tables...

Jan 28 23:29:39 arch systemd[1]: nftables.service: Deactivated successfully.

Jan 28 23:29:39 arch systemd[1]: Finished Netfilter Tables.

Jan 30 00:45:29 arch systemd[1]: Starting Netfilter Tables...

Jan 30 00:45:29 arch systemd[1]: nftables.service: Deactivated successfully.

Jan 30 00:45:29 arch systemd[1]: Finished Netfilter Tables.

Jan 30 00:48:58 arch systemd[1]: Starting Netfilter Tables...

Jan 30 00:48:58 arch systemd[1]: nftables.service: Deactivated successfully.

Jan 30 00:48:58 arch systemd[1]: Finished Netfilter Tables.

~

```

Any Idea why ufw won't start and keeps returning the error:

"ERROR: Could not load logging rules"?

0 Comments
2025/01/31
18:58 UTC

2

Troubleshooting Cursor Problems?

Recently, my cursor started changing its size when it gets near GTK apps even though I'm on GNOME. I think the culprit might be Hyprland because I installed that recently? Although, I deleted Hyprland and that did not fix the issue. Where do I start with troubleshooting something like this?

2 Comments
2025/01/31
18:10 UTC

1

Gamescope issues with plasma-wayland

I have enjoyed Arch so far and am using one for a pseudo-steam machine. I have this pseudo-steam machine in my bedroom hooked up to a 720p plasma. Which doesn't look bad for older games but looks like hot trash for newer ones (stupid TAA/AIupscaling reliance). I want to set the resolution that it renders at to 1440p and downscale it to 720p. I have it set so that steam launches in big-picture mode with gamescope integration, but any time I set gamescope parameters in steam to launch a game in steam the game closes on launch.

my current parameter. gamescope -w 2560 -h 1440 -W 1280 -H 720 -f -- %command%

Any help is appreciated!

7 Comments
2025/01/31
17:40 UTC

0

Bluetooth headphones sound shuttering

I am having a very annoying issue of bluetooth headphones sound clipping...this is only happening when the internet or the pc itself is under some load or its fine.My wifi/Bluetooth card is Realtek 8821CE...any help would be appreciated.. Thanks

4 Comments
2025/01/31
16:29 UTC

17

Is sudo pacman -Rns $(pacman -Qdtq) a safe command to use?

I was today prompted with a popup from kde plasma that said I needed to do something with fcitx. I had no idea what fcitx was, but I ignorantly decided to do as i was told, and i realized it was something keyboard related. Anyway it changed my keyboard layout which annoyed me a bit.

I then did a pacman -Qi fcitx5 and saw no dependencies, but it was installed as a dependency.

I then did pacman -Qdt and realized a bunch of packages that are all just sitting there apparently not used by anything. Hence the title of this post

... I dont want to break anything xD please help :)

24 Comments
2025/01/31
16:26 UTC

1

Stuck on /dev/disk/by-uuid/XXXXX where "XXXXX" is my root partition

I took out the drive from my laptop to try and use it in another computer but it keeps getting stuck on A start job is running for /dev/disk/by-uuid/35142b8e-43ff-4926-bdad-ca79ea552275 I go to boot into the archiso and find out the 35142b8e-43ff-4926-bdad-ca79ea552275 is the root partition of the drive I took from my laptop. The drive only has 2 partition, the main root partition and the EFI partition; I do not have swap enable in any way.

Anyone able to help me out?

6 Comments
2025/01/31
15:45 UTC

0

Issues with restoring from sleep

So whenever I restore my system from sleep its just a blank screen and I have to force restart my computer to be able to use it again.
I am using a nvidia graphics card

System Specs:
OS: Arch Linux x86_64
Host: MS-7D78 1.0
Kernel: 6.12.10-arch1-1
Uptime: 24 mins
Packages: 893 (pacman), 25 (flatpak) Shell: bash 5.2.37 Resolution: 2560x1440, 3840x2160 DE: Plasma 6.2.5 WM: KWin Theme: Default [GTK2/3] Icons: breeze [GTK2/3] Terminal: flatpak-session CPU: AMD Ryzen 9 7900X (24) @ 5.733GHz GPU: NVIDIA GeForce RTX 4070 Ti GPU: AMD ATI 11:00.0 Raphael Memory: 4297MiB / 31239MiB

5 Comments
2025/01/31
14:43 UTC

2

I need help with hybrid GPU display

Hi everyone,

I've been using Arch for about a week now. I installed it using the archinstall script, following a YouTube guide. I have a Dell G15-5515 with a Ryzen 5 5600H (integrated AMD GPU) and an Nvidia RTX 3050.

My laptop doesn’t support Optimus (switching between the iGPU and dGPU on the built-in screen), but the HDMI port is connected to the dGPU. After installing Arch and using KDE Plasma on Wayland, my second monitor (connected to the dGPU) was detected but didn’t receive any output. The monitor’s LED indicates that it is active, but there is no display.

I tried some tweaks and switched to X11, but when I switched back to Wayland, my laptop’s internal display was detected as "Unknown" and was stuck at 60Hz.

I don’t plan to game on Linux, but I need a dual-monitor setup. Any help is appreciated!

7 Comments
2025/01/31
14:29 UTC

0

Long boot times

I've recently switched from Garuda Linux to a custom Arch Linux installation (here are my dotifles). I've added encryption and my boot times have increased significantly.

I'm using GRUB with linux-g14 kernel and mkinictpio.

/etc/mkinitcpio.conf:

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(usbhid xhci_hcd nvidia nvidia_modeset nvidia_uvm nvidia_drm amdgpu radeon)
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=()

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No RAID, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect modconf block filesystems fsck)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev modconf block filesystems fsck)
#
##   This setup assembles a mdadm array with an encrypted root file system.
##   Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
#    HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
##   This setup loads an lvm2 volume group.
#    HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
##   This will create a systemd based initramfs which loads an encrypted root filesystem.
#    HOOKS=(base systemd autodetect modconf kms keyboard sd-vconsole sd-encrypt block filesystems fsck)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr and fsck hooks.
HOOKS=(base udev colors autodetect microcode modconf kms keyboard keymap consolefont block encrypt filesystems resume grub-btrfs-overlayfs)

# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used for Linux ≥ 5.9 and gzip compression is used for Linux < 5.9.
# Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()

# MODULES_DECOMPRESS
# Decompress loadable kernel modules and their firmware during initramfs
# creation. Switch (yes/no).
# Enable to allow further decreasing image size when using high compression
# (e.g. xz -9e or zstd --long --ultra -22) at the expense of increased RAM usage
# at early boot.
# Note that any compressed files will be placed in the uncompressed early CPIO
# to avoid double compression.
#MODULES_DECOMPRESS="no"

systemd-analyze:

Startup finished in 10.943s (firmware) + 5.647s (loader) + 12.444s (kernel) + 3.795s (userspace) = 32.831s 
graphical.target reached after 3.375s in userspace.
3 Comments
2025/01/31
13:54 UTC

0

Drop in configs for pacman.conf?

I'm quite bad at following up on all my .pacnew configs after an update, so I'm going through trying to set up drop in configs for all my personal options.

can you create something like /etc/pacman.d/custom.conf and put your config options like ILoveCandy and ParallelDownloads=5 in there? I can't find anything about it in the wiki relating to pacman specifically.

8 Comments
2025/01/31
13:54 UTC

0

What does it mean when packages are highlighted in red?

So at times if I search for a package online, I get a bunch of hits. However sometimes the version number is in red, sometimes the updater is in red, sometimes the update date is in red.

What does that mean?

Also what's does a package with -git affix mean? I understand the -bin suffix, but about -git.

Thanks

1 Comment
2025/01/31
13:13 UTC

0

Battery life suggestions

Using a asus tuf a15 gaming laptop. Battery drains ridiculously fast. I install asusctl and supergfxctl mess with a abit and i have very little extension of battery life. Tlp would be better? Can I pair it with auto cpu freq and would it be better?

3 Comments
2025/01/31
12:21 UTC

0

Problem with insertion on whatsappweb

Hi everybody, im facing an issue, only on WhatsApp web, Firefox, when i insert the first letter with a mark (ex. " é , ó , ã) the letter disappears, it only works if i insert a blank space.

anyone with some help?

1 Comment
2025/01/31
12:15 UTC

1

Razer Viper V2 Pro Middle Mouse Click not registering

Hello, since I have switched to Arch, this has bothered me for quite a long time. Here are my specs,

DE: KDE Plasma Session: Wayland CPU: Intel i9700 GPU: nVidia 3060

Scrolling works as intended but not the button click(I could not paste too, the button is working fine with my windows). I have installed openrazer-daemon but I still couldn't get the button to work.

Let me know if I need to give out more information.

Thanks in advance.

6 Comments
2025/01/31
11:22 UTC

1

Boot gets stuck on "Finished Load Kernel Module Loop" after system update

Basically what the title says. I updated the system after not using it for a long time and now it wont boot. I used a I couldn't find any relevant errors in the logs, tried reinstalling Nvidia drivers and the Linux kernel with via chroot, but nothing seemed to help. Unsure how to figure out how to continue from here.

12 Comments
2025/01/31
10:55 UTC

Back To Top