sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #78086
Re: sætte essid under debian
Jeg har min opsætning i /etc/pcmcia/wireless.opts
Man kan have flere opsætninger og skifte blandt dem.
F.eks. kan jeg med
cardctl scheme any
skifte til any opsætningen, og så med
cardctl scheme home
tilbage til det krypterede hjemmenet.
Hans-Christian Stadler
--------------------------------------------------
case "$ADDRESS" in
# Here is an example of scheme matching
# Activate with "cardctl scheme essidany"
# Pick up any Access Point, should work on most 802.11 cards
any,*,*,*)
#INFO="Any ESSID"
#ESSID="any"
;;
# Generic example (decribe all possible settings)
home,*,*,*)
INFO="Home Network"
# ESSID (extended network name) : My Network, any
ESSID="Wireless"
# NWID/Domain (cell identifier) : 89AB, 100, off
#NWID="off"
# Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto
#MODE="auto"
# Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency)
#FREQ=""
#CHANNEL=""
# Sensitivity (cell size + roaming speed) : 1, 2, 3 ; -70 (dBm)
#SENS=""
# Bit rate : auto, 1M, 11M
#RATE="auto"
# Encryption key : 4567-89AB-CD, s:password
KEY=".......strengt fortroligt.........."
# RTS threshold : off, 500
#RTS=""
# Fragmentation threshold : off, 1000
#FRAG=""
# Other iwconfig parameters : power off, ap 01:23:45:67:89:AB
#IWCONFIG=""
# iwspy parameters : + 01:23:45:67:89:AB
#IWSPY=""
# iwpriv parameters : set_port 2, set_histo 50 60
#IWPRIV=""
;;
esac
Follow ups
References