
Arch Linux - How to resolve conflict between linux-firmware and …
Jun 18, 2025 · I am running Arch Linux on a workstation that uses an NVIDIA graphics card. The core-testing repository is enabled. When I try to upgrade my system, there is a file collision …
No audio output from speakers on Arch Linux, but headphones …
Jan 14, 2025 · I'm having trouble with audio output on my Arch Linux setup. While audio works fine through both wired and Bluetooth headphones, I can't get any sound from the built-in …
arch linux systemd boot: missing /vmzlinuz-linux and /initramfs …
Aug 25, 2020 · 4 Both vmlinuz-linux and /initramfs-linux.img are contained within the linux package. to install this, using the live USB, execute the arch-chroot /mnt command to move …
How to resolve missing firmware warnings in on Arch Linux?
Nov 30, 2024 · 8 Arch mkinitcpio -P can make multiple initramfs images according to the number of preset files you have in /etc/mkinitcpio.d/.
Installing a .deb package on Arch - Unix & Linux Stack Exchange
Jul 18, 2013 · The problem is simple - I have a .deb package and I want to install it on my Arch Linux. Is this possible? If yes, how?
How to determine Linux kernel architecture? - Unix & Linux Stack …
In regards to uname -m: x86_64 GNU/Linux indicates that you've a 64bit Linux kernel running. If you use see i386/i486/i586/i686 it is a 32 bit kernel. To determine if the hardware is capable of …
Wifi device not showing up while setting up Arch Linux
Feb 3, 2021 · I have an old laptop, on which I am planning to replace Windows with Arch Linux. I'm setting up Arch following the official wiki here. After booting into the Arch ISO (BIOS …
networking - How to enable internet on Arch Linux without DHCP …
Apr 26, 2023 · I have installed Arch Linux on Virtual Box and am now in post installation setup, and I cannot establish my internet connection in order to download files using pacman, ping …
arch linux - How to give user root permissions? - Unix & Linux …
19 You should read the Arch Wiki page on sudo. sudo ("substitute user do") allows a system administrator to delegate authority to give certain users (or groups of users) the ability to run …
arch linux - /sbin/init does not exist - Bailing out, you are on your ...
Oct 19, 2013 · Arch does use init, in the sense that the kernel wants a program called /sbin/init (unless the bootloader passes a different value via the init option), and that the program with …