From owner-freebsd-current@FreeBSD.ORG Fri Nov 2 20:17:59 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FA0116A41A for ; Fri, 2 Nov 2007 20:17:59 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id A4A1213C48A for ; Fri, 2 Nov 2007 20:17:58 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: (qmail invoked by alias); 02 Nov 2007 19:17:35 -0000 Received: from ip176-173-59-62.adsl.versatel.nl (EHLO Rena.FStaals.net) [62.59.173.176] by mail.gmx.net (mp047) with SMTP; 02 Nov 2007 20:17:35 +0100 X-Authenticated: #25365336 X-Provags-ID: V01U2FsdGVkX1/OANdROuHO5L5+r5K6W37T69ADNVUKVD0sWCnvvp ybCU5ctroAVtsS Message-ID: <472B779B.9060002@gmx.net> Date: Fri, 02 Nov 2007 20:16:43 +0100 From: Frank Staals User-Agent: Thunderbird 2.0.0.6 (X11/20070929) MIME-Version: 1.0 To: Benjamin Close References: <472A6708.9030109@clearchain.com> In-Reply-To: <472A6708.9030109@clearchain.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Mailman-Approved-At: Fri, 02 Nov 2007 20:20:13 +0000 Cc: freebsd-current , freebsd-drivers@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: [RFT] Intel 3945abg wireless driver (wpi) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2007 20:17:59 -0000 Benjamin Close wrote: > Howdy All, I'm pleased to announce the first 'official' > experimental version of the wpi wireless driver and hence require your > help in making it become stable. > Expect a few things not to work (ie bg scanning, setting txpower) but > in general the driver should be usable in station mode (hostap is not > yet supported). > > If you've got an Intel 3945abg wireless card, grab the tarball at: > > > http://people.freebsd.org/~benjsc/downloads/wpi/20071102-freebsd-wpi.tar.gz > > > Untar and follow the instructions in the README. > If you want more info about the driver, or to checkout the FAQ checkout: > > http://www.clearchain.com/wiki/Wpi > > I'm interested in all reports related to panics, things not working as > expected, etc. > The driver still has debug enabled so expect a few messages to be > dumped to the screen whilst in use. > > Finally, many thanks to all those that have been helping debug the > driver along the way. > > Cheers, > Benjamin > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > Woei ! It's working for me so far :) Allthough I still have issues when switching from one tty to one other. Here the output of the script I am using to do the connecting : loaded the module at boot ran my script which does: ( output snipped ) wlannic=wpi0 # clear the selected gateway: route flush # Set the interface ifconfig ${wlannic} 192.168.5.5 ssid # Set a new gateway route add default 192.168.5.1 # make sure to give the LAN-NIC an other IP-address ifconfig ${lannic} 192.168.200.2 ifconfig ${wlannic} up # test connection ping -c 1 192.168.5.1 # start a screen session with ssh connection for authentication screen -d -m ssh -l wifi 192.168.5.1 # wait a while before testing the connection sleep 3 # test conn: ping -c 1 google.nl Everything works fine with the connection itself. Allthough sometimes when switching from tty9 to tty0 and back the system locks up. I've had it before when switching from tty1 to tty0. Anyone with the same problems ? Anyway; Great work on the driver so far :D -- -Frank Staals