12 Mar 2023 |
Rampoina | but the kde volume thing doesn't see any application | 16:34:53 |
Rampoina | pipewire's jack | 16:35:01 |
Rampoina | afaik | 16:35:05 |
Minijackson | that's weird, I don't remember having these kinds of issues 😕 | 16:35:36 |
Rampoina | 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;
# use the example session manager (no others are packaged yet so this is ena
bled by default,
# no need to redefine it in your config for now)
#media-session.enable = true;
};
| 16:35:55 |
Rampoina | just this | 16:35:57 |
Rampoina | it was working well until I unplugged my headphones | 16:36:31 |
Rampoina | then all audio from ardour went kaput | 16:36:38 |
Rampoina | and I rebooted the system | 16:36:42 |
Rampoina | same thing | 16:36:47 |
Rampoina | :| | 16:36:48 |
Rampoina | ok I made a new ardour session and now I have sound wtf | 16:38:08 |
Rampoina | I even tried remaking the jack connections | 16:38:22 |
Minijackson | do you see additional things with pavucontrol ? | 16:38:36 |
Minijackson | like the switching from/to headphones/speakers | 16:38:47 |
| * Rampoina is installing pavucontrol | 16:42:19 |
Rampoina | I think what happened is that probably when I unplugged the headphones (I had them on the main jack) the sink went away or something | 16:43:20 |
Rampoina | and ardour dropped the connections | 16:43:25 |
Rampoina | I'm getting xruns too T_T | 16:44:10 |
Rampoina | I installed musnix with the rt kernel | 16:44:39 |
Rampoina | [rampoina@nixos:~]$ cpupower frequency-info
analyzing CPU 0:
driver: intel_pstate
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: Cannot determine or is not supported.
hardware limits: 800 MHz - 3.90 GHz
available cpufreq governors: performance powersave
current policy: frequency should be within 800 MHz and 3.90 GHz.
The governor "powersave" may decide which speed to use
within this range.
current CPU frequency: Unable to call hardware
current CPU frequency: 800 MHz (asserted by call to kernel)
boost state support:
Supported: yes
Active: yes
[rampoina@nixos:~]$ cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
powersave
powersave
powersave
powersave
| 16:50:11 |
Rampoina | that doesn't seem right | 16:50:16 |
Rampoina | 800Mhz ? | 16:50:19 |
Rampoina | lol | 16:50:20 |
Rampoina | I did sudo cpupower frequency-set -d 3.9GHz | 16:59:25 |
Rampoina | to set the minimum CPU frequency and now the xruns are gone | 16:59:38 |
Rampoina | for some reason it wasn't letting me set the frequency directly | 16:59:54 |
Rampoina | now the question is how do I configure that | 17:00:04 |
Minijackson | that's really weird | 17:00:19 |
Rampoina | getting xruns at 800Mhz? :P | 17:01:08 |