T
Termux9mo ago
Exelroad

I need pulseaudio default config files

Can someone please send me the default config files of pulseaudio. It seems like i added some command that i dont remember what. Now the server does not want to run. Edit: reinstalling pulseaudio doesn't solve the issue the config also doesn't restore after i move it somewhere else
6 Replies
Dr. Jaska
Dr. Jaska9mo ago
@Exelroad if you use apt did you uninstall it with apt --purge uninstall or its shorthand apt purge which should remove config files too?
Exelroad
Exelroad9mo ago
I use apt reinstall pulseaudio because when i try using the purge command it try to remove other big packages that imo is hassle to reinstall them, lemme send the text in sec
apt purge pulseaudio
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
aalib aspell babl enchant exiv2 game-music-emu gexiv2 ghostscript
gimp-data gpgme gpgmepp graphene gst-plugins-bad gst-plugins-base
gstreamer gtk2 harfbuzz-icu jbig2dec json-c kwindowsystem libass
libbluray libcaca libcue libdvdnav libdvdread libflac libhyphen libidn
liblua52 liblua54 liblxqt libmp3lame libmypaint libnspr libnss libogg
libopencore-amr libopus libqtxdg libsamplerate libsndfile libsoxr
libsrt libssh libtheora libuchardet libudfread libv4l libvidstab
libvo-amrwbenc libvorbis libvpx libwebrtc-audio-processing libx264
libxpm libxpresent libxv libzimg lilv lv2 mypaint-brushes ocl-icd
openal-soft opusfile poppler poppler-data rubberband serd sord speexdsp
sratom svt-av1 xvidcore
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
audacious-plugins* ffmpeg* firefox* fluidsynth* gegl* gimp*
gst-plugins-good* libcanberra* libopenmpt* mpg123* mpv-x*
pavucontrol-qt* pipewire* pulseaudio* pulseaudio-glib*
qt5-qtmultimedia* sdl2* webkit2gtk-4.1* zenity*
0 upgraded, 0 newly installed, 19 to remove and 0 not upgraded.
After this operation, 403 MB disk space will be freed.
Do you want to continue? [Y/n]
apt purge pulseaudio
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
aalib aspell babl enchant exiv2 game-music-emu gexiv2 ghostscript
gimp-data gpgme gpgmepp graphene gst-plugins-bad gst-plugins-base
gstreamer gtk2 harfbuzz-icu jbig2dec json-c kwindowsystem libass
libbluray libcaca libcue libdvdnav libdvdread libflac libhyphen libidn
liblua52 liblua54 liblxqt libmp3lame libmypaint libnspr libnss libogg
libopencore-amr libopus libqtxdg libsamplerate libsndfile libsoxr
libsrt libssh libtheora libuchardet libudfread libv4l libvidstab
libvo-amrwbenc libvorbis libvpx libwebrtc-audio-processing libx264
libxpm libxpresent libxv libzimg lilv lv2 mypaint-brushes ocl-icd
openal-soft opusfile poppler poppler-data rubberband serd sord speexdsp
sratom svt-av1 xvidcore
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
audacious-plugins* ffmpeg* firefox* fluidsynth* gegl* gimp*
gst-plugins-good* libcanberra* libopenmpt* mpg123* mpv-x*
pavucontrol-qt* pipewire* pulseaudio* pulseaudio-glib*
qt5-qtmultimedia* sdl2* webkit2gtk-4.1* zenity*
0 upgraded, 0 newly installed, 19 to remove and 0 not upgraded.
After this operation, 403 MB disk space will be freed.
Do you want to continue? [Y/n]
@Dr. Jaska I don't know what i do that it break Heres the result when i try to run pulseaudio
pulseaudio --start
N: [pulseaudio] main.c: User-configured server at 127.0.0.1, refusing to start/autospawn.
pulseaudio --start
N: [pulseaudio] main.c: User-configured server at 127.0.0.1, refusing to start/autospawn.
And i also think that i used to be able to use the native-protocol-unix but it also fail before this, idk man I appreciate it if you could spare your time to send the config file from $PREFIX/etc/pulse
Dr. Jaska
Dr. Jaska9mo ago
client.conf ?
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.

## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
## more information. Default values are commented out. Use either ; or # for
## commenting.

; default-sink =
; default-source =
; default-server =
; default-dbus-server =

; autospawn = yes
; daemon-binary = /data/data/com.termux/files/usr/bin/pulseaudio
; extra-arguments = --log-target=syslog

; cookie-file =

; enable-shm = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB

; auto-connect-localhost = no
; auto-connect-display = no
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.

## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
## more information. Default values are commented out. Use either ; or # for
## commenting.

; default-sink =
; default-source =
; default-server =
; default-dbus-server =

; autospawn = yes
; daemon-binary = /data/data/com.termux/files/usr/bin/pulseaudio
; extra-arguments = --log-target=syslog

; cookie-file =

; enable-shm = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB

; auto-connect-localhost = no
; auto-connect-display = no
Exelroad
Exelroad9mo ago
All the file inside the pulse folder if possible, i want to restore it to default and try to modify the config on the .config/ folder
Exelroad
Exelroad9mo ago
Thank you so much @Dr. Jaska .