Thanks @mkaya387 that worked prefectly for me.
I understand that chattr is the command in the GNU operating system
(with Linux kernel) that allows a user to set certain attributes of a
file.
But can you elaborate on your solution of this issue?
--
You received this bug notification because you
I proceeded to remove the file BCM43142A0-0930-0225.hcd and installing
the firmware update but I still ran through the same issue
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/187
Public bug reported:
since my Bluetooth card was not working so I had to download the .hcd
file for my specific card and make the directory lib/firmware/brcm
mutable and copy the file then make it unmutable "sudo chattr +i
/lib/firmware/brcm" during my update to ubuntu 20 I faced this issue so
no
I was able to fix it by downloading the BCM.hcd file for my driver then
running on the terminal the following:
make the directory mutable
sudo chattr -i /lib/firmware/brcm
copy the .hcd file in directory
sudo cp /home/user/BCM.hcd /lib/firmware/brcm
then undo mutablity changes in directory
4 matches
Mail list logo