Автор Гілка: Bluetooth and Gnome  (Прочитано 1919 раз)

Відсутній Ayello

  • Кореспондент
  • ***
  • дописів: 108
  • Карма: +0/-0
Bluetooth and Gnome
« : 2009-03-01 20:24:15 »
Може шановний prapor допоможе з "Bluetooth USB данглом" - не працює (система не бачить пристрою).
ID 0a5c:2101
Дякую.

Praporshic

  • Гість
Re: Bluetooth and Gnome
« Відповідей #1 : 2009-03-01 20:45:30 »
Гном - це не по моїй частині. Це до його користувачів. Взагалі, я ще не стикався з bluetooth-пристроями, які були б справні і не працювали під Linux.

Відсутній noddeat

  • Кореспондент
  • ***
  • дописів: 197
  • Карма: +0/-0
Re: Bluetooth and Gnome
« Відповідей #2 : 2009-03-01 20:53:26 »
гном взагалі ні до чого тут.

не можу нічого порекомендувати, крім документації:
https://help.ubuntu.com/community/BluetoothSetup

зокрема:
https://help.ubuntu.com/community/BluetoothHeadset
https://help.ubuntu.com/community/BluetoothAudio
Filenames are infinite in length, where infinity is set to to 255 characters. Peter Collinson, "The Unix File System"

Відсутній Ayello

  • Кореспондент
  • ***
  • дописів: 108
  • Карма: +0/-0
Re: Bluetooth and Gnome
« Відповідей #3 : 2009-03-01 21:33:46 »
Маю іншу точку зору та практику в Ubuntu 8.04.2 - дангл працює в KDE (є конект з моб/тел та bluetooth навушниками), Gnome (конект тільки з моб/тел).
Гадаю в налаштуваннях справа. Дякую за підтримку та відповіді.

Відсутній Ayello

  • Кореспондент
  • ***
  • дописів: 108
  • Карма: +0/-0
Re: Bluetooth and Gnome
« Відповідей #4 : 2009-03-07 20:13:57 »
Доброго!

Вибачаюсь за наполегливість.
В мене bluetooth-дангл Jabra A320s (chip Broadcomm BCM 2045) що на жаль не працює (видає помилку при з'єднанні "obex://[......]") .
В Інеті я "вполював" патч до ядра, для мого чипа.

Here's a patch that enables the necessary SCO work-around for the Broadcom 2045 chip, which comes in the most recent IOGear dongles.

-Jeff Hansen

---------------------------------------------------
"If someone's gotta do it, it might as well be me."
x@xxxxxxxxxxxxxxdiff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c
index 6bdf593..16ea856 100644
--- a/drivers/bluetooth/hci_usb.c
+++ b/drivers/bluetooth/hci_usb.c
@@ -115,6 +115,9 @@ static struct usb_device_id blacklist_ids[] = {
{ USB_DEVICE(0x0a5c, 0x200a), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
{ USB_DEVICE(0x0a5c, 0x2009), .driver_info = HCI_BCM92035 },

+ /* Broadcom BCM2045 */
+ { USB_DEVICE(0x0a5c, 0x2101), .driver_info = HCI_WRONG_SCO_MTU },
+
/* IBM/Lenovo ThinkPad with Broadcom chip */
{ USB_DEVICE(0x0a5c, 0x201e), .driver_info = HCI_WRONG_SCO_MTU },
{ USB_DEVICE(0x0a5c, 0x2110), .driver_info = HCI_WRONG_SCO_MTU },
Хтось може прокоментувати як з цим патчем працювати, та чи варто його ставити (стаття з патчем датована 2007 роком може і "ядра" були відповідні).

Дякую.

Відсутній yurchor

  • Видавець
  • *******
  • дописів: 3632
  • Карма: +2/-0
  • Grateful for our Iron Lung
    • Вікі користувачів KDE
Re: Bluetooth and Gnome
« Відповідей #5 : 2009-03-07 23:24:23 »
На жаль, ця латка не допоможе. :'( Принаймні, її вже накладено у ядрах 2.6.27 (єдине, що є під рукою).
Denounce the demagogues
King diamonds to discard
Deploy the dialogue
Your word against the law

Відсутній noddeat

  • Кореспондент
  • ***
  • дописів: 197
  • Карма: +0/-0
Re: Bluetooth and Gnome
« Відповідей #6 : 2009-03-08 22:59:52 »
Цитата
Just a quick note for anyone experiencing the same problem of the single "beep" and no audio playing/audio apps hanging when trying to play something through their headset. I fixed it on my Jabra a320s adapter by adding this to the file /etc/modprobe.d/bluez:

options hci_usb force_scofix=1

if you already had the adapter plugged in, you can either reboot or unplug the adapter and run sudo rmmod hci_usb then plug it back in for the option to take effect.

This fix will probably help for other broadcom based bluetooth dongles as well.
http://ubuntuforums.org/archive/index.php/t-426828.html

спробуйте оце.
Filenames are infinite in length, where infinity is set to to 255 characters. Peter Collinson, "The Unix File System"

Відсутній Ayello

  • Кореспондент
  • ***
  • дописів: 108
  • Карма: +0/-0
Re: Bluetooth and Gnome
« Відповідей #7 : 2009-03-11 09:00:43 »
Шановний noddeat дякую за підтримку, спробую вашу підказку.