View previous topic :: View next topic |
Author |
Message |
Paulten Apprentice
Joined: 28 Mar 2003 Posts: 257 Location: Sykkylven, Norway
|
Posted: Mon Jul 21, 2003 5:23 pm Post subject: |
|
|
http://at76c503a.berlios.de/
Well well... A make && make install got the card working with this driver
I am so happy now:)
--Paul _________________ Homepage : http://paul.kde.no Jabber ID : tenfjord@jabber.org
"Dei levde som dyr. Dei verken røykte eller drakk" -Ukjent |
|
Back to top |
|
|
arand Apprentice
Joined: 22 Apr 2003 Posts: 215
|
Posted: Tue Jul 22, 2003 3:44 am Post subject: |
|
|
xdamnx wrote: | hmm iwconfig cannot be found on my system...is it a special wireless pack which i need to emerge ??
<edit>
found a wireless-tools package, output of iwconfig after plugging in:
Code: | # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
cipsec0 no wireless extensions.
eth1 ATMEL RFMD ESSID:""
Mode:Managed Channel:4 Access Point: FF:00:00:00:00:00
Bit Rate:11Mb/s
RTS thr=2347 B Fragment thr=2346 B
Encryption key:off
Link Quality:40 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
|
no acces point in range at home so there is no link, but at work i need to choose which access-point i want to use, how do i do that ?
</edit> |
I have never done anything with slecting access-points. All the networks that I have connected to had no encryption and my card just picked up the network and work. I know this is not much help but that is what I have done in the past. |
|
Back to top |
|
|
Paulten Apprentice
Joined: 28 Mar 2003 Posts: 257 Location: Sykkylven, Norway
|
Posted: Tue Jul 22, 2003 11:06 am Post subject: |
|
|
Hi again.
As I said, I got my USB Wlan card working.
My next mission was to set it up with the encryptian key, right essid and Access point.
iwconfig made this pretty simple.
A little script :
Code: |
iwconfig wlan0 key restricted XFD2381XXX
iwconfig wlan0 mode Managed
iwconfig wlan0 essid "intraHouse"
cp /etc/init.d/net.eth0 /etc/init.d/net.wlan0
echo iface_wlan0="dhcp" >> /etc/conf.d/net
|
/etc/init.d/net.wlan0 start to get IP.
My iwconfig output :
[laptop!!#] iwconfig [~]
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11-DS ESSID:"intraHouse"
Mode:Managed Channel:11 Access Point: 00:06:25:C6:07:77
Bit Rate:11Mb/s
RTS thr=1536 B Fragment thr=1536 B
Encryption key:XFD2-381X-XX Security mode:restricted
Power Management:off
Link Quality:0 Signal level:37 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
--Paul _________________ Homepage : http://paul.kde.no Jabber ID : tenfjord@jabber.org
"Dei levde som dyr. Dei verken røykte eller drakk" -Ukjent |
|
Back to top |
|
|
|