[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[debian-knoppix] WLCARDCONFIG



I have forgotten what the key phrase was, so this has only been tested
by actually entering the hex key (which I did write down).  I tested
this on my RH 8 laptop, but used dhclient instead of pump.


I managed to come up with a stub of code that could be added to
WLCARDCONFIG at the end.  It is just stright bash.

;;patch by Bill Eastman for WEP
echo -n "Enter key for WEP or just press enter"
read KEY
ifconfig eth0 up
iwconfig eth0 key $KEY
pump
;;end of patch 



-- 
Bill Eastman <beastman@austin.rr.com>

_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: