Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Bluetooth disconnects
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Bluetooth disconnects
18th Feb, 2023, 05:28 AM (This post was last modified: 18th Feb, 2023 05:30 AM by Nachteule.)
Post: #15
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: Bluetooth disconnects
(17th Feb, 2023 07:18 PM)grandcanyon Wrote:  The problem is that bluetooth creates a new pulseaudio socket every time it connects since I am seeing a

rfcomm_bind: Address already in use

so bluetooth won't bind to the existing pulseaudio socket

I have the feeling you have completely screwed up your pulseaudio/bluetooth by now

My recommendation: remove everything that has to do with pulseaudio (apt-get purge ...) and start again from scratch
Make sure that the directory /home/xbian/.config/pulse and /etc/pulse do not exist anymore before you reinstall the packages

After reinstall, run the following script as root:
Code:
#!/bin/sh
su xbian -c "mkdir -p -m 0700 /home/xbian/.config/pulse && sed 's/; autospawn = yes/autospawn = yes/g' /etc/pulse/client.conf > /home/xbian/.config/pulse/client.conf
su xbian -c "mkdir -p -m 0700 /home/xbian/.config/pulse && cp /etc/pulse/daemon.conf /home/xbian/.config/pulse"
echo -e "If you need to modify client.conf or daemon.conf, please use\nthe files in folder /home/xbian/.config/pulse" > /etc/pulse/README.XBian
find /etc/rc?.d/ -name S??pulseaudio-enable-autospawn -delete

This will copy daemon.conf and client.conf to the xbian user area and changes have to be made there. Making changes in the orginal conf files I don't think is a very good idea
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Bluetooth disconnects - grandcanyon - 8th Feb, 2023, 02:40 PM
RE: Bluetooth disconnects - grandcanyon - 9th Feb, 2023, 09:27 AM
RE: Bluetooth disconnects - grandcanyon - 9th Feb, 2023, 02:04 PM
RE: Bluetooth disconnects - Nachteule - 10th Feb, 2023, 12:39 AM
RE: Bluetooth disconnects - grandcanyon - 10th Feb, 2023, 04:34 AM
RE: Bluetooth disconnects - Nachteule - 10th Feb, 2023, 06:49 AM
RE: Bluetooth disconnects - grandcanyon - 10th Feb, 2023, 10:21 AM
RE: Bluetooth disconnects - grandcanyon - 10th Feb, 2023, 01:36 PM
RE: Bluetooth disconnects - Nachteule - 10th Feb, 2023, 10:14 PM
RE: Bluetooth disconnects - grandcanyon - 10th Feb, 2023, 03:29 PM
RE: Bluetooth disconnects - Nachteule - 10th Feb, 2023, 10:13 PM
RE: Bluetooth disconnects - grandcanyon - 11th Feb, 2023, 02:25 AM
RE: Bluetooth disconnects - Nachteule - 12th Feb, 2023, 04:40 AM
RE: Bluetooth disconnects - grandcanyon - 17th Feb, 2023, 07:18 PM
RE: Bluetooth disconnects - Nachteule - 18th Feb, 2023 05:28 AM
RE: Bluetooth disconnects - grandcanyon - 18th Feb, 2023, 09:18 AM
RE: Bluetooth disconnects - grandcanyon - 19th Feb, 2023, 06:43 AM
RE: Bluetooth disconnects - Nachteule - 19th Feb, 2023, 06:58 AM
RE: Bluetooth disconnects - grandcanyon - 19th Feb, 2023, 12:27 PM
RE: Bluetooth disconnects - Nachteule - 19th Feb, 2023, 11:00 PM
RE: Bluetooth disconnects - grandcanyon - 20th Feb, 2023, 06:04 AM
RE: Bluetooth disconnects - Nachteule - 21st Feb, 2023, 05:16 AM
RE: Bluetooth disconnects - grandcanyon - 21st Feb, 2023, 06:09 AM
RE: Bluetooth disconnects - Nachteule - 27th Feb, 2023, 04:25 AM
RE: Bluetooth disconnects - grandcanyon - 1st Mar, 2023, 06:19 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 25th May, 2025, 12:30 AM Powered By MyBB, © 2002-2025 MyBB Group.