lemmyg / t2-apple-audio-dsp

Apple T2 audio DSP configs
MIT License
13 stars 3 forks source link

Pipewire refuse to start after config installation #14

Closed EnTaroKerrigan closed 5 months ago

EnTaroKerrigan commented 5 months ago

I am running fedora 40 on Macbook pro 2019 16 inch with a T2 chip . (I can see 6 speakers available) The audio works out of box and it stopped working after installing t2-apple-audio-dsp with some troubleshooting, installing package pipewire-module-filter-chain-lv2 improve things but the issue is still far from solved .

Fedora 40 iso : https://github.com/t2linux/fedora-iso/releases/tag/f40.0

can you help to solve this issue ???

This is the ouput when i run pipewire on terminal


[W][00944.119834] mod.filter-chain | [module-filter-ch: 1919 parse_control()] control 'meter_out' can not be set: No such file or directory
[W][00944.119856] mod.filter-chain | [module-filter-ch: 1919 parse_control()] control 'clip_in' can not be set: No such file or directory
[W][00944.119872] mod.filter-chain | [module-filter-ch: 1919 parse_control()] control 'clip_out' can not be set: No such file or directory
[W][00944.138896] mod.filter-chain | [module-filter-ch: 1919 parse_control()] control 'bypass' can not be set: No such file or directory
[W][00944.138931] mod.filter-chain | [module-filter-ch: 1919 parse_control()] control 'cbe_0' can not be set: No such file or directory
[E][00944.139043] default      | [ ladspa_plugin.c:  253 load_ladspa_plugin()] failed to load plugin 'fast_lookahead_limiter_1913': No such file or directory
[E][00944.139059] mod.filter-chain | [module-filter-ch: 3083 pipewire__module_init()] can't load graph: No such file or directory
[E][00944.141077] pw.conf      | [          conf.c:  584 load_module()] 0x5580dc6d1e50: could not load mandatory module "libpipewire-module-filter-chain": No such file or directory
[E][00944.142534] default      | [      pipewire.c:  105 main()] failed to create context: No such file or directory
EnTaroKerrigan commented 5 months ago

solved by this command , closing sudo dnf install ladspa-swh-plugins pipewire-module-filter-chain-lv2