Page 1 of 1
WIFI Connection problem

Posted:
Aug 24th, '13, 18:39
by artproject-2004
Hello.
I have a strange problem with my WIFI connection (Wireless card TP Link 821N). Under Windows everything is ok, it means that it works with gerat speed and best range and I can browse internet on all browsers.
On the same machine with fresh MAGEIA 3 (doesnt matter if KDE or Gnome) I can't browse any websites.
I have uninstalled networkmanager and shorewall.
I have encrypted network with WPA and WPA is installed.
The distance from router to the computer is about 4 meters.
What kind of informations do you need to diagnose this problem ?
I can't resolve this problem myself. Please help me.
Re: WIFI Connection problem

Posted:
Aug 24th, '13, 19:39
by doktor5000
Which media did you use to install Mageia, and which desktop environment are you using? Do you use net_applet or NetworkManager?
And please provide the output of the following commands:
- Code: Select all
lspcidrake -v | grep NET
ps -ef | grep -ie net -e wpa
and, as root:
- Code: Select all
journalctl -b -u network --no-pager
systemctl status network.service
journalctl -b | grep -i firmwarel
Re: WIFI Connection problem

Posted:
Aug 24th, '13, 20:06
by artproject-2004
I have insatlled from DVD and I'm usuing GNOME environment(on KDE was the same problem). Network was configured from Network center. NetworkManager was uninstalled.
- Code: Select all
lspcidrake -v | grep NET
r8169 : Realtek Semiconductor Co., Ltd.|RTL8111/8168 PCI Express Gigabit Ethernet controller [NETWORK_ETHERNET] (vendor:10ec device:8168 subv:1462 subd:7758) (rev: 06)
- Code: Select all
ps -ef | grep -ie net -e wpa
root 26 2 0 19:47 ? 00:00:00 [netns]
art 1652 1453 0 19:48 ? 00:00:01 /usr/bin/perl /usr/bin/net_applet
art 2166 1621 0 19:50 ? 00:00:00 /usr/bin/draknetcenter
root 2169 2166 0 19:50 ? 00:00:00 /usr/sbin/userhelper -w draknetcenter
root 2173 2169 2 19:50 ? 00:00:01 /usr/bin/perl /usr/sbin/draknetcenter
root 2327 1 0 19:50 ? 00:00:00 /usr/sbin/wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf -D wext
art 3028 2807 0 19:51 pts/0 00:00:00 grep --color -ie net -e wpa
- Code: Select all
journalctl -b -u network --no-pager
-- Logs begin at Fri, 2013-08-23 19:48:31 CEST, end at Sat, 2013-08-24 19:52:14 CEST. --
Aug 24 19:47:21 localhost.localdomain network[911]: Podnoszenie interfejsu lo...
Aug 24 19:47:21 localhost.localdomain network[911]: Inicjowanie interfejsu et...
Aug 24 19:47:21 localhost.localdomain ifplugd(eth0)[1124]: ifplugd 0.28 initi...
Aug 24 19:47:21 localhost.localdomain ifplugd(eth0)[1124]: Using interface et...
Aug 24 19:47:21 localhost.localdomain ifplugd(eth0)[1124]: Using detection mo...
Aug 24 19:47:21 localhost.localdomain ifplugd(eth0)[1124]: Initialization com...
Aug 24 19:47:22 localhost.localdomain network[911]: Inicjowanie interfejsu wl...
Aug 24 19:47:22 localhost.localdomain network[911]: [FAILED ]
- Code: Select all
systemctl status network.service
network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network)
Active: failed (Result: exit-code) since Sat, 2013-08-24 19:47:22 CEST; 5min ago
Process: 911 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/network.service
└ 1124 /sbin/ifplugd -I -b -i eth0
Aug 24 19:47:21 localhost.localdomain network[911]: Podnoszenie interfejsu lokalnego: [ OK ]
Aug 24 19:47:21 localhost.localdomain network[911]: Inicjowanie interfejsu eth0: [ OK ]
Aug 24 19:47:21 localhost.localdomain ifplugd(eth0)[1124]: ifplugd 0.28 initializing.
Aug 24 19:47:21 localhost.localdomain ifplugd(eth0)[1124]: Using interface eth0/**:**:**:**:**:...I)
Aug 24 19:47:21 localhost.localdomain ifplugd(eth0)[1124]: Using detection mode: SIOCETHTOOL
Aug 24 19:47:21 localhost.localdomain ifplugd(eth0)[1124]: Initialization complete, link beat n...d.
Aug 24 19:47:22 localhost.localdomain network[911]: Inicjowanie interfejsu wlan0: ERROR :...n.
Aug 24 19:47:22 localhost.localdomain network[911]: [ FAILED ]
Aug 24 19:47:22 localhost.localdomain systemd[1]: Failed to start LSB: Bring up/down networking.
Aug 24 19:47:22 localhost.localdomain systemd[1]: Unit network.service entered failed state
journalctl -b | grep -i firmwarel give no result
Re: WIFI Connection problem

Posted:
Aug 24th, '13, 22:49
by artproject-2004
After I disabled "Allow interface to be controlled by Network Manager" log have been changed.
But still I cant open any website in browsers.
- Code: Select all
lspcidrake -v | grep NET
r8169 : Realtek Semiconductor Co., Ltd.|RTL8111/8168 PCI Express Gigabit Ethernet controller [NETWORK_ETHERNET] (vendor:10ec device:8168 subv:1462 subd:7758) (rev: 06)
- Code: Select all
ps -ef | grep -ie net -e wpa
root 26 2 0 22:17 ? 00:00:00 [netns]
root 1458 1 0 22:20 ? 00:00:00 /usr/sbin/wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf -D wext
art 2128 1926 0 22:20 ? 00:00:00 /usr/bin/perl /usr/bin/net_applet
root 2479 1 0 22:22 ? 00:00:00 /usr/bin/python /usr/bin/net_monitor --defaultintf wlan0
art 2570 2520 0 22:23 pts/0 00:00:00 grep --color -ie net -e wpa
- Code: Select all
journalctl -b -u network --no-pager
-- Logs begin at Fri, 2013-08-23 19:48:31 CEST, end at Sat, 2013-08-24 22:23:19 CEST. --
Aug 24 22:20:13 localhost.localdomain network[1162]: Podnoszenie interfejsu l...
Aug 24 22:20:13 localhost.localdomain network[1162]: Konfiguracja domeny siec...
Aug 24 22:20:13 localhost.localdomain ifplugd(eth0)[1380]: ifplugd 0.28 initi...
Aug 24 22:20:13 localhost.localdomain network[1162]: Inicjowanie interfejsu e...
Aug 24 22:20:14 localhost.localdomain ifplugd(eth0)[1380]: Using interface et...
Aug 24 22:20:14 localhost.localdomain ifplugd(eth0)[1380]: Using detection mo...
Aug 24 22:20:14 localhost.localdomain ifplugd(eth0)[1380]: Initialization com...
Aug 24 22:20:15 localhost.localdomain network[1162]: Inicjowanie interfejsu w...
Aug 24 22:20:15 localhost.localdomain network[1162]: SET failed on device wla...
Aug 24 22:20:15 localhost.localdomain network[1162]: ioctl[SIOCSIWENCODEEXT]:...
Aug 24 22:20:15 localhost.localdomain network[1162]: ioctl[SIOCSIWENCODEEXT]:...
Aug 24 22:20:15 localhost.localdomain ifplugd(wlan0)[1460]: ifplugd 0.28 init...
Aug 24 22:20:15 localhost.localdomain ifplugd(wlan0)[1460]: Using interface w...
Aug 24 22:20:15 localhost.localdomain ifplugd(wlan0)[1460]: Using detection m...
Aug 24 22:20:15 localhost.localdomain ifplugd(wlan0)[1460]: Initialization co...
Aug 24 22:20:15 localhost.localdomain network[1162]: [ OK ]
Aug 24 22:20:16 localhost.localdomain ifplugd(wlan0)[1460]: Link beat detected.
Aug 24 22:20:17 localhost.localdomain ifplugd(wlan0)[1460]: Executing '/etc/i...
Aug 24 22:20:19 localhost.localdomain ifplugd(wlan0)[1460]: Program executed ...
- Code: Select all
systemctl status network.service
network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network)
Active: active (running) since Sat, 2013-08-24 22:20:15 CEST; 3min 59s ago
Process: 1162 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/network.service
├ 1380 /sbin/ifplugd -I -b -i eth0
├ 1458 /usr/sbin/wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf -D wex...
└ 1460 /sbin/ifplugd -I -b -i wlan0
Aug 24 22:20:15 localhost.localdomain network[1162]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
Aug 24 22:20:15 localhost.localdomain ifplugd(wlan0)[1460]: ifplugd 0.28 initializing.
Aug 24 22:20:15 localhost.localdomain ifplugd(wlan0)[1460]: Using interface wlan0/**:**:**:**:**...3)
Aug 24 22:20:15 localhost.localdomain ifplugd(wlan0)[1460]: Using detection mode: SIOCETHTOOL
Aug 24 22:20:15 localhost.localdomain ifplugd(wlan0)[1460]: Initialization complete, link beat n...d.
Aug 24 22:20:15 localhost.localdomain network[1162]: [ OK ]
Aug 24 22:20:15 localhost.localdomain systemd[1]: Started LSB: Bring up/down networking.
Aug 24 22:20:16 localhost.localdomain ifplugd(wlan0)[1460]: Link beat detected.
Aug 24 22:20:17 localhost.localdomain ifplugd(wlan0)[1460]: Executing '/etc/ifplugd/ifplugd.acti...'.
Aug 24 22:20:19 localhost.localdomain ifplugd(wlan0)[1460]: Program executed successfully.
- Code: Select all
journalctl -b | grep -i firmwarel
It's still without result.
Re: WIFI Connection problem

Posted:
Aug 25th, '13, 21:09
by doktor5000
No need to repost all the output every time.
For the two latter ones, can you please redo them so that the lines are not cut off? Please try:
- Code: Select all
journalctl -b -u network --no-pager -a
systemctl status network.service -a
Also you wireless device seems not listed. Can you please show the complete output of
- Code: Select all
lspcidrake -v
iwconfig
Re: WIFI Connection problem

Posted:
Aug 26th, '13, 14:49
by artproject-2004
Hi.
There are lines from terminal. Thaks for your interesting.
- Code: Select all
journalctl -b -u network --no-pager -a
-- Logs begin at Fri, 2013-08-23 19:48:31 CEST, end at Mon, 2013-08-26 14:31:00 CEST. --
Aug 26 14:29:55 localhost.localdomain network[909]: Podnoszenie interfejsu lokalnego: [ OK ]
Aug 26 14:29:55 localhost.localdomain network[909]: Konfiguracja domeny sieci bezprzewodowej [ OK ]
Aug 26 14:29:56 localhost.localdomain ifplugd(eth0)[1132]: ifplugd 0.28 initializing.
Aug 26 14:29:56 localhost.localdomain network[909]: Inicjowanie interfejsu eth0: [ OK ]
Aug 26 14:29:56 localhost.localdomain ifplugd(eth0)[1132]: Using interface eth0/**:**:**:**:**:** with driver <r8169> (version: 2.3LK-NAPI)
Aug 26 14:29:56 localhost.localdomain ifplugd(eth0)[1132]: Using detection mode: SIOCETHTOOL
Aug 26 14:29:56 localhost.localdomain ifplugd(eth0)[1132]: Initialization complete, link beat not detected.
Aug 26 14:29:57 localhost.localdomain network[909]: Inicjowanie interfejsu wlan0: Error for wireless request "Set Encode" (8B2A) :
Aug 26 14:29:57 localhost.localdomain network[909]: SET failed on device wlan0 ; Invalid argument.
Aug 26 14:29:57 localhost.localdomain network[909]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
Aug 26 14:29:57 localhost.localdomain network[909]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
Aug 26 14:29:57 localhost.localdomain network[909]: [ OK ]
Aug 26 14:29:57 localhost.localdomain ifplugd(wlan0)[1239]: ifplugd 0.28 initializing.
Aug 26 14:29:57 localhost.localdomain ifplugd(wlan0)[1239]: Using interface wlan0/**:**:**:**:**:** with driver <rtl8192cu> (version: 3.8.13-desktop-1.mga3)
Aug 26 14:29:57 localhost.localdomain ifplugd(wlan0)[1239]: Using detection mode: SIOCETHTOOL
Aug 26 14:29:57 localhost.localdomain ifplugd(wlan0)[1239]: Initialization complete, link beat not detected.
Aug 26 14:29:58 localhost.localdomain ifplugd(wlan0)[1239]: Link beat detected.
Aug 26 14:29:59 localhost.localdomain ifplugd(wlan0)[1239]: Executing '/etc/ifplugd/ifplugd.action wlan0 up'.
Aug 26 14:30:02 localhost.localdomain ifplugd(wlan0)[1239]: Program executed successfully.
- Code: Select all
systemctl status network.service -a
network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network)
Active: active (running) since Mon, 2013-08-26 14:29:57 CEST; 1min 48s ago
Process: 909 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/network.service
├ 1132 /sbin/ifplugd -I -b -i eth0
├ 1237 /usr/sbin/wpa_supplicant -B -i wlan0 -c /etc/wpa_s...
└ 1239 /sbin/ifplugd -I -b -i wlan0
Aug 26 14:29:57 localhost.localdomain network[909]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
Aug 26 14:29:57 localhost.localdomain network[909]: [ OK ]
Aug 26 14:29:57 localhost.localdomain ifplugd(wlan0)[1239]: ifplugd 0.28 initializing.
Aug 26 14:29:57 localhost.localdomain ifplugd(wlan0)[1239]: Using interface wlan0/**:**:**:**:**:** with driver <rtl8192cu> (version: 3.8.13-desktop-1.mga3)
Aug 26 14:29:57 localhost.localdomain ifplugd(wlan0)[1239]: Using detection mode: SIOCETHTOOL
Aug 26 14:29:57 localhost.localdomain ifplugd(wlan0)[1239]: Initialization complete, link beat not detected.
Aug 26 14:29:57 localhost.localdomain systemd[1]: Started LSB: Bring up/down networking.
Aug 26 14:29:58 localhost.localdomain ifplugd(wlan0)[1239]: Link beat detected.
Aug 26 14:29:59 localhost.localdomain ifplugd(wlan0)[1239]: Executing '/etc/ifplugd/ifplugd.action wlan0 up'.
Aug 26 14:30:02 localhost.localdomain ifplugd(wlan0)[1239]: Program executed successfully.
- Code: Select all
lspcidrake -v
shpchp : ASMedia Technology Inc.|ASM1083/1085 PCIe to PCI Bridge [BRIDGE_PCI] (vendor:1b21 device:1080) (rev: 03)
r8169 : Realtek Semiconductor Co., Ltd.|RTL8111/8168 PCI Express Gigabit Ethernet controller [NETWORK_ETHERNET] (vendor:10ec device:8168 subv:1462 subd:7758) (rev: 06)
snd_hda_intel : Advanced Micro Devices [AMD] nee ATI|Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series] [MULTIMEDIA_AUDIO_DEV] (vendor:1002 device:aab0 subv:174b subd:aab0)
Card:ATI Radeon HD 5000 to HD 6300 (radeon/fglrx): Advanced Micro Devices [AMD] nee ATI|Pitcairn PRO [Radeon HD 7850] [DISPLAY_VGA] (vendor:1002 device:6819 subv:174b subd:e221)
i2c_i801 : Intel Corporation|7 Series/C210 Series Chipset Family SMBus Controller [SERIAL_SMBUS] (vendor:8086 device:1e22 subv:1462 subd:7758) (rev: 04)
unknown : Intel Corporation|7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] [STORAGE_SATA] (vendor:8086 device:1e02 subv:1462 subd:7758) (rev: 04)
lpc_ich : Intel Corporation|Z77 Express Chipset LPC Controller [BRIDGE_ISA] (vendor:8086 device:1e44 subv:1462 subd:7758) (rev: 04)
ehci_pci : Intel Corporation|7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [SERIAL_USB] (vendor:8086 device:1e26 subv:1462 subd:7758) (rev: 04)
unknown : Intel Corporation|82801 PCI Bridge [BRIDGE_PCI] (vendor:8086 device:244e) (rev: c4)
shpchp : Intel Corporation|7 Series/C210 Series Chipset Family PCI Express Root Port 2 [BRIDGE_PCI] (vendor:8086 device:1e12) (rev: c4)
shpchp : Intel Corporation|7 Series/C210 Series Chipset Family PCI Express Root Port 1 [BRIDGE_PCI] (vendor:8086 device:1e10) (rev: c4)
snd_hda_intel : Intel Corporation|7 Series/C210 Series Chipset Family High Definition Audio Controller [MULTIMEDIA_AUDIO_DEV] (vendor:8086 device:1e20 subv:1462 subd:f758) (rev: 04)
ehci_pci : Intel Corporation|7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [SERIAL_USB] (vendor:8086 device:1e2d subv:1462 subd:7758) (rev: 04)
mei : Intel Corporation|7 Series/C210 Series Chipset Family MEI Controller #1 [COMMUNICATION_OTHER] (vendor:8086 device:1e3a subv:1462 subd:7758) (rev: 04)
xhci_hcd : Intel Corporation|7 Series/C210 Series Chipset Family USB xHCI Host Controller [SERIAL_USB] (vendor:8086 device:1e31 subv:1462 subd:7758) (rev: 04)
shpchp : Intel Corporation|Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [BRIDGE_PCI] (vendor:8086 device:0151) (rev: 09)
unknown : Intel Corporation|Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller [BRIDGE_HOST] (vendor:8086 device:0150 subv:1462 subd:7758) (rev: 09)
hub : Linux 3.8.13-desktop-1.mga3 xhci_hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0003)
hub : Linux 3.8.13-desktop-1.mga3 xhci_hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
usbhid : Logitech|USB Receiver [Human Interface Device|Boot Interface Subclass|Mouse] (vendor:046d device:c52f)
rtl8192cu : 802.11n|USB WLAN (vendor:0bda device:8178)
hub : Linux 3.8.13-desktop-1.mga3 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
hub : Intel Corp.|Integrated Rate Matching Hub [Hub|Unused|Full speed (or root) hub] (vendor:8087 device:0024)
hub : Linux 3.8.13-desktop-1.mga3 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
hub : Intel Corp.|Integrated Rate Matching Hub [Hub|Unused|Full speed (or root) hub] (vendor:8087 device:0024)
uvcvideo : Vimicro Corp.|Venus USB2.0 Camera [Video|Video Control] (vendor:0ac8 device:3420)
usbhid : |USB Keyboard [Human Interface Device|Boot Interface Subclass|Keyboard] (vendor:04d9 device:1603)
hid_generic : USB Keyboard
hid_generic : USB Keyboard
hid_generic : Logitech USB Receiver
hid_generic : Logitech USB Receiver
- Code: Select all
iwconfig
eth0 no wireless extensions.
lo no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:"******"
Mode:Managed Frequency:2.427 GHz Access Point: **:**:**:**:**:**
Bit Rate=150 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr=2347 B Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=70/70 Signal level=-36 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:1 Missed beacon:0
Re: WIFI Connection problem

Posted:
Aug 26th, '13, 21:34
by doktor5000
Well, you seem to be connected to your access point. As you removed the mac adress, are you sure it does show a mac adress, and not something like "not associated" ?
Did you configure a static IP adress or DHCP?
Re: WIFI Connection problem

Posted:
Aug 26th, '13, 21:40
by artproject-2004
It's configured like in my previous post
https://forums.mageia.org/en/viewtopic.php?f=25&t=5622Yes, it shows true Mac adress, I changed it to *.
I have static IP 192.168.1.100
Mask 255.255.255.0
Gate 192.168.1.1
DNS 192.168.1.1
Re: WIFI Connection problem

Posted:
Aug 26th, '13, 22:03
by doktor5000
Can your please post the output of the following commands?
- Code: Select all
ping -c4 192.168.1.1
ping -c4 8.8.8.8
ping -c4 www.google.com
/sbin/ip r
Re: WIFI Connection problem

Posted:
Aug 26th, '13, 22:17
by artproject-2004
Of course. Please, I did it as root:
- Code: Select all
ping -c4 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.100 icmp_seq=1 Destination Host Unreachable
From 192.168.1.100 icmp_seq=2 Destination Host Unreachable
From 192.168.1.100 icmp_seq=3 Destination Host Unreachable
From 192.168.1.100 icmp_seq=4 Destination Host Unreachable
--- 192.168.1.1 ping statistics ---
4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 2999ms
pipe 4
- Code: Select all
ping -c4 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
From 192.168.1.100 icmp_seq=1 Destination Host Unreachable
From 192.168.1.100 icmp_seq=2 Destination Host Unreachable
From 192.168.1.100 icmp_seq=3 Destination Host Unreachable
From 192.168.1.100 icmp_seq=4 Destination Host Unreachable
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 2999ms
pipe 4
- Code: Select all
ping -c4 www.google.com
ping: unknown host www.google.com
- Code: Select all
/sbin/ip r
default via 192.168.1.1 dev wlan0 metric 35
169.254.0.0/16 dev wlan0 scope link metric 35
192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.100 metric 35
Re: WIFI Connection problem

Posted:
Aug 27th, '13, 20:10
by doktor5000
So your router is not even pingable, that's where the problem comes from. Are you sure about that IP adress?
Please check your router configuration.
Re: WIFI Connection problem

Posted:
Aug 28th, '13, 18:54
by artproject-2004
I've got IP from Windows Ipconfig. I think that is ok because the same machine with windows works good. All browsers allow surf websites. It's problem when I boot mageia. Only few times website starts but it opens very slowly.Maybe should I install fresh mageia.
WIFI Connection problem

Posted:
Aug 28th, '13, 20:08
by doktor5000
If you use the same network configuration after fresh installation, do you really expect this to solve the problem? But anyways, try it ...
Re: WIFI Connection problem

Posted:
Aug 28th, '13, 20:32
by artproject-2004
You have right but whst I can to do to try resolve it?
Re: WIFI Connection problem

Posted:
Aug 28th, '13, 22:27
by doktor5000
Can you please post the output from
- Code: Select all
ipconfig /all
from windows if the connection is working fine?
And also please try to ping your router there and post the output also, just for confirmation if it works or not.
Re: WIFI Connection problem

Posted:
Aug 29th, '13, 09:25
by artproject-2004
I'll do it when I back. I'm outside the home and will back for 3 weeks.
Re: WIFI Connection problem

Posted:
Sep 9th, '13, 22:30
by cpot
After 3 years without using Mandriva I decided to give Mageia 3 a try.
Installation went smoothly however I can connect to the Wifi access point but when I ping the gateway I receive 'unreachable'
Don't know what to do, a shame.
Christopher
Re: WIFI Connection problem

Posted:
Sep 9th, '13, 23:01
by doktor5000
Please open a separate thread for that.
Re: WIFI Connection problem

Posted:
Sep 17th, '13, 10:30
by artproject-2004
Hi.This is output from windows
- Code: Select all
ipconfig /all
- Code: Select all
Sufiks DNS konkretnego połączenia :
Opis. . . . . . . . . . . . . . . : 300Mbps Wireless USB Adapter
Adres fizyczny. . . . . . . . . . : **-**-**-**-**-**
DHCP włączone . . . . . . . . . . : Tak
Autokonfiguracja włączona . . . . : Tak
Adres IPv6 połączenia lokalnego . : ****::****:****:****:****%**(Preferowane)
Adres IPv4. . . . . . . . . . . . . : 192.168.1.100(Preferowane)
Maska podsieci. . . . . . . . . . : 255.255.255.0
Dzierżawa uzyskana. . . . . . . . : 17 września 2013 09:57:15
Dzierżawa wygasa. . . . . . . . . : 17 września 2013 11:57:15
Brama domyślna. . . . . . . . . . : 192.168.1.1
Serwer DHCP . . . . . . . . . . . : 192.168.1.1
Identyfikator IAID DHCPv6 . . . . : *********
Identyfikator DUID klienta DHCPv6 : **-**-**-**-**-**-**-**-**-**-**-**-**-**
Serwery DNS . . . . . . . . . . . : 192.168.1.1
NetBIOS przez Tcpip . . . . . . . : Włączony
and ping
- Code: Select all
ping 192.168.1.100
Badanie 192.168.1.100 z 32 bajtami danych:
Odpowiedź z 192.168.1.100: bajtów=32 czas<1 ms TTL=128
Odpowiedź z 192.168.1.100: bajtów=32 czas<1 ms TTL=128
Odpowiedź z 192.168.1.100: bajtów=32 czas<1 ms TTL=128
Odpowiedź z 192.168.1.100: bajtów=32 czas<1 ms TTL=128
Statystyka badania ping dla 192.168.1.100:
Pakiety: Wysłane = 4, Odebrane = 4, Utracone = 0
(0% straty),
Szacunkowy czas błądzenia pakietów w millisekundach:
Minimum = 0 ms, Maksimum = 0 ms, Czas średni = 0 ms
ping www.google.com
Badanie www.google.com [173.194.112.17] z 32 bajtami danych:
Odpowiedź z 173.194.112.17: bajtów=32 czas=25ms TTL=50
Odpowiedź z 173.194.112.17: bajtów=32 czas=30ms TTL=50
Odpowiedź z 173.194.112.17: bajtów=32 czas=24ms TTL=50
Odpowiedź z 173.194.112.17: bajtów=32 czas=24ms TTL=50
Statystyka badania ping dla 173.194.112.17:
Pakiety: Wysłane = 4, Odebrane = 4, Utracone = 0
(0% straty),
Szacunkowy czas błądzenia pakietów w millisekundach:
Minimum = 24 ms, Maksimum = 30 ms, Czas średni = 25 ms
ping 8.8.8.8
Badanie 8.8.8.8 z 32 bajtami danych:
Odpowiedź z 8.8.8.8: bajtów=32 czas=26ms TTL=43
Odpowiedź z 8.8.8.8: bajtów=32 czas=26ms TTL=43
Odpowiedź z 8.8.8.8: bajtów=32 czas=25ms TTL=43
Odpowiedź z 8.8.8.8: bajtów=32 czas=26ms TTL=43
Statystyka badania ping dla 8.8.8.8:
Pakiety: Wysłane = 4, Odebrane = 4, Utracone = 0
(0% straty),
Szacunkowy czas błądzenia pakietów w millisekundach:
Minimum = 25 ms, Maksimum = 26 ms, Czas średni = 25 ms
Re: WIFI Connection problem

Posted:
Sep 17th, '13, 20:39
by doktor5000
Hmmm, outputs says configuration via DHCP. But anyways, please have a look at
viewtopic.php?f=8&t=4987 and
viewtopic.php?f=8&t=6048But it's quite interesting that you got "Destination Host Unreachable" under linux, as the configuration was OK so far,
and you were on the same subnet as the router. Basically this means the packages can't find the way back from your router
to your box ...
Re: WIFI Connection problem

Posted:
Sep 18th, '13, 20:18
by artproject-2004
Maybe it help to reslove this problem. Internet works on Virtual Box which is installed under Windows (Ubuntu, Debian 7, Mageia 3 to).
I dont have any idea what I should to do.
I will try boot other linux distro from DVD and check result.
Re: WIFI Connection problem

Posted:
Sep 21st, '13, 17:05
by artproject-2004
I boot Ubuntu in live version and after start WIFI was automatically configured but still is the same problem.
I see WIFI icon with full range but I can't open any website.