The officially official Devuan Forum!

You are not logged in.

#26 2025-11-05 20:11:50

igorzwx
Member
Registered: 2024-05-06
Posts: 383  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

Try to play .dsf with Audacious

Free samples are available
_https://dev1galaxy.org/viewtopic.php?id=6716

$ audacious 2>&1 *.dsf
Input:  1411200 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 56448
Output: 48000 Hz, 2 ch, 's16_le' (0x2): dummy = 0, period = 1920
Rates:  1411200 --> 48000 (J: 0.00%, T: FFT, W: Vorbis)
Ok.

Last edited by igorzwx (2025-11-05 20:13:10)

Offline

#27 2025-11-05 20:36:18

kapqa
Member
Registered: 2019-01-02
Posts: 537  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

don't think this work with DAC > this one only 24b/192.000
another one accepts up to the same but output/upsample to 32b/384.000?

maybe internal HD Intel/AMD can play 32b .dsf? i doubt it;

will have to wait for a better soundbard, probably.

EDIT

audacious 2>&1 08-Faust\ -\ Funeral\ March\ Of\ A\ Marionette\ -\ 24bit.flac 
ERROR ../audacious-plugins/src/alsa/config.cc:238 [guess_element]: No suitable mixer element found.
Input:  352800 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 14112
Output: 192000 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 7680
Rates:  352800 --> 192000 (J: 0.00%, T: FFT, W: Vorbis)
Ok.
audacious 2>&1 08-Faust\ -\ Funeral\ March\ Of\ A\ Marionette\ -\ 32bit.wav 
ERROR ../audacious-plugins/src/alsa/config.cc:238 [guess_element]: No suitable mixer element found.
Input:  352800 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 14112
Output: 192000 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 7680
Rates:  352800 --> 192000 (J: 0.00%, T: FFT, W: Vorbis)
Ok.
audacious 2>&1 08-Faust\ -\ Funeral\ March\ Of\ A\ Marionette\ -\ DSD256.dsf 
ERROR ../audacious-plugins/src/alsa/config.cc:238 [guess_element]: No suitable mixer element found.
WARNING ../audacious-plugins/src/ffaudio/ffaudio-core.cc:207 [dsf]: <0x7f32000cb680> Estimating duration from bitrate, this may be inaccurate
WARNING ../audacious-plugins/src/ffaudio/ffaudio-core.cc:207 [dsf]: <0x7f32000cb680> Estimating duration from bitrate, this may be inaccurate
Input:  1411200 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 56448
Output: 192000 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 7680
Rates:  1411200 --> 192000 (J: 0.00%, T: FFT, W: Vorbis)
Ok.
audacious 2>&1 08-Faust\ -\ Funeral\ March\ Of\ A\ Marionette\ \[Tuncated\,\ No\ Dither\].flac 
ERROR ../audacious-plugins/src/alsa/config.cc:238 [guess_element]: No suitable mixer element found.
Input:  352800 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 14112
Output: 192000 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 7680
Rates:  352800 --> 192000 (J: 0.00%, T: FFT, W: Vorbis)
Ok.

Last edited by kapqa (2025-11-05 20:47:19)

Offline

#28 2025-11-05 21:15:26

igorzwx
Member
Registered: 2024-05-06
Posts: 383  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

Everything works, fftrate can resample everything

I had already explained you that 24bit means 32bit in this particular case

The 32-bit representation serves as a larger, more flexible "container" to preserve the higher precision of the 24-bit data and prevent clipping during internal mixing or editing, especially in professional digital audio workstations (DAWs). The 24-bit data is stored within the 32-bit format, ensuring its precision is maintained without needing resampling.

Why 32-bit is Used as a Container
DAWs and audio servers use 32-bit internally to avoid the complexities of dithering and exporting to fixed-point formats like 24-bit...
When 24-bit integer data is stored in a 32-bit container, the 24-bit precision is preserved within the larger format, similar to storing a number like 0100 in a longer string of zeros, like 00000100.

...the data buffers which these descriptors define will contain the actual sound samples (or have samples written into them) structured like the content of .wav files (though 20 and 24-bit samples must be padded out with zeros at the LSB end to make them all 32-bits long).
_https://wiki.osdev.org/Intel_High_Definition_Audio

Everything works, fftrate can resample everything

You still have a problem with pulseaudio:

ERROR ../audacious-plugins/src/alsa/config.cc:238 [guess_element]: No suitable mixer element found.

Read this thread
_https://www.linuxquestions.org/questions/linux-software-2/alsa-error-no-suitable-mixer-element-found-and-can%27t-connect-to-pulseaudio-4175623535/

_https://www.linuxquestions.org/questions/linux-software-2/alsa-error-no-suitable-mixer-element-found-and-can%27t-connect-to-pulseaudio-4175623535/#post5818488
The issue was permission-based. I logged into x as root briefly and pavucontrol opened with no problem, as did Audacious.

So I then went to my user account and tried, as my user name

chown -R lysander /home/lysander

It told me that there are quite a few folders not owned by me, but by root. One of them was /home/lysander/.config/pulse, whose ownership changed to root around the time I was doing the install of alsaequal.

I changed the ownership to my user whilst inside the folder with

#chown -R lysander pulse

Now pavucontrol opens fine and Audacious doesn't show any errors.

I should be careful in the future with installions and using root.

lysander - is the username of that person,

chown means change ownership

Last edited by igorzwx (2025-11-05 21:46:48)

Offline

#29 2025-11-05 21:57:47

kapqa
Member
Registered: 2019-01-02
Posts: 537  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

getting error but it seems benigne

chown -R rich /home/rich
chown: cannot read directory '/home/rich/.local/share/containers/storage/overlay/c69cfad00e0494e0583d81f403c86b24ca668638f0ad98dfc7b5c91af4f274a4/work/work': Permission denied
chown: cannot read directory '/home/rich/.local/share/containers/storage/overlay/3a449042a448f8f26b071123d4169c8335065e21687488c1f7b2c8a6faf8b615/work/work': Permission denied
chown: cannot read directory '/home/rich/.local/share/containers/storage/overlay/05e375d18aa1adb9d18d33112253d319f5df02cc7fe6cbba917e4da665055fe8/work/work': Permission denied
chown: cannot read directory '/home/rich/.local/share/containers/storage/overlay/4523f8c8574bf58b45c8e3c1537e46103e73d68701e4c432f11366bcc92e32c5/work/work': Permission denied

maybe it is because of DAC; it has no volume knob;

thank you so much;
good night.

Last edited by kapqa (2025-11-05 22:03:58)

Offline

#30 2025-11-05 23:12:17

igorzwx
Member
Registered: 2024-05-06
Posts: 383  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

you have a container installed in your home folder, which you are not allowed to read

chown: cannot read directory '/home/rich/.local/share/containers/storage/overlay/.../work/work': Permission denied

Install mc, navigate to that container and check who is owner, which permissions

➤ apt show mc
Package: mc
...
Homepage: https://www.midnight-commander.org
...
Description: Midnight Commander - a powerful file manager
...

Do you have a sort of Podman installed?

Last edited by igorzwx (2025-11-05 23:16:11)

Offline

#31 2025-11-06 10:22:52

kapqa
Member
Registered: 2019-01-02
Posts: 537  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

yes, i may have botched the linux install by evoking some commands during "boinc" install

like

sudo usermod --add-subuids 100000-165535 --add-subgids 100000-165535 boinc

but there is no de-installation routine offered (for podman); it functioned well on devuan 5.0, but now will try to uninstall.
https://boinc.berkeley.edu/linux_instal … ild=stable

maybe the error (so suitable mixer) because during audacious there were two "red flags" for jack; and i let the install go through nevertheless?

EDIT: Dependency jack found: NO. Found 0.126.0 but need |'>= 1.9.7'
Found CMake:/usr/bin/cmake (3.31.6)
Run-tim dependency jack found: NO (Tried pkgcfong and cmake)

Last edited by kapqa (2025-11-06 11:36:51)

Offline

#32 2025-11-06 14:07:31

igorzwx
Member
Registered: 2024-05-06
Posts: 383  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

It has nothing to do with jack

Try to debug mpv and other players with 2>&1
For example

mpv 2>&1 *.mp3

Arch Linux: A list of common issues and solutions for Podman
_https://man.archlinux.org/man/extra/podman/podman-troubleshooting.7.en

Container permission denied: How to diagnose this error
_https://www.redhat.com/en/blog/container-permission-denied-errors

Last edited by igorzwx (2025-11-06 14:07:46)

Offline

#33 2025-11-06 16:02:14

kapqa
Member
Registered: 2019-01-02
Posts: 537  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

think someone else might need to solve this error;

it happens also on fresh installation of devuan 6.0 mate (no podman installed, hence) (it took me around 1 hour to setup complete pulseaudio-free as suggested by yzou, including audacious and pulseaudio-free libpulse2-plugin)

so maybe it need adapt for devuan 6, or is just incompatible with my present low-end system-dac. since it seem error not present on devuan 5. maybe just did set wrong options.

one strange thing if might add:

arateconf reports always "unsupported" if i choose 24bit-3le or 24bit-le for Dac; but "supported" if choose 32bit; altough according to specs it supports only 24bit?

audacious 2>&1

think you have mentioned-explained this already somewhere on the forum; on why this might be so.

as for libjack not being the cause of the error;

however, audacious-plugins-devel (4.5.1) says  it depends

libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125,

however, libjack-jackd2-0 gets uninstalled when followed your routine to purge pulseaudio from libpulse2-plugins.

sudo apt install libjack-jackd2-dev
The following packages were automatically installed and are no longer required:
  libconfig++11  libffado2  libldacbt-abr2  libopenfec1  libpipewire-0.3-modules  libroc0.4  libspa-0.2-bluetooth  libwireplumber-0.5-0  libxml++2.6-2v5  rtkit
Use 'sudo apt autoremove' to remove them.

Installing:
  libjack-jackd2-dev

Installing dependencies:
  libjack-jackd2-0

Suggested packages:
  jackd2

REMOVING:
  libjack-dev  libjack0

Last edited by kapqa (2025-11-06 21:37:54)

Offline

#34 2025-11-06 18:36:49

kapqa
Member
Registered: 2019-01-02
Posts: 537  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

mpv 08-Faust\ -\ Funeral\ March\ Of\ A\ Marionette\ 
08-Faust - Funeral March Of A Marionette - 24bit.flac
08-Faust - Funeral March Of A Marionette - 32bit.wav
08-Faust - Funeral March Of A Marionette - DSD256.dsf
08-Faust - Funeral March Of A Marionette [Tuncated, No Dither].flac
rich@debian:~/Downloads$ mpv 2>&1 08-Faust\ -\ Funeral\ March\ Of\ A\ Marionette\ 
08-Faust - Funeral March Of A Marionette - 24bit.flac
08-Faust - Funeral March Of A Marionette - 32bit.wav
08-Faust - Funeral March Of A Marionette - DSD256.dsf
08-Faust - Funeral March Of A Marionette [Tuncated, No Dither].flac
rich@debian:~/Downloads$ mpv 2>&1 08-Faust\ -\ Funeral\ March\ Of\ A\ Marionette\ 
08-Faust - Funeral March Of A Marionette - 24bit.flac
08-Faust - Funeral March Of A Marionette - 32bit.wav
08-Faust - Funeral March Of A Marionette - DSD256.dsf
08-Faust - Funeral March Of A Marionette [Tuncated, No Dither].flac
rich@debian:~/Downloads$ mpv 2>&1 08-Faust\ -\ Funeral\ March\ Of\ A\ Marionette\ \[Tuncated\,\ No\ Dither\].flac 
● Image  --vid=1  'Front Cover' (mjpeg 600x597)
● Audio  --aid=1  (flac 2ch 352800 Hz)
File tags:
 Artist: Gibson, ROHCG
 Album: Gounod - Bizet - Gibson ROHO [DXD 24bit NO DITHER HDTT]
 Album_Artist: Gibson
 Comment: From 15ips tape to DSD256, with DXD post processing to reduce noise. Kingsway Hall
 Composer: Gounod
 Date: 1959
 Genre: Classical-Orchestral
 Series: Living Stereo
 Title: Faust - Funeral March Of A Marionette
 Track: 8
[ffmpeg] AVHWDeviceContext: Cannot load libcuda.so.1
[ffmpeg] AVHWDeviceContext: Could not dynamically load CUDA
Displaying cover art. Use --no-audio-display to prevent this.
Using hardware decoding (vaapi-copy).
VO: [gpu-next] 600x597 yuv444p
Input:  352800 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 14112
Output: 192000 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 7680
Rates:  352800 --> 192000 (J: 0.00%, T: FFT, W: Vorbis)
Ok.

AO: [alsa] 352800Hz stereo 2ch s32
AV: 00:00:49 / 00:04:35 (18%)
Exiting... (Quit)
audacious 2>&1 08-Faust\ -\ Funeral\ March\ Of\ A\ Marionette\ \[Tuncated\,\ No\ Dither\].flac 
ERROR ../audacious-plugins/src/alsa/config.cc:238 [guess_element]: No suitable mixer element found.
Input:  352800 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 14112
Output: 192000 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 7680
Rates:  352800 --> 192000 (J: 0.00%, T: FFT, W: Vorbis)
Ok.

Offline

#35 2025-11-06 21:06:30

igorzwx
Member
Registered: 2024-05-06
Posts: 383  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

$ audacious 2>&1 '08-Faust - Funeral March Of A Marionette [Tuncated, No Dither].flac'
Input:  352800 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 14112
Output: 48000 Hz, 2 ch, 's16_le' (0x2): dummy = 0, period = 1920
Rates:  352800 --> 48000 (J: 0.00%, T: FFT, W: Vorbis)
Ok.
$ audacious --version
Audacious 4.5-devel (Devuan 5 Daedalus)
$ inxi -Sxxx
System:
  Host: devuan Kernel: 6.1.0-40-amd64 arch: x86_64 bits: 64 compiler: gcc
    v: 12.2.0 Desktop: MATE v: 1.26.0 info: mate-panel wm: marco v: 1.26.1 vt: 7
    dm: LightDM v: 1.26.0 Distro: Devuan GNU/Linux 5 (daedalus)

Yesterday 23:15:26
I had already explained you that 24bit means 32bit in this particular case

The 32-bit representation serves as a larger, more flexible "container" to preserve the higher precision of the 24-bit data and prevent clipping during internal mixing or editing, especially in professional digital audio workstations (DAWs). The 24-bit data is stored within the 32-bit format, ensuring its precision is maintained without needing resampling.

Why 32-bit is Used as a Container
DAWs and audio servers use 32-bit internally to avoid the complexities of dithering and exporting to fixed-point formats like 24-bit...
When 24-bit integer data is stored in a 32-bit container, the 24-bit precision is preserved within the larger format, similar to storing a number like 0100 in a longer string of zeros, like 00000100.

...the data buffers which these descriptors define will contain the actual sound samples (or have samples written into them) structured like the content of .wav files (though 20 and 24-bit samples must be padded out with zeros at the LSB end to make them all 32-bits long).
_https://wiki.osdev.org/Intel_High_Definition_Audio

Last edited by igorzwx (2025-11-06 21:12:08)

Offline

#36 2025-11-09 21:48:10

kapqa
Member
Registered: 2019-01-02
Posts: 537  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

am now inclined to say that this has something to do with CPU being used on computer

on several pc/laptop running Intel CPU the error has not occured, irrispective of whether on Devuan 5 or 6, hoeever on AMD CPU the error seem be present

(atlest on devuan 6)

ERROR ../audacious-plugins/src/alsa/config.cc:238 [guess_element]: No suitable mixer element found.

since pulseaduio is no longer installed , see not how it could cause the rror_?

Offline

#37 Yesterday 16:18:16

igorzwx
Member
Registered: 2024-05-06
Posts: 383  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

Does it help to solve the problem?

To solve such problems, one my try a scientific method proposed by Feynman

The first principle is that you must not fool yourself - and you are the easiest person to fool. So you have to be very careful about that. After you've not fooled yourself, it's easy not to fool other scientists. You just have to be honest in a conventional way after that.

Feynman, Richard P. (June 1974). "Cargo Cult Science" (PDF). California Institute of Technology.
_http://calteches.library.caltech.edu/51/2/CargoCult.pdf
_https://ghostarchive.org/archive/20221009/http://calteches.library.caltech.edu/51/2/CargoCult.pdf
_https://paulsteinhardt.org/wp-content/uploads/2020/10/CargoCult.pdf

A hypothesis is a statement, which can be verified. Otherwise, it is a myth.
Scientific problems are not easy to solve. You may try, perhaps, a clean install of Devuan, and document your experiments.

Offline

#38 Yesterday 16:38:55

kapqa
Member
Registered: 2019-01-02
Posts: 537  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

mzkd my osn options after exprienced , so it would not be solved me , but thanks to you kind helpò have now found the proper rpgram for the moment which fullfills all "scientific" "personal" expectitations.

also thanks to browsing capabilities have thru this list

https://en.wikipedia.org/wiki/List_of_L … o_software

installed player "amarok" and enabled plugin"daap" and this player now seem to function with format that previously caused skips during playback when pulseaudio-pipewire uninstalled (namely mp3 format) and also enable fast-forward - fast backward when playback.

there are some error and need to use program "apulse" but sofar it seems promising;
have used the program in past, but never consistentlzy,
so now can use as replacement for rhythmbox which seem at the moment not fully support alsa-only when using daap-plugin.

also, can continue using .aiff for "ripping" (backup) cd, which seem conventient format.

amarok needs apulse, hope this is not interfering with proper playback.

 amarok 2>&1 Chris\ Rea\ \'And\ You\ My\ Love\'\ by\ Mila\ Gee\ \(HD\).mp3 
**********************************************************************************************
** AMAROK WAS STARTED IN NORMAL MODE. IF YOU WANT TO SEE DEBUGGING INFORMATION, PLEASE USE: **
** amarok --debug                                                                           **
**********************************************************************************************
[0000558a4e898f80] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[0000558a4e898f80] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[0000558a4e898f80] main audio output error: no suitable audio output module
QObject::connect: No such signal Phonon::VLC::MediaObject::angleChanged(int)
QObject::connect: No such signal Phonon::VLC::MediaObject::availableAnglesChanged(int)
WARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no objectName ) to  Phonon::AudioDataOutput ( no objectName ).
Got ERROR: "Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist" errno: 2000
file:///usr/share/kpackage/genericqml/org.kde.amarok.context/contents/ui/main.qml:97:25: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
file:///usr/share/kpackage/genericqml/org.kde.amarok.context/contents/ui/main.qml:87:25: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
[00007fd2fc006270] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[00007fd2fc006270] main audio output error: no suitable audio output module
[00007fd300c37760] main decoder error: failed to create audio output
kio_http_cache_cleaner: Already running!
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<lfm status=\"failed\">\n  <error code=\"8\">Operation failed - Most likely the backend service failed. Please try again.</error>\n</lfm>\n"
^Cfile:///usr/share/kpackage/amarok/org.kde.amarok.currenttrack/contents/ui/main.qml:111: TypeError: Cannot call method 'renderSvg' of null
apulse amarok 2>&1 Chris\ Rea\ \'And\ You\ My\ Love\'\ by\ Mila\ Gee\ \(HD\).mp3 
**********************************************************************************************
** AMAROK WAS STARTED IN NORMAL MODE. IF YOU WANT TO SEE DEBUGGING INFORMATION, PLEASE USE: **
** amarok --debug                                                                           **
**********************************************************************************************
QObject::connect: No such signal Phonon::VLC::MediaObject::angleChanged(int)
QObject::connect: No such signal Phonon::VLC::MediaObject::availableAnglesChanged(int)
WARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no objectName ) to  Phonon::AudioDataOutput ( no objectName ).
Got ERROR: "Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist" errno: 2000
file:///usr/share/kpackage/genericqml/org.kde.amarok.context/contents/ui/main.qml:97:25: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
file:///usr/share/kpackage/genericqml/org.kde.amarok.context/contents/ui/main.qml:87:25: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Input:  44100 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 1764
Output: 48000 Hz, 2 ch, 's32_le' (0xa): dummy = 0, period = 1920
Rates:  44100 --> 48000 (J: 0.00%, T: FFT, W: Vorbis)
Ok.

"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<lfm status=\"failed\">\n  <error code=\"8\">Operation failed - Most likely the backend service failed. Please try again.</error>\n</lfm>\n"
QTimeLine::start: already running
QTimeLine::start: already running

EDIT:
this build here for devuan 6.
you may easily test on AMD and notice error; on Intel there is not?
https://Nada39.myasustor.com:8001/share/kxgp_24rX

Last edited by kapqa (Yesterday 17:36:54)

Offline

#39 Yesterday 18:38:37

igorzwx
Member
Registered: 2024-05-06
Posts: 383  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

If you have a solid evidence (+log of compilation), file a bug.

AMAROK with Phonon

amarok 2>&1 Chris\ Rea\ \'And\ You\ My\ Love\'\ by\ Mila\ Gee\ \(HD\).mp3 
**********************************************************************************************
** AMAROK WAS STARTED IN NORMAL MODE. IF YOU WANT TO SEE DEBUGGING INFORMATION, PLEASE USE: **
** amarok --debug                                                                           **
**********************************************************************************************
[0000558a4e898f80] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[0000558a4e898f80] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[0000558a4e898f80] main audio output error: no suitable audio output module
QObject::connect: No such signal Phonon::VLC::MediaObject::angleChanged(int)
QObject::connect: No such signal Phonon::VLC::MediaObject::availableAnglesChanged(int)
WARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no objectName ) to  Phonon::AudioDataOutput ( no objectName ).

Enable Phonon plugin with arateconf

$ arateconf
...
A - Show all plugins [ ]
M - Plug-ins:
 [X] Convert,  [ ] Expand, [X] Asym
 [ ] Play Vol, [X] Dmix
 [ ] Rec. Vol, [X] Dsnoop
 [ ] Phonon,   [ ] Normalizator

and try to run  AMAROK without apulse

But why did you post your AMAROK to "How to compile Audacious" topic?

Last edited by igorzwx (Yesterday 18:39:12)

Offline

#40 Yesterday 19:27:50

kapqa
Member
Registered: 2019-01-02
Posts: 537  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

thanks, no, no solid evidence, just anecdotal, experience; that got the bugreport closed (=not planned > was being told user likely has problem with alsa configuration)

sorry it seem phonon plugin does not resolve.

am used to contine conversation, not opening new tickets.
(might be considered aflaw or aflow, depending on vista.)

===============
|  Main menu  |
---------------

    Curr. | Used | Play (def) | Rec (def) | Available cards
----------|------|------------|-----------|-----------------------------------
0 -       |  *   |  *         |  *        | HDA-Intel - HDA ATI HDMI
1 - >>>>> |  *   |  *     *   |  *    *   | HDA-Intel - HD-Audio Generic

U - Toggle used flag
P - Set this device as default player
R - Set this device as default recorder

O - Output device: Generic,0
I - Input device : Generic,0

F - Format: 48000 Hz, 2 ch, 'S32_LE'
C - Converter: fftrate

A - Show all plugins [ ]
M - Plug-ins:
 [X] Convert,  [ ] Expand, [X] Asym
 [ ] Play Vol, [X] Dmix
 [ ] Rec. Vol, [X] Dsnoop
 [X] Phonon,   [ ] Normalizator

T - Test
S - Save to '/home/rich/.asoundrc'
X - Delete '/home/rich/.asoundrc'

ESC - Exit
> ESC
rich@devuan:~/Desktop$ amarok 2>&1 Bulgaria\ 8K\ HDR\ 60P\ \(FUHD\).mp3 
**********************************************************************************************
** AMAROK WAS STARTED IN NORMAL MODE. IF YOU WANT TO SEE DEBUGGING INFORMATION, PLEASE USE: **
** amarok --debug                                                                           **
**********************************************************************************************
[0000558f3a5ac960] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[0000558f3a59fd70] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[0000558f3a59fd70] main audio output error: no suitable audio output module
QObject::connect: No such signal Phonon::VLC::MediaObject::angleChanged(int)
QObject::connect: No such signal Phonon::VLC::MediaObject::availableAnglesChanged(int)
WARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no objectName ) to  Phonon::AudioDataOutput ( no objectName ).
Got ERROR: "Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist" errno: 2000
file:///usr/share/kpackage/genericqml/org.kde.amarok.context/contents/ui/main.qml:97:25: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
file:///usr/share/kpackage/genericqml/org.kde.amarok.context/contents/ui/main.qml:87:25: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
[00007fe304015e50] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[00007fe304015e50] main audio output error: no suitable audio output module
[00007fe300c32120] main decoder error: failed to create audio output
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<lfm status=\"failed\">\n  <error code=\"8\">Operation failed - Most likely the backend service failed. Please try again.</error>\n</lfm>\n"

Offline

#41 Yesterday 20:00:42

igorzwx
Member
Registered: 2024-05-06
Posts: 383  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

Do you have Phonon installed?

phonon
-https://tracker.debian.org/pkg/phonon

binaries:

ibphonon-l10n
libphonon4qt5-4t64
libphonon4qt5-data
libphonon4qt5-dev
libphonon4qt5experimental-dev
libphonon4qt5experimental4t64
libphonon4qt6-4t64
libphonon4qt6-dev
libphonon4qt6experimental-dev
libphonon4qt6experimental4t64
phonon4qt5
phonon4qt5-backend-null
phonon4qt5settings
phonon4qt6
phonon4qt6-backend-null
phonon4qt5-backend-vlc/oldstable 0.11.3-1 amd64
  Phonon4Qt5 VLC backend

phonon4qt5-backend-gstreamer/oldstable 4:4.10.0-1 amd64
  Phonon Qt5 GStreamer 1.0 backend

Last edited by igorzwx (Yesterday 20:01:13)

Offline

#42 Yesterday 20:57:40

kapqa
Member
Registered: 2019-01-02
Posts: 537  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

thinkk it is installed since OS is Devuan 6 KDE X11

sudo apt install phonon
phonon4qt5                       phonon4qt5-backend-null          phonon4qt5settings               phonon4qt6-backend-null          phonon-backend-gstreamer-common  
phonon4qt5-backend-gstreamer     phonon4qt5-backend-vlc           phonon4qt6                       phonon4qt6-backend-vlc           phonon-backend-vlc-common        
  
phonon4qt5 is already the newest version (4:4.12.0-5).
phonon4qt5 set to manually installed.
phonon4qt5-backend-vlc is already the newest version (0.12.0-3+b4).
phonon4qt5-backend-vlc set to manually installed.
phonon4qt6 is already the newest version (4:4.12.0-5).
phonon4qt6 set to manually installed.
phonon-backend-vlc-common is already the newest version (0.12.0-3).
phonon-backend-vlc-common set to manually installed.
phonon4qt6-backend-vlc is already the newest version (0.12.0-3+b4).
phonon4qt6-backend-vlc set to manually installed.

EDIT:  the phonon-backend-gstreamer-common was not installed.

but still no luck.

also phonon4qt5-backend-gstreamer was missing?

but no playback, also when vlc set output audio to alsa ().

amarok 2>&1 Beloe\ Zlato\ -\ .Сирень\ --\ Lilac\ by\ Beloe\ Zlato\ \(HD\).mp3
**********************************************************************************************
** AMAROK WAS STARTED IN NORMAL MODE. IF YOU WANT TO SEE DEBUGGING INFORMATION, PLEASE USE: **
** amarok --debug                                                                           **
**********************************************************************************************
[000055c580ecf940] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[000055c580eff510] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[000055c580eff510] main audio output error: no suitable audio output module
QObject::connect: No such signal Phonon::VLC::MediaObject::angleChanged(int)
QObject::connect: No such signal Phonon::VLC::MediaObject::availableAnglesChanged(int)
WARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no objectName ) to  Phonon::AudioDataOutput ( no objectName ).
Got ERROR: "Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist" errno: 2000
"FileTypeResolver: file /home/rich/Desktop/Chronixx - Here Comes Trouble (Official Music Video) - LfeIfiiBTfY.mkv (mimetype video/x-matroska) not recognized as Amarok-compatible"
"FileTypeResolver: file /home/rich/Desktop/Chronixx - Here Comes Trouble (Official Music Video) - LfeIfiiBTfY.mkv (mimetype video/x-matroska) not recognized as Amarok-compatible"
"FileTypeResolver: file /home/rich/Desktop/Chronixx - Here Comes Trouble (Official Music Video) - LfeIfiiBTfY.mkv (mimetype video/x-matroska) not recognized as Amarok-compatible"
file:///usr/share/kpackage/genericqml/org.kde.amarok.context/contents/ui/main.qml:97:25: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
file:///usr/share/kpackage/genericqml/org.kde.amarok.context/contents/ui/main.qml:87:25: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<lfm status=\"failed\">\n  <error code=\"8\">Operation failed - Most likely the backend service failed. Please try again.</error>\n</lfm>\n"

Last edited by kapqa (Yesterday 21:18:04)

Offline

#43 Yesterday 21:31:43

igorzwx
Member
Registered: 2024-05-06
Posts: 383  

Re: [HowTo] audacious_4.5-devel-1_amd64.deb (meson+samu and muon+samu)

Phonon should be enabled in KDE settings.

There is also:

$ apt-file find /usr/bin/phononsettings
phonon4qt5settings: /usr/bin/phononsettings

I am not a KDE user, and KDE has nothing to do with the topic.
Start a new topic in Multimedia.

Offline

Board footer