Bluetooth not found but service runs no default controller

Ok gang I have a solution from the devs that fixed my issue. So the issue was that something was causing wifi to trash its binary firmware on booting up the phone. So in my /lib directory “firmware” was not there. Now the devs hand when I ran the given commands here:

 1.  first command:
> > > > > >
> > > > > >     wget https://source.puri.sm/angus.ainslie/firmware-rs9116-nonfree/-/raw/debian/master/Firmware/RS9116_NLINK_WLAN_BT_IMAGE.rps
> > > > > >
> > > > > > 2.  second command:
> > > > > >
> > > > > >     sudo mv RS9116_NLINK_WLAN_BT_IMAGE.rps /lib/firmware
> > > > > >
> > > > > > 3.  reboot the phone.

I was not moving the firmware to the folder I was renaming it to firmware. So I created the directory /lib/firmware and ran those commands again. Now the bluetooth works.

7 Likes