LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Wireless network setup (https://www.linuxquestions.org/questions/linux-wireless-networking-41/wireless-network-setup-61303/)

ws2030 05-23-2003 12:13 AM

Wireless network setup
 
hi,
I am a linux newbie.
I got a new wireless card (Adaptec Wireless PCI v2.5) and am trying to setup internet on my linux box(slackware 9.0).
Can somebody guide me step by step for setting up the network!
I tried "iwconfig" and set the essid and the wep key but
iwconfig eth0 ap 00:02:xx:xx:xx:xx returns "invalid argument"

Is there something that iam missing here.
Any suggestions/advice is highly appreciated.
Thanks in advance
--ws
PHP Code:

Height of knowledge is ignorance--ws 


ws2030 05-23-2003 01:00 PM

I got it to work after going through the mails in the forum.
This is what I did--
/sbin/modprobe hermes
/sbin/modprobe orinoco_pci
/sbin/modprobe orinoco
ifconfig eth1 up (i have a realtek network card as eth0)
iwconfig eth1 essid urnetessid
iwconfig enc wepkey
dhcpcd eth1

-thats all!
If u r using rh or any other distros ..might want to try dhclient eth1 instead.
Thanks
--ws
PHP Code:

Height of knowledge is ignorance 



All times are GMT -5. The time now is 01:39 AM.