AvirahJ

Results 9 comments of AvirahJ

@jeremyb31 So, Will there any solution to get the bluetooth hardware to get to work? Any idea if, the bt firmware will be released by the manufacturer (Realtek).

Well, lsusb list this: `Bus 001 Device 002: ID 0bda:b009 Realtek Semiconductor Corp. ` A verbose lsusb output is here: https://pastebin.com/u48H4X4v dmesg complains of lacking firmware blob: > kernel: Bluetooth:...

I cannot up the device - ` :~$ sudo hciconfig hci0 up` `Can't init device hci0: Invalid argument (22)`

Here is a snapshot of kern.log full of talkative module : https://paste.ubuntu.com/26247041/ Full of messages like: `Dec 24 22:31:13 kernel: RTW: traffic_status_watchdog(wlo1) acqiure wake_lock for 4500 ms(tx:99,rx_unicast:132)`

@jeremyb31 Well, that module options seems to have little effect. Messages like below is constantly logged on every session: :~$ tail -f /var/log/kern.log > Dec 25 22:56:13 kernel: RTW: ===>phy_SwChnl8723D:...

Hi @smlinux @jeremyb31 , I tried extracting the windows driver provided for rtl8723de bluetooth hoping to get some clues on the firmware. Since I'm not technically experienced, I cannot find...

The firmware for bluetooth is listed as available now in kernel firmware git tree: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=6d5131107f2ba67a13f469ac770a55f101ba654d I have git cloned and copied the contents of rtl_usb which includes rtl8723d firmware and...

The firmware for bluetooth is listed as available now in kernel firmware git tree: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=6d5131107f2ba67a13f469ac770a55f101ba654d I have git cloned and copied the contents of rtl_usb which includes rtl8723d firmware and...

Yes, Bluetooth is working good with 4.17-rc kernel. Kernel versions prior to 4.17 refers the rtl8723b firmware (which is wrong firmware) and ends up with the error "hci0: didn't find...