From owner-freebsd-questions@FreeBSD.ORG Tue Aug 9 01:46:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A91FA16A41F for ; Tue, 9 Aug 2005 01:46:25 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth07.mail.atl.earthlink.net (smtpauth07.mail.atl.earthlink.net [209.86.89.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D54543D46 for ; Tue, 9 Aug 2005 01:46:25 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=grokwell.org) by smtpauth07.mail.atl.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1E2JCC-000074-PP; Mon, 08 Aug 2005 21:46:24 -0400 Date: Mon, 8 Aug 2005 20:46:29 -0500 From: "Andrew L. Gould" To: piotrekk@excite.com Message-ID: <20050808204629.29db8201@grokwell.org> In-Reply-To: <20050808235803.CD6E829995@xprdmailfe22.nwk.excite.com> References: <20050808235803.CD6E829995@xprdmailfe22.nwk.excite.com> X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bcbe4bc800170474e807a6b444268af7ba350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: freebsd-questions@freebsd.org Subject: Re: howto load or install wlan_wep module on freeBSD 5.4 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2005 01:46:25 -0000 On Mon, 8 Aug 2005 19:58:03 -0400 (EDT) "PK" wrote: > > hi > > I removed the interface conf. from the cable but still doesn't work. > > What's very strange is authmode OPEN: > > # ifconfig > ath0: flags=8843 mtu 1500 > inet 192.168.2.20 netmask 0xffffff00 broadcast 192.168.2.255 > inet6 fe80::20f:b5ff:fe26:d1c9%ath0 prefixlen 64 scopeid 0x1 > ether 00:0f:c4:12:b2:b8 > media: IEEE 802.11 Wireless Ethernet autoselect (DS/1Mbps) > status: no carrier > ssid myssid 1:myssid > channel -1 authmode OPEN powersavemode OFF powersavesleep 100 > rtsthreshold 2312 protmode CTS > wepmode MIXED weptxkey 1 > wepkey 1:104-bit > > howto change it to shared ? > > # ifconfig ath0 authmode shared > ifconfig: SIOCS80211: Invalid argument I also use a shared key; but I've never had to set the mode explicitly. Is the channel correct? Do you have an active firewall that could be blocking the wireless interface? Andrew Gould