From owner-freebsd-net@FreeBSD.ORG Tue Apr 11 14:15:01 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D3F316A402 for ; Tue, 11 Apr 2006 14:15:01 +0000 (UTC) (envelope-from zanecb@midwest-connections.com) Received: from mail.midwest-connections.com (mail.midwest-connections.com [69.148.152.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8615243D53 for ; Tue, 11 Apr 2006 14:15:00 +0000 (GMT) (envelope-from zanecb@midwest-connections.com) Received: (qmail 7277 invoked by uid 503); 11 Apr 2006 14:17:59 -0000 Received: from unknown (HELO zerda) (zanecb@69.155.32.130) by 0 with ESMTPA; 11 Apr 2006 14:17:59 -0000 Date: Tue, 11 Apr 2006 09:15:16 -0500 From: "Zane C.B." To: freebsd-net@freebsd.org, hellbinder@gazeta.pl Message-ID: <20060411091516.6d489ea9@zerda> In-Reply-To: <14002189.19331144748304428.JavaMail.webadm@ew11> References: <14002189.19331144748304428.JavaMail.webadm@ew11> Organization: Midwest Connections Inc. X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: inter pro wireless problems X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2006 14:15:01 -0000 On Tue, 11 Apr 2006 11:38:24 +0200 (CEST) wrote: > I have a problem setting up Intel PRO / Wireless 2200BG on Asus > A3500N machine running FreeBSD 6.0. I tried to follow instructions > at http://damien.bergamini.free.fr/ipw/ipw-freebsd.html but they are > ok up till some point. I've installed iwi-firmware as needed and > dmesg shows right wireless adapted at booting. > First problem: No iwicontrol installed and I can't find anywhere. > But the interface is up anyway. > Second problem: sysctl dev.iwi.0.radio shown my card is running but > the led on the computer is not on - so is it really on? I guess yes > if ifconfig iwi0 returns: > iwi0: flags=8802 mtu 1500 > inet6 fe80::212:f0ff:fe86:724c%iwi0 prefixlen 64 scopeid 0x2 > inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 > ether 00:12:f0:86:72:4c > media: IEEE 802.11 Wireless Ethernet autoselect > status: no carrier > ssid mcstudio channel 1 > authmode OPEN privacy ON deftxkey UNDEF txpowmax 100 > protmode CTS > Final problem when I tried to connect to AP by: > ifconfig iwi0 ssid mcstudio wepkey 0x6f73696f6c wepmode on > I received: > ifconfig: SIOCS80211: Invalid argument > > What's that how to solve these problems?? iwicontrol is provided by the net/iwi-firmware port. Just install it and put iwi_enable="YES" in rc.conf. I would honestly suggest running with iwiNG and the iwi-firmware-kmod port though. You can find iwiNG on the list here recently. I've had a problem with data corruption with current iwi driver on releng_6. I've also had problems with the device becoming unresponsive after a scan is done. IwiNG fixed both problems.