Return-Path: From: John Frankish To: "linux-bluetooth@vger.kernel.org" Date: Sun, 19 Apr 2009 07:12:48 +0200 Subject: Upgrade bluez-4.17 to 4.36 - headset no longer works Message-ID: <6AC5A55546F64545AE996F8200E3AC4EF753DD@NL0105EXC01V01.eur.slb.com> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi, I recently upgraded from bluez-4.17 to bluez-4.36 and now my se hbh-610 headset no longer works. Any pointers would be gratefully received. Thanks, John ------------ This ~/.asoundrc used to work: Quote pcm.bluetooth { type bluetooth device "00:12:EE:A6:1D:F4" profile "auto" } ctl.bluetooth { type bluetooth } Unquote ..with the following: $ aplay -Dbluetooth -f S16_LE /usr/local/share/sounds/alsa/Noise.wav ..but with bluez-4.36, there is no sound and "bluetoothd -n" reports: bluetoothd[7621]: link_key_request (sba=00:21:86:E4:4D:67, dba=00:12:EE:A6:1D:F4) bluetoothd[7621]: Badly formated or unrecognized command: AT*SEAUDIO=4,4014 bluetoothd[7621]: Badly formated or unrecognized command: AT+CSCS="UTF-8" bluetoothd[7621]: Badly formated or unrecognized command: AT*SEAM="HBH-610",13 bluetoothd[7621]: Badly formated or unrecognized command: AT+CLAN? I tried the .asoundrc suggested in /etc/alsa/bluetooth.conf: Quote pcm.rawbluetooth { @args [ 00:12:EE:A6:1D:F4 ] @args.00:12:EE:A6:1D:F4 { type string } type bluetooth device "00:12:EE:A6:1D:F4" } pcm.bluetooth { @args [ 00:12:EE:A6:1D:F4 ] @args.00:12:EE:A6:1D:F4 { type string } type plug slave { pcm { type bluetooth device "00:12:EE:A6:1D:F4" } } } UnQuote ..but I got: $ aplay -Dplug:bluetooth -f S16_LE /usr/local/share/sounds/alsa/Noise.wav Playing WAVE '/usr/local/share/sounds/alsa/Noise.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono ALSA lib pcm_bluetooth.c:1607:(audioservice_expect) BT_START_STREAM failed : Success(0) ALSA lib pcm_bluetooth.c:1566:(audioservice_recv) Too short (1 bytes) IPC packet from bluetoothd aplay: set_params:1015: Unable to install hw params: ACCESS: RW_INTERLEAVED FORMAT: S16_LE SUBFORMAT: STD SAMPLE_BITS: 16 FRAME_BITS: 16 CHANNELS: 1 RATE: 48000 PERIOD_TIME: 125000 PERIOD_SIZE: 6000 PERIOD_BYTES: 12000 PERIODS: 4 BUFFER_TIME: 500000 BUFFER_SIZE: 24000 BUFFER_BYTES: 48000 TICK_TIME: 0