Search Criteria
Package Details: linux-fix_navi_reset 5.10.4.arch2-1
Git Clone URL: | https://aur.archlinux.org/linux-fix_navi_reset.git (read-only, click to copy) |
---|---|
Package Base: | linux-fix_navi_reset |
Description: | "Experimental fix for AMD Navi Cards with "Unknown PCI header type 127" by Geoffrey McRae" |
Upstream URL: | https://git.archlinux.org/linux.git/log/?h=v5.10.4-arch2 |
Licenses: | |
Provides: | |
Replaces: | |
Submitter: | 1400Blank |
Maintainer: | 1400Blank (Sereiya) |
Last Packager: | 1400Blank |
Votes: | 4 |
Popularity: | 0.33 |
First Submitted: | 2020-06-28 01:19 |
Last Updated: | 2021-01-05 15:53 |
Dependencies (15)
- coreutils (coreutils-git, coreutils-selinux)
- initramfs (dracut-git, booster-git, dracut, mkinitcpio)
- kmod (kmod-nc, kmod-git, kmod-minimal-git)
- bc (bc-gh) (make)
- git (git-git) (make)
- graphviz (make)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full-git, imagemagick-no-hdri, imagemagick-full, imagemagick-fftw) (make)
- kmod (kmod-nc, kmod-git, kmod-minimal-git) (make)
- libelf (elfutils-git, libelf-minimal-git) (make)
- pahole (pahole-git) (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- python-sphinx_rtd_theme (make)
- xmlto (xmlto-git) (make)
- crda (crda-git, wireless-regdb-pentest) (optional) – to set the correct wireless channels of your country
- linux-firmware (linux-libre-firmware, linux-firmware-git, linux-firmware-iwlwifi-git) (optional) – firmware images needed for some devices
Required by (9)
- mozilla-vpn-client (requires WIREGUARD-MODULE)
- mozillavpn (requires WIREGUARD-MODULE)
- networkmanager-wireguard (requires WIREGUARD-MODULE)
- networkmanager-wireguard-git (requires WIREGUARD-MODULE)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox51-guest-utils (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox51-guest-utils-nox (requires VIRTUALBOX-GUEST-MODULES)
- wireguard-tools-git (requires WIREGUARD-MODULE)
Latest Comments
shu commented on 2020-10-29 22:30
New patch released https://www.reddit.com/r/VFIO/comments/jjy74y/navi_reset_bug_kernel_patch_v2/
mietz commented on 2020-08-21 09:39
If you got the following error:
This will do the trick
See: https://bbs.archlinux.org/viewtopic.php?pid=1910043#p1910043
Edit: Found the solution
greasenipple commented on 2020-07-19 16:08
I wanted to say thank you for making and maintaining this package. This patch is absolutely critical to those of us passing a Navi card to a guest VM. One request I have is: can you add a -j$(nproc) argument to the compilation sections or add a prompt for it? This would make compilation much faster by allowing the compiler to use more cores.
EDIT: I found out in yay that you can add the -j$(nproc) argument yourself before compiling and this makes compilation take way less time.