25 May 2024 |
| Lcchy joined the room. | 15:57:18 |
30 May 2024 |
| n3v3r_a9a1n joined the room. | 15:30:13 |
n3v3r_a9a1n | Hellooo 👋
Was anyone able to properly use Behringer umc(202/204/404)hd? | 15:32:45 |
bandithedoge | In reply to @xxxcrow:matrix.org Hellooo 👋 Was anyone able to properly use Behringer umc(202/204/404)hd? they're class compliant so they should work out of the box | 15:33:36 |
bandithedoge | i have an umc22 and it just works with my pipewire setup | 15:34:10 |
bandithedoge | * i have a umc22 and it just works with my pipewire setup | 15:34:17 |
n3v3r_a9a1n | In reply to @bandithedoge:matrix.org i have a umc22 and it just works with my pipewire setup I'm almost a complete zero in pipewireplumbing
In windows similar cards have several inputs and outputs, do you have an input and an output for every port? | 15:37:44 |
bandithedoge | yes | 15:38:04 |
bandithedoge | if you open any patchbay like helvum they'll show up | 15:38:44 |
bandithedoge | you can use jack patchbays too if you have pipewire with jack compatibility | 15:39:15 |
bandithedoge | check out https://nixos.wiki/wiki/PipeWire and don't be afraid to ask if you have any problems | 15:41:44 |
n3v3r_a9a1n | In reply to @bandithedoge:matrix.org if you open any patchbay like helvum they'll show up Mine shows stereo 🙁 | 15:41:49 |
| Tammi (ey/em) left the room. | 15:42:07 |
bandithedoge | what interface are you using? | 15:42:16 |
bandithedoge | setting the pro audio profile for your device should help with that | 15:46:06 |
bandithedoge | you can do it with pwvucontrol or in your nixos configuration | 15:46:55 |
n3v3r_a9a1n | In reply to @bandithedoge:matrix.org what interface are you using? I have several right now before I make one of them work 🥲 | 16:33:24 |
n3v3r_a9a1n | * I have several right now before I make one of them work 🥲 (I will keep the one that will work) | 16:37:49 |
n3v3r_a9a1n | For years I had a similar board, and it has the same issue, I'm starting to feel there's something wrong with the way I'm doing wirepipeplumbing | 16:38:55 |
n3v3r_a9a1n | In reply to @bandithedoge:matrix.org setting the pro audio profile for your device should help with that So.. I tried that, and.. It seems like I have some other issues with my sound, I'm not sure but maybe stereo on my laptop is not working 🫠 (both speakers and headphones) | 16:41:45 |
bandithedoge | In reply to @xxxcrow:matrix.org For years I had a similar board, and it has the same issue, I'm starting to feel there's something wrong with the way I'm doing wirepipeplumbing can you share your configuration? | 16:57:34 |
n3v3r_a9a1n | In reply to @bandithedoge:matrix.org can you share your configuration? the sound part looks like that:
sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
# If you want to use JACK applications, uncomment this
jack.enable = true;
#wireplumber.enable = true;
};
| 17:08:14 |
n3v3r_a9a1n | i will continue trying tomorrow, but it really feels like maybe i connect something wrong or connect the nodes not the right way | 17:14:12 |
8 Jun 2024 |
bandithedoge | In reply to @xxxcrow:matrix.org
the sound part looks like that:
sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
# If you want to use JACK applications, uncomment this
jack.enable = true;
#wireplumber.enable = true;
};
why do you have pulseaudio disabled? pulse.enable already replaces it | 21:09:52 |
9 Jun 2024 |
Lily Foster | In reply to @bandithedoge:matrix.org why do you have pulseaudio disabled? pulse.enable already replaces it if a desktop environment enables pulse with mkDefault, you have to explicitly disable it with pipewire (even regardless of whether pulse.enable is enabled or not) | 17:10:22 |
Lily Foster | * if a desktop environment enables pulse with mkDefault, you have to explicitly disable it to use pipewire (even regardless of whether pulse.enable is enabled or not) | 17:10:35 |
10 Jun 2024 |
bandithedoge | oh right, i forgot about that | 22:56:09 |
bandithedoge | wouldn't it be wise for the pipewire module to disable pulseaudio or at least throw a warning? | 22:56:50 |
22 Jun 2024 |
| @lotte:chir.rs left the room. | 19:33:27 |
25 Jun 2024 |
| @axiomss:matrix.org joined the room. | 22:03:07 |