From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from server1.sidns.com ([69.93.35.66]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1C2Luv-000767-00 for ; Tue, 31 Aug 2004 23:36:13 -0400 Received: from dsl-202-173-132-131.nsw.westnet.com.au ([202.173.132.131] helo=themuso.com) by server1.sidns.com with smtp (Exim 4.34) id 1C2Luy-0008MS-8y for speakup@braille.uwo.ca; Wed, 01 Sep 2004 03:36:16 +0000 Date: Wed, 1 Sep 2004 13:38:59 +1000 From: Luke Yelavich To: "Speakup is a screen review system for Linux." Message-ID: <20040901033859.GA8578@gateway> References: <20040901013048.GA4148@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040901013048.GA4148@gmx.net> User-Agent: Mutt/1.4.2.1i X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.sidns.com X-AntiAbuse: Original Domain - braille.uwo.ca X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - themuso.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: slackware and wireless connection X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 03:36:13 -0000 On Wed, Sep 01, 2004 at 11:30:48AM EST, Alex Snow wrote: > Hi all. > I'm trying to set up slackware on a box with only a wireless card for > networking. how does one configure the wireless card's ip info? whenever > I do it manually with ifconfig it seems to still use lo as the default > interface ven though the wireless connection is up acording to both > ifconfig wlan0 and iwconfig. I am actually using wireless at the moment. What I have done, is to set up the configuration for the interface, in my case being eth1 in /etc/rc.d/rc.inet1.conf. eth0 is my ethernet interface in this case. I simply added an alias to my modules.conf/modprobe.conf files. alias eth1 ipw2100 You then have to go through /et/rc.d/rc.wireless.conf to set things like ESSID and wep key. hth Luke