Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 31

Thread: Bluetooth doesn't pick up devices

  1. #11
    Join Date
    Oct 2011
    Beans
    5

    Re: Bluetooth doesn't pick up devices

    http://uploading.com/files/m33ddffa/AtherosBt.rar/

    Please let us know if it worked

  2. #12
    Join Date
    Oct 2011
    Beans
    12

    Re: Bluetooth doesn't pick up devices

    Quote Originally Posted by renselu View Post
    Unfortunately, it didn't. I get the same error (Bluetooth: Error in firmware loading err = -110,len = 0,size = 4096) that I'm getting with any other firmware.
    Perhaps a different approach is needed for this module.

  3. #13
    Join Date
    Oct 2011
    Beans
    12

    Re: Bluetooth doesn't pick up devices

    I'd like to test the hypothesis that this is, indeed, a firmware-related problem.
    When Bluetooth is enabled on Windows and you boot into Linux, does Bluetooth work then?

  4. #14
    Join Date
    Oct 2011
    Beans
    12

    Re: Bluetooth doesn't pick up devices

    To follow up, I've been able to get Bluetooth working.
    The key piece of information is that the Bluetooth module is using the Atheros AR3012.

    Currently there is one other device, documented in the kernel, that does this - usb id 0cf3:3004.

    To get bluetooth working on the UX31, you have to get the bluetooth modules (ath3k, btusb) to treat it the same as the one mentioned above. This is done by editing btusb.c and ath3k.c and duplicating the lines related to mentioned device. The ath3k module is only needed to load the firmware - so the firmware files should exist under /lib/firmware/ar3k.

    To get it working, apply the attached patches to ath3k.c, btusb.c under <kernel_source>/drivers/bluetooth, recompile and install the new modules (patches are against 3.1.1).
    Attached Files Attached Files
    Last edited by erandom; November 23rd, 2011 at 12:27 AM.

  5. #15
    Join Date
    Aug 2010
    Beans
    36
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Bluetooth doesn't pick up devices

    Quote Originally Posted by erandom View Post
    To follow up, I've been able to get Bluetooth working.
    The key piece of information is that the Bluetooth module is using the Atheros AR3012.

    Currently there is one other device, documented in the kernel, that does this - usb id 0cf3:3004.

    To get bluetooth working on the UX31, you have to get the bluetooth modules (ath3k, btusb) to treat it the same as the one mentioned above. This is done by editing btusb.c and ath3k.c and duplicating the lines related to mentioned device. The ath3k module is only needed to load the firmware - so the firmware files should exist under /lib/firmware/ar3k.

    To get it working, apply the attached patches to ath3k.c, btusb.c under <kernel_source>/drivers/bluetooth, recompile and install the new modules (patches are against 3.1.1).
    Has this been submitted to the upstream kernel developper responsible for that driver?
    So we could hope to get this in the next release...

  6. #16
    Join Date
    Nov 2011
    Beans
    44

    Re: Bluetooth doesn't pick up devices

    Great work!

    Actually, I think fastest/best would probably be to send it to the LKML.

    Just create a combined or two separate patches with diff -up, attach to a mail to linux-kernel@vger.kernel.org containing a subject that starts with [PATCH].

    I submitted a patch like this in 2009 and it got picked up by the tree maintainer immediately: https://lkml.org/lkml/2009/2/23/189

  7. #17
    Join Date
    Oct 2011
    Beans
    12

    Re: Bluetooth doesn't pick up devices

    I've submitted a patch upstream, you can track progress here:
    http://thread.gmane.org/gmane.linux.bluez.kernel/18801

  8. #18
    Join Date
    Jun 2006
    Beans
    60

    Re: Bluetooth doesn't pick up devices

    Hey guys,

    Just wanted to say thanks for the awesome work on this.
    http://owened.net/ | I use: Ubuntu 12.04 LTS, Mythbuntu 10.04 LTS, Solaris 11, Mikrotik 5, Windows 7 64-bit

  9. #19
    Join Date
    Jun 2006
    Beans
    60

    Re: Bluetooth doesn't pick up devices

    Quote Originally Posted by erandom View Post
    To follow up, I've been able to get Bluetooth working.
    The key piece of information is that the Bluetooth module is using the Atheros AR3012.

    Currently there is one other device, documented in the kernel, that does this - usb id 0cf3:3004.

    To get bluetooth working on the UX31, you have to get the bluetooth modules (ath3k, btusb) to treat it the same as the one mentioned above. This is done by editing btusb.c and ath3k.c and duplicating the lines related to mentioned device. The ath3k module is only needed to load the firmware - so the firmware files should exist under /lib/firmware/ar3k.

    To get it working, apply the attached patches to ath3k.c, btusb.c under <kernel_source>/drivers/bluetooth, recompile and install the new modules (patches are against 3.1.1).
    This might be a dumb question, but I do not have the files you mention under /drivers/bluetooth - how do I get them?

    I have been Googling for 30 minutes.
    http://owened.net/ | I use: Ubuntu 12.04 LTS, Mythbuntu 10.04 LTS, Solaris 11, Mikrotik 5, Windows 7 64-bit

  10. #20
    Join Date
    Apr 2011
    Beans
    33

    Re: Bluetooth doesn't pick up devices

    Hi there, I'd love to get Bluetooth working properly on my zenbook UX31E , but patching the kernel and stuff sounds like something I could screw up majorly - I've only been using linux for <1 year. Could someone post a bit more idiot-proof instructions on how to do it pretty please?

    p.s., my kernel version seems to be 3.0.0 , does that mean I can't use this fix (because patches are against 3.1.1)?

    wim@wim-ubuntu:~/Desktop$ uname -a
    Linux wim-ubuntu 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
    Last edited by wim.glenn; December 19th, 2011 at 09:51 AM.

Page 2 of 4 FirstFirst 1234 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •