dominicm: Some aur helpers seem to not be able to handle split packages. When it encounters them, they seem to add the packages that are produced multiple times which causes pacman to error. You can see this first hand if you run makepkg on a PKGBUILD then do `pacman -U pkg-ver.pkg.tar.xz pkg-ver.pkg.tar.xz`. Yaourt doesn't do this, but it has an issue that it will build this PKGBUILD three times if you do a `yaourt -Sua` which could get annoying very quickly.
Search Criteria
Package Details: linux-vfio 6.11.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-vfio.git (read-only, click to copy) |
---|---|
Package Base: | linux-vfio |
Description: | The Linux kernel and modules (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 |
Provides: | KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Submitter: | zman0900 |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 73 |
Popularity: | 0.000290 |
First Submitted: | 2015-01-30 06:41 (UTC) |
Last Updated: | 2024-11-19 18:25 (UTC) |
Dependencies (19)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-hybridAUR, coreutils-selinuxAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, mkinitcpio-gitAUR, dracut-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (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, busybox-coreutilsAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-amd-staging-um5606-gitAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (optional) – firmware images needed for some devices
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (5)
- ksmbd-tools (requires KSMBD-MODULE)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (7)
- 1001-6.8.0-add-acs-overrides.patch
- 1002-6.8.0-i915-vga-arbiter.patch
- config-6.11.9
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.9.tar.sign
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.9.tar.xz
- https://github.com/archlinux/linux/releases/download/v6.11.9-arch1/linux-v6.11.9-arch1.patch.zst
- https://github.com/archlinux/linux/releases/download/v6.11.9-arch1/linux-v6.11.9-arch1.patch.zst.sig
Latest Comments
« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 32 Next › Last »
markzz commented on 2016-11-28 16:25 (UTC)
dominicm commented on 2016-11-23 13:58 (UTC)
@soul Thanks, yaourt does indeed work though it's annoying to have to use it just for the kernel. Hopefully someone can shed some light on this issue.
s0ul commented on 2016-11-22 18:30 (UTC)
@dominicm, I had that same issue several times with packer and pacaur but using yaourt -S linux-vfio works as intended. This may not be the solution you want but it's something.
dominicm commented on 2016-11-22 17:57 (UTC)
I am getting duplicate target error after which the kernel is downloaded again and compiled and so on and on. This has happened with the last 5+ releases. Have to install manually which is annoying with frequent updates. Using packer -S to install. Anyone else having this problem?
root Password:
loading packages...
error: 'linux-vfio-headers-4.8.8-1-x86_64.pkg.tar.xz': duplicate target
error: 'linux-vfio-docs-4.8.8-1-x86_64.pkg.tar.xz': duplicate target
markzz commented on 2016-10-23 18:32 (UTC)
I have updated the package on my repository to 4.8.4. If you want to build this yourself, since the patches needed to be redone in order for it to work, I have uploaded a source package for anyone to use [1]. Feel free to use either and I will continue to keep both updated if this PKGBUILD falls behind again.
[1] http://arch.markzz.com/linux-vfio-4.8.4-1.src.tar.gz
dominicm commented on 2016-10-21 00:22 (UTC)
@Myd Sorry for late reply, That's what I have too and nothing else as far as vfio config. It's probably due to different hardware, I am using Asus Z170 Deluxe with 6700k cpu.
Myd commented on 2016-10-05 15:46 (UTC)
@dominicm what kernel params are you using? I have: "intel_iommu=on pcie_acs_override=downstream" and each of my devices is in separate IOMMU group
dominicm commented on 2016-09-30 15:22 (UTC)
@Myd Updating to 4.7.4-1 seems to have fixed it, I don't think I changed anything else. The group is still not clean as I have 3 other devices in it but I am able to passthrough anyways. IOMMU worked just fine before it was just this one device.
Myd commented on 2016-09-29 19:37 (UTC)
@dominicm I just updated to 4.7.4 and IOMMU groups look fine, you can check with "dmesg | grep -i IOMMU"
dominicm commented on 2016-09-04 17:57 (UTC)
Has anyone had issues with pci grouping after updating to 4.7.2 (from 4.5)? An integrated audio card can no longer be passed through due to the IOMMU group being nonviable where it was before. Is there a way to verify acs patch is actually active/applied?
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).