first of all im new to linux so if the help is someone detailed that would be greatfully appreciated. I am trying to get my dwl-650+ network card up and running on my dell latitude(1ghz p3). i was using the help of houseofcraig.com. I was able to get the driver installed and run ./start_net with out a problem but i cant seem to ping anything other than my self. My ip address is 192.168.0.101 and when i try to ping my wireless router (ping -c 4 -I wlan0 192.168.0.1) i get:
ping 192.168.0.1 (192.168.0.1) from 0.0.0.0. wlan0: 56(84) byes of data.
from 127.0.0.1 icmp_seq=0 Destination host unreachable
from 127.0.0.1 icmp_seq=1 Destination host unreachable
from 127.0.0.1 icmp_seq=2 Destination host unreachable
from 127.0.0.1 icmp_seq=3 Destination host unreachable
---192.168.0.1 ping statistics ---
4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 2999ms, pipe 4.
Some other info that might be needed but im not sure:
cat /edit/resolv.conf displayed:
search localhost
nameserver 192.168.0.1.
uname -r=2.6.5-1.358
lspci -n=
00:00.0 class 0600: 8086:7190 (rev 03)
00:01.0 class 0604: 8086:7191 (rev 03)
00:03.0 class 0607: 104c:ac51
00:03.1 class 0607: 104c:ac51
00:07.0 class 0680: 8086:7110 (rev 02)
00:07.1 class 0101: 8086:7111 (rev 01)
00:07.2 class 0c03: 8086:7112 (rev 01)
00:08.0 class 0401: 125d:1998 (rev 10)
00:10.0 class 0200: 10b7:6055 (rev 10)
00:10.1 class 0780: 10b7:1007 (rev 10)
06:00.0 class 0280: 104c:8400
can anyone tell me what i can do from here