You are not logged in.
Pages: 1
I have a netctl profile and I've authenticated with wifi-menu however I still get
temporary failure in name resolution.I'm able to use wifi-menu when I chroot but not if I boot in normally
Offline
I have a netctl profile
Care to share it?
I'm able to use wifi-menu when I chroot but not if I boot in normally
I'd speculate that perhaps you didn't update the interface name.
But to avoid speculation, post your network configuration and the output of `ip a`.
EDIT: and I'd gather some of your previous threads, like this one must have seen progress. Please do not abandon them. If they are solved, mark them as solved.
Last edited by Trilby (2020-05-04 00:52:29)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
aura wrote:I have a netctl profile
Care to share it?
aura wrote:I'm able to use wifi-menu when I chroot but not if I boot in normally
I'd speculate that perhaps you didn't update the interface name.
But to avoid speculation, post your network configuration and the output of `ip a`.
EDIT: and I'd gather some of your previous threads, like this one must have seen progress. Please do not abandon them. If they are solved, mark them as solved.
I'm not sure how I'd post the output as I can only use my phone.
Is there anything in particular I should look for?
Offline
I'm not sure how I'd post the output as I can only use my phone.
Offline
After installation after reboot my wifi device was down
Try to do
ip link set device up
Last edited by 860lacov (2020-05-04 08:22:10)
Offline
ip a
1: lo: <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_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s25: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether f0:de:f2:4c:44:e4 brd ff:ff:ff:ff:ff:ff
3: wlp3s0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 24:77:03:44:22:20 brd ff:ff:ff:ff:ff:ff/etc/netctl/myNetwork
Description='A simple WPA encrypted wireless connection'
Interface=wlp3s0
Connection=wireless
Security=wpa
IP=dhcp
ESSID='myNetwork'
# Prepend hexadecimal keys with \"
# If your key starts with ", write it as '""<key>"'
# See also: the section on special quoting rules in netctl.profile(5)
Key='myPassword'
# Uncomment this if your ssid is hidden
#Hidden=yes
# Set a priority for automatic profile selection
#Priority=10/etc/netctl/wlp3s0-myNetwork
Description='Automatically generated profile by wifi-menu'
Interface=wlp3s0
Connection=wireless
Security=wpa
ESSID=myNetwork
IP=dhcp
Key=myPasswordOffline
@860lacov, if you set the device up, netctl will refuse to manage it.
@aura, which profile do you try to start?
Are the blank lines in either?
Anyway, the error means you've no working dns server.
1. the "ip a" output doesn't cover an established network connecion (no link is up and you've no carrier nor IP either) - is this supposed after an attempted connection w/ wifi-menu?
2. After connecting w/ wifi-menu, can you "ping 8.8.8.8"?
Offline
@860lacov, if you set the device up, netctl will refuse to manage it.
@aura, which profile do you try to start?
Are the blank lines in either?Anyway, the error means you've no working dns server.
1. the "ip a" output doesn't cover an established network connecion (no link is up and you've no carrier nor IP either) - is this supposed after an attempted connection w/ wifi-menu?
2. After connecting w/ wifi-menu, can you "ping 8.8.8.8"?
I have run
netctl start myNetworkand
netctl enable myNetworkso it should connect at boot correct? Plus I try connecting with wifi-menu. Yes the ip a output is after using wifi-menu.
ping 8.8.8.8
ping: connect: Network is unreachableOffline
The "ip a" output does not suggest a successful interface configuration.
netctl status myNetworkOffline
Pages: 1