aselluza wrote:- Code: Select all
ps -ef | grep -v grep | grep -iE "net|wpa"
asel 4039 3714 0 12:41 ? 00:00:32 /usr/bin/perl /usr/bin/net_applet
root 7793 1 0 12:42 ? 00:00:04 /usr/sbin/NetworkManager --no-daemon
Well, you're currently using networkmanager and net_applet in parallel, which is not a good idea. Best disable net_applet autostart as decribed in e.g.
viewtopic.php?f=25&t=5782Then at least wipe out the connection details for your wireless networks in /etc/wpa_supplicant.conf (it's sufficient to comment them out) and then try to start the connection via networkmanager and check the logs.
Something like this (as root)
- Code: Select all
journalctl -af
LC_ALL=C nmcli connection up "CONNECTIONNAME"
For the issue with networkmanager asking for the password under plasma I'd have to recheck my notes as I had the same problem after a mga5 > mga6 migration,
and even though I fixed it, every now and then (1 out of 10 boots or so) it sometimes asks for the password for my only wireless network, no clue why that happens.
Basically I've wiped all my network configuration files, redid everything from scratch and saved the WPA2 password in the ifcfg config file but the issue with the password still happens sometimes as mentioned above, but I don't want to fiddle with it anymore as I've found a workaround for that which works for me, I just stop networking, unload the kernel module for the wireless chipset and restart networking, then it doesn't ask for the password anymore and just connects - just as it is supposed to work during boot.
edit doktor5000: After rereading your logs, I've removed the secret exchange on the gcr-prompter lines. Not sure what that is about but there's no need to have that in plaintext in your post.
Totally apart from that, from the networkmanager logs it seems the wireless network EUSKALTEL_D0011902 was successfully started, can you comment on that?