You are not logged in.

#1 2016-09-21 13:12:50

Arxz
Member
Registered: 2016-09-21
Posts: 3

[SOLVED] Wifi-menu works weird

Hi everyone, Im a new arch-user.
My issue is somehow related to package "powertop"

One day I installed powertop, and did this

sudo powertop --auto-tune
sudo powertop --calibrate

After a while my screen backlight is so dark that I can barely see text, so I shutdown via power-button.
Then the network's somehow changed the way it works

I used to connect wifi like this:

sudo wifi-menu
(choose a wifi point scanned)
(enter password if there's no profile yet)
connected

Now what happened:

[curvas@localhost ~]$ sudo wifi-menu
Scanning for networks... Could not read interface p2p-dev-wlp3s0 flags: No such device
failed
No networks found

You may notice that p2p-dev-wlp3s0 issue above. Actually it showed before, too.
I didn't pay attention since wifi works well.

After

sudo ip link set wlp3s0 up

and wifi-menu scan the wifi successfully.
But if I choose one that I connected before, I got this:

Job for netctl@wlp3s0\x2d\x3b\x29\x205.service failed because the control process exited with error code.
See "systemctl status "netctl@wlp3s0\\x2d\\x3b\\x29\\x205.service"" and "journalctl -xe" for details.

Output of "journalctl -xe":

-- Unit netctl@wlp3s0\x2d\x3b\x29\x205.service has begun starting up.
Sep 21 20:54:03 localhost network[5065]: Starting network profile 'wlp3s0-;) 5'...
Sep 21 20:54:03 localhost network[5065]: The interface of network profile 'wlp3s0-;) 5' is already up
Sep 21 20:54:03 localhost systemd[1]: netctl@wlp3s0\x2d\x3b\x29\x205.service: Main process exited, code=exited, status=1/FAILURE
Sep 21 20:54:03 localhost systemd[1]: Failed to start Networking for netctl profile wlp3s0-;) 5.
-- Subject: Unit netctl@wlp3s0\x2d\x3b\x29\x205.service has failed
-- Defined-By: systemd
-- Support: [url]http://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
-- 
-- Unit netctl@wlp3s0\x2d\x3b\x29\x205.service has failed.

It said that wifi "wlp3s0-;) 5" had already been up

The systemctl status said the same:

[curvas@localhost ~]$ systemctl status "netctl@wlp3s0\\x2d\\x3b\\x29\\x205.service"
● netctl@wlp3s0\x2d\x3b\x29\x205.service - Networking for netctl profile wlp3s0-;) 5
   Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since Wed 2016-09-21 20:54:03 UTC; 5min ago
     Docs: man:netctl.profile(5)
  Process: 5065 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
 Main PID: 5065 (code=exited, status=1/FAILURE)
Sep 21 20:54:03 localhost systemd[1]: Starting Networking for netctl profile wlp3s0-;) 5...
Sep 21 20:54:03 localhost network[5065]: Starting network profile 'wlp3s0-;) 5'...
Sep 21 20:54:03 localhost network[5065]: The interface of network profile 'wlp3s0-;) 5' is already up
Sep 21 20:54:03 localhost systemd[1]: netctl@wlp3s0\x2d\x3b\x29\x205.service: Main process exited, code=exited, status=1/FAILURE
Sep 21 20:54:03 localhost systemd[1]: Failed to start Networking for netctl profile wlp3s0-;) 5.
Sep 21 20:54:03 localhost systemd[1]: netctl@wlp3s0\x2d\x3b\x29\x205.service: Unit entered failed state.
Sep 21 20:54:03 localhost systemd[1]: netctl@wlp3s0\x2d\x3b\x29\x205.service: Failed with result 'exit-code'.

There's one solution from https://wiki.archlinux.org/index.php/Netctl first one in Troubleshooting

sudo ip link set wlp3s0 down
sudo netctl start "wlp3s0-;) 5"

I can reach wifi right now, but still wanna figure out what happened
Hoping for your advice and feedback~

Last edited by Arxz (2016-09-26 11:33:07)

Offline

#2 2016-09-26 11:32:47

Arxz
Member
Registered: 2016-09-21
Posts: 3

Re: [SOLVED] Wifi-menu works weird

It's fine now.. have no idea how

Last edited by Arxz (2016-09-26 11:32:56)

Offline

Board footer

Powered by FluxBB