On 2013-10-23 09:30, alan wrote:
>
> Hi,
> I am very interested in using wireless instead of a cat cable so please 
> keep us informed.
>
Hi,

I do it with a simple script


sudo startwlan.sh:

#!/bin/sh
wpa_supplicant -iwlan0 -dd -Dwext -c/etc/wpa_supplicant.conf -B
dhclient wlan0 &

.

And the

 /etc/wpa_supplicant.conf

is generated with

 sudo wpa_passphrase <SSID> <passphrase> >/etc/wpa_supplicant.conf


Matsche

-- 
"In der Wissenschaft siegt nie eine neue Theorie,
nur ihre Gegner sterben nach und nach"

Max Planck


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to