Page 1 of 1

wifi disconnect timeout

PostPosted: Jul 11th, '16, 16:04
by thatguyty
I just installed Mageia 5. The wifi seems to connect correctly, but occasionally, I would get a "dns not found" in the browsers and often have to reload it. I would still have a connection to my wifi, so it doesn't time out and disconnect. I was debating if it is my firewall. This did not seem to happen in my last two linux systems on the same machine (Linux Mint & Ubuntu). I have tried to use a different desktop manager as well, and currently using Cinnamon. Any ideas? Here is my info here of my wifi hardware:

Code: Select all
lspcidrake -v | grep -i -e net -e wireless -e wifi
rtl8192ce       : Realtek Semiconductor Co., Ltd.|RTL8188CE 802.11b/g/n WiFi Adapter [NETWORK_OTHER] (vendor:10ec device:8176 subv:10ec subd:8195) (rev: 01)
e1000e          : Intel Corporation|82579LM Gigabit Network Connection [NETWORK_ETHERNET] (vendor:8086 device:1502 subv:17aa subd:21f3) (rev: 04)

Code: Select all
[ty@localhost ~]$     ps -ef | grep -v grep | grep -ie net -e wpa
root        23     2  0 05:55 ?        00:00:00 [netns]
systemd+   898     1  0 05:55 ?        00:00:00 /usr/lib/systemd/systemd-networkd
root      1215     1  0 05:55 ?        00:00:00 /usr/sbin/wpa_supplicant -B -i wlp3s0 -c /etc/wpa_supplicant.conf -D wext
ty        1482  1284  0 05:56 ?        00:00:03 /usr/bin/perl /usr/bin/net_applet

Re: wifi disconnect timeout

PostPosted: Jul 11th, '16, 18:26
by doktor5000
Please next time use code tags as explained in ftp://ftp5.gwdg.de/pub/linux/mandriva/m ... e_tags.ogv

thatguyty wrote:The wifi seems to connect correctly, but occasionally, I would get a "dns not found" in the browsers and often have to reload it. I would still have a connection to my wifi, so it doesn't time out and disconnect.

Can you please post the exact error message please?

From what you described so far, does not seem like an issue with the wifi connection, but with your name resolution. Can you please show the contents of your /etc/resolv.conf ?