Re: [opensuse] automating the wlan connect
- From: Ed Harrison <eharrison@xxxxxxxxxxxxxxx>
- Date: Fri, 11 May 2007 14:04:45 -0400
Mohamed Haidar wrote:
Hello pro's, I have a simple question. Every time I boot my computer IHere is how I do mine; may not be kosher but it works. To the end of
have to type the KDE wallet password to log on to the wlan. How do you
do it so the connection to the wlan is automatic without the need to
type the password every time ??
Regards, mohed.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's
FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
/etc/init.d/boot.local, add the 3 lines shown at the bottom here.
#! /bin/sh
#
# Copyright (c) 2002 SuSE Linux AG Nuernberg, Germany. All rights reserved.
#
# Author: Werner Fink <werner@xxxxxxx>, 1996
# Burchard Steinbild, 1996
#
# /etc/init.d/boot.local
#
# script with local commands to be executed from init on system startup
#
# Here you should add things, that should happen directly after booting
# before we're going to the first run level.
#
ifdown-dhcp wlan0
iwconfig wlan0 essid "Your_LAN_Name without quotes" key "Your wireless
key to router without quotes"
ifup-dhcp wlan0 -o debug,auto
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
- References:
- [opensuse] automating the wlan connect
- From: Mohamed Haidar
- [opensuse] automating the wlan connect
- Prev by Date: Re: [opensuse] More display problems
- Next by Date: Re: [opensuse] 4GB computer slowdown
- Previous by thread: [opensuse] automating the wlan connect
- Next by thread: Re: [opensuse] automating the wlan connect
- Index(es):
Relevant Pages
|