3

I installed Ubuntu 22.04 on my Acer Aspire ES1-512 and I'm getting this message every time before it boots. My Bluetooth is not working due to this error.

I have tried How to find the built-in bluetooth adapter in Toshiba satellite c55-896 laptop, but it's giving this error:

dpkg: error: cannot access archive 'linux-firmware*.deb': No such file or directory

1 Answers1

9

You can try my solution:

  1. Download linux-firmware_1.201.tar.xz from http://archive.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.201.tar.xz (you can visit https://packages.ubuntu.com/impish/linux-firmware for more details).
  2. Extract linux-firmware_1.201.tar.xz and copy the ar3k folder into /lib/firmware.
  3. Restart your computer.
zxcde
  • 106
  • 1
    thanks buddy, I tried similar step, the problem is resolved now – Abhishek Sonkar Apr 24 '22 at 14:40
  • 1
    @AbhishekSonkar Can you write up your eventual solution and then mark it as an Accepted Answer? – andrew.46 Apr 30 '22 at 06:00
  • 2
    Thank you so much for the solution - it worked perfectly. However, I have to ask: why? Why after running Ubuntu for about 5 years straight, this is now required? – xfx May 09 '22 at 05:13