Re: linksys wifi pcmcia card
From: Erich Trowbridge (ewtrowbr_at_yahoo.com)
Date: 04/15/04
- Next message: nomore: "Strange permissions problem"
- Previous message: Happy Thoughts: "Google to challenge Micro$haft?"
- In reply to: lacy white: "linksys wifi pcmcia card"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 15 Apr 2004 13:36:36 -0700
http://www.jamesjgardner.com/wpc11v4.html
This convenient howto made life easy for me on my rh9Laptop. Works
great. Now if I only had an access point... The pre-compiled version
of the driver even worked with my kernel.
I do have one question, though. The card activation script will only
run from the local directory in which i unzipped the driver. I think
it has something to do with how the 'insmod -f' command works. I
doesn't seem to reference the proper location of my driver, even when
I specify it in the script. I can't figure out why. Here is the wlanup
script... I can run it from /usr/local/rtl8180_1.5 , but I cannot seem
to modify the script to point to the real location of the
rtl8180_24x.o driver and work correctly. I believe that this has
something to with the aliases, but I'm not sure. If you know, please
contribute to the discussion.
[ewtrowbr@littleboy rtl8180_1.5]$ more /usr/local/rtl8180_1.5/wlanup
#Load module
/sbin/insmod -f rtl8180_24x.o
#/sbin/insmod -f priv_part.o
/sbin/iwpriv wlan0 enable
sleep 2s
#Set SSID
#/sbin/iwpriv wlan0 wlan_para ssid=default
/sbin/iwpriv wlan0 wlan_para ssid2scan=default
/sbin/iwpriv wlan0 wlan_para networktype=infra
/sbin/iwpriv wlan0 wlan_para wepmode=off
/sbin/iwpriv wlan0 wlan_para preamble=auto
sleep 2s
ifconfig wlan0 192.168.0.121 up
#/sbin/iwpriv wlan0 wlan_para
wepmode=wep40,wepdkeyid=0,wepkey40_1=1122334455
#sleep 10s
#/sbin/iwpriv wlan0 wlan_para ssid=00055DA6F5F9
#/sbin/iwpriv wlan0 wlan_para ssid2scan=CISCO1100
#/sbin/iwpriv wlan0 wlan_para ssid2scan=802.11b-SSID
#/sbin/iwpriv wlan0 wlan_para ssid2scan=aptest2
#/sbin/iwpriv wlan0 wlan_para encmode=wep,wepmode=wep40
#/sbin/iwpriv wlan0 wlan_para encmode=tkip,wepmode=wep40
#/sbin/iwpriv wlan0 wlan_para encmode=off,wepmode=wep40
#/sbin/iwpriv wlan0 wlan_para hiddenAP=true
#/sbin/iwpriv wlan0 wlan_para addmac=00e04c818816
#/sbin/iwpriv wlan0 wlan_para rtsthres=256
#Enable wireless lan driver
#iwpriv wlan0 wlan_para msglevel=0x01
#/bin/sleep 10s
#dhcpcd wlan0
- Next message: nomore: "Strange permissions problem"
- Previous message: Happy Thoughts: "Google to challenge Micro$haft?"
- In reply to: lacy white: "linksys wifi pcmcia card"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|