LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing wireless (https://www.linuxquestions.org/questions/linux-newbie-8/installing-wireless-364232/)

die2end 09-17-2005 11:45 AM

installing wireless
 
HELP ME PLEASE. hi just got lunix for the first time. so i'm a newbie. well the guestion is that i have a wireless lan and want to add my lunix to it. i have the drives that i need but how do i install the drives so my card will work?

kurrupt 09-17-2005 11:49 AM

what card ? and are you sure it is supported by linux ?

die2end 09-17-2005 12:07 PM

blitzz netwave point II pc bwp612b... is the card and the blitzz site has drivers for red hat 9

pagaporcristo 09-17-2005 12:13 PM

go to the terminal and read to "man" pages

type
man ifconfig

and
man iwconfig

once you have the card installed there should be a network called wlan0

the simple terminal commands (as root) that would be used are as follows (if things are configured right)

#this will bring up the wireless network
ifconfig wlan0 up

#this assures you are connected to your network
iwconfig wlan0 essid NETWORK ESSID
or
#this will connect to the strongest essid
iwconfig wlan0 essid any

#this petitions a dhcp server
dhcpcd wlan0

Then you're all set, enjoy the internet (but read the manuals, they are a big help)

die2end 09-17-2005 12:37 PM

thanks for the help


All times are GMT -5. The time now is 06:21 PM.