You are not logged in.

#1 2021-07-27 17:46:32

PythonLinux
Member
Registered: 2021-06-25
Posts: 102

[Solved] Network not working on normal kernel

Thanks for the help with troubleshooting the last error (now just to figure out what's wrong with the LTS kernel). I can now sign into my system. However the network isn't working. Since I'm on the system I can prepare logs and then upload them via the live usb. Here's the log I prepared https://paste.ubuntu.com/p/qT829Np3j5/ (it contains the output of get-networks via iwd, the text of /etc/hosts and /etc/hostname and a list of all running services) and a second log file containing some ping outputs https://paste.ubuntu.com/p/S8gv242cV9/.

It says the network is connected but for some reason the wifi isn't working as confirmed via ping. As always, if there's any other information I can provide to help fix the issue I will do so as soon as possible. What could be the cause of this and how can it be fixed?

Last edited by PythonLinux (2021-07-27 19:38:48)

Offline

#2 2021-07-27 17:50:51

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 636

Re: [Solved] Network not working on normal kernel

I don't see any reason to believe that you have an IP address.

BTW, I'd recommend finding  a different pastebin service.

Offline

#3 2021-07-27 18:01:24

PythonLinux
Member
Registered: 2021-06-25
Posts: 102

Re: [Solved] Network not working on normal kernel

I've never had to configure networking on this sort of level, how do I get the IP address set up? (this is WiFi if it matters)

I know I should be using a different pastebin service (i.e not the Ubuntu one). This was just the first one I could get to work with pastebinit. I'll go searching for a new pastebin service once I get everything working.

Offline

#4 2021-07-27 18:05:41

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 636

Re: [Solved] Network not working on normal kernel

https://wiki.archlinux.org/title/Iwd

I have no idea what else you're trying to use for networking.

Offline

#5 2021-07-27 18:32:07

PythonLinux
Member
Registered: 2021-06-25
Posts: 102

Re: [Solved] Network not working on normal kernel

The 3 networking things I have installed are IWD,NetworkManager and wpa_supplicant. When I boot up just now when I try to connect via IWD I find that wlan0 is not connected (it's an internal Wifi card as far as IK so not sure how that works considering it works on the live USB)

Pastebin of the output of that
https://paste.ubuntu.com/p/Z7STkvvzZ2/

Offline

#6 2021-07-27 18:39:25

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 636

Re: [Solved] Network not working on normal kernel

post the results of..

systemctl list-unit-files --state=enabled

Using code tags.

If you are not familiar with that go here..
https://bbs.archlinux.org/help.php#bbcode

Offline

#7 2021-07-27 19:08:22

PythonLinux
Member
Registered: 2021-06-25
Posts: 102

Re: [Solved] Network not working on normal kernel

Here's the output of systemctl list-unit-files --state=enabled

UNIT FILE                          STATE   VENDOR PRESET
getty@.service                     enabled enabled
iwd.service                        enabled disabled
NetworkManager-dispatcher.service  enabled disabled
NetworkManager-wait-online.service enabled disabled
NetworkManager.service             enabled disabled
remote-fs.target                   enabled enabled

6 unit files listed.

Last edited by PythonLinux (2021-07-27 19:08:34)

Offline

#8 2021-07-27 19:15:54

progandy
Member
Registered: 2012-05-17
Posts: 5,321

Re: [Solved] Network not working on normal kernel

You have enabled both networkmanager and iwd. If you do that, then you'll have to configure networkmanager to use it: https://wiki.archlinux.org/title/Networ … Fi_backend


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |

Offline

#9 2021-07-27 19:30:24

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 636

Re: [Solved] Network not working on normal kernel

If you do the above, IWD needs to be disabled...networkmanager will call it.

Offline

#10 2021-07-27 19:38:37

PythonLinux
Member
Registered: 2021-06-25
Posts: 102

Re: [Solved] Network not working on normal kernel

It's working now thanks.

Edit: I fixed it by disabling the iwd service and connecting via nmcli as documented at https://wiki.archlinux.org/title/Networ … orkManager

Last edited by PythonLinux (2021-07-27 19:47:36)

Offline

#11 2021-07-27 19:43:02

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 636

Re: [Solved] Network not working on normal kernel

Your final post should be how you solved it, in case anyone else stumbles here.

You should also mark the thread as *solved* by editing the first post.

Offline

Board footer

Powered by FluxBB