You are not logged in.
I've been troubleshooting this for a while now, but can't seem to fix it.
I am 100% confident I'm connected.
Output of
ping google.comping: google.com: Temporary failure in name resolutionOutput of
ping 1.1.1.1ping: connect: Network is unreachableThis is what my resolv.conf is:
# Resolver configuration file.
# See resolv.conf(5) for details.
nameserver 1.1.1.1
nameserver 8.8.8.8Will give more info if asked!
Last edited by kab43 (2024-09-27 22:17:22)
CAUTION: May be stupid.
Offline
I am 100% confident I'm connected.
What do you base this on?
Will give more info if asked!
First, how about you describe how you connect and what networking tools you're using.
Then also include the output from `ip a` to start.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
What do you base this on?
Based on when I run
iwctl station wlan0 get-networksit shows the network I'm connected to as selected, and when connecting it shows no errors.
First, how about you describe how you connect and what networking tools you're using.
As implied above, I use iwd to connect. I connect with iwctl station wlan0 connect (my ssid), then entering my password
Then also include the output from `ip a` to start.
Here you go:
[root@iusearchbtw ~]# ip a
1:10: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_1ft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
3: wlane: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 38:87:45:7d:a8:89 brd ff:ff:ff:ff:ff:ff
inet6 fe80::3a87:d5ff:fe7d: a889/64 scope link proto kernel_11
valid_lft forever preferred_1ft foreverI used OCR for this with a somewhat unclear image, sorry for any inaccuracies ^^
CAUTION: May be stupid.
Offline
I used OCR for this with a somewhat unclear image, sorry for any inaccuracies ^^
Don't. Rather post pictures.
You've a carrier, but no lease.
Assuming that's meant to read "wlan0", you're probably using iwd and can simply use https://wiki.archlinux.org/title/Iwd#En … figuration
[edit, you actually menitioned that
]
In doubt please post the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fLast edited by seth (2024-09-27 22:02:05)
Offline
It works now!! Thanks a ton.
CAUTION: May be stupid.
Offline