@cscs I'm trying to install wifi drivers for my wifi adapter:
Device-2: Broadcom and subsidiaries BCM4360 802.11ac Wireless Network Adapter driver: bcma-pci-bridge v: N/A
port: d000 bus ID: 05:00.0 chip ID: 14e4:43a0
That's my problem, everything requires internet, but with no internet a simple Linux installation appears almost useless.I do have an ethernet adapter to the motherboard, but as I said, I don't have a cable to connect to my router.I tried using the direct cable from the device of the provider, but then the internet was whining about the MAC address, even though I entered the same MAC address from the router. I did had a ethernet cable with the router, but it appears someone in the house decided to throw it away a long time a go.So...I'm stuck with only wifi connection.
I've looked up and saw people recommending installing b43-firmware package from AUR and/or broadcome-wl-ck.
I downloaded the snapshots from github, from the time I used KDE neon, I learned that you have to build the downloaded packages. There the command was make
then make install
. I think for Manjaro is makepkg
for make
. So I did this in the downlaoded package directory(as I did in neon). and I got this:
for b43-firmware makepkg
:
==> Making package: b43-firmware 6.30.163.46-1 (17.12.2019 (вт) 0:13:41 EET)
==> Checking runtime dependencies...
warning: database file for 'core' does not exist (use '-Sy' to download)
warning: database file for 'extra' does not exist (use '-Sy' to download)
warning: database file for 'community' does not exist (use '-Sy' to download)
warning: database file for 'multilib' does not exist (use '-Sy' to download)
==> Checking buildtime dependencies...
warning: database file for 'core' does not exist (use '-Sy' to download)
warning: database file for 'extra' does not exist (use '-Sy' to download)
warning: database file for 'community' does not exist (use '-Sy' to download)
warning: database file for 'multilib' does not exist (use '-Sy' to download)
==> Retrieving sources...
-> Downloading broadcom-wl-6.30.163.46.tar.bz2...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: www.lwfinger.com
Warning: Transient problem: timeout Will retry in 3 seconds. 3 retries left.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: www.lwfinger.com
Warning: Transient problem: timeout Will retry in 3 seconds. 2 retries left.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: www.lwfinger.com
Warning: Transient problem: timeout Will retry in 3 seconds. 1 retries left.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: www.lwfinger.com
==> ERROR: Failure while downloading http://www.lwfinger.com/b43-firmware/broadcom-wl-6.30.163.46.tar.bz2
Aborting...
and for broadcom-wl-ck makepkg
:
/run/media/okuma_10/Backup/Backup/Linux/BroadCom/broadcom-wl-ck/broadcom-wl-ck/PKGBUILD: line 46: /usr/src/linux-ck/version: No such file or directory
==> Making package: broadcom-wl-ck 6.30.223.271-162 (17.12.2019 (вт) 0:15:15 EET)
==> Checking runtime dependencies...
warning: database file for 'core' does not exist (use '-Sy' to download)
warning: database file for 'extra' does not exist (use '-Sy' to download)
warning: database file for 'community' does not exist (use '-Sy' to download)
warning: database file for 'multilib' does not exist (use '-Sy' to download)
==> Missing dependencies:
-> linux-ck>=5.2
-> linux-ck<5.3
==> Checking buildtime dependencies...
warning: database file for 'core' does not exist (use '-Sy' to download)
warning: database file for 'extra' does not exist (use '-Sy' to download)
warning: database file for 'community' does not exist (use '-Sy' to download)
warning: database file for 'multilib' does not exist (use '-Sy' to download)
==> Missing dependencies:
-> linux-ck-headers>=5.2
-> linux-ck-headers<5.3
==> ERROR: Could not resolve all dependencies.
Now I'm a complete noob, but from what I can understand these drivers depend on packages that are missing in the system, so it is trying to download them but naturally it can't because there is no internet connection.