19.3 to 20.2 upgrade Paprefs needs symlink for network sound

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
dcbtahoe
Level 1
Level 1
Posts: 7
Joined: Mon Jan 24, 2022 10:25 pm

19.3 to 20.2 upgrade Paprefs needs symlink for network sound

Post by dcbtahoe »

Going from 19.3 to 20.x you need to add symlink to /usr/lib/pulse-13.99 for paprefs networking sound . ...

I think this is true for 20.x - worked without changes in 19.3

https://www.reddit.com/r/Ubuntu/comment ... prefs_but/

strace paprefs 2>&1 |grep /lib/pulse

you see that some modules in /usr/lib/pulse-13.99/modules are not found.

There is no directory /usr/lib/pulse-13.99; it is called /usr/lib/pulse-13.99.1

make a symlink:

sudo ...
cd /usr/lib/
ln -s pulse-13.99 pulse-13.99.1



and now it worked.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Sound”