Help needed with setting up internet on XFCE

Hello there,

I am a long time Windows user and I have been attempting to switch over to Linux, namely XFCE manjaro. I am able to boot into a live usb I have made using manjaro 21.0 but within the live USB I am unable to use my wireless networking card, using either open or closed source drivers.

I did not think this would be a problem but upon attempting to install manjaro to my SSD I was given a warning that some features may be disabled and sure enough the manjaro install on the SSD is buggy as all hell. It, predictably, cant connect to the internet, but it also takes about 10 minutes to load after decrypting, and I cant launch most programs, including firefox. Is this a result of the lack of internet when installing or is there a deeper issue?

Below I have listed terminal output for debug commands that I performed in the live usb. (I needed to censor the dot in the graphics > display as it was detected as a link)

[manjaro@manjaro ~]$ inxi -Fzx
 System:
   Kernel: 5.10.23-1-MANJARO x86_64 bits: 64 compiler: gcc v: 10.2.0 
   Desktop: Xfce 4.16.0 Distro: Manjaro Linux base: Arch Linux 
 Machine:
   Type: Desktop Mobo: ASUSTeK model: CROSSHAIR VI HERO v: Rev 1.xx 
   serial: <filter> UEFI: American Megatrends v: 7901 date: 07/31/2020 
 CPU:
   Info: Quad Core model: AMD Ryzen 5 1500X bits: 64 type: MT MCP arch: Zen 
   rev: 1 cache: L2: 2 MiB 
   flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm 
   bogomips: 55911 
   Speed: 3116 MHz min/max: 1550/3500 MHz boost: enabled Core speeds (MHz): 
   1: 3116 2: 1495 3: 1373 4: 1373 5: 3590 6: 1433 7: 1373 8: 1372 
 Graphics:
   Device-1: NVIDIA TU104 [GeForce RTX 2080 SUPER] vendor: Gigabyte 
   driver: nvidia v: 460.56 bus-ID: 0a:00.0 
   Display: x11 server: X<DOT>Org 1.20.10 driver: loaded: nvidia resolution: 
   1: 2560x1080~60Hz 2: 1920x1080~60Hz 
   OpenGL: renderer: GeForce RTX 2080 SUPER/PCIe/SSE2 v: 4.6.0 NVIDIA 460.56 
   direct render: Yes 
 Audio:
   Device-1: NVIDIA TU104 HD Audio vendor: Gigabyte driver: snd_hda_intel 
   v: kernel bus-ID: 0a:00.1 
   Device-2: AMD Family 17h HD Audio vendor: ASUSTeK driver: snd_hda_intel 
   v: kernel bus-ID: 0c:00.3 
   Device-3: Texas Instruments PCM2902 Audio Codec type: USB 
   driver: hid-generic,snd-usb-audio,usbhid bus-ID: 1-6:2 
   Device-4: Microdia USB 2.0 Camera type: USB driver: snd-usb-audio,uvcvideo 
   bus-ID: 1-8:3 
   Sound Server-1: ALSA v: k5.10.23-1-MANJARO running: yes 
   Sound Server-2: JACK v: 0.125.0 running: no 
   Sound Server-3: PulseAudio v: 14.2 running: yes 
   Sound Server-4: PipeWire v: 0.3.23 running: no 
 Network:
   Device-1: Intel I211 Gigabit Network vendor: ASUSTeK driver: igb v: kernel 
   port: e000 bus-ID: 04:00.0 
   IF: enp4s0 state: down mac: <filter> 
   Device-2: Broadcom BCM4360 802.11ac Wireless Network Adapter 
   driver: bcma-pci-bridge v: N/A port: e000 bus-ID: 09:00.0 
 Drives:
   Local Storage: total: 12.1 TiB used: 0 KiB (0.0%) 
   ID-1: /dev/sda vendor: Kingston model: SA400S37240G size: 223.57 GiB 
   ID-2: /dev/sdb vendor: Crucial model: CT1050MX300SSD1 size: 978.09 GiB 
   ID-3: /dev/sdc vendor: Hitachi model: HDS723020BLE640 size: 1.82 TiB 
   ID-4: /dev/sdd type: USB vendor: Western Digital model: WD Elements 25A3 
   size: 9.1 TiB 
   ID-5: /dev/sde type: USB vendor: SanDisk model: Ultra USB 3.0 
   size: 14.32 GiB 
 Partition:
   Message: No Partition data was found. 
 Swap:
   Alert: No Swap data was found. 
 Sensors:
  System Temperatures: cpu: 39.1 C mobo: N/A gpu: nvidia temp: 47 C 
   Fan Speeds (RPM): N/A gpu: nvidia fan: 0% 
 Info:
   Processes: 268 Uptime: 1m Memory: 62.8 GiB used: 2.29 GiB (3.6%) 
   Init: systemd Compilers: gcc: N/A Packages: 1127 Shell: Bash v: 5.1.0 
   inxi: 3.3.03 
 [manjaro@manjaro ~]$ lspci -vnn -d 14e4:
 09:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03)
     Subsystem: Broadcom Inc. and subsidiaries Device [14e4:0619]
     Flags: bus master, fast devsel, latency 0, IRQ 35, IOMMU group 12
     Memory at f6400000 (64-bit, non-prefetchable) [size=32K]
     Memory at f6200000 (64-bit, non-prefetchable) [size=2M]
     Capabilities: <access denied>
     Kernel driver in use: bcma-pci-bridge
     Kernel modules: bcma

EDIT: formatting

Hi and welcome tot he forum :wave:

Your wireless chip is supported but not out of the box it seems, this wikipage has some tips to get it working. have you searched this forum for solutions?

Edit: There are some solutions on this and the old forum for broadcom hardware. There are extra packages for this hardware in the repositories. You are not the first with this issue so it seems to be solvable.

Hi,

The indicated solution seems to boil down to installing the broadcom-wl driver for my linux kernel, so how do I do that? One poster wrote that the following would do it

sudo pacman -S linux44-broadcom-wl

But it seems like that is an outdated driver as the command did not work, how do I install the correct broadcom-wl?

You need the matching driver for your kernel (linux510)
…so:
sudo pacman -S linux510-broadcom-wl

You can also install with pamac, search for linux broadcom .

That command doesnt work with either -S or -Sy

EDIT, did ctrl enter by mistake

[manjaro@manjaro ~]$ sudo pacman -S linux510-broadcom-wl
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)
error: target not found: linux510-broadcom-wl
[manjaro@manjaro ~]$ sudo pacman -Sy linux510-broadcom-wl
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mirror.koddos.net : Could not resolve host: mirror.koddos.net
error: failed retrieving file 'core.db' from manjaro.moson.eu : Could not resolve host: manjaro.moson.eu
error: failed retrieving file 'core.db' from mirrors.shu.edu.cn : Could not resolve host: mirrors.shu.edu.cn
error: failed retrieving file 'core.db' from mirrors.sjtug.sjtu.edu.cn : Could not resolve host: mirrors.sjtug.sjtu.edu.cn
error: failed retrieving file 'core.db' from manjaro.ipacct.com : Could not resolve host: manjaro.ipacct.com
error: failed retrieving file 'core.db' from mirrors.tuna.tsinghua.edu.cn : Could not resolve host: mirrors.tuna.tsinghua.edu.cn
error: failed retrieving file 'core.db' from manjaro.c3sl.ufpr.br : Could not resolve host: manjaro.c3sl.ufpr.br
error: failed retrieving file 'core.db' from mirror.infotronik.hu : Could not resolve host: mirror.infotronik.hu
error: failed retrieving file 'core.db' from repo.manjaro.org.uk : Could not resolve host: repo.manjaro.org.uk
error: failed retrieving file 'core.db' from manjaro.mirrors.uk2.net : Could not resolve host: manjaro.mirrors.uk2.net
error: failed retrieving file 'core.db' from ftp.linux.org.tr : Could not resolve host: ftp.linux.org.tr
error: failed retrieving file 'core.db' from download.nus.edu.sg : Could not resolve host: download.nus.edu.sg
error: failed retrieving file 'core.db' from ftp.tu-chemnitz.de : Could not resolve host: ftp.tu-chemnitz.de
error: failed retrieving file 'core.db' from mirrors.ustc.edu.cn : Could not resolve host: mirrors.ustc.edu.cn
error: failed retrieving file 'core.db' from mirror.ragenetwork.de : Could not resolve host: mirror.ragenetwork.de
error: failed retrieving file 'core.db' from mirrors.dotsrc.org : Could not resolve host: mirrors.dotsrc.org
error: failed retrieving file 'core.db' from mirror.truenetwork.ru : Could not resolve host: mirror.truenetwork.ru
error: failed retrieving file 'core.db' from ftp.riken.jp : Could not resolve host: ftp.riken.jp
error: failed retrieving file 'core.db' from kartolo.sby.datautama.net.id : Could not resolve host: kartolo.sby.datautama.net.id
error: failed retrieving file 'core.db' from manjaro.telecoms.bg : Could not resolve host: manjaro.telecoms.bg
error: failed retrieving file 'core.db' from ftp.cuhk.edu.hk : Could not resolve host: ftp.cuhk.edu.hk
error: failed retrieving file 'core.db' from mirror.netzspielplatz.de : Could not resolve host: mirror.netzspielplatz.de
error: failed retrieving file 'core.db' from ftp.halifax.rwth-aachen.de : Could not resolve host: ftp.halifax.rwth-aachen.de
error: failed retrieving file 'core.db' from manjaro.mirror.ac.za : Could not resolve host: manjaro.mirror.ac.za
error: failed retrieving file 'core.db' from mirrors.serverhost.ro : Could not resolve host: mirrors.serverhost.ro
error: failed retrieving file 'core.db' from mirror.philpot.de : Could not resolve host: mirror.philpot.de
error: failed retrieving file 'core.db' from mirror.dkm.cz : Could not resolve host: mirror.dkm.cz
error: failed retrieving file 'core.db' from linorg.usp.br : Could not resolve host: linorg.usp.br
error: failed retrieving file 'core.db' from mirror.ufam.edu.br : Could not resolve host: mirror.ufam.edu.br
error: failed retrieving file 'core.db' from mirrors.ocf.berkeley.edu : Could not resolve host: mirrors.ocf.berkeley.edu
error: failed retrieving file 'core.db' from mirror.is.co.za : Could not resolve host: mirror.is.co.za
error: failed retrieving file 'core.db' from ftp.rz.tu-bs.de : Could not resolve host: ftp.rz.tu-bs.de
error: failed retrieving file 'core.db' from mirrors.netix.net : Could not resolve host: mirrors.netix.net
error: failed retrieving file 'core.db' from ftp.free.org : Could not resolve host: ftp.free.org
error: failed retrieving file 'core.db' from mirror.zetup.net : Could not resolve host: mirror.zetup.net
error: failed retrieving file 'core.db' from mirrors.ucr.ac.cr : Could not resolve host: mirrors.ucr.ac.cr
error: failed retrieving file 'core.db' from ba.mirror.garr.it : Could not resolve host: ba.mirror.garr.it
error: failed retrieving file 'core.db' from repo.rhindon.net : Could not resolve host: repo.rhindon.net
error: failed retrieving file 'core.db' from ftp.belnet.be : Could not resolve host: ftp.belnet.be
error: failed retrieving file 'core.db' from mirror.dacentec.com : Could not resolve host: mirror.dacentec.com
error: failed retrieving file 'core.db' from mirror.rise.ph : Could not resolve host: mirror.rise.ph
error: failed retrieving file 'core.db' from free.nchc.org.tw : Could not resolve host: free.nchc.org.tw
error: failed retrieving file 'core.db' from mirror.cedia.org.ec : Could not resolve host: mirror.cedia.org.ec
error: failed retrieving file 'core.db' from mirror.chmuri.net : Could not resolve host: mirror.chmuri.net
error: failed retrieving file 'core.db' from manjaro.barata.pt : Could not resolve host: manjaro.barata.pt
error: failed retrieving file 'core.db' from pet.inf.ufsc.br : Could not resolve host: pet.inf.ufsc.br
error: failed retrieving file 'core.db' from mirror.datacenter.by : Could not resolve host: mirror.datacenter.by
error: failed retrieving file 'core.db' from www.mirrorservice.org : Could not resolve host: www.mirrorservice.org
error: failed retrieving file 'core.db' from ftp.cc.uoc.gr : Could not resolve host: ftp.cc.uoc.gr
error: failed retrieving file 'core.db' from mirrors.zju.edu.cn : Could not resolve host: mirrors.zju.edu.cn
error: failed retrieving file 'core.db' from repo.sadjad.ac.ir : Could not resolve host: repo.sadjad.ac.ir
error: failed retrieving file 'core.db' from ftp.caliu.cat : Could not resolve host: ftp.caliu.cat
error: failed retrieving file 'core.db' from mirror.inode.at : Could not resolve host: mirror.inode.at
error: failed retrieving file 'core.db' from mirror.tuchola-dc.pl : Could not resolve host: mirror.tuchola-dc.pl
error: failed retrieving file 'core.db' from osmirror.org : Could not resolve host: osmirror.org
error: failed retrieving file 'core.db' from ftp.lysator.liu.se : Could not resolve host: ftp.lysator.liu.se
error: failed retrieving file 'core.db' from kambing.ui.ac.id : Could not resolve host: kambing.ui.ac.id
error: failed retrieving file 'core.db' from manjaro.dcc.uchile.cl : Could not resolve host: manjaro.dcc.uchile.cl
error: failed retrieving file 'core.db' from ct.mirror.garr.it : Could not resolve host: ct.mirror.garr.it
error: failed retrieving file 'core.db' from mirror.ventraip.net.au : Could not resolve host: mirror.ventraip.net.au
error: failed retrieving file 'core.db' from manjaro.cu.be : Could not resolve host: manjaro.cu.be
error: failed retrieving file 'core.db' from mirror.math.princeton.edu : Could not resolve host: mirror.math.princeton.edu
error: failed retrieving file 'core.db' from mirrors.shuosc.org : Could not resolve host: mirrors.shuosc.org
error: failed retrieving file 'core.db' from mirror.espoch.edu.ec : Could not resolve host: mirror.espoch.edu.ec
error: failed retrieving file 'core.db' from distro.ibiblio.org : Could not resolve host: distro.ibiblio.org
error: failed retrieving file 'core.db' from ftp.tsukuba.wide.ad.jp : Could not resolve host: ftp.tsukuba.wide.ad.jp
error: failed retrieving file 'core.db' from mirror.upb.edu.co : Could not resolve host: mirror.upb.edu.co
error: failed retrieving file 'core.db' from www.uex.dk : Could not resolve host: www.uex.dk
error: failed retrieving file 'core.db' from mirror.xeonbd.com : Could not resolve host: mirror.xeonbd.com
error: failed retrieving file 'core.db' from manjaro.mirror.garr.it : Could not resolve host: manjaro.mirror.garr.it
error: failed retrieving file 'core.db' from mirror.catn.com : Could not resolve host: mirror.catn.com
error: failed retrieving file 'core.db' from mirror.netcologne.de : Could not resolve host: mirror.netcologne.de
error: failed retrieving file 'core.db' from mirror.yandex.ru : Could not resolve host: mirror.yandex.ru
error: failed retrieving file 'core.db' from kibo.remi.lu : Could not resolve host: kibo.remi.lu
error: failed retrieving file 'core.db' from manjaro.melbourneitmirror.net : Could not resolve host: manjaro.melbourneitmirror.net
error: failed retrieving file 'core.db' from mirror.clarkson.edu : Could not resolve host: mirror.clarkson.edu
error: failed retrieving file 'core.db' from ftp.nluug.nl : Could not resolve host: ftp.nluug.nl
error: failed retrieving file 'core.db' from ftp.snt.utwente.nl : Could not resolve host: ftp.snt.utwente.nl
error: failed to update core (invalid url for server)
error: failed retrieving file 'extra.db' from mirror.koddos.net : Could not resolve host: mirror.koddos.net
error: failed retrieving file 'extra.db' from manjaro.moson.eu : Could not resolve host: manjaro.moson.eu
error: failed retrieving file 'extra.db' from mirrors.shu.edu.cn : Could not resolve host: mirrors.shu.edu.cn
error: failed retrieving file 'extra.db' from mirrors.sjtug.sjtu.edu.cn : Could not resolve host: mirrors.sjtug.sjtu.edu.cn
error: failed retrieving file 'extra.db' from manjaro.ipacct.com : Could not resolve host: manjaro.ipacct.com
error: failed retrieving file 'extra.db' from mirrors.tuna.tsinghua.edu.cn : Could not resolve host: mirrors.tuna.tsinghua.edu.cn
error: failed retrieving file 'extra.db' from manjaro.c3sl.ufpr.br : Could not resolve host: manjaro.c3sl.ufpr.br
error: failed retrieving file 'extra.db' from mirror.infotronik.hu : Could not resolve host: mirror.infotronik.hu
error: failed retrieving file 'extra.db' from repo.manjaro.org.uk : Could not resolve host: repo.manjaro.org.uk
error: failed retrieving file 'extra.db' from manjaro.mirrors.uk2.net : Could not resolve host: manjaro.mirrors.uk2.net
error: failed retrieving file 'extra.db' from ftp.linux.org.tr : Could not resolve host: ftp.linux.org.tr
error: failed retrieving file 'extra.db' from download.nus.edu.sg : Could not resolve host: download.nus.edu.sg
error: failed retrieving file 'extra.db' from ftp.tu-chemnitz.de : Could not resolve host: ftp.tu-chemnitz.de
error: failed retrieving file 'extra.db' from mirrors.ustc.edu.cn : Could not resolve host: mirrors.ustc.edu.cn
error: failed retrieving file 'extra.db' from mirror.ragenetwork.de : Could not resolve host: mirror.ragenetwork.de
error: failed retrieving file 'extra.db' from mirrors.dotsrc.org : Could not resolve host: mirrors.dotsrc.org
error: failed retrieving file 'extra.db' from mirror.truenetwork.ru : Could not resolve host: mirror.truenetwork.ru
error: failed retrieving file 'extra.db' from ftp.riken.jp : Could not resolve host: ftp.riken.jp
error: failed retrieving file 'extra.db' from kartolo.sby.datautama.net.id : Could not resolve host: kartolo.sby.datautama.net.id
error: failed retrieving file 'extra.db' from manjaro.telecoms.bg : Could not resolve host: manjaro.telecoms.bg
error: failed retrieving file 'extra.db' from ftp.cuhk.edu.hk : Could not resolve host: ftp.cuhk.edu.hk
error: failed retrieving file 'extra.db' from mirror.netzspielplatz.de : Could not resolve host: mirror.netzspielplatz.de
error: failed retrieving file 'extra.db' from ftp.halifax.rwth-aachen.de : Could not resolve host: ftp.halifax.rwth-aachen.de
error: failed retrieving file 'extra.db' from manjaro.mirror.ac.za : Could not resolve host: manjaro.mirror.ac.za
error: failed retrieving file 'extra.db' from mirrors.serverhost.ro : Could not resolve host: mirrors.serverhost.ro
error: failed retrieving file 'extra.db' from mirror.philpot.de : Could not resolve host: mirror.philpot.de
error: failed retrieving file 'extra.db' from mirror.dkm.cz : Could not resolve host: mirror.dkm.cz
error: failed retrieving file 'extra.db' from linorg.usp.br : Could not resolve host: linorg.usp.br
error: failed retrieving file 'extra.db' from mirror.ufam.edu.br : Could not resolve host: mirror.ufam.edu.br
error: failed retrieving file 'extra.db' from mirrors.ocf.berkeley.edu : Could not resolve host: mirrors.ocf.berkeley.edu
error: failed retrieving file 'extra.db' from mirror.is.co.za : Could not resolve host: mirror.is.co.za
error: failed retrieving file 'extra.db' from ftp.rz.tu-bs.de : Could not resolve host: ftp.rz.tu-bs.de
error: failed retrieving file 'extra.db' from mirrors.netix.net : Could not resolve host: mirrors.netix.net
error: failed retrieving file 'extra.db' from ftp.free.org : Could not resolve host: ftp.free.org
error: failed retrieving file 'extra.db' from mirror.zetup.net : Could not resolve host: mirror.zetup.net
error: failed retrieving file 'extra.db' from mirrors.ucr.ac.cr : Could not resolve host: mirrors.ucr.ac.cr
error: failed retrieving file 'extra.db' from ba.mirror.garr.it : Could not resolve host: ba.mirror.garr.it
error: failed retrieving file 'extra.db' from repo.rhindon.net : Could not resolve host: repo.rhindon.net
error: failed retrieving file 'extra.db' from ftp.belnet.be : Could not resolve host: ftp.belnet.be
error: failed retrieving file 'extra.db' from mirror.dacentec.com : Could not resolve host: mirror.dacentec.com
error: failed retrieving file 'extra.db' from mirror.rise.ph : Could not resolve host: mirror.rise.ph
error: failed retrieving file 'extra.db' from free.nchc.org.tw : Could not resolve host: free.nchc.org.tw
error: failed retrieving file 'extra.db' from mirror.cedia.org.ec : Could not resolve host: mirror.cedia.org.ec
error: failed retrieving file 'extra.db' from mirror.chmuri.net : Could not resolve host: mirror.chmuri.net
error: failed retrieving file 'extra.db' from manjaro.barata.pt : Could not resolve host: manjaro.barata.pt
error: failed retrieving file 'extra.db' from pet.inf.ufsc.br : Could not resolve host: pet.inf.ufsc.br
error: failed retrieving file 'extra.db' from mirror.datacenter.by : Could not resolve host: mirror.datacenter.by
error: failed retrieving file 'extra.db' from www.mirrorservice.org : Could not resolve host: www.mirrorservice.org
error: failed retrieving file 'extra.db' from ftp.cc.uoc.gr : Could not resolve host: ftp.cc.uoc.gr
error: failed retrieving file 'extra.db' from mirrors.zju.edu.cn : Could not resolve host: mirrors.zju.edu.cn
error: failed retrieving file 'extra.db' from repo.sadjad.ac.ir : Could not resolve host: repo.sadjad.ac.ir
error: failed retrieving file 'extra.db' from ftp.caliu.cat : Could not resolve host: ftp.caliu.cat
error: failed retrieving file 'extra.db' from mirror.inode.at : Could not resolve host: mirror.inode.at
error: failed retrieving file 'extra.db' from mirror.tuchola-dc.pl : Could not resolve host: mirror.tuchola-dc.pl
error: failed retrieving file 'extra.db' from osmirror.org : Could not resolve host: osmirror.org
error: failed retrieving file 'extra.db' from ftp.lysator.liu.se : Could not resolve host: ftp.lysator.liu.se
error: failed retrieving file 'extra.db' from kambing.ui.ac.id : Could not resolve host: kambing.ui.ac.id
error: failed retrieving file 'extra.db' from manjaro.dcc.uchile.cl : Could not resolve host: manjaro.dcc.uchile.cl
error: failed retrieving file 'extra.db' from ct.mirror.garr.it : Could not resolve host: ct.mirror.garr.it
error: failed retrieving file 'extra.db' from mirror.ventraip.net.au : Could not resolve host: mirror.ventraip.net.au
error: failed retrieving file 'extra.db' from manjaro.cu.be : Could not resolve host: manjaro.cu.be
error: failed retrieving file 'extra.db' from mirror.math.princeton.edu : Could not resolve host: mirror.math.princeton.edu
error: failed retrieving file 'extra.db' from mirrors.shuosc.org : Could not resolve host: mirrors.shuosc.org
error: failed retrieving file 'extra.db' from mirror.espoch.edu.ec : Could not resolve host: mirror.espoch.edu.ec
error: failed retrieving file 'extra.db' from distro.ibiblio.org : Could not resolve host: distro.ibiblio.org
error: failed retrieving file 'extra.db' from ftp.tsukuba.wide.ad.jp : Could not resolve host: ftp.tsukuba.wide.ad.jp
error: failed retrieving file 'extra.db' from mirror.upb.edu.co : Could not resolve host: mirror.upb.edu.co
error: failed retrieving file 'extra.db' from www.uex.dk : Could not resolve host: www.uex.dk
error: failed retrieving file 'extra.db' from mirror.xeonbd.com : Could not resolve host: mirror.xeonbd.com
error: failed retrieving file 'extra.db' from manjaro.mirror.garr.it : Could not resolve host: manjaro.mirror.garr.it
error: failed retrieving file 'extra.db' from mirror.catn.com : Could not resolve host: mirror.catn.com
error: failed retrieving file 'extra.db' from mirror.netcologne.de : Could not resolve host: mirror.netcologne.de
error: failed retrieving file 'extra.db' from mirror.yandex.ru : Could not resolve host: mirror.yandex.ru
error: failed retrieving file 'extra.db' from kibo.remi.lu : Could not resolve host: kibo.remi.lu
error: failed retrieving file 'extra.db' from manjaro.melbourneitmirror.net : Could not resolve host: manjaro.melbourneitmirror.net
error: failed retrieving file 'extra.db' from mirror.clarkson.edu : Could not resolve host: mirror.clarkson.edu
error: failed retrieving file 'extra.db' from ftp.nluug.nl : Could not resolve host: ftp.nluug.nl
error: failed retrieving file 'extra.db' from ftp.snt.utwente.nl : Could not resolve host: ftp.snt.utwente.nl
error: failed to update extra (invalid url for server)
error: failed retrieving file 'community.db' from mirror.koddos.net : Could not resolve host: mirror.koddos.net
error: failed retrieving file 'community.db' from manjaro.moson.eu : Could not resolve host: manjaro.moson.eu
error: failed retrieving file 'community.db' from mirrors.shu.edu.cn : Could not resolve host: mirrors.shu.edu.cn
error: failed retrieving file 'community.db' from mirrors.sjtug.sjtu.edu.cn : Could not resolve host: mirrors.sjtug.sjtu.edu.cn
error: failed retrieving file 'community.db' from manjaro.ipacct.com : Could not resolve host: manjaro.ipacct.com
error: failed retrieving file 'community.db' from mirrors.tuna.tsinghua.edu.cn : Could not resolve host: mirrors.tuna.tsinghua.edu.cn
error: failed retrieving file 'community.db' from manjaro.c3sl.ufpr.br : Could not resolve host: manjaro.c3sl.ufpr.br
error: failed retrieving file 'community.db' from mirror.infotronik.hu : Could not resolve host: mirror.infotronik.hu
error: failed retrieving file 'community.db' from repo.manjaro.org.uk : Could not resolve host: repo.manjaro.org.uk
error: failed retrieving file 'community.db' from manjaro.mirrors.uk2.net : Could not resolve host: manjaro.mirrors.uk2.net
error: failed retrieving file 'community.db' from ftp.linux.org.tr : Could not resolve host: ftp.linux.org.tr
error: failed retrieving file 'community.db' from download.nus.edu.sg : Could not resolve host: download.nus.edu.sg
error: failed retrieving file 'community.db' from ftp.tu-chemnitz.de : Could not resolve host: ftp.tu-chemnitz.de
error: failed retrieving file 'community.db' from mirrors.ustc.edu.cn : Could not resolve host: mirrors.ustc.edu.cn
error: failed retrieving file 'community.db' from mirror.ragenetwork.de : Could not resolve host: mirror.ragenetwork.de
error: failed retrieving file 'community.db' from mirrors.dotsrc.org : Could not resolve host: mirrors.dotsrc.org
error: failed retrieving file 'community.db' from mirror.truenetwork.ru : Could not resolve host: mirror.truenetwork.ru
error: failed retrieving file 'community.db' from ftp.riken.jp : Could not resolve host: ftp.riken.jp
error: failed retrieving file 'community.db' from kartolo.sby.datautama.net.id : Could not resolve host: kartolo.sby.datautama.net.id
error: failed retrieving file 'community.db' from manjaro.telecoms.bg : Could not resolve host: manjaro.telecoms.bg
error: failed retrieving file 'community.db' from ftp.cuhk.edu.hk : Could not resolve host: ftp.cuhk.edu.hk
error: failed retrieving file 'community.db' from mirror.netzspielplatz.de : Could not resolve host: mirror.netzspielplatz.de
error: failed retrieving file 'community.db' from ftp.halifax.rwth-aachen.de : Could not resolve host: ftp.halifax.rwth-aachen.de
error: failed retrieving file 'community.db' from manjaro.mirror.ac.za : Could not resolve host: manjaro.mirror.ac.za
error: failed retrieving file 'community.db' from mirrors.serverhost.ro : Could not resolve host: mirrors.serverhost.ro
error: failed retrieving file 'community.db' from mirror.philpot.de : Could not resolve host: mirror.philpot.de
error: failed retrieving file 'community.db' from mirror.dkm.cz : Could not resolve host: mirror.dkm.cz
error: failed retrieving file 'community.db' from linorg.usp.br : Could not resolve host: linorg.usp.br
error: failed retrieving file 'community.db' from mirror.ufam.edu.br : Could not resolve host: mirror.ufam.edu.br
error: failed retrieving file 'community.db' from mirrors.ocf.berkeley.edu : Could not resolve host: mirrors.ocf.berkeley.edu
error: failed retrieving file 'community.db' from mirror.is.co.za : Could not resolve host: mirror.is.co.za
error: failed retrieving file 'community.db' from ftp.rz.tu-bs.de : Could not resolve host: ftp.rz.tu-bs.de
error: failed retrieving file 'community.db' from mirrors.netix.net : Could not resolve host: mirrors.netix.net
error: failed retrieving file 'community.db' from ftp.free.org : Could not resolve host: ftp.free.org
error: failed retrieving file 'community.db' from mirror.zetup.net : Could not resolve host: mirror.zetup.net
error: failed retrieving file 'community.db' from mirrors.ucr.ac.cr : Could not resolve host: mirrors.ucr.ac.cr
error: failed retrieving file 'community.db' from ba.mirror.garr.it : Could not resolve host: ba.mirror.garr.it
error: failed retrieving file 'community.db' from repo.rhindon.net : Could not resolve host: repo.rhindon.net
error: failed retrieving file 'community.db' from ftp.belnet.be : Could not resolve host: ftp.belnet.be
error: failed retrieving file 'community.db' from mirror.dacentec.com : Could not resolve host: mirror.dacentec.com
error: failed retrieving file 'community.db' from mirror.rise.ph : Could not resolve host: mirror.rise.ph
error: failed retrieving file 'community.db' from free.nchc.org.tw : Could not resolve host: free.nchc.org.tw
error: failed retrieving file 'community.db' from mirror.cedia.org.ec : Could not resolve host: mirror.cedia.org.ec
error: failed retrieving file 'community.db' from mirror.chmuri.net : Could not resolve host: mirror.chmuri.net
error: failed retrieving file 'community.db' from manjaro.barata.pt : Could not resolve host: manjaro.barata.pt
error: failed retrieving file 'community.db' from pet.inf.ufsc.br : Could not resolve host: pet.inf.ufsc.br
error: failed retrieving file 'community.db' from mirror.datacenter.by : Could not resolve host: mirror.datacenter.by
error: failed retrieving file 'community.db' from www.mirrorservice.org : Could not resolve host: www.mirrorservice.org
error: failed retrieving file 'community.db' from ftp.cc.uoc.gr : Could not resolve host: ftp.cc.uoc.gr
error: failed retrieving file 'community.db' from mirrors.zju.edu.cn : Could not resolve host: mirrors.zju.edu.cn
error: failed retrieving file 'community.db' from repo.sadjad.ac.ir : Could not resolve host: repo.sadjad.ac.ir
error: failed retrieving file 'community.db' from ftp.caliu.cat : Could not resolve host: ftp.caliu.cat
error: failed retrieving file 'community.db' from mirror.inode.at : Could not resolve host: mirror.inode.at
error: failed retrieving file 'community.db' from mirror.tuchola-dc.pl : Could not resolve host: mirror.tuchola-dc.pl
error: failed retrieving file 'community.db' from osmirror.org : Could not resolve host: osmirror.org
error: failed retrieving file 'community.db' from ftp.lysator.liu.se : Could not resolve host: ftp.lysator.liu.se
error: failed retrieving file 'community.db' from kambing.ui.ac.id : Could not resolve host: kambing.ui.ac.id
error: failed retrieving file 'community.db' from manjaro.dcc.uchile.cl : Could not resolve host: manjaro.dcc.uchile.cl
error: failed retrieving file 'community.db' from ct.mirror.garr.it : Could not resolve host: ct.mirror.garr.it
error: failed retrieving file 'community.db' from mirror.ventraip.net.au : Could not resolve host: mirror.ventraip.net.au
error: failed retrieving file 'community.db' from manjaro.cu.be : Could not resolve host: manjaro.cu.be
error: failed retrieving file 'community.db' from mirror.math.princeton.edu : Could not resolve host: mirror.math.princeton.edu
error: failed retrieving file 'community.db' from mirrors.shuosc.org : Could not resolve host: mirrors.shuosc.org
error: failed retrieving file 'community.db' from mirror.espoch.edu.ec : Could not resolve host: mirror.espoch.edu.ec
error: failed retrieving file 'community.db' from distro.ibiblio.org : Could not resolve host: distro.ibiblio.org
error: failed retrieving file 'community.db' from ftp.tsukuba.wide.ad.jp : Could not resolve host: ftp.tsukuba.wide.ad.jp
error: failed retrieving file 'community.db' from mirror.upb.edu.co : Could not resolve host: mirror.upb.edu.co
error: failed retrieving file 'community.db' from www.uex.dk : Could not resolve host: www.uex.dk
error: failed retrieving file 'community.db' from mirror.xeonbd.com : Could not resolve host: mirror.xeonbd.com
error: failed retrieving file 'community.db' from manjaro.mirror.garr.it : Could not resolve host: manjaro.mirror.garr.it
error: failed retrieving file 'community.db' from mirror.catn.com : Could not resolve host: mirror.catn.com
error: failed retrieving file 'community.db' from mirror.netcologne.de : Could not resolve host: mirror.netcologne.de
error: failed retrieving file 'community.db' from mirror.yandex.ru : Could not resolve host: mirror.yandex.ru
error: failed retrieving file 'community.db' from kibo.remi.lu : Could not resolve host: kibo.remi.lu
error: failed retrieving file 'community.db' from manjaro.melbourneitmirror.net : Could not resolve host: manjaro.melbourneitmirror.net
error: failed retrieving file 'community.db' from mirror.clarkson.edu : Could not resolve host: mirror.clarkson.edu
error: failed retrieving file 'community.db' from ftp.nluug.nl : Could not resolve host: ftp.nluug.nl
error: failed retrieving file 'community.db' from ftp.snt.utwente.nl : Could not resolve host: ftp.snt.utwente.nl
error: failed to update community (invalid url for server)
error: failed retrieving file 'multilib.db' from mirror.koddos.net : Could not resolve host: mirror.koddos.net
error: failed retrieving file 'multilib.db' from manjaro.moson.eu : Could not resolve host: manjaro.moson.eu
error: failed retrieving file 'multilib.db' from mirrors.shu.edu.cn : Could not resolve host: mirrors.shu.edu.cn
error: failed retrieving file 'multilib.db' from mirrors.sjtug.sjtu.edu.cn : Could not resolve host: mirrors.sjtug.sjtu.edu.cn
error: failed retrieving file 'multilib.db' from manjaro.ipacct.com : Could not resolve host: manjaro.ipacct.com
error: failed retrieving file 'multilib.db' from mirrors.tuna.tsinghua.edu.cn : Could not resolve host: mirrors.tuna.tsinghua.edu.cn
error: failed retrieving file 'multilib.db' from manjaro.c3sl.ufpr.br : Could not resolve host: manjaro.c3sl.ufpr.br
error: failed retrieving file 'multilib.db' from mirror.infotronik.hu : Could not resolve host: mirror.infotronik.hu
error: failed retrieving file 'multilib.db' from repo.manjaro.org.uk : Could not resolve host: repo.manjaro.org.uk
error: failed retrieving file 'multilib.db' from manjaro.mirrors.uk2.net : Could not resolve host: manjaro.mirrors.uk2.net
error: failed retrieving file 'multilib.db' from ftp.linux.org.tr : Could not resolve host: ftp.linux.org.tr
error: failed retrieving file 'multilib.db' from download.nus.edu.sg : Could not resolve host: download.nus.edu.sg
error: failed retrieving file 'multilib.db' from ftp.tu-chemnitz.de : Could not resolve host: ftp.tu-chemnitz.de
error: failed retrieving file 'multilib.db' from mirrors.ustc.edu.cn : Could not resolve host: mirrors.ustc.edu.cn
error: failed retrieving file 'multilib.db' from mirror.ragenetwork.de : Could not resolve host: mirror.ragenetwork.de
error: failed retrieving file 'multilib.db' from mirrors.dotsrc.org : Could not resolve host: mirrors.dotsrc.org
error: failed retrieving file 'multilib.db' from mirror.truenetwork.ru : Could not resolve host: mirror.truenetwork.ru
error: failed retrieving file 'multilib.db' from ftp.riken.jp : Could not resolve host: ftp.riken.jp
error: failed retrieving file 'multilib.db' from kartolo.sby.datautama.net.id : Could not resolve host: kartolo.sby.datautama.net.id
error: failed retrieving file 'multilib.db' from manjaro.telecoms.bg : Could not resolve host: manjaro.telecoms.bg
error: failed retrieving file 'multilib.db' from ftp.cuhk.edu.hk : Could not resolve host: ftp.cuhk.edu.hk
error: failed retrieving file 'multilib.db' from mirror.netzspielplatz.de : Could not resolve host: mirror.netzspielplatz.de
error: failed retrieving file 'multilib.db' from ftp.halifax.rwth-aachen.de : Could not resolve host: ftp.halifax.rwth-aachen.de
error: failed retrieving file 'multilib.db' from manjaro.mirror.ac.za : Could not resolve host: manjaro.mirror.ac.za
error: failed retrieving file 'multilib.db' from mirrors.serverhost.ro : Could not resolve host: mirrors.serverhost.ro
error: failed retrieving file 'multilib.db' from mirror.philpot.de : Could not resolve host: mirror.philpot.de
error: failed retrieving file 'multilib.db' from mirror.dkm.cz : Could not resolve host: mirror.dkm.cz
error: failed retrieving file 'multilib.db' from linorg.usp.br : Could not resolve host: linorg.usp.br
error: failed retrieving file 'multilib.db' from mirror.ufam.edu.br : Could not resolve host: mirror.ufam.edu.br
error: failed retrieving file 'multilib.db' from mirrors.ocf.berkeley.edu : Could not resolve host: mirrors.ocf.berkeley.edu
error: failed retrieving file 'multilib.db' from mirror.is.co.za : Could not resolve host: mirror.is.co.za
error: failed retrieving file 'multilib.db' from ftp.rz.tu-bs.de : Could not resolve host: ftp.rz.tu-bs.de
error: failed retrieving file 'multilib.db' from mirrors.netix.net : Could not resolve host: mirrors.netix.net
error: failed retrieving file 'multilib.db' from ftp.free.org : Could not resolve host: ftp.free.org
error: failed retrieving file 'multilib.db' from mirror.zetup.net : Could not resolve host: mirror.zetup.net
error: failed retrieving file 'multilib.db' from mirrors.ucr.ac.cr : Could not resolve host: mirrors.ucr.ac.cr
error: failed retrieving file 'multilib.db' from ba.mirror.garr.it : Could not resolve host: ba.mirror.garr.it
error: failed retrieving file 'multilib.db' from repo.rhindon.net : Could not resolve host: repo.rhindon.net
error: failed retrieving file 'multilib.db' from ftp.belnet.be : Could not resolve host: ftp.belnet.be
error: failed retrieving file 'multilib.db' from mirror.dacentec.com : Could not resolve host: mirror.dacentec.com
error: failed retrieving file 'multilib.db' from mirror.rise.ph : Could not resolve host: mirror.rise.ph
error: failed retrieving file 'multilib.db' from free.nchc.org.tw : Could not resolve host: free.nchc.org.tw
error: failed retrieving file 'multilib.db' from mirror.cedia.org.ec : Could not resolve host: mirror.cedia.org.ec
error: failed retrieving file 'multilib.db' from mirror.chmuri.net : Could not resolve host: mirror.chmuri.net
error: failed retrieving file 'multilib.db' from manjaro.barata.pt : Could not resolve host: manjaro.barata.pt
error: failed retrieving file 'multilib.db' from pet.inf.ufsc.br : Could not resolve host: pet.inf.ufsc.br
error: failed retrieving file 'multilib.db' from mirror.datacenter.by : Could not resolve host: mirror.datacenter.by
error: failed retrieving file 'multilib.db' from www.mirrorservice.org : Could not resolve host: www.mirrorservice.org
error: failed retrieving file 'multilib.db' from ftp.cc.uoc.gr : Could not resolve host: ftp.cc.uoc.gr
error: failed retrieving file 'multilib.db' from mirrors.zju.edu.cn : Could not resolve host: mirrors.zju.edu.cn
error: failed retrieving file 'multilib.db' from repo.sadjad.ac.ir : Could not resolve host: repo.sadjad.ac.ir
error: failed retrieving file 'multilib.db' from ftp.caliu.cat : Could not resolve host: ftp.caliu.cat
error: failed retrieving file 'multilib.db' from mirror.inode.at : Could not resolve host: mirror.inode.at
error: failed retrieving file 'multilib.db' from mirror.tuchola-dc.pl : Could not resolve host: mirror.tuchola-dc.pl
error: failed retrieving file 'multilib.db' from osmirror.org : Could not resolve host: osmirror.org
error: failed retrieving file 'multilib.db' from ftp.lysator.liu.se : Could not resolve host: ftp.lysator.liu.se
error: failed retrieving file 'multilib.db' from kambing.ui.ac.id : Could not resolve host: kambing.ui.ac.id
error: failed retrieving file 'multilib.db' from manjaro.dcc.uchile.cl : Could not resolve host: manjaro.dcc.uchile.cl
error: failed retrieving file 'multilib.db' from ct.mirror.garr.it : Could not resolve host: ct.mirror.garr.it
error: failed retrieving file 'multilib.db' from mirror.ventraip.net.au : Could not resolve host: mirror.ventraip.net.au
error: failed retrieving file 'multilib.db' from manjaro.cu.be : Could not resolve host: manjaro.cu.be
error: failed retrieving file 'multilib.db' from mirror.math.princeton.edu : Could not resolve host: mirror.math.princeton.edu
error: failed retrieving file 'multilib.db' from mirrors.shuosc.org : Could not resolve host: mirrors.shuosc.org
error: failed retrieving file 'multilib.db' from mirror.espoch.edu.ec : Could not resolve host: mirror.espoch.edu.ec
error: failed retrieving file 'multilib.db' from distro.ibiblio.org : Could not resolve host: distro.ibiblio.org
error: failed retrieving file 'multilib.db' from ftp.tsukuba.wide.ad.jp : Could not resolve host: ftp.tsukuba.wide.ad.jp
error: failed retrieving file 'multilib.db' from mirror.upb.edu.co : Could not resolve host: mirror.upb.edu.co
error: failed retrieving file 'multilib.db' from www.uex.dk : Could not resolve host: www.uex.dk
error: failed retrieving file 'multilib.db' from mirror.xeonbd.com : Could not resolve host: mirror.xeonbd.com
error: failed retrieving file 'multilib.db' from manjaro.mirror.garr.it : Could not resolve host: manjaro.mirror.garr.it
error: failed retrieving file 'multilib.db' from mirror.catn.com : Could not resolve host: mirror.catn.com
error: failed retrieving file 'multilib.db' from mirror.netcologne.de : Could not resolve host: mirror.netcologne.de
error: failed retrieving file 'multilib.db' from mirror.yandex.ru : Could not resolve host: mirror.yandex.ru
error: failed retrieving file 'multilib.db' from kibo.remi.lu : Could not resolve host: kibo.remi.lu
error: failed retrieving file 'multilib.db' from manjaro.melbourneitmirror.net : Could not resolve host: manjaro.melbourneitmirror.net
error: failed retrieving file 'multilib.db' from mirror.clarkson.edu : Could not resolve host: mirror.clarkson.edu
error: failed retrieving file 'multilib.db' from ftp.nluug.nl : Could not resolve host: ftp.nluug.nl
error: failed retrieving file 'multilib.db' from ftp.snt.utwente.nl : Could not resolve host: ftp.snt.utwente.nl
error: failed to update multilib (invalid url for server)
error: failed to synchronize all databases```

You need to update first, run sudo pacman-mirrors -f && sudo pacman -Syyu

This is what I got from doing that

[manjaro@manjaro ~]$ sudo pacman-mirrors -f && sudo pacman -Syyu
::WARNING https://gitlab.manjaro.org '<urlopen error [Errno -2] Name or service not known>'
::WARNING https://wikipedia.org '<urlopen error [Errno -2] Name or service not known>'
::WARNING https://bitbucket.org '<urlopen error [Errno -2] Name or service not known>'
::INFO Internet connection appears to be down
::INFO Mirror ranking is not available
::INFO Mirror list is generated using random method
::INFO Writing mirror list
::Sweden          : https://mirror.zetup.net/manjaro/stable
::Ecuador         : https://mirror.espoch.edu.ec/manjaro/stable
::Costa_Rica      : https://mirrors.ucr.ac.cr/manjaro/stable
::Brazil          : http://mirror.ufam.edu.br/manjaro/stable
::Bangladesh      : http://mirror.xeonbd.com/manjaro/stable
::Turkey          : http://ftp.linux.org.tr/manjaro/stable
::Denmark         : https://mirrors.dotsrc.org/manjaro/stable
::Germany         : http://ftp.tu-chemnitz.de/pub/linux/manjaro/stable
::Greece          : https://ftp.cc.uoc.gr/mirrors/linux/manjaro/stable
::Brazil          : https://manjaro.c3sl.ufpr.br/stable
::United_States   : http://distro.ibiblio.org/manjaro/stable
::Germany         : https://mirror.netcologne.de/manjaro/stable
::Hong_Kong       : http://ftp.cuhk.edu.hk/pub/Linux/manjaro/stable
::United_States   : https://mirror.clarkson.edu/manjaro/stable
::Spain           : http://ftp.caliu.cat/manjaro/stable
::China           : https://mirrors.zju.edu.cn/manjaro/stable
::Portugal        : http://manjaro.barata.pt/stable
::South_Africa    : http://manjaro.mirror.ac.za/stable
::France          : http://ftp.free.org/mirrors/repo.manjaro.org/repos/stable
::Ecuador         : https://mirror.cedia.org.ec/manjaro/stable
::Netherlands     : https://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable
::Germany         : http://ftp.rz.tu-bs.de/pub/mirror/manjaro.org/repos/stable
::Taiwan          : http://free.nchc.org.tw/manjaro/stable
::Germany         : http://mirror.ragenetwork.de/manjaro/stable
::Bulgaria        : https://mirrors.netix.net/manjaro/stable
::Brazil          : http://linorg.usp.br/manjaro/stable
::South_Africa    : http://mirror.is.co.za/mirrors/manjaro.org/stable
::Brazil          : http://pet.inf.ufsc.br/mirrors/manjarolinux/stable
::Poland          : http://mirror.chmuri.net/manjaro/stable
::Germany         : https://manjaro.moson.eu/stable
::United_Kingdom  : http://manjaro.mirrors.uk2.net/stable
::Netherlands     : https://mirror.koddos.net/manjaro/stable
::Chile           : http://manjaro.dcc.uchile.cl/stable
::France          : http://kibo.remi.lu/stable
::Iran            : https://repo.sadjad.ac.ir/manjaro/stable
::Belarus         : http://mirror.datacenter.by/pub/mirrors/manjaro/stable
::United_States   : https://mirrors.ocf.berkeley.edu/manjaro/stable
::China           : https://mirrors.shu.edu.cn/manjaro/stable
::China           : http://mirrors.tuna.tsinghua.edu.cn/manjaro/stable
::Bulgaria        : http://manjaro.telecoms.bg/stable
::Sweden          : https://ftp.lysator.liu.se/pub/manjaro/stable
::China           : https://mirrors.sjtug.sjtu.edu.cn/manjarostable
::Italy           : https://ct.mirror.garr.it/mirrors/manjaro/stable
::Singapore       : https://download.nus.edu.sg/mirror/manjaro/stable
::Germany         : https://ftp.halifax.rwth-aachen.de/manjaro/stable
::Indonesia       : http://kartolo.sby.datautama.net.id/manjaro/stable
::Poland          : https://mirror.tuchola-dc.pl/manjaro/stable
::Colombia        : http://mirror.upb.edu.co/manjarostable
::Germany         : https://repo.rhindon.net/manjaro/stable
::Russia          : http://mirror.truenetwork.ru/manjaro/stable
::United_States   : https://mirror.math.princeton.edu/pub/manjaro/stable
::China           : https://mirrors.shuosc.org/manjaro/stable
::Belgium         : https://manjaro.cu.be/stable
::Czech           : https://mirror.dkm.cz/manjaro/stable
::United_Kingdom  : https://www.mirrorservice.org/sites/repo.manjaro.org/repos/sta
::Denmark         : https://www.uex.dk/public/manjaro/stable
::Japan           : http://ftp.tsukuba.wide.ad.jp/Linux/manjaro/stable
::Italy           : https://ba.mirror.garr.it/mirrors/manjaro/stable
::Russia          : https://mirror.yandex.ru/mirrors/manjaro/stable
::Austria         : http://mirror.inode.at/manjaro/stable
::Romania         : http://mirrors.serverhost.ro/manjaro/packages/stable
::United_Kingdom  : http://repo.manjaro.org.uk/stable
::Australia       : http://mirror.ventraip.net.au/Manjaro/stable
::Japan           : http://ftp.riken.jp/Linux/manjaro/stable
::Canada          : https://osmirror.org/manjaro/stable
::Netherlands     : http://ftp.snt.utwente.nl/pub/linux/manjaro/stable
::Belgium         : http://ftp.belnet.be/mirrors/manjaro/stable
::United_States   : http://mirror.dacentec.com/manjaro/stable
::Germany         : https://mirror.netzspielplatz.de/manjaro/packages/stable
::Indonesia       : http://kambing.ui.ac.id/manjaro/stable
::Hungary         : http://mirror.infotronik.hu/mirrors/pub/manjaro/stable
::Germany         : https://mirror.philpot.de/manjaro/stable
::Bulgaria        : https://manjaro.ipacct.com/manjaro/stable
::Italy           : https://manjaro.mirror.garr.it/mirrors/manjaro/stable
::China           : https://mirrors.ustc.edu.cn/manjaro/stable
::Philippines     : http://mirror.rise.ph/manjaro/stable
::United_Kingdom  : http://mirror.catn.com/pub/manjaro/stable
::Australia       : http://manjaro.melbourneitmirror.net/stable
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mirror.zetup.net : Could not resolve host: mirror.zetup.net
error: failed retrieving file 'core.db' from mirror.espoch.edu.ec : Could not resolve host: mirror.espoch.edu.ec
error: failed retrieving file 'core.db' from mirrors.ucr.ac.cr : Could not resolve host: mirrors.ucr.ac.cr
error: failed retrieving file 'core.db' from mirror.ufam.edu.br : Could not resolve host: mirror.ufam.edu.br
error: failed retrieving file 'core.db' from mirror.xeonbd.com : Could not resolve host: mirror.xeonbd.com
error: failed retrieving file 'core.db' from ftp.linux.org.tr : Could not resolve host: ftp.linux.org.tr
error: failed retrieving file 'core.db' from mirrors.dotsrc.org : Could not resolve host: mirrors.dotsrc.org
error: failed retrieving file 'core.db' from ftp.tu-chemnitz.de : Could not resolve host: ftp.tu-chemnitz.de
error: failed retrieving file 'core.db' from ftp.cc.uoc.gr : Could not resolve host: ftp.cc.uoc.gr
error: failed retrieving file 'core.db' from manjaro.c3sl.ufpr.br : Could not resolve host: manjaro.c3sl.ufpr.br
error: failed retrieving file 'core.db' from distro.ibiblio.org : Could not resolve host: distro.ibiblio.org
error: failed retrieving file 'core.db' from mirror.netcologne.de : Could not resolve host: mirror.netcologne.de
error: failed retrieving file 'core.db' from ftp.cuhk.edu.hk : Could not resolve host: ftp.cuhk.edu.hk
error: failed retrieving file 'core.db' from mirror.clarkson.edu : Could not resolve host: mirror.clarkson.edu
error: failed retrieving file 'core.db' from ftp.caliu.cat : Could not resolve host: ftp.caliu.cat
error: failed retrieving file 'core.db' from mirrors.zju.edu.cn : Could not resolve host: mirrors.zju.edu.cn
error: failed retrieving file 'core.db' from manjaro.barata.pt : Could not resolve host: manjaro.barata.pt
error: failed retrieving file 'core.db' from manjaro.mirror.ac.za : Could not resolve host: manjaro.mirror.ac.za
error: failed retrieving file 'core.db' from ftp.free.org : Could not resolve host: ftp.free.org
error: failed retrieving file 'core.db' from mirror.cedia.org.ec : Could not resolve host: mirror.cedia.org.ec
error: failed retrieving file 'core.db' from ftp.nluug.nl : Could not resolve host: ftp.nluug.nl
error: failed retrieving file 'core.db' from ftp.rz.tu-bs.de : Could not resolve host: ftp.rz.tu-bs.de
error: failed retrieving file 'core.db' from free.nchc.org.tw : Could not resolve host: free.nchc.org.tw
error: failed retrieving file 'core.db' from mirror.ragenetwork.de : Could not resolve host: mirror.ragenetwork.de
error: failed retrieving file 'core.db' from mirrors.netix.net : Could not resolve host: mirrors.netix.net
error: failed retrieving file 'core.db' from linorg.usp.br : Could not resolve host: linorg.usp.br
error: failed retrieving file 'core.db' from mirror.is.co.za : Could not resolve host: mirror.is.co.za
error: failed retrieving file 'core.db' from pet.inf.ufsc.br : Could not resolve host: pet.inf.ufsc.br
error: failed retrieving file 'core.db' from mirror.chmuri.net : Could not resolve host: mirror.chmuri.net
error: failed retrieving file 'core.db' from manjaro.moson.eu : Could not resolve host: manjaro.moson.eu
error: failed retrieving file 'core.db' from manjaro.mirrors.uk2.net : Could not resolve host: manjaro.mirrors.uk2.net
error: failed retrieving file 'core.db' from mirror.koddos.net : Could not resolve host: mirror.koddos.net
error: failed retrieving file 'core.db' from manjaro.dcc.uchile.cl : Could not resolve host: manjaro.dcc.uchile.cl
error: failed retrieving file 'core.db' from kibo.remi.lu : Could not resolve host: kibo.remi.lu
error: failed retrieving file 'core.db' from repo.sadjad.ac.ir : Could not resolve host: repo.sadjad.ac.ir
error: failed retrieving file 'core.db' from mirror.datacenter.by : Could not resolve host: mirror.datacenter.by
error: failed retrieving file 'core.db' from mirrors.ocf.berkeley.edu : Could not resolve host: mirrors.ocf.berkeley.edu
error: failed retrieving file 'core.db' from mirrors.shu.edu.cn : Could not resolve host: mirrors.shu.edu.cn
error: failed retrieving file 'core.db' from mirrors.tuna.tsinghua.edu.cn : Could not resolve host: mirrors.tuna.tsinghua.edu.cn
error: failed retrieving file 'core.db' from manjaro.telecoms.bg : Could not resolve host: manjaro.telecoms.bg
error: failed retrieving file 'core.db' from ftp.lysator.liu.se : Could not resolve host: ftp.lysator.liu.se
error: failed retrieving file 'core.db' from mirrors.sjtug.sjtu.edu.cn : Could not resolve host: mirrors.sjtug.sjtu.edu.cn
error: failed retrieving file 'core.db' from ct.mirror.garr.it : Could not resolve host: ct.mirror.garr.it
error: failed retrieving file 'core.db' from download.nus.edu.sg : Could not resolve host: download.nus.edu.sg
error: failed retrieving file 'core.db' from ftp.halifax.rwth-aachen.de : Could not resolve host: ftp.halifax.rwth-aachen.de
error: failed retrieving file 'core.db' from kartolo.sby.datautama.net.id : Could not resolve host: kartolo.sby.datautama.net.id
error: failed retrieving file 'core.db' from mirror.tuchola-dc.pl : Could not resolve host: mirror.tuchola-dc.pl
error: failed retrieving file 'core.db' from mirror.upb.edu.co : Could not resolve host: mirror.upb.edu.co
error: failed retrieving file 'core.db' from repo.rhindon.net : Could not resolve host: repo.rhindon.net
error: failed retrieving file 'core.db' from mirror.truenetwork.ru : Could not resolve host: mirror.truenetwork.ru
error: failed retrieving file 'core.db' from mirror.math.princeton.edu : Could not resolve host: mirror.math.princeton.edu
error: failed retrieving file 'core.db' from mirrors.shuosc.org : Could not resolve host: mirrors.shuosc.org
error: failed retrieving file 'core.db' from manjaro.cu.be : Could not resolve host: manjaro.cu.be
error: failed retrieving file 'core.db' from mirror.dkm.cz : Could not resolve host: mirror.dkm.cz
error: failed retrieving file 'core.db' from www.mirrorservice.org : Could not resolve host: www.mirrorservice.org
error: failed retrieving file 'core.db' from www.uex.dk : Could not resolve host: www.uex.dk
error: failed retrieving file 'core.db' from ftp.tsukuba.wide.ad.jp : Could not resolve host: ftp.tsukuba.wide.ad.jp
error: failed retrieving file 'core.db' from ba.mirror.garr.it : Could not resolve host: ba.mirror.garr.it
error: failed retrieving file 'core.db' from mirror.yandex.ru : Could not resolve host: mirror.yandex.ru
error: failed retrieving file 'core.db' from mirror.inode.at : Could not resolve host: mirror.inode.at
error: failed retrieving file 'core.db' from mirrors.serverhost.ro : Could not resolve host: mirrors.serverhost.ro
error: failed retrieving file 'core.db' from repo.manjaro.org.uk : Could not resolve host: repo.manjaro.org.uk
error: failed retrieving file 'core.db' from mirror.ventraip.net.au : Could not resolve host: mirror.ventraip.net.au
error: failed retrieving file 'core.db' from ftp.riken.jp : Could not resolve host: ftp.riken.jp
error: failed retrieving file 'core.db' from osmirror.org : Could not resolve host: osmirror.org
error: failed retrieving file 'core.db' from ftp.snt.utwente.nl : Could not resolve host: ftp.snt.utwente.nl
error: failed retrieving file 'core.db' from ftp.belnet.be : Could not resolve host: ftp.belnet.be
error: failed retrieving file 'core.db' from mirror.dacentec.com : Could not resolve host: mirror.dacentec.com
error: failed retrieving file 'core.db' from mirror.netzspielplatz.de : Could not resolve host: mirror.netzspielplatz.de
error: failed retrieving file 'core.db' from kambing.ui.ac.id : Could not resolve host: kambing.ui.ac.id
error: failed retrieving file 'core.db' from mirror.infotronik.hu : Could not resolve host: mirror.infotronik.hu
error: failed retrieving file 'core.db' from mirror.philpot.de : Could not resolve host: mirror.philpot.de
error: failed retrieving file 'core.db' from manjaro.ipacct.com : Could not resolve host: manjaro.ipacct.com
error: failed retrieving file 'core.db' from manjaro.mirror.garr.it : Could not resolve host: manjaro.mirror.garr.it
error: failed retrieving file 'core.db' from mirrors.ustc.edu.cn : Could not resolve host: mirrors.ustc.edu.cn
error: failed retrieving file 'core.db' from mirror.rise.ph : Could not resolve host: mirror.rise.ph
error: failed retrieving file 'core.db' from mirror.catn.com : Could not resolve host: mirror.catn.com
error: failed retrieving file 'core.db' from manjaro.melbourneitmirror.net : Could not resolve host: manjaro.melbourneitmirror.net
error: failed to update core (invalid url for server)
error: failed retrieving file 'extra.db' from mirror.zetup.net : Could not resolve host: mirror.zetup.net
error: failed retrieving file 'extra.db' from mirror.espoch.edu.ec : Could not resolve host: mirror.espoch.edu.ec
error: failed retrieving file 'extra.db' from mirrors.ucr.ac.cr : Could not resolve host: mirrors.ucr.ac.cr
error: failed retrieving file 'extra.db' from mirror.ufam.edu.br : Could not resolve host: mirror.ufam.edu.br
error: failed retrieving file 'extra.db' from mirror.xeonbd.com : Could not resolve host: mirror.xeonbd.com
error: failed retrieving file 'extra.db' from ftp.linux.org.tr : Could not resolve host: ftp.linux.org.tr
error: failed retrieving file 'extra.db' from mirrors.dotsrc.org : Could not resolve host: mirrors.dotsrc.org
error: failed retrieving file 'extra.db' from ftp.tu-chemnitz.de : Could not resolve host: ftp.tu-chemnitz.de
error: failed retrieving file 'extra.db' from ftp.cc.uoc.gr : Could not resolve host: ftp.cc.uoc.gr
error: failed retrieving file 'extra.db' from manjaro.c3sl.ufpr.br : Could not resolve host: manjaro.c3sl.ufpr.br
error: failed retrieving file 'extra.db' from distro.ibiblio.org : Could not resolve host: distro.ibiblio.org
error: failed retrieving file 'extra.db' from mirror.netcologne.de : Could not resolve host: mirror.netcologne.de
error: failed retrieving file 'extra.db' from ftp.cuhk.edu.hk : Could not resolve host: ftp.cuhk.edu.hk
error: failed retrieving file 'extra.db' from mirror.clarkson.edu : Could not resolve host: mirror.clarkson.edu
error: failed retrieving file 'extra.db' from ftp.caliu.cat : Could not resolve host: ftp.caliu.cat
error: failed retrieving file 'extra.db' from mirrors.zju.edu.cn : Could not resolve host: mirrors.zju.edu.cn
error: failed retrieving file 'extra.db' from manjaro.barata.pt : Could not resolve host: manjaro.barata.pt
error: failed retrieving file 'extra.db' from manjaro.mirror.ac.za : Could not resolve host: manjaro.mirror.ac.za
error: failed retrieving file 'extra.db' from ftp.free.org : Could not resolve host: ftp.free.org
error: failed retrieving file 'extra.db' from mirror.cedia.org.ec : Could not resolve host: mirror.cedia.org.ec
error: failed retrieving file 'extra.db' from ftp.nluug.nl : Could not resolve host: ftp.nluug.nl
error: failed retrieving file 'extra.db' from ftp.rz.tu-bs.de : Could not resolve host: ftp.rz.tu-bs.de
error: failed retrieving file 'extra.db' from free.nchc.org.tw : Could not resolve host: free.nchc.org.tw
error: failed retrieving file 'extra.db' from mirror.ragenetwork.de : Could not resolve host: mirror.ragenetwork.de
error: failed retrieving file 'extra.db' from mirrors.netix.net : Could not resolve host: mirrors.netix.net
error: failed retrieving file 'extra.db' from linorg.usp.br : Could not resolve host: linorg.usp.br
error: failed retrieving file 'extra.db' from mirror.is.co.za : Could not resolve host: mirror.is.co.za
error: failed retrieving file 'extra.db' from pet.inf.ufsc.br : Could not resolve host: pet.inf.ufsc.br
error: failed retrieving file 'extra.db' from mirror.chmuri.net : Could not resolve host: mirror.chmuri.net
error: failed retrieving file 'extra.db' from manjaro.moson.eu : Could not resolve host: manjaro.moson.eu
error: failed retrieving file 'extra.db' from manjaro.mirrors.uk2.net : Could not resolve host: manjaro.mirrors.uk2.net
error: failed retrieving file 'extra.db' from mirror.koddos.net : Could not resolve host: mirror.koddos.net
error: failed retrieving file 'extra.db' from manjaro.dcc.uchile.cl : Could not resolve host: manjaro.dcc.uchile.cl
error: failed retrieving file 'extra.db' from kibo.remi.lu : Could not resolve host: kibo.remi.lu
error: failed retrieving file 'extra.db' from repo.sadjad.ac.ir : Could not resolve host: repo.sadjad.ac.ir
error: failed retrieving file 'extra.db' from mirror.datacenter.by : Could not resolve host: mirror.datacenter.by
error: failed retrieving file 'extra.db' from mirrors.ocf.berkeley.edu : Could not resolve host: mirrors.ocf.berkeley.edu
error: failed retrieving file 'extra.db' from mirrors.shu.edu.cn : Could not resolve host: mirrors.shu.edu.cn
error: failed retrieving file 'extra.db' from mirrors.tuna.tsinghua.edu.cn : Could not resolve host: mirrors.tuna.tsinghua.edu.cn
error: failed retrieving file 'extra.db' from manjaro.telecoms.bg : Could not resolve host: manjaro.telecoms.bg
error: failed retrieving file 'extra.db' from ftp.lysator.liu.se : Could not resolve host: ftp.lysator.liu.se
error: failed retrieving file 'extra.db' from mirrors.sjtug.sjtu.edu.cn : Could not resolve host: mirrors.sjtug.sjtu.edu.cn
error: failed retrieving file 'extra.db' from ct.mirror.garr.it : Could not resolve host: ct.mirror.garr.it
error: failed retrieving file 'extra.db' from download.nus.edu.sg : Could not resolve host: download.nus.edu.sg
error: failed retrieving file 'extra.db' from ftp.halifax.rwth-aachen.de : Could not resolve host: ftp.halifax.rwth-aachen.de
error: failed retrieving file 'extra.db' from kartolo.sby.datautama.net.id : Could not resolve host: kartolo.sby.datautama.net.id
error: failed retrieving file 'extra.db' from mirror.tuchola-dc.pl : Could not resolve host: mirror.tuchola-dc.pl
error: failed retrieving file 'extra.db' from mirror.upb.edu.co : Could not resolve host: mirror.upb.edu.co
error: failed retrieving file 'extra.db' from repo.rhindon.net : Could not resolve host: repo.rhindon.net
error: failed retrieving file 'extra.db' from mirror.truenetwork.ru : Could not resolve host: mirror.truenetwork.ru
error: failed retrieving file 'extra.db' from mirror.math.princeton.edu : Could not resolve host: mirror.math.princeton.edu
error: failed retrieving file 'extra.db' from mirrors.shuosc.org : Could not resolve host: mirrors.shuosc.org
error: failed retrieving file 'extra.db' from manjaro.cu.be : Could not resolve host: manjaro.cu.be
error: failed retrieving file 'extra.db' from mirror.dkm.cz : Could not resolve host: mirror.dkm.cz
error: failed retrieving file 'extra.db' from www.mirrorservice.org : Could not resolve host: www.mirrorservice.org
error: failed retrieving file 'extra.db' from www.uex.dk : Could not resolve host: www.uex.dk
error: failed retrieving file 'extra.db' from ftp.tsukuba.wide.ad.jp : Could not resolve host: ftp.tsukuba.wide.ad.jp
error: failed retrieving file 'extra.db' from ba.mirror.garr.it : Could not resolve host: ba.mirror.garr.it
error: failed retrieving file 'extra.db' from mirror.yandex.ru : Could not resolve host: mirror.yandex.ru
error: failed retrieving file 'extra.db' from mirror.inode.at : Could not resolve host: mirror.inode.at
error: failed retrieving file 'extra.db' from mirrors.serverhost.ro : Could not resolve host: mirrors.serverhost.ro
error: failed retrieving file 'extra.db' from repo.manjaro.org.uk : Could not resolve host: repo.manjaro.org.uk
error: failed retrieving file 'extra.db' from mirror.ventraip.net.au : Could not resolve host: mirror.ventraip.net.au
error: failed retrieving file 'extra.db' from ftp.riken.jp : Could not resolve host: ftp.riken.jp
error: failed retrieving file 'extra.db' from osmirror.org : Could not resolve host: osmirror.org
error: failed retrieving file 'extra.db' from ftp.snt.utwente.nl : Could not resolve host: ftp.snt.utwente.nl
error: failed retrieving file 'extra.db' from ftp.belnet.be : Could not resolve host: ftp.belnet.be
error: failed retrieving file 'extra.db' from mirror.dacentec.com : Could not resolve host: mirror.dacentec.com
error: failed retrieving file 'extra.db' from mirror.netzspielplatz.de : Could not resolve host: mirror.netzspielplatz.de
error: failed retrieving file 'extra.db' from kambing.ui.ac.id : Could not resolve host: kambing.ui.ac.id
error: failed retrieving file 'extra.db' from mirror.infotronik.hu : Could not resolve host: mirror.infotronik.hu
error: failed retrieving file 'extra.db' from mirror.philpot.de : Could not resolve host: mirror.philpot.de
error: failed retrieving file 'extra.db' from manjaro.ipacct.com : Could not resolve host: manjaro.ipacct.com
error: failed retrieving file 'extra.db' from manjaro.mirror.garr.it : Could not resolve host: manjaro.mirror.garr.it
error: failed retrieving file 'extra.db' from mirrors.ustc.edu.cn : Could not resolve host: mirrors.ustc.edu.cn
error: failed retrieving file 'extra.db' from mirror.rise.ph : Could not resolve host: mirror.rise.ph
error: failed retrieving file 'extra.db' from mirror.catn.com : Could not resolve host: mirror.catn.com
error: failed retrieving file 'extra.db' from manjaro.melbourneitmirror.net : Could not resolve host: manjaro.melbourneitmirror.net
error: failed to update extra (invalid url for server)
error: failed retrieving file 'community.db' from mirror.zetup.net : Could not resolve host: mirror.zetup.net
error: failed retrieving file 'community.db' from mirror.espoch.edu.ec : Could not resolve host: mirror.espoch.edu.ec
error: failed retrieving file 'community.db' from mirrors.ucr.ac.cr : Could not resolve host: mirrors.ucr.ac.cr
error: failed retrieving file 'community.db' from mirror.ufam.edu.br : Could not resolve host: mirror.ufam.edu.br
error: failed retrieving file 'community.db' from mirror.xeonbd.com : Could not resolve host: mirror.xeonbd.com
error: failed retrieving file 'community.db' from ftp.linux.org.tr : Could not resolve host: ftp.linux.org.tr
error: failed retrieving file 'community.db' from mirrors.dotsrc.org : Could not resolve host: mirrors.dotsrc.org
error: failed retrieving file 'community.db' from ftp.tu-chemnitz.de : Could not resolve host: ftp.tu-chemnitz.de
error: failed retrieving file 'community.db' from ftp.cc.uoc.gr : Could not resolve host: ftp.cc.uoc.gr
error: failed retrieving file 'community.db' from manjaro.c3sl.ufpr.br : Could not resolve host: manjaro.c3sl.ufpr.br
error: failed retrieving file 'community.db' from distro.ibiblio.org : Could not resolve host: distro.ibiblio.org
error: failed retrieving file 'community.db' from mirror.netcologne.de : Could not resolve host: mirror.netcologne.de
error: failed retrieving file 'community.db' from ftp.cuhk.edu.hk : Could not resolve host: ftp.cuhk.edu.hk
error: failed retrieving file 'community.db' from mirror.clarkson.edu : Could not resolve host: mirror.clarkson.edu
error: failed retrieving file 'community.db' from ftp.caliu.cat : Could not resolve host: ftp.caliu.cat
error: failed retrieving file 'community.db' from mirrors.zju.edu.cn : Could not resolve host: mirrors.zju.edu.cn
error: failed retrieving file 'community.db' from manjaro.barata.pt : Could not resolve host: manjaro.barata.pt
error: failed retrieving file 'community.db' from manjaro.mirror.ac.za : Could not resolve host: manjaro.mirror.ac.za
error: failed retrieving file 'community.db' from ftp.free.org : Could not resolve host: ftp.free.org
error: failed retrieving file 'community.db' from mirror.cedia.org.ec : Could not resolve host: mirror.cedia.org.ec
error: failed retrieving file 'community.db' from ftp.nluug.nl : Could not resolve host: ftp.nluug.nl
error: failed retrieving file 'community.db' from ftp.rz.tu-bs.de : Could not resolve host: ftp.rz.tu-bs.de
error: failed retrieving file 'community.db' from free.nchc.org.tw : Could not resolve host: free.nchc.org.tw
error: failed retrieving file 'community.db' from mirror.ragenetwork.de : Could not resolve host: mirror.ragenetwork.de
error: failed retrieving file 'community.db' from mirrors.netix.net : Could not resolve host: mirrors.netix.net
error: failed retrieving file 'community.db' from linorg.usp.br : Could not resolve host: linorg.usp.br
error: failed retrieving file 'community.db' from mirror.is.co.za : Could not resolve host: mirror.is.co.za
error: failed retrieving file 'community.db' from pet.inf.ufsc.br : Could not resolve host: pet.inf.ufsc.br
error: failed retrieving file 'community.db' from mirror.chmuri.net : Could not resolve host: mirror.chmuri.net
error: failed retrieving file 'community.db' from manjaro.moson.eu : Could not resolve host: manjaro.moson.eu
error: failed retrieving file 'community.db' from manjaro.mirrors.uk2.net : Could not resolve host: manjaro.mirrors.uk2.net
error: failed retrieving file 'community.db' from mirror.koddos.net : Could not resolve host: mirror.koddos.net
error: failed retrieving file 'community.db' from manjaro.dcc.uchile.cl : Could not resolve host: manjaro.dcc.uchile.cl
error: failed retrieving file 'community.db' from kibo.remi.lu : Could not resolve host: kibo.remi.lu
error: failed retrieving file 'community.db' from repo.sadjad.ac.ir : Could not resolve host: repo.sadjad.ac.ir
error: failed retrieving file 'community.db' from mirror.datacenter.by : Could not resolve host: mirror.datacenter.by
error: failed retrieving file 'community.db' from mirrors.ocf.berkeley.edu : Could not resolve host: mirrors.ocf.berkeley.edu
error: failed retrieving file 'community.db' from mirrors.shu.edu.cn : Could not resolve host: mirrors.shu.edu.cn
error: failed retrieving file 'community.db' from mirrors.tuna.tsinghua.edu.cn : Could not resolve host: mirrors.tuna.tsinghua.edu.cn
error: failed retrieving file 'community.db' from manjaro.telecoms.bg : Could not resolve host: manjaro.telecoms.bg
error: failed retrieving file 'community.db' from ftp.lysator.liu.se : Could not resolve host: ftp.lysator.liu.se
error: failed retrieving file 'community.db' from mirrors.sjtug.sjtu.edu.cn : Could not resolve host: mirrors.sjtug.sjtu.edu.cn
error: failed retrieving file 'community.db' from ct.mirror.garr.it : Could not resolve host: ct.mirror.garr.it
error: failed retrieving file 'community.db' from download.nus.edu.sg : Could not resolve host: download.nus.edu.sg
error: failed retrieving file 'community.db' from ftp.halifax.rwth-aachen.de : Could not resolve host: ftp.halifax.rwth-aachen.de
error: failed retrieving file 'community.db' from kartolo.sby.datautama.net.id : Could not resolve host: kartolo.sby.datautama.net.id
error: failed retrieving file 'community.db' from mirror.tuchola-dc.pl : Could not resolve host: mirror.tuchola-dc.pl
error: failed retrieving file 'community.db' from mirror.upb.edu.co : Could not resolve host: mirror.upb.edu.co
error: failed retrieving file 'community.db' from repo.rhindon.net : Could not resolve host: repo.rhindon.net
error: failed retrieving file 'community.db' from mirror.truenetwork.ru : Could not resolve host: mirror.truenetwork.ru
error: failed retrieving file 'community.db' from mirror.math.princeton.edu : Could not resolve host: mirror.math.princeton.edu
error: failed retrieving file 'community.db' from mirrors.shuosc.org : Could not resolve host: mirrors.shuosc.org
error: failed retrieving file 'community.db' from manjaro.cu.be : Could not resolve host: manjaro.cu.be
error: failed retrieving file 'community.db' from mirror.dkm.cz : Could not resolve host: mirror.dkm.cz
error: failed retrieving file 'community.db' from www.mirrorservice.org : Could not resolve host: www.mirrorservice.org
error: failed retrieving file 'community.db' from www.uex.dk : Could not resolve host: www.uex.dk
error: failed retrieving file 'community.db' from ftp.tsukuba.wide.ad.jp : Could not resolve host: ftp.tsukuba.wide.ad.jp
error: failed retrieving file 'community.db' from ba.mirror.garr.it : Could not resolve host: ba.mirror.garr.it
error: failed retrieving file 'community.db' from mirror.yandex.ru : Could not resolve host: mirror.yandex.ru
error: failed retrieving file 'community.db' from mirror.inode.at : Could not resolve host: mirror.inode.at
error: failed retrieving file 'community.db' from mirrors.serverhost.ro : Could not resolve host: mirrors.serverhost.ro
error: failed retrieving file 'community.db' from repo.manjaro.org.uk : Could not resolve host: repo.manjaro.org.uk
error: failed retrieving file 'community.db' from mirror.ventraip.net.au : Could not resolve host: mirror.ventraip.net.au
error: failed retrieving file 'community.db' from ftp.riken.jp : Could not resolve host: ftp.riken.jp
error: failed retrieving file 'community.db' from osmirror.org : Could not resolve host: osmirror.org
error: failed retrieving file 'community.db' from ftp.snt.utwente.nl : Could not resolve host: ftp.snt.utwente.nl
error: failed retrieving file 'community.db' from ftp.belnet.be : Could not resolve host: ftp.belnet.be
error: failed retrieving file 'community.db' from mirror.dacentec.com : Could not resolve host: mirror.dacentec.com
error: failed retrieving file 'community.db' from mirror.netzspielplatz.de : Could not resolve host: mirror.netzspielplatz.de
error: failed retrieving file 'community.db' from kambing.ui.ac.id : Could not resolve host: kambing.ui.ac.id
error: failed retrieving file 'community.db' from mirror.infotronik.hu : Could not resolve host: mirror.infotronik.hu
error: failed retrieving file 'community.db' from mirror.philpot.de : Could not resolve host: mirror.philpot.de
error: failed retrieving file 'community.db' from manjaro.ipacct.com : Could not resolve host: manjaro.ipacct.com
error: failed retrieving file 'community.db' from manjaro.mirror.garr.it : Could not resolve host: manjaro.mirror.garr.it
error: failed retrieving file 'community.db' from mirrors.ustc.edu.cn : Could not resolve host: mirrors.ustc.edu.cn
error: failed retrieving file 'community.db' from mirror.rise.ph : Could not resolve host: mirror.rise.ph
error: failed retrieving file 'community.db' from mirror.catn.com : Could not resolve host: mirror.catn.com
error: failed retrieving file 'community.db' from manjaro.melbourneitmirror.net : Could not resolve host: manjaro.melbourneitmirror.net
error: failed to update community (invalid url for server)
error: failed retrieving file 'multilib.db' from mirror.zetup.net : Could not resolve host: mirror.zetup.net
error: failed retrieving file 'multilib.db' from mirror.espoch.edu.ec : Could not resolve host: mirror.espoch.edu.ec
error: failed retrieving file 'multilib.db' from mirrors.ucr.ac.cr : Could not resolve host: mirrors.ucr.ac.cr
error: failed retrieving file 'multilib.db' from mirror.ufam.edu.br : Could not resolve host: mirror.ufam.edu.br
error: failed retrieving file 'multilib.db' from mirror.xeonbd.com : Could not resolve host: mirror.xeonbd.com
error: failed retrieving file 'multilib.db' from ftp.linux.org.tr : Could not resolve host: ftp.linux.org.tr
error: failed retrieving file 'multilib.db' from mirrors.dotsrc.org : Could not resolve host: mirrors.dotsrc.org
error: failed retrieving file 'multilib.db' from ftp.tu-chemnitz.de : Could not resolve host: ftp.tu-chemnitz.de
error: failed retrieving file 'multilib.db' from ftp.cc.uoc.gr : Could not resolve host: ftp.cc.uoc.gr
error: failed retrieving file 'multilib.db' from manjaro.c3sl.ufpr.br : Could not resolve host: manjaro.c3sl.ufpr.br
error: failed retrieving file 'multilib.db' from distro.ibiblio.org : Could not resolve host: distro.ibiblio.org
error: failed retrieving file 'multilib.db' from mirror.netcologne.de : Could not resolve host: mirror.netcologne.de
error: failed retrieving file 'multilib.db' from ftp.cuhk.edu.hk : Could not resolve host: ftp.cuhk.edu.hk
error: failed retrieving file 'multilib.db' from mirror.clarkson.edu : Could not resolve host: mirror.clarkson.edu
error: failed retrieving file 'multilib.db' from ftp.caliu.cat : Could not resolve host: ftp.caliu.cat
error: failed retrieving file 'multilib.db' from mirrors.zju.edu.cn : Could not resolve host: mirrors.zju.edu.cn
error: failed retrieving file 'multilib.db' from manjaro.barata.pt : Could not resolve host: manjaro.barata.pt
error: failed retrieving file 'multilib.db' from manjaro.mirror.ac.za : Could not resolve host: manjaro.mirror.ac.za
error: failed retrieving file 'multilib.db' from ftp.free.org : Could not resolve host: ftp.free.org
error: failed retrieving file 'multilib.db' from mirror.cedia.org.ec : Could not resolve host: mirror.cedia.org.ec
error: failed retrieving file 'multilib.db' from ftp.nluug.nl : Could not resolve host: ftp.nluug.nl
error: failed retrieving file 'multilib.db' from ftp.rz.tu-bs.de : Could not resolve host: ftp.rz.tu-bs.de
error: failed retrieving file 'multilib.db' from free.nchc.org.tw : Could not resolve host: free.nchc.org.tw
error: failed retrieving file 'multilib.db' from mirror.ragenetwork.de : Could not resolve host: mirror.ragenetwork.de
error: failed retrieving file 'multilib.db' from mirrors.netix.net : Could not resolve host: mirrors.netix.net
error: failed retrieving file 'multilib.db' from linorg.usp.br : Could not resolve host: linorg.usp.br
error: failed retrieving file 'multilib.db' from mirror.is.co.za : Could not resolve host: mirror.is.co.za
error: failed retrieving file 'multilib.db' from pet.inf.ufsc.br : Could not resolve host: pet.inf.ufsc.br
error: failed retrieving file 'multilib.db' from mirror.chmuri.net : Could not resolve host: mirror.chmuri.net
error: failed retrieving file 'multilib.db' from manjaro.moson.eu : Could not resolve host: manjaro.moson.eu
error: failed retrieving file 'multilib.db' from manjaro.mirrors.uk2.net : Could not resolve host: manjaro.mirrors.uk2.net
error: failed retrieving file 'multilib.db' from mirror.koddos.net : Could not resolve host: mirror.koddos.net
error: failed retrieving file 'multilib.db' from manjaro.dcc.uchile.cl : Could not resolve host: manjaro.dcc.uchile.cl
error: failed retrieving file 'multilib.db' from kibo.remi.lu : Could not resolve host: kibo.remi.lu
error: failed retrieving file 'multilib.db' from repo.sadjad.ac.ir : Could not resolve host: repo.sadjad.ac.ir
error: failed retrieving file 'multilib.db' from mirror.datacenter.by : Could not resolve host: mirror.datacenter.by
error: failed retrieving file 'multilib.db' from mirrors.ocf.berkeley.edu : Could not resolve host: mirrors.ocf.berkeley.edu
error: failed retrieving file 'multilib.db' from mirrors.shu.edu.cn : Could not resolve host: mirrors.shu.edu.cn
error: failed retrieving file 'multilib.db' from mirrors.tuna.tsinghua.edu.cn : Could not resolve host: mirrors.tuna.tsinghua.edu.cn
error: failed retrieving file 'multilib.db' from manjaro.telecoms.bg : Could not resolve host: manjaro.telecoms.bg
error: failed retrieving file 'multilib.db' from ftp.lysator.liu.se : Could not resolve host: ftp.lysator.liu.se
error: failed retrieving file 'multilib.db' from mirrors.sjtug.sjtu.edu.cn : Could not resolve host: mirrors.sjtug.sjtu.edu.cn
error: failed retrieving file 'multilib.db' from ct.mirror.garr.it : Could not resolve host: ct.mirror.garr.it
error: failed retrieving file 'multilib.db' from download.nus.edu.sg : Could not resolve host: download.nus.edu.sg
error: failed retrieving file 'multilib.db' from ftp.halifax.rwth-aachen.de : Could not resolve host: ftp.halifax.rwth-aachen.de
error: failed retrieving file 'multilib.db' from kartolo.sby.datautama.net.id : Could not resolve host: kartolo.sby.datautama.net.id
error: failed retrieving file 'multilib.db' from mirror.tuchola-dc.pl : Could not resolve host: mirror.tuchola-dc.pl
error: failed retrieving file 'multilib.db' from mirror.upb.edu.co : Could not resolve host: mirror.upb.edu.co
error: failed retrieving file 'multilib.db' from repo.rhindon.net : Could not resolve host: repo.rhindon.net
error: failed retrieving file 'multilib.db' from mirror.truenetwork.ru : Could not resolve host: mirror.truenetwork.ru
error: failed retrieving file 'multilib.db' from mirror.math.princeton.edu : Could not resolve host: mirror.math.princeton.edu
error: failed retrieving file 'multilib.db' from mirrors.shuosc.org : Could not resolve host: mirrors.shuosc.org
error: failed retrieving file 'multilib.db' from manjaro.cu.be : Could not resolve host: manjaro.cu.be
error: failed retrieving file 'multilib.db' from mirror.dkm.cz : Could not resolve host: mirror.dkm.cz
error: failed retrieving file 'multilib.db' from www.mirrorservice.org : Could not resolve host: www.mirrorservice.org
error: failed retrieving file 'multilib.db' from www.uex.dk : Could not resolve host: www.uex.dk
error: failed retrieving file 'multilib.db' from ftp.tsukuba.wide.ad.jp : Could not resolve host: ftp.tsukuba.wide.ad.jp
error: failed retrieving file 'multilib.db' from ba.mirror.garr.it : Could not resolve host: ba.mirror.garr.it
error: failed retrieving file 'multilib.db' from mirror.yandex.ru : Could not resolve host: mirror.yandex.ru
error: failed retrieving file 'multilib.db' from mirror.inode.at : Could not resolve host: mirror.inode.at
error: failed retrieving file 'multilib.db' from mirrors.serverhost.ro : Could not resolve host: mirrors.serverhost.ro
error: failed retrieving file 'multilib.db' from repo.manjaro.org.uk : Could not resolve host: repo.manjaro.org.uk
error: failed retrieving file 'multilib.db' from mirror.ventraip.net.au : Could not resolve host: mirror.ventraip.net.au
error: failed retrieving file 'multilib.db' from ftp.riken.jp : Could not resolve host: ftp.riken.jp
error: failed retrieving file 'multilib.db' from osmirror.org : Could not resolve host: osmirror.org
error: failed retrieving file 'multilib.db' from ftp.snt.utwente.nl : Could not resolve host: ftp.snt.utwente.nl
error: failed retrieving file 'multilib.db' from ftp.belnet.be : Could not resolve host: ftp.belnet.be
error: failed retrieving file 'multilib.db' from mirror.dacentec.com : Could not resolve host: mirror.dacentec.com
error: failed retrieving file 'multilib.db' from mirror.netzspielplatz.de : Could not resolve host: mirror.netzspielplatz.de
error: failed retrieving file 'multilib.db' from kambing.ui.ac.id : Could not resolve host: kambing.ui.ac.id
error: failed retrieving file 'multilib.db' from mirror.infotronik.hu : Could not resolve host: mirror.infotronik.hu
error: failed retrieving file 'multilib.db' from mirror.philpot.de : Could not resolve host: mirror.philpot.de
error: failed retrieving file 'multilib.db' from manjaro.ipacct.com : Could not resolve host: manjaro.ipacct.com
error: failed retrieving file 'multilib.db' from manjaro.mirror.garr.it : Could not resolve host: manjaro.mirror.garr.it
error: failed retrieving file 'multilib.db' from mirrors.ustc.edu.cn : Could not resolve host: mirrors.ustc.edu.cn
error: failed retrieving file 'multilib.db' from mirror.rise.ph : Could not resolve host: mirror.rise.ph
error: failed retrieving file 'multilib.db' from mirror.catn.com : Could not resolve host: mirror.catn.com
error: failed retrieving file 'multilib.db' from manjaro.melbourneitmirror.net : Could not resolve host: manjaro.melbourneitmirror.net
error: failed to update multilib (invalid url for server)
error: failed to synchronize all databases

Ah sorry, I had assumed you were connected to the internet via some other means such as ethernet.

That command updates the mirrors and will then create the missing databases from the errors in your earlier post, but it requires an active internet connection.

So is there some way I can either get the databases on my windows and manually move them over or an offline solution?

Huh, do you have an internet connection at home ? :face_with_hand_over_mouth:

Yes, that is how I am able to contact you, internet works fine on windows

There are these instructions from the Arch Wiki regarding offline installation:

https://wiki.archlinux.org/index.php/broadcom_wireless#Offline_installation

So how do I

  1. install the base-devel group during installation
  2. download the driver tarball from the AUR, surely that would require internet
  3. install the linux-headers and driver tarball?

I’ve never done it before, but from the Wiki:

you'll need to first install the base-devel group during installation. Then, use another Internet-connected computer to download linux-headers and the driver tarball from the AUR, and install them in that order.

yeah but how do I do those things, so for 1, I need to install the base-devel group during installation. But during the installation of what?

During the installation of the system

of the live USB? When would I get that option?