Hello all!
Really just trying to revive something here (I understand some of the software is getting pretty much out of date). But what I'm trying to do is to simply use the Rockbox app for pandora to play audio over bluetooth, rather than over headphones or internal speaker.
I can get bluetooth to pair to a bluetooth speaker successfully, but rockbox itself just closes once an audio file is selected.
BTW, I have the following in /etc/asound.conf ;
I've tried several variants on this but I always find that rockbox closes once an audio file is selected.
Decompressing the PND I found the real reason why:
After poking on the 'net for a little bit I've found that this is some sort of problem between sdl and alsa. Though not sure what beyond that!
Any way of fixing the invalid argument at all?
ljones
Really just trying to revive something here (I understand some of the software is getting pretty much out of date). But what I'm trying to do is to simply use the Rockbox app for pandora to play audio over bluetooth, rather than over headphones or internal speaker.
I can get bluetooth to pair to a bluetooth speaker successfully, but rockbox itself just closes once an audio file is selected.
BTW, I have the following in /etc/asound.conf ;
Code:
pcm.!default {
type plug
slave.pcm "softvol"
}
pcm.softvol {
type softvol
slave.pcm "bluetooth"
control.name "Master"
control {
card 0
}
}
pcm.bluetooth {
type bluetooth
}
I've tried several variants on this but I always find that rockbox closes once an audio file is selected.
Decompressing the PND I found the real reason why:
Code:
ALSA lib audio/pcm_bluetooth.c:1614(audioservice_expect) BT_OPEN failed : Invalid argument (22)
ALSA lib audio/pcm_bluetooth.c:1614(audioservice_expect) BT_OPEN failed : Invalid argument (22)
Segmentation Fault
After poking on the 'net for a little bit I've found that this is some sort of problem between sdl and alsa. Though not sure what beyond that!
Any way of fixing the invalid argument at all?
ljones
Last edited: