Hello. On two pinebook pros, both with fresh installations of slackwareaarch64-15+ then updated to -current, I experienced same phenomenon:
sound was working out of both internal speakers and via headphone jack (uart switch is set to audio), and on the first laptop I paired some bluetooth speakers, and sound switched to playing through these speakers just fine. However, when I disconnect the bluetooth speakers, sound is not returned to built-in system. The levels are dancing on the mixers, but no sound comes out.
I tried to manually enable with
Code:
amixer -q -c0 cset numid=28 on &> /dev/null
but to no avail.
If I reconnect the bluetooth speakers, audio is still there.
Likewise, on the second laptop, the same phenomenon, though with some bluetooth headphones, through which I'm listening to some tunes now, but should I turn them off to use the aux cord... no audio... levels yes... sound no.
I disabled executable permission on /etc/rc.d/rc.bluetooth, rebooted, started x11, and played an audio stream. No sound. Here is syslog:
Code:
Mar 12 01:32:15 papaz pulseaudio[3244]: [pulseaudio] core-util.c: Failed to create secure directory (/run/user/1111/pulse): No such file or directory
Mar 12 03:11:05 papaz pulseaudio[1721]: [pulseaudio] module-x11-xsmp.c: ICE I/O error handler called
Mar 12 03:11:05 papaz pulseaudio[1721]: [pulseaudio] x11wrap.c: X11 I/O error handler called
Mar 12 03:11:05 papaz pulseaudio[1721]: [pulseaudio] x11wrap.c: X11 I/O error exit handler called, preparing to tear down X11 modules
Mar 12 03:11:05 papaz pulseaudio[1721]: [pulseaudio] stdin-util.c: Lost I/O connection in module "module-gsettings"
Mar 12 03:11:05 papaz pulseaudio[1721]: [pulseaudio] core-util.c: Failed to create secure directory (/run/user/1111/pulse): No such file or directory
Mar 12 03:14:35 papaz pulseaudio[1731]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files
I looked and /run/user/1111/pulse did exist, so that's a weird error.
I also tried enabling pipewire, and got the same results of levels showing without sound. I've since reverted to default pulse-audio state.
I don't think it is hardware since sound worked originally. Any ideas on how to proceed? Is there a way to fire up alsa in debug mode?