Results 1 to 10 of 50

Thread: Broadcom BCM4352/BCM20702A0 Bluetooth not detected - Ubuntu 14.04

Hybrid View

  1. #1
    Join Date
    May 2014
    Location
    /home
    Beans
    5,329
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Broadcom BCM4352/BCM20702A0 Bluetooth not detected - Ubuntu 14.04

    See if this works, copy this to your /home directory https://www.dropbox.com/sh/5wjhy3cuo...BhD3OIuUa?dl=0
    Then
    Code:
    sudo modprobe -r btusb && sudo mv /lib/modules/$(uname -r)/kernel/drivers/bluetooth/btusb.ko /lib/modules/$(uname -r)/kernel/drivers/bluetooth/btusb.ko.bak

    Code:
    cd ~/polo
    Code:
    sudo cp btusb.ko  /lib/modules/$(uname -r)/kernel/drivers/bluetooth/
    Code:
    sudo modprobe btusb
    See if it works.
    I am hoping it will work this way without the patchram loader, if it doesn't I can change the module and hopefully the firmware can be found

    hex file found-
    http://ubuntuforums.org/showthread.php?t=2231813
    Last edited by jeremy31; January 25th, 2015 at 04:38 PM.

  2. #2
    Join Date
    Mar 2012
    Beans
    67
    Distro
    Ubuntu Development Release

    Re: Broadcom BCM4352/BCM20702A0 Bluetooth not detected - Ubuntu 14.04

    Quote Originally Posted by jeremy31 View Post
    See if this works, copy this to your /home directory https://www.dropbox.com/sh/5wjhy3cuo...BhD3OIuUa?dl=0
    Then
    Code:
    sudo modprobe -r btusb && sudo mv /lib/modules/$(uname -r)/kernel/drivers/bluetooth/btusb.ko /lib/modules/$(uname -r)/kernel/drivers/bluetooth/btusb.ko.bak

    Code:
    cd ~/polo
    Code:
    sudo cp btusb.ko  /lib/modules/$(uname-r)/kernel/drivers/bluetooth/
    Code:
    sudo modprobe btusb
    See if it works.
    I am hoping it will work this way without the patchram loader, if it doesn't I can change the module and hopefully the firmware can be found

    hex file found-
    http://ubuntuforums.org/showthread.php?t=2231813
    Hi Jeremy,

    I'll unzip the package before copying into the home folder right?

    Code:
    mv: cannot stat ‘/lib/modules/3.13.0-44-generic/kernel/drivers/bluetooth/btusb.ko’: No such file or directory
    Thank you

  3. #3
    Join Date
    May 2014
    Location
    /home
    Beans
    5,329
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Broadcom BCM4352/BCM20702A0 Bluetooth not detected - Ubuntu 14.04

    Quote Originally Posted by polochamps View Post
    Hi Jeremy,

    I'll unzip the package before copying into the home folder right?

    Code:
    mv: cannot stat ‘/lib/modules/3.13.0-44-generic/kernel/drivers/bluetooth/btusb.ko’: No such file or directory
    Thank you
    It is zipped? If it is extract to home. I wonder why you got the error
    Code:
    ls /lib/modules/$(uname -r)/kernel/drivers/bluetooth/
    You might have already ran the command once

  4. #4
    Join Date
    Mar 2012
    Beans
    67
    Distro
    Ubuntu Development Release

    Re: Broadcom BCM4352/BCM20702A0 Bluetooth not detected - Ubuntu 14.04

    Quote Originally Posted by jeremy31 View Post
    It is zipped? If it is extract to home. I wonder why you got the error
    Code:
    ls /lib/modules/$(uname -r)/kernel/drivers/bluetooth/
    You might have already ran the command once
    Yeah I think I had successfully ran the first command once but encountered this-

    Code:
    sudo cp btusb.ko  /lib/modules/$(uname-r)/kernel/drivers/bluetooth/
    uname-r: command not found
    cp: cannot create regular file ‘/lib/modules//kernel/drivers/bluetooth/’: No such file or directory
    ----------------------------------------------------------------------------------------------------------------------

    Code:
    ls /lib/modules/$(uname -r)/kernel/drivers/bluetooth/
    ath3k.ko    bluecard_cs.ko  btmrvl.ko       btuart_cs.ko  dtl1_cs.ko
    bcm203x.ko  bpa10x.ko       btmrvl_sdio.ko  btusb.ko.bak  hci_uart.ko
    bfusb.ko    bt3c_cs.ko      btsdio.ko       btwilink.ko   hci_vhci.ko

    Thank you

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
  •