Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] [SOLVED] Can't change WIFI password  (Read 1667 times)

Offline finotti

  • User
  • Posts: 272
[EN] [SOLVED] Can't change WIFI password
« on: 2018/08/20, 22:38:52 »
I'm having a weird problem.
I had to change my WIFI password for work (every 6 months).  This time, when I click on the WIFI icon (in KDE's panel) and edit the connection I enter the new password, it does not save.  I can click OK or Apply, and if open it immediately after, it shows the old password.
When I click on Apply, the Cancel button remains blue (instead of gray), so I am not sure if it is waiting for something.  If I click on OK, it closes the configuration window immediately, but does not save the password (as mentioned above).
It's set to "Store password for this user only (encrypted)", which is what I'd like.  I tried to set for "Ask for this password every time" for now, but it also fails. After some time showing "configuring interface", it asks for the password again, even though I am sure the password is correct.
One thing I've noticed is that KWallet does not prompt for the user password as it does sometimes, and as I'd assume it would when saving a new password.
Any help would be greatly appreciated.
Some info on the system:
Code: [Select]
# inxi -v3
System:    Host: l5580 Kernel: 4.18.0-towo.1-siduction-amd64 x86_64 bits: 64 compiler: gcc v: 7.3.0
           Desktop: KDE Plasma 5.13.2 Distro: siduction 18.2.0 Patience - kde - (201803072323)
           base: Debian GNU/Linux buster/sid
Machine:   Type: Laptop System: Dell product: Latitude 5580 v: N/A serial: C306PN2
           Mobo: Dell model: 0FH6CJ v: A00 serial: /C306PN2/CN129638450040/ UEFI: Dell v: 1.8.2
           date: 01/30/2018
Battery:   ID-1: BAT0 charge: 62.5 Wh condition: 63.2/68.0 Wh (93%) model: BYD DELL KCM8281 status: Charging
CPU:       Topology: Quad Core model: Intel Core i7-7820HQ bits: 64 type: MCP arch: Skylake rev: 9
           L2 cache: 8192 KiB
           flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 23232
           Speed: 1100 MHz min/max: 800/2900 MHz Core speeds (MHz): 1: 1100 2: 1100 3: 1100 4: 1100
Graphics:  Card-1: Intel driver: i915 v: kernel bus ID: 00:02.0
           Card-2: NVIDIA driver: N/A bus ID: 01:00.0
           Display: x11 server: X.Org 1.20.0 driver: modesetting unloaded: fbdev,vesa
           resolution: 1920x1080~60Hz
           OpenGL: renderer: Mesa DRI Intel HD Graphics 630 (Kaby Lake GT2) v: 4.5 Mesa 18.1.6
           direct render: Yes
Network:   Card-1: Intel Ethernet I219-LM driver: e1000e v: 3.2.6-k port: N/A bus ID: 00:1f.6
           IF: enp0s31f6 state: down mac: 10:65:30:2b:cf:45
           Card-2: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter driver: ath10k_pci v: kernel
           bus ID: 02:00
           IF: wlp2s0 state: up mac: 5c:ea:1d:7c:fe:63
           Card-3: Atheros type: USB driver: btusb bus ID: 1:2
Drives:    Local Storage: total: 238.47 GiB used: 156.27 GiB (65.5%)
Info:      Processes: 238 Uptime: 32m Memory: 15.55 GiB used: 3.30 GiB (21.2%) Init: systemd runlevel: 5
           Compilers: gcc: 8.2.0 Shell: bash v: 4.4.23 inxi: 3.0.20

Code: [Select]
# inxi -i
Network:   Card-1: Intel Ethernet I219-LM driver: e1000e
           IF: enp0s31f6 state: down mac: 10:65:30:2b:cf:45
           Card-2: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter driver: ath10k_pci
           IF: wlp2s0 state: up mac: 5c:ea:1d:7c:fe:63
           IP v4: 10.130.155.187/16 type: dynamic noprefixroute scope: global
           IP v6: fe80::1b5e:eeb:7a4:3f51/64 type: noprefixroute scope: link
           Card-3: Atheros type: USB driver: btusb
           WAN IP: 192.249.3.187
Code: [Select]
# ifconfig
enp0s31f6: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 10:65:30:2b:cf:45  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0xed100000-ed120000

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 5448  bytes 441168 (430.8 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 5448  bytes 441168 (430.8 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.130.155.187  netmask 255.255.0.0  broadcast 10.130.255.255
        inet6 fe80::1b5e:eeb:7a4:3f51  prefixlen 64  scopeid 0x20<link>
        ether 5c:ea:1d:7c:fe:63  txqueuelen 1000  (Ethernet)
        RX packets 18581  bytes 17009088 (16.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 10122  bytes 2101906 (2.0 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
« Last Edit: 2018/08/21, 20:52:36 by finotti »

Offline finotti

  • User
  • Posts: 272
Re: Can't change WIFI password
« Reply #1 on: 2018/08/21, 20:52:21 »
I don't know what changed (maybe a DU), but after a reboot the problem disappeared.