On 08/25/2012 09:26 PM, ap1985 wrote:
>
> Thanks for the reply James <jdmcdaniel3>
>
>
> Code:
> --------------------
>
> %dmesg | grep firmware
> 10.455347] intel_rng: don’t want to disable this in firmware setup,and if
>
> --------------------
>
>
> /lib/firmwarehas following files:
> LICENSE.ralink-firmware.txt
> rt73.bin,rt2561.bin
> rt2561s.bin
> rt2661.bin
> rt2860.bin
> rt2870.bin
> rt3070.bin
> rt3071.bin
> rt3090.bin
>
> sudo/usr/sbin/iwlist scan
> I get output for the ESSID of my AP and the MAC address as well as
> others (neighbors) in my surrounding, so the interface is receiving
> data.
In general, you should never try to “interpret” the data. After all, you are the
one with the problem, and we are supposed to be the experts. In this case, it
does not matter - see below.
> My wireless network is WPA2 encrypted.
>
> wpa_supplicantand wpa_supplicant-GUI both are installed.
>
>
> /usr/sbin/iwconfig
> outputs ESSID of my AP on the first line and MAC address next to the
> “AccessPoint” label (I verified this MAC address with the one from
> my routerlogin account. So I think this is not an issue.
Same comment here!
> /sbin/ifconfig
> gives an output, which shows my ip addresses for eth0 (192.168.1.5)
> andwlan0 (192.168.1.3)
And again.
> I have disabled my IPV6.
>
>
>
> Code:
> --------------------
>
> —192.168.1.5 ping statistics —
> 5packets transmitted, 5 received, 0% packet loss, time 3999ms
> rttmin/avg/max/mdev = 0.030/0.032/0.040/0.005 ms
>
> --------------------
>
>
>
>
>
> Code:
> --------------------
>
> —192.168.1.3 ping statistics —
> 5packets transmitted, 5 received, 0% packet loss, time 3999ms
> rttmin/avg/max/mdev = 0.030/0.033/0.044/0.009 ms
Pinging an address on your computer shows noting. You need to ping the router,
which probably has the address of 192.168.1.1. In addition, it is not possible
to have both the wired and wireless interfaces both be active. As long as the
wired iface has a connection, it will be used as it is assumed to be faster.
Only when the wire is disconnected will the wireless be used.
> Code:
> --------------------
>
> ping-c 5 66.70.73.150
> connect:Network is unreachable
Other than the problem with mixing wired and wireless, I think you have a
routing problem. Please disconnect the wire, make a wireless connection, and
post the output of ‘/sbin/route -n’.