You are not logged in.
Hi!
First I'm in the shell right after a fresh Archlinux install so it's difficult to share with you all the outputs of the commands but I will try my best. Sorry about that.
I successfully connected to my home router using iwd (iwctl command).
ip link command show me that the wireless interface is up because I see wlan0: <...,UP,LOWER_UP> ... link/ether 04:33:...
also with iw:
iw dev wlan0 link
Connected to 68:7f:74:3b:b0:01 (on wlan0)
SSID: Livebox-5374
freq: 5745
RX: 30206 bytes (201 packets)
TX: 4084 bytes (23 packets)
signal: -31 dBm
rx bitrate: ... some stuff
tx bitrate: ... some stuff
bss flags: short-preamble short-slot-time
dtim period: 3
beacon int: 100If I check in the log I can see that the kernel module is loaded successfully:
loaded firmware version xxxx
detected IntelR Dual Band Wireless AC 3168 rev..
base HW address: xxxxlspci -k
...
Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW Stone Peak rev 10
Subsytem: Intel Corpo device 2110
Kernel driver in use: iwlwifiNow my problem is I'm unable to ping archlinux.org or 8.8.8.8, I get "Temporary name resolution failure" or "network is not reachable" and yeah pacman -S commands fails for example... I'm stuck, and I have no clue of what is the cause of the problem.
Do you have an idea ?
Note : on the live installation USB I can connect with the same commands, same interface wlan0 and ping successfully the outside.
Last edited by doums (2021-01-09 17:06:30)
Offline
ip link command show me that the wireless interface is up because I see wlan0: <...,UP,LOWER_UP> ... link/ether 04:33:...
That's not the relevant part of the output. What is after the word "state" after the angled brackets, e.g.:
3: wlp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state WHATS-HERE qlen 1000How have you configured iwd? Are you using it's own dhcp client or have you installed another (e.g., dhcpcd/dhclient)?
Last edited by Trilby (2021-01-09 16:21:07)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
The UP in <BROADCAST,MULTICAST,UP,LOWER_UP> is what indicates the interface is up, not the later state DOWN.
source: https://wiki.archlinux.org/index.php/Ne … _interface
Anyway, the the output part you mention is "state UP mode DORMANT"
For iwd as explained in https://wiki.archlinux.org/index.php/Iwd#iwctl I just started the service and run iwctl.
Are you using it's own dhcp client or have you installed another (e.g., dhcpcd/dhclient)?
I think that was the problem. I didn't configured iwd to use its builtin dhcp client.
Anyway I removed these utilities and installed NetworkManager and it works out of the box (using nmtui in the shell).
Last edited by doums (2021-01-09 17:07:03)
Offline