PDA

View Full Version : [SOLVED] Whats that command line?


shiningkenmonster
November 14th, 2008, 12:38 AM
When people bring their WINDOWS wifis laptops. People usually come up to me and ask how do they connect to the wifi. Its usually troubles connecting online.

how do you connect online with the Command Prompt with the ipconfig command line?

I believe there was more than just "ipconfig" and something after it

I-75
November 14th, 2008, 01:04 AM
(I used the following to enable Wifi on my Compaq 762NR laptop with Ubuntu 8.04. There are other variations to the script. This should point you in the right direction. Good Luck)



http://www.ubuntugeek.com/atheros-ar5007-wireless-with-madwifi-on-ubuntu-804-hardy-heron.html






sudo apt-get install build-essential

Then open the terminal from Applications–>Accessories–>Terminal and copy the following command

wget http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz

tar xfz madwifi-ng-r2756+ar5007.tar.gz

cd madwifi-ng-r2756+ar5007

make

sudo make install

sudo modprobe ath_pci

sudo reboot

Skripka
November 14th, 2008, 01:16 AM
d'oh wrong forum....

cardinals_fan
November 14th, 2008, 01:22 AM
iwconfig interface0 essid myessid1

shiningkenmonster
November 14th, 2008, 03:43 AM
wait, i am talking about WINDOWS for command prompt. is that the command?

cammin
November 14th, 2008, 10:09 PM
ipconfig won't do that.

Vista has netsh
http://technet.microsoft.com/en-us/library/cc755301.aspx

With XP, you have to add a new preferred network through the wireless network properties. It's probably easier to do that in Vista, too.