-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BCM43241 File #6
Comments
Hello. Here your driver package (well, one of them) - http://www.catalog.update.microsoft.com/Search.aspx?q=Broadcom%20-%20Bluetooth%20Controller%20Non%20USB%20-%20Broadcom%20Serial%20Bus%20Driver%20over%20UART%20Bus%20Enumerator So you need correct hdc. For that I need some info from your system. Please, post outputs from these commands:
|
your link does not work for me.
|
Ah, this is UART device, they not showing in lspci. Please post And since this is Broadcom combined device, you may also need to initialize WiFi subsystem first as described in [1][2]. Make sure that you have at least Linux kernel 3.13 and latest linux-firmware package installed. [1] https://github.com/winterheart/broadcom-bt-firmware#notes-about-combined-wifibluetooth-devices |
I already added the brcmfmac43241b4-sdio.txt as described in 1 and 2. The udevadm info -e output is in the attached file |
OK, your device is BCM2E47 and you need BCM4324B3_002.004.006.0130.0132.hcd file from Broadcom UART driver pack (here is latest from Windows Update - http://download.windowsupdate.com/d/msdownload/update/driver/drvs/2017/10/x86_d7769b81511890a89db78a0384c288222871164c.cab). |
After following the instructions the bluetooth chip is recognised, but its connections are really unstable. The output of |
Yes, I see initialization. Now your system asks firmware "brcm/BCM4324B3.hcd". Copy BCM4324B3_002.004.006.0130.0132.hcd from CAB-file to /lib/firmware/brcm/BCM4324B3.hcd and reboot (or even turn off/turn on). After that run btattach and bluetooth should run correctly. |
Now after The output of new |
Well, here my knowledge ends. I see that firmware was successfully loaded (BCM (002.004.006) build 0132), but after that it hangs. I suspect that kernel not fully supports this device. Try to ask on Bluetooth-next mail list ([email protected]), maybe people there can help. |
Hi, The BCM4324B3_002.004.006.0130.0161.hcd downloadable from the blog and the one in the Cab-archive from microsoft seem to be the same. Also i guess the last digits of the filename is some version number, so the 0161 is the latest i could find. I don't have much experience with Linux driver stuff, i just wanted to share my experience and what worked for me. |
@Thorbijoern please open new issue with info needed to investigate your case. |
@winterheart there is no further issue and nothing to investigate here i think, i just wanted to share my findings... |
Hi,
which file to use for the BCM43241 chip? It is not listed in your devices file.
I need it for my Sony SVD1321c5e
The text was updated successfully, but these errors were encountered: