View previous topic :: View next topic |
Author |
Message |
MasterMind Tux's lil' helper
Joined: 16 Sep 2003 Posts: 84 Location: Ljubljana, Kozarje
|
Posted: Thu Feb 10, 2005 8:07 pm Post subject: Wireless conection (Linux - Windows) |
|
|
How do I configure it? I use 2.6.x series kernel and a rt2500 wireless card. I tried almost anything . Drivers compile and they are loaded perfectly... _________________ Want the best subtitles?
Podnapisi.NET, we support only quality! |
|
Back to top |
|
|
scmckenzie n00b
Joined: 13 Aug 2004 Posts: 20 Location: Salt Lake City
|
Posted: Thu Feb 10, 2005 9:13 pm Post subject: |
|
|
I'm not sure I understand. Your drivers are loaded and the card is 'working'? Then all you have to do is bring up the interface:
lists the avaliable wireless adapters
Code: | iwconfig wlan0 essid "yourSSID"
iwconfig wlan0 key "yourkey"
dhcpcd wlan0
ifconfig (to verify it's there) |
You will need to emerge wireless-tools if you haven't already. |
|
Back to top |
|
|
mattst88 Developer
Joined: 28 Oct 2004 Posts: 423
|
|
Back to top |
|
|
MasterMind Tux's lil' helper
Joined: 16 Sep 2003 Posts: 84 Location: Ljubljana, Kozarje
|
Posted: Fri Feb 11, 2005 7:13 pm Post subject: |
|
|
dhcpd.. that is for using with acess point? I don't have it _________________ Want the best subtitles?
Podnapisi.NET, we support only quality! |
|
Back to top |
|
|
MasterMind Tux's lil' helper
Joined: 16 Sep 2003 Posts: 84 Location: Ljubljana, Kozarje
|
Posted: Fri Feb 11, 2005 7:24 pm Post subject: |
|
|
On windows machine I get ti connected.. But there is a problem.. How to ping the other computer and access it? _________________ Want the best subtitles?
Podnapisi.NET, we support only quality! |
|
Back to top |
|
|
|