First of all, this is my first 64-bit linux desktop. I installed it from a downloaded Mageia1 64-bit DVD and have since installed sources and updated the system. The PC is a dual boot with Win7 pro. Within Win7 the connection works like charm - no problem. All other wired and wireless connections in my network work fine - it's just this one system that doesn't seem to work.
The LAN module is integrated to the motherboard and the model is ASUS P8-Z68-M Pro.
I have two Zyxel ADSL/LAN/WLAN gateways (P-661HNU and P-661HN) and I've tried them both (only one at a time operating in my network). The results are the same with both of them. I've also disabled firewall and MAC filters within Zyxel, but no help.
I've also tried with both automatic (DHCP) or fixed IP configuration.
I don't know, but I would rule out hw-failure as it's working without problems in my Win7 Pro installation.
Here's copy of my ping tests (.254 is my gateway and .9 is the problem PC's fixed IP):
- Code: Select all
$ ping 192.168.254.254
PING 192.168.254.254 (192.168.254.254) 56(84) bytes of data.
From 192.168.254.9 icmp_seq=1 Destination Host Unreachable
From 192.168.254.9 icmp_seq=2 Destination Host Unreachable
From 192.168.254.9 icmp_seq=3 Destination Host Unreachable
From 192.168.254.9 icmp_seq=4 Destination Host Unreachable
64 bytes from 192.168.254.254: icmp_req=7 ttl=254 time=10.6 ms
64 bytes from 192.168.254.254: icmp_req=8 ttl=254 time=1.41 ms
64 bytes from 192.168.254.254: icmp_req=9 ttl=254 time=1.33 ms
64 bytes from 192.168.254.254: icmp_req=10 ttl=254 time=1.34 ms
64 bytes from 192.168.254.254: icmp_req=11 ttl=254 time=1.49 ms
64 bytes from 192.168.254.254: icmp_req=12 ttl=254 time=1.31 ms
64 bytes from 192.168.254.254: icmp_req=13 ttl=254 time=1.33 ms
64 bytes from 192.168.254.254: icmp_req=14 ttl=254 time=1.33 ms
64 bytes from 192.168.254.254: icmp_req=15 ttl=254 time=1.36 ms
64 bytes from 192.168.254.254: icmp_req=16 ttl=254 time=1.34 ms
^C
--- 192.168.254.254 ping statistics ---
16 packets transmitted, 10 received, +4 errors, 37% packet loss, time 15012ms
rtt min/avg/max/mdev = 1.310/2.287/10.602/2.772 ms, pipe 3
$ ping 192.168.254.254
PING 192.168.254.254 (192.168.254.254) 56(84) bytes of data.
64 bytes from 192.168.254.254: icmp_req=5 ttl=254 time=1.93 ms
64 bytes from 192.168.254.254: icmp_req=6 ttl=254 time=2.61 ms
64 bytes from 192.168.254.254: icmp_req=7 ttl=254 time=1.52 ms
64 bytes from 192.168.254.254: icmp_req=8 ttl=254 time=1.37 ms
64 bytes from 192.168.254.254: icmp_req=9 ttl=254 time=1.31 ms
64 bytes from 192.168.254.254: icmp_req=10 ttl=254 time=1.41 ms
64 bytes from 192.168.254.254: icmp_req=11 ttl=254 time=1.30 ms
64 bytes from 192.168.254.254: icmp_req=12 ttl=254 time=1.35 ms
64 bytes from 192.168.254.254: icmp_req=13 ttl=254 time=1.39 ms
64 bytes from 192.168.254.254: icmp_req=14 ttl=254 time=1.46 ms
64 bytes from 192.168.254.254: icmp_req=16 ttl=254 time=1.35 ms
64 bytes from 192.168.254.254: icmp_req=17 ttl=254 time=1.34 ms
64 bytes from 192.168.254.254: icmp_req=19 ttl=254 time=1.34 ms
^C
--- 192.168.254.254 ping statistics ---
20 packets transmitted, 13 received, 35% packet loss, time 19016ms
rtt min/avg/max/mdev = 1.302/1.518/2.614/0.354 ms
$ ping 192.168.254.254
PING 192.168.254.254 (192.168.254.254) 56(84) bytes of data.
64 bytes from 192.168.254.254: icmp_req=10 ttl=254 time=1.34 ms
64 bytes from 192.168.254.254: icmp_req=11 ttl=254 time=1.39 ms
64 bytes from 192.168.254.254: icmp_req=12 ttl=254 time=1.36 ms
64 bytes from 192.168.254.254: icmp_req=13 ttl=254 time=1.38 ms
64 bytes from 192.168.254.254: icmp_req=14 ttl=254 time=1.49 ms
^C
--- 192.168.254.254 ping statistics ---
14 packets transmitted, 5 received, 64% packet loss, time 13004ms
rtt min/avg/max/mdev = 1.342/1.395/1.492/0.061 ms
Any help is greatly appreciated!
