No Internet on new Wayfire install

Hello, I just installed Garuda Wayfire and while I had normal intenret on the USB, the open source Intel drivers don't seem to be installed in my installation on the hard drive. How can I rectify that?

Welcome :slight_smile:

Post output from

systemctl status NetworkManager

Hello! :smiley:

Unit NetworkManager.service could not be found

Open connman-gtk

1 Like

It's empty

systemctl status connman
systemctl start connman
3 Likes

That did it! :smiley:

I will post the status on startup in a moment.

● connman.service - Connection service
     Loaded: loaded (/usr/lib/systemd/system/connman.service; enabled; vendor preset: disabled)
     Active: inactive (dead) since Tue 2020-09-15 06:26:26 EEST; 29min ago
   Main PID: 724 (code=exited, status=0/SUCCESS)

Σεπ 15 06:25:57 qushy-Garuda connmand[724]: enp6s0 {add} route 212.227.81.55 gw 192.168.1.1 scope 0 <UNIVERSE>
Σεπ 15 06:25:57 qushy-Garuda connmand[724]: enp6s0 {del} route 212.227.81.55 gw 192.168.1.1 scope 0 <UNIVERSE>
Σεπ 15 06:26:26 qushy-Garuda connmand[724]: Terminating
Σεπ 15 06:26:26 qushy-Garuda systemd[1]: connman.service: Unexpected error response from GetNameOwner(): Connection terminated
Σεπ 15 06:26:26 qushy-Garuda connmand[724]: Remove interface enp6s0 [ ethernet ]
Σεπ 15 06:26:26 qushy-Garuda connmand[724]: Remove interface wlp5s0 [ wifi ]
Σεπ 15 06:26:26 qushy-Garuda connmand[724]: enp6s0 {remove} index 2
Σεπ 15 06:26:26 qushy-Garuda connmand[724]: wlp5s0 {remove} index 3
Σεπ 15 06:26:26 qushy-Garuda connmand[724]: Exit
Σεπ 15 06:26:26 qushy-Garuda systemd[1]: connman.service: Succeeded.

After you upgrade the system this problem should be gone

3 Likes

write
systemctl enable NetworkManager
systemctl start NetworkManager

we use connman with
wayfire and lxqt-kwin editions

3 Likes