Linux - Wireless NetworkingThis forum is for the discussion of wireless networking in Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi
this is my first post. I have installed the ndswrapper 1.0 for belkin 54g f5d7010 32 bit card bus, as per the instructions on fedora core 3. I got the card powered up but some how couldnot configure. please help. I couldnot even ping. I tried using dhcp but didn't work. so I am using static IP.
here is the output from ifconfig:
[root@bvsn ~]# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.101 icmp_seq=0 Destination Host Unreachable
From 192.168.1.101 icmp_seq=1 Destination Host Unreachable
From 192.168.1.101 icmp_seq=2 Destination Host Unreachable
From 192.168.1.101 icmp_seq=4 Destination Host Unreachable
From 192.168.1.101 icmp_seq=5 Destination Host Unreachable
From 192.168.1.101 icmp_seq=6 Destination Host Unreachable
From 192.168.1.101 icmp_seq=8 Destination Host Unreachable
From 192.168.1.101 icmp_seq=9 Destination Host Unreachable
From 192.168.1.101 icmp_seq=10 Destination Host Unreachable
Hello there! Welcome to LQ.
You seem to have everything set up correctly in your outputs there. I would not use ping to test whether a connection has been established as many routers now block ICMP echo requests by default. I'm surprised dhcp didnt work. What is the output of your iwconfig command? If you set the ssid with
iwconfig wlan0 essid <name of AP/router here>
and then
dhclient wlan0
you should get an IP from your router and be set but let me know.
Cheers
Chris
Sure, you should've set it up when you set up the network but, if your card supports it, you can get it by typing at the command line
iwlist wlan0 scanning
Cheers
Chris
tried but no luck. I don't understand where it is going wrong.
[root@bvsn ~]# cardctl eject 0
[root@bvsn ~]# iwlist wlan0 scanning
wlan0 No scan results
[root@bvsn ~]# iwconfig wlan0 essid linksys
[root@bvsn ~]# dhclient wlan0
Internet Systems Consortium DHCP Client V3.0.1
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
sit0: unknown hardware address type 776 (??? does this mean router name is wrong ???)
sit0: unknown hardware address type 776
Listening on LPF/wlan0/00:11:50:02:b1:3e
Sending on LPF/wlan0/00:11:50:02:b1:3e
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 16
Dont worry about the unknown hardware address errors. The main problem here is indicated in the fact that there are no results for the scan. This means your card cannot see you Access Point. Trouble shoot from this angle. Try changing the channel between 1,6 and 11. Try w/out encryption on the Access Point and card before adding it. Any "turbo" or "high-speed" extensions you may wish to disable also.
Regards
Chris
Are you sure thats an iwconfig output? That looks more like lspci to me. However thats fine. Your module has inserted so itsnot a ndiswrapper problem, more a config problem in your ifcfg-wlan0 file or whatever. iwconfig will probably show nothing. What is the name of your Access Point when you first set it up?
you are write. I thought the iwconfig will overwrite the previous log. sorry!
and the router is a linksys 54mbps one. my friend set it up some time back and I will have to wait for his email(out of country at present) to know the exact name.
is there no other way to find it out from windows?
Originally posted by bvsn thank you very much for following up.
you are write. I thought the iwconfig will overwrite the previous log. sorry!
and the router is a linksys 54mbps one. my friend set it up some time back and I will have to wait for his email(out of country at present) to know the exact name.
is there no other way to find it out from windows?
Yes, its the name of your network. I'm not sure how I can make it more clear. When you connect to your network it will be something like WLAN, belkin54g, network, default .... something like that. BTW you can edit your posts instead of adding extra ones - just use the edit button.
Cheers
Chris
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.