This package, along with alvr-nvidia, simply doesn't work. I don't know why exactly, but I've been unsuccessfully trying to to connect alvr to steamVR for 2 days. It has always failed at detecting the device. Everything suddenly worked when I switched to the alvr-launcher AUR package instead.
Search Criteria
Package Details: alvr 20.11.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/alvr.git (read-only, click to copy) |
---|---|
Package Base: | alvr |
Description: | Experimental Linux version of ALVR. Stream VR games from your PC to your headset via Wi-Fi. |
Upstream URL: | https://github.com/alvr-org/ALVR |
Licenses: | MIT |
Conflicts: | alvr |
Provides: | alvr |
Submitter: | m00nw4tch3r |
Maintainer: | m00nw4tch3r (alvrbot1) |
Last Packager: | m00nw4tch3r |
Votes: | 23 |
Popularity: | 0.187229 |
First Submitted: | 2021-09-23 21:53 (UTC) |
Last Updated: | 2024-10-02 06:31 (UTC) |
Dependencies (20)
- alsa-lib
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libdrm (libdrm-gitAUR)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- libva-drm.so (libva-gitAUR, libva-headlessAUR, lib32-libva, libva)
- libva-x11.so (libva-gitAUR, lib32-libva, libva)
- libva.so (libva-gitAUR, libva-headlessAUR, lib32-libva, libva)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- x264 (x264-tmod-gitAUR, x264-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack) (make)
- libxrandr (libxrandr-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Required by (0)
Sources (2)
Perdu commented on 2024-10-07 14:29 (UTC)
m00nw4tch3r commented on 2024-09-03 10:22 (UTC)
Troubleshooting Guide: https://github.com/alvr-org/ALVR/wiki/Linux-Troubleshooting
m00nw4tch3r commented on 2024-09-03 10:19 (UTC)
All I can really do is add a message on install, since this probably has to go into Steam's launch settings for SteamVR
DocMAX commented on 2024-09-01 10:41 (UTC)
Needs PRESSURE_VESSEL_FILESYSTEMS_RO="/usr/lib/steamvr/alvr/" to make it work. Please include this.
ValkaTR commented on 2024-08-20 16:14 (UTC) (edited on 2024-08-20 16:15 (UTC) by ValkaTR)
after latest update
==> Making package: alvr 20.10.0-1 (Tue Aug 20 19:13:43 2024)
...
==> Validating source files with md5sums...
alvr ... FAILED
openvr ... Skipped
==> ERROR: One or more files did not pass the validity check!
-> error making: alvr-exit status 1
Kevinjil commented on 2024-07-09 18:53 (UTC)
Build fails in a clean chroot. Seems like it is missing a dependency on libpipewire
:
thread 'main' panicked at /build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libspa-sys-0.8.0/build.rs:10:10:
Cannot find libraries: PkgConfig(
pkg-config exited with status code 1
> PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags libpipewire-0.3 libpipewire-0.3 >= 0.3
The system library `libpipewire-0.3` required by crate `libspa-sys` was not found.
The file `libpipewire-0.3.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.
The PKG_CONFIG_PATH environment variable is not set.
HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `libpipewire-0.3.pc`.
)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
OzzyHelix commented on 2024-05-07 23:32 (UTC)
version 20.8.0 is broken on linux according to their discord they will probably fix it in the next dot release but for now they recommend people say on the previous version
WOFall commented on 2024-04-27 15:28 (UTC)
Same as below. I would guess it's related to this:
$ git clone https://aur.archlinux.org/alvr
... You are in 'detached HEAD' state. ...
* 15ea173 - (2 weeks ago) v20.7.1 - m00nwtchr (HEAD)
* 06734be - (9 weeks ago) Split packages, add libva - m00nwtchr (origin/master)
Reonu commented on 2024-04-17 23:45 (UTC)
same issue as latest comment, the package is currently broken
chocorean commented on 2024-04-17 22:54 (UTC) (edited on 2024-04-17 22:56 (UTC) by chocorean)
I fail to upgrade from 20.6.1-2 to 20.7.1-2, the reason is, it tries to install 20.6.1-2 instead:
$ yay -Syu alvr
[...]
:: 1 package to upgrade/install.
1 aur/alvr 20.6.1-2 -> 20.7.1-2
==> Packages to exclude: (eg: "1 2 3", "1-3", "^4" or repo name)
-> Excluding packages may cause partial upgrades and break systems
==>
AUR Explicit (1): alvr-20.7.1-2
[...]
==> Making package: alvr 20.6.1-2 (Wed 17 Apr 2024 06:53:43 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating alvr git repo...
==> Validating source files with md5sums...
alvr ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Creating working copy of alvr git repo...
Cloning into 'alvr'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
==> Sources are ready.
-> alvr-20.6.1-2 already made -- skipping build
==> Making package: alvr 20.6.1-2 (Wed 17 Apr 2024 06:53:46 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Sources are ready.
loading packages...
warning: alvr-20.6.1-2 is up to date -- reinstalling
warning: alvr-debug-20.6.1-2 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (2) alvr-20.6.1-2 alvr-debug-20.6.1-2
Total Installed Size: 38.54 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
[...]
yay exits with 0 but alvr is not upgraded.
Pinned Comments
m00nw4tch3r commented on 2024-09-03 10:22 (UTC)
Troubleshooting Guide: https://github.com/alvr-org/ALVR/wiki/Linux-Troubleshooting
DocMAX commented on 2024-09-01 10:41 (UTC)
Needs PRESSURE_VESSEL_FILESYSTEMS_RO="/usr/lib/steamvr/alvr/" to make it work. Please include this.