Results 1 to 5 of 5
Hi,
Ive just setup a wireless home network using a linksys router (DHCP enabled) and i have a D-Link DWL-G650+ working on my gentoo system on win32 drivers (i used ...
- 08-10-2004 #1Just Joined!
- Join Date
- Apr 2004
- Posts
- 20
N00b Q : How to use wireless tools?
Hi,
Ive just setup a wireless home network using a linksys router (DHCP enabled) and i have a D-Link DWL-G650+ working on my gentoo system on win32 drivers (i used ndiswrapper). I have wireless tools installed and when i do:
iwlist wlan0 scan
i can see my network but i have no idea how to connect to it in linux. Can someone pls tell me how?
Thanks
- 08-10-2004 #2
Try this:
Code:dhcpcd wlan0
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 08-10-2004 #3Just Joined!
- Join Date
- Apr 2004
- Posts
- 20
I tried it but it doesnt get a connection....do i need to set a network name or edit any configuration files?
- 08-24-2004 #4Just Joined!
- Join Date
- Aug 2004
- Location
- Sweden
- Posts
- 1
You should probably set the network parameters using iwconfig.
"iwconfig wlan0 essid ESSID" (where ESSID is the ESSID of your AP, should be listed when you scan) this should let the config find most settings for the AP automagicaly. If it doesn't you can set them manually with an assortment of modifiers described in iwconfigs manual pages.
After this you might want to check ifconfig wlan0 and see if it's up, if it isn't run "ifconfig wlan0 up"
After this it should work and if it don't...welcome to my reality =)
- 02-06-2005 #5


Reply With Quote
