Results 1 to 3 of 3
I remember two years ago, when I issued commands:
iwconfig wlan0 essid ACCESPOINT_NAME and
dhclient
i could connect to the internet opening the browser after them, and everything worked.
Today, ...
- 09-17-2009 #1
Ageing commands?
I remember two years ago, when I issued commands:
iwconfig wlan0 essid ACCESPOINT_NAME and
dhclient
i could connect to the internet opening the browser after them, and everything worked.
Today, I've tried the same thing on Jaunty, but I simply couldn't get ip address.
Are these commands deprecated?If you need a CD/DVD catalogizer, give a try to my program:
http://www.kde-apps.org/content/show...content=100682
Linux Usert#430188
- 09-17-2009 #2
I am running a Jaunty version of mint xfce 4.6 and my wireless connection would drop in and out every few seconds in jaunty with the right module install so I did a
enterCode:sudo ifconfig eth1 ifup
then
enterCode:sudo dhcpcd eth1
That was when terminal informed me that dhcpcd was not installed in jaunty so I did a
and rebooted and everything started working correctly. I don't know for sure if that will get you going but it worked for me. I use wicd to connect instead of Network Manager.Code:sudo apt-get install dhcpcd
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 09-18-2009 #3
As far as I know, dhclient is still the default on Ubuntu. Of course, if you're connecting to an encrypted network, that wouldn't work. You can use iwconfig with WEP networks, but not WPA/WPA2 networks.


Reply With Quote
