Also, what kind of AMD GPU?
Search Criteria
Package Details: linux-vfio-headers 6.14.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-vfio.git (read-only, click to copy) |
---|---|
Package Base: | linux-vfio |
Description: | Headers and scripts for building modules for the Linux kernel (ACS override and i915 VGA arbiter patches) |
Upstream URL: | https://www.kernel.org |
Keywords: | acs arbiter assignment gpu i915 kvm override passthrough pci qemu vfio vga |
Licenses: | GPL-2.0-or-later |
Submitter: | zman0900 |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 73 |
Popularity: | 0.000014 |
First Submitted: | 2015-01-30 06:41 (UTC) |
Last Updated: | 2025-04-17 07:56 (UTC) |
Dependencies (16)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- tar (tar-gitAUR) (make)
- texlive-latexextra (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR) (make)
- xz (xz-gitAUR) (make)
Required by (0)
Sources (7)
- 1001-6.14.0-add-acs-overrides.patch
- 1002-6.14.0-i915-vga-arbiter.patch
- config-6.14.2
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.14.2.tar.sign
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.14.2.tar.xz
- https://github.com/archlinux/linux/releases/download/v6.14.2-arch1/linux-v6.14.2-arch1.patch.zst
- https://github.com/archlinux/linux/releases/download/v6.14.2-arch1/linux-v6.14.2-arch1.patch.zst.sig
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 32 Next › Last »
Joeythe_fish commented on 2024-07-23 00:36 (UTC)
Joeythe_fish commented on 2024-07-23 00:36 (UTC)
Tell us what version of arch you're running, and what your system does when it crashes. Does the computer just instantly turn off? Do the fans start spinning really loud? Are there any messages that flash on screen? Also, why are you using yay?
cypressRU commented on 2024-07-23 00:31 (UTC)
@xiota sorry. I am pretty new to arch. I don't know where to get info about the crash. All I know is I use an amd gpu, and it's been crashing when replacing those drivers. I thought it was fixed but it wasn't
xiota commented on 2024-07-22 23:50 (UTC)
@cypressRU You'll have to provide a lot more information about your system and the crash.
cypressRU commented on 2024-07-22 23:34 (UTC) (edited on 2024-07-22 23:56 (UTC) by cypressRU)
Hello. I made an account here just so I can ask this question. When I run this through Yay, it just crashes my system.
Is this expected behavior?
Edit: It looks like the crashes were due to the use of the Yay aur package manager thing. Apologies.
xiota commented on 2024-06-11 02:34 (UTC)
I'm guessing you missed makepkg
. The commands should be similar to the following:
sudo pacman -S base-devel git
git clone https://aur.archlinux.org/linux-vfio.git
cd linux-vfio
makepkg -s --skippgpcheck
# wait a long time for build
sudo pacman -U linux-vfio-6.9.3-1-x86_64.pkg.tar.zst linux-vfio-headers-6.9.3-1-x86_64.pkg.tar.zst
Joeythe_fish commented on 2024-06-11 02:26 (UTC)
@xiota I'm following this guide https://wiki.archlinux.org/title/Arch_User_Repository and got down to the install phase. The file you're describing isn't in the current directory. Can you point out what I've done wrong? I used git clone and PKGBUILD. PS. Thank you so much for your work maintaining this package.
xiota commented on 2024-06-11 02:16 (UTC)
@Joeythe_fish You're trying to install the wrong file. The correct files should be named similar to linux-vfio-6.9.3-1-x86_64.pkg.tar.zst
and linux-vfio-headers-6.9.3-1-x86_64.pkg.tar.zst
.
Joeythe_fish commented on 2024-06-11 01:49 (UTC)
When I try to run pacman -U linux-6.9.3.tar.xz, I get an error saying it's an invalid or corrupted package: [mau@archlinux linux-vfio]$ sudo pacman -U linux-6.9.3.tar.xz loading packages... error: missing package metadata in linux-6.9.3.tar.xz error: 'linux-6.9.3.tar.xz': invalid or corrupted package
Is this on me or on the package? I've attempted to build it a few times and I keep hitting that wall.
Pinned Comments
xiota commented on 2024-01-09 18:43 (UTC) (edited on 2024-01-11 16:53 (UTC) by xiota)
clang
or disabling Arch patches.eclairevoyant commented on 2023-04-06 21:24 (UTC) (edited on 2023-04-06 21:31 (UTC) by eclairevoyant)
This package exists for the specific purpose of adding ported patches based on those originally created by Alex Williamson for:
Bypassing the default IOMMU grouping by overriding PCIe ACS support, and
Enabling VGA arbitration support on Intel iGPUs.
Arbitrary patches will not be added.
Refer to the wiki on PCI passthrough and this blog post on IOMMU groups for risks/caveats before using this package.
Regular AUR etiquette applies as well (knowledge of
makepkg
and searching the wiki/Arch forums is expected, and AUR helpers or Arch-based distros that are not Arch Linux are unsupported).