[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2020-07-07 Thread Aravind Swami Potluri
My Problem was just a naming issue :-


$ dmesg | grep -i 'bluetooth'

if you are facing some naming problem,the output of above command should
be somthing like this ->

Bluetooth hci0: Direct firmware load for brcm/BCM43142A0-0489-e062.hcd failed 
with error -2
Bluetooth: hci0: BCM: Patch brcm/BCM43142A0-0489-e062.hcd not found

The Problem here is in this folder : /lib/firmware/brcm

$ ls /lib/firmware/brcm/*.hcd

The above command gives output of some *.hcd file (in my case BCM.hcd).
But my kernal is looking for BCM43142A0-0489-e062.hcd. 
All you need to do is make a copy and rename.

$ cp /lib/firmware/brcm/BCM.hcd
/lib/firmware/brcm/BCM43142A0-0489-e062.hcd (in my case)

Restart the PC and will see the frimware is loaded.

BAM!!
Now you can see bluetooh is working.
Done.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2018-02-19 Thread Daniel van Vugt
Closed due to no response.

** Changed in: bluez (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2017-05-03 Thread Daniel van Vugt
Leonid,

Thank you for reporting this bug to Ubuntu. Ubuntu 13.10 (saucy) reached
end-of-life on July 17, 2014.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

Please upgrade to the latest version and re-test.


** Changed in: bluez (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2015-12-14 Thread Michael
Did some more testing and Pilot6 is right. BCM.hcd in
/lib/firwmware/brcm was all that was needed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2015-12-11 Thread Michael
I should add, that I needed

fw-105b_e065.hcd in /lib/firmware/
and BCM.hcd in /lib/firmware/brcm/

in order for it to work. In case either of those copies was not present,
bluetooth would not work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2015-12-11 Thread Pilot6
The first is not needed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2015-12-10 Thread Michael
Your module worked. Thanks for having done that, mate! Great
contribution. Hopefully it'll find it's way into the kernel, soon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2015-12-10 Thread Michael
I got a Broadcom BCM43142 adapter in my Lenovo notebook and currently I am at a 
loss getting bluetooth to work with kernels later than 3.13.0-44-generic builds.
The ID of the bluetooth component is 105b:e065 and with a 3.13.0-44 kernel 
putting the file fw-105b_e065.hcd into /lib/firmware/ does the trick. However, 
any later kernels I have tried so far up to 4.2.0-19-generic fail to load the 
bluetooth driver. 
Morever, I have tried to rename the firmware file to BCM43142A0-105b-e065.hcd 
and putting it into /lib/firmware/brcm in vain.  I just can't get it to work.

What specifically is wrong with those later kernels making them fail to
load? What can I do to fix it? And will it ever be fixed?

Maybe Pilot6 can enlighten me about the root of the problem, as he seems
to have figured something out.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2015-12-10 Thread Pilot6
Do not forget to rename firmware to BCM.hcd

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2015-12-10 Thread Pilot6
Michael,

See this answer. I fixed it for 4.2 kernels as a dkms module.

http://askubuntu.com/a/707486/167850

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2015-02-15 Thread Pilot6
Please try this build
https://www.dropbox.com/sh/zpyq7vnlolwxhy5/AABW8LMRRHJ571TJLJp2Hd-ga?dl=0

Firmware must be placed in /lib/firmware/brcm

in hcd format as

BCM43142A0_001.001.011.0122.0139.hcd

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-12-28 Thread jxj
HP ENVY — 17-k153nr ; couldn't load firmware, even following Claus
Allweil's instructions.

[   15.836024] Bluetooth: Core ver 2.17
[   15.836037] Bluetooth: HCI device and connection manager initialized
[   15.836045] Bluetooth: HCI socket layer initialized
[   15.836047] Bluetooth: L2CAP socket layer initialized
[   15.836050] Bluetooth: SCO socket layer initialized
[   15.880875] Bluetooth: can't load firmware, may not work correctly
[   17.887200] Bluetooth: hci0 command 0x1003 tx timeout
[   18.192467] Bluetooth: RFCOMM TTY layer initialized
[   18.192476] Bluetooth: RFCOMM socket layer initialized
[   18.192479] Bluetooth: RFCOMM ver 1.11
[   18.285027] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.285029] Bluetooth: BNEP filters: protocol multicast
[   18.285036] Bluetooth: BNEP socket layer initialized
[  652.308603] Bluetooth: hci0 urb 880436087cc0 failed to resubmit (2)
[  673.309756] Bluetooth: can't load firmware, may not work correctly
[  675.316343] Bluetooth: hci0 command 0x1003 tx timeout

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-12-28 Thread Egan Herman
HP Pavilion 17 :  Tried   Claus Allweil's instructions :  Could'n load
firmware.

[   12.922510] Bluetooth: Core ver 2.17
[   12.922523] Bluetooth: HCI device and connection manager initialized
[   12.922530] Bluetooth: HCI socket layer initialized
[   12.922532] Bluetooth: L2CAP socket layer initialized
[   12.922535] Bluetooth: SCO socket layer initialized
[   13.081851] Bluetooth: can't load firmware, may not work correctly
[   18.647400] Bluetooth: RFCOMM TTY layer initialized
[   18.647412] Bluetooth: RFCOMM socket layer initialized
[   18.647418] Bluetooth: RFCOMM ver 1.11
[   18.925519] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.925522] Bluetooth: BNEP filters: protocol multicast
[   18.925529] Bluetooth: BNEP socket layer initialized

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-11-21 Thread rolmops
Did all the recommendations. The system does not see bluetooth. Ubuntu
12.04.14.10. Notebook Acer Extensa 2510G-54TK

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-10-08 Thread Tiago Silveira
Installing the package Claus Allweil posted plus copying the hcd file to
fw-105b_e065.hcd worked for me too. I tried to find a canonical package
for that and failed.

I think something was missing from
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1161261. From
https://bugzilla.kernel.org/show_bug.cgi?id=73411 it seems that the
issue is distributing firmware without a license, which makes complete
sense.

** Bug watch added: Linux Kernel Bug Tracker #73411
   http://bugzilla.kernel.org/show_bug.cgi?id=73411

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-08-13 Thread Michael
I no longer face this issue. Did a clean install of Ubuntu 14.04. Did
just what Claus Allweil said in his post. It works great now. Still
think that this should work out of the box, though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-08-03 Thread Michael
Okay, I got it to work, too now. Nevertheless, my bluetooth does not get 
initialized every time after a fresh reboot.
Trying sudo modprobe btusb then gives:
Can't init device hci0: Connection timed out (110).

Running a Lenovo B590 on Ubuntu 13.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-08-01 Thread Claus Allweil
OK, I get it work now. The 14.04 kernel is missing the firmware for the
bluetooth hardware.

I have downloaded the firmware, renamed and copied it appropriately and
now bluetooth is working:

wget 
http://wielki.tk/vostro/debs/bt-bcm43142-onereic_0.0+2016somerville2_amd64.deb
 
dpkg-deb -x bt-bcm43142-onereic_0.0+2016somerville2_amd64.deb bt-bcm43142
 
sudo cp bt-bcm43142/lib/firmware/BCM43142A0_001.001.011.0028.0036.hcd 
/lib/firmware/fw-105b_e065.hcd
 
sudo rmmod btusb
 
sudo modprobe btusb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-06-30 Thread Michael
Hello everybody,

got a Lenovo b590 and face the same issue. Has anybody got a workaround?

Tried to install bt-bcm43142-onereic_0.0+2016somerville2_amd64.deb
and then renaming as suggested by wu zhirong (wanyue103). After that I
couldn't even switch on bluetooth. Any help on this would be great.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-05-20 Thread wu zhirong
My book is Lenovo M5400 with ubuntu 14.04.

 I'm install bt-bcm43142-onereic_0.0+2016somerville2_amd64.deb and then 
change the /lib/firmware/BCM43142A0_001.001.011.0028.0036.hcd to be named 
/lib/firmware/fw-105b_e065.hcd,  restart btusb module, will show log:
[9.866680] Bluetooth: firmware loaded

the bluetooth is working now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-05-17 Thread wu zhirong
sorry the name is fw-105b_e065.hcd for me

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-05-17 Thread wu zhirong
hi, Frantisek

My book is lenovo M5400 with ubuntu14.04 too,  use the bt fw named 
fw-0a5c_21e3.hcd from BCM43142A0_001.001.011.0028.0036.hcd in 
/lib/firmware/, then do sudo modprobe -r btusb  sudo modprobe btusb got a 
log like: 
[14272.225393] usbcore: registered new interface driver btusb
[14273.764897] Bluetooth: firmware loaded

now the bt is work fine!

I got the fw from bt-
bcm43142-onereic_0.0+2016somerville2_amd64.deb of a forum.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-05-16 Thread Frantisek Csajka
Same here. Lenovo M5400 with ubuntu 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-05-11 Thread Don Dennis
Same for me. Sony vaio SVF1521KSNB with ubuntu 13.10 as well as 14.04.
ANy fix is appreciated .

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-04-02 Thread Edwin van de Ven
Same for me with Sony Vaio SVF14A15SNB. Same wireless/bluetooth adapter.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-04-02 Thread Rafael Jesus Alcantara Perez
I've tried in a Dell Inspiron 3537 with Ubuntu 13.10 and even with Ubuntu 14.04 
Beta 2 without any luck.
I've installed package bt-bcm43142-onereic_0.0+2016somerville2_amd64.deb 
and the first time the mouse is added and it runs fine. But, after reboot, the 
mouse is not seen, and I cann't even re-connect manually.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-02-03 Thread Leonardo Torok
I can confirm that the issue occurs in my notebook (Sony Vaio
SVF14A17PBS). The wireless/bluetooth adapter is the same:

07:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n
(rev 01)

As he said, it is not possible to find bluetooth devices that are
visible to pairing. I tryed with smartphones (Android, BlackBerry) and
bluetooth headsets without success. All these devices can see, connect
and pair to each other. I was able to connect my bluetooth headphone
once to this computer and use it normally, but after disconnecting the
system wasn't able to reconnect and, after removing the pairing to retry
the process, I couldn't make Ubuntu see the device.

I'm not attaching all the data like Void, because I tryed the same
commands and got the same results. If these data is necessary, I can
attach it here to.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264311] Re: BCM43142 bluetooth adapter not finding any bluetooth devices

2014-01-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: bluez (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264311

Title:
  BCM43142 bluetooth adapter not finding any bluetooth devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1264311/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs