Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ This solves the problem when only **mono** output is recognized for Nari.

### PipeWire

If you use PipeWire and you see the default profiles (names like *Multichannel*)
but not these profiles (names like *Game Output*, *Chat Output*), then
you might need to change the udev rules.
If you use PipeWire, use the ``install-pipewire.sh``. You may need to reboot before you see the changes take effect.

In `91-pulseaudio-razer-nari.rules` change `PULSE_PROFILE_SET` to `ACP_PROFILE_SET`.
PipeWire has a few differences from pulseaudio:

#### Fedora34
In `91-pulseaudio-razer-nari.rules` is changed `PULSE_PROFILE_SET` to `ACP_PROFILE_SET`.
The profiles are copied into `/usr/share/alsa-card-profile/mixer/` instead of `/usr/share/pulseaudio/alsa-mixer/`.

Might apply to other distributions that have migrated to PipeWire.
In addition to the change to `91-pulseaudio-razer-nari.rules` described above, you also need to move all config files originated from this repo from `/usr/share/pulseaudio/alsa-mixer/` to `/usr/share/alsa-card-profile/mixer/`.
These two changes are necessary on Pop OS 22.04 and Fedora34, and may apply to other distros that have moved to PipeWire as well.

### Arch Linux

Expand Down