I'm really stuck setting up wireless.
Look...
Code: Select all
iwconfig wlan0 essid HOMEWIFI key <my key goes here>Then I set up /etc/conf.d/net
Code: Select all
essid_wlan0=( "HOMEWIFI" )
key_HOMEWIFI=( "<my key goes here>" )I've found out that they call
Code: Select all
iwconfig wlan0 key <my key goes here>Code: Select all
iwconfig wlan0 essid HOMEWIFIPlease help in setting up /etc/conf.d/net correctly
Regards,
Alexander

