I have now installed usbnet to my pw4 and successfully configured so that I can ssh via WiFi to it. I copied some mp3 files over, connected my bluetooth headset and attempted to play one with mplayer. It acts as if it is playing, but no sound. Here is what I see in ssh:
Code:
[root@kindle root]# /mnt/us/extensions/mplayer/mplayer /mnt/us/music/01-Diamond_Star.mp3
MPlayer 1.0rc4-4.4.5 (C) 2000-2010 MPlayer Team
Playing /mnt/us/music/01-Diamond_Star.mp3.
Audio only file format detected.
Clip info:
Title: Diamond Star
Artist: Point Valid with Catherine A..
Album: Diamond Star
Year: 2009
Comment: Track 1
Track: 1
Genre: Alternative Rock
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
[AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory
[AO_ALSA] alsa-lib: confmisc.c:768:(parse_card) cannot find card '0'
[AO_ALSA] alsa-lib: conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
[AO_ALSA] alsa-lib: confmisc.c:392:(snd_func_concat) error evaluating strings
[AO_ALSA] alsa-lib: conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
[AO_ALSA] alsa-lib: confmisc.c:1251:(snd_func_refer) error evaluating name
[AO_ALSA] alsa-lib: conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
[AO_ALSA] alsa-lib: conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
[AO_ALSA] alsa-lib: pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
[AO_ALSA] Playback open error: No such file or directory
DVB card number must be between 1 and 4
AO: [null] 44100Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
A: 19.7 (19.6) of 310.0 (05:10.0) 19.6%
MPlayer interrupted by signal 2 in module: play_audio
A: 19.7 (19.6) of 310.0 (05:10.0) 19.6%
Exiting... (Quit)
[root@kindle root]#
So either I need to add some options to mplayer or perhaps some additional drivers need to be added or the bluetooth configuration must be tweaked.
Anyone familiar with bluetooth audio support on linux? I would appreciate some guidance before I go further.
Dave