BCable
Member
- Joined
- Mar 14, 2007
- Messages
- 124
I just installed SuperZaxxon Final, and went to go through the rounds of getting my config files straight for setting up Bluetooth headphones for music.
There is an ".asoundrc" file used in the home directory that tends to be complicated and hard to track down. Not anymore after I tested a theory of mine. This is all you need to put in that file. If you want to toggle between headphones and standard sound, just name it ".asoundrc.bt" to disable it.
The only audio player I've found for this is easy to install as well (XMMS). Enable wifi, then type:
It will magically make a menu item under Multimedia (that's new to this release). Run it.
Click the top left corner of the window, Options -> Preferences.
Under "Output Plugin" select "ALSA 1.2.10 output plugin [libALSA.so]".
Everything seems to work except "DoubleSize" in XMMS (the one feature needed...).
There is an ".asoundrc" file used in the home directory that tends to be complicated and hard to track down. Not anymore after I tested a theory of mine. This is all you need to put in that file. If you want to toggle between headphones and standard sound, just name it ".asoundrc.bt" to disable it.
Code:
pcm.!default {
type bluetooth
}
The only audio player I've found for this is easy to install as well (XMMS). Enable wifi, then type:
Code:
sudo opkg update && sudo opkg install xmms
It will magically make a menu item under Multimedia (that's new to this release). Run it.
Click the top left corner of the window, Options -> Preferences.
Under "Output Plugin" select "ALSA 1.2.10 output plugin [libALSA.so]".
Everything seems to work except "DoubleSize" in XMMS (the one feature needed...).