Active Topics

 


Reply
Thread Tools
Posts: 63 | Thanked: 4 times | Joined on Feb 2008
#1
Hi,

I've searched but couldn't find anything... What are the equivalents to ipconfig /release /renew for the N810?

Thanks!

Edit: Ahh found it, ifconfig.

Last edited by Redshift; 2008-03-20 at 17:04.
 
Capn_Fish's Avatar
Posts: 140 | Thanked: 13 times | Joined on Mar 2008
#2
ifconfig/iwconfig are the equivalents to ipconfig. Sorry, I don't know about release/renew. Probably dhclient or dhcpcd (which one is on the IT, I don't know. Mine isn't here yet )
__________________
Nokia N810 (Some mutation of Mer)
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#3
iwconfig is here http://www.nitapps.com/
 
Posts: 63 | Thanked: 4 times | Joined on Feb 2008
#4
Well, I figured out that iwconfig is accessible in x-term via /sbin/iwconfig and that I have to be root to do:

/sbin/iwconfig wlan0 down
/sbin/iwconfig wlan0 up

But after I did this it seems the connection wouldn't work?
 
Capn_Fish's Avatar
Posts: 140 | Thanked: 13 times | Joined on Mar 2008
#5
You need to specify the SSID and stuff:

Code:
iwconfig INTERFACE mode managed essid SSID power 1 key WEPKEY
That assumes you're using WEP. For WPA, you need to use wpa_supplicant. Either way, you probably need to add

Code:
dhclient INTERFACE
or
Code:
dhcpcd INTERFACE
HTH
__________________
Nokia N810 (Some mutation of Mer)
 

The Following User Says Thank You to Capn_Fish For This Useful Post:
Posts: 63 | Thanked: 4 times | Joined on Feb 2008
#6
Yes, that does. Thanks!
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:08.