[Kernel-packages] [Bug 1877878] Re: package linux-firmware 1.183.5 failed to install/upgrade: unable to create '/lib/firmware/brcm/BCM-0bb4-0306.hcd.dpkg-new' (while processing './lib/firmware/brcm/BC

2020-09-21 Thread mohamed mahrous mahrous mohamed amer
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

[Kernel-packages] [Bug 1877878] Re: package linux-firmware 1.183.5 failed to install/upgrade: unable to create '/lib/firmware/brcm/BCM-0bb4-0306.hcd.dpkg-new' (while processing './lib/firmware/brcm/BC

2020-05-10 Thread mohamed mahrous mahrous mohamed amer
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

[Kernel-packages] [Bug 1877878] [NEW] package linux-firmware 1.183.5 failed to install/upgrade: unable to create '/lib/firmware/brcm/BCM-0bb4-0306.hcd.dpkg-new' (while processing './lib/firmware/brcm/

2020-05-10 Thread mohamed mahrous mahrous mohamed amer
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

[Kernel-packages] [Bug 1522949] Re: Bluetooth doesn't work on 0930:0225 Toshiba Corporation

2020-03-18 Thread mohamed mahrous mahrous mohamed amer
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