Today i installed fresh ubuntu linux on my acer aspire v5 , very old laptop, dual boot with windows 8.1. Since i cannot connect to internet via wire, i had to download drivers from internet, and install them manualy. i downloaded b43-fwcutter amd64, and firmware b43 installer, both in .deb file and wanted to install via console first, sudo apt install b43-fwcutter_019-4amd64 with and without .deb on the end. ( sorry im linux noob atm ) but i got error that package is not found, same with firmaware-b43-installer.deb. when i tried simply click on the icon, and install it via software installer, installation stuck on "pending" and start working again. Any clue how to fix that ? i installed 64 bit system, from live pendrive.
EDIT:
QLinux:~$ lspci -knn | grep Net -A3
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n [14e4:4359]
Subsystem: Foxconn International, Inc. BCM43228 802.11a/b/g/n [105b:e04b]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
lspci -knn | grep Net -A3
terminal command. – Pilot6 Feb 16 '23 at 19:22sudo apt install ./filename.deb
. But you need to run it from a directory where it is located. But using your phone you can do it bysudo apt install firmware-b43-installer
. – Pilot6 Feb 16 '23 at 19:39./
– Pilot6 Feb 16 '23 at 19:46b43
in your output. Please also add output ofgrep b43 | /etc/modprobe.d/*
– Pilot6 Feb 16 '23 at 19:49firmware-b43-installer
offline from deb. But you can using other ways. But better is to use your phone. – Pilot6 Feb 16 '23 at 20:34grep b43 /etc/modprobe.d/*
– Pilot6 Feb 16 '23 at 20:36