From owner-freebsd-net@FreeBSD.ORG Thu Apr 19 17:39:19 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0A7A16A400 for ; Thu, 19 Apr 2007 17:39:19 +0000 (UTC) (envelope-from yoitsmeremember@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id 8EEF613C45A for ; Thu, 19 Apr 2007 17:39:19 +0000 (UTC) (envelope-from yoitsmeremember@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so540065nza for ; Thu, 19 Apr 2007 10:39:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BJBmhNxSU8cSjCiH1jzOMMxD/aiA3bORFknweBGhg1L6duiS4Chvk129tz8VLAXOP9Ryk4FvQ4hsFTBltbAv9B7fGQ+5SsRkOrc9fvyDA20g7SutdqNSnufzn2C7m0TTszA/A4abK99wSwWW4TDJ41UYmhMj94cz2LrEkreDJMY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Qf8MkuMBYqCeI0W7SnDGYlBs4AuOMFaagsartV+hIxeAeFIZ8GRavjUzErSi4lQibn5QHGYU/6phifK6OEtabE1SZYoKKaydWECVdU5W6Ch7uYB4aQbdkAmXv5K6oOGBLzpkE64iTiVbtFEWrP4QOYJroWGdzX6M+06h5If9Meg= Received: by 10.114.108.15 with SMTP id g15mr873433wac.1177004358050; Thu, 19 Apr 2007 10:39:18 -0700 (PDT) Received: by 10.114.72.5 with HTTP; Thu, 19 Apr 2007 10:39:17 -0700 (PDT) Message-ID: Date: Thu, 19 Apr 2007 12:39:17 -0500 From: Orum To: "FreeBSD-Net mailing list" In-Reply-To: <46276839.4090301@sun-fish.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46276839.4090301@sun-fish.com> Subject: Re: wpi driver. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yoitsmeremember@evil-geni.us List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2007 17:39:19 -0000 Stefan, I've gotten it to work on 6.2, but you need to get the patched version (specifically made for 6.2) from this location: http://www.bsdmon.com/download/20070121-wpi-freebsd.tar.gz You will also need to install the wpi-firmware port (not in the ports tree yet) from a later official release. I'm sorry to say I don't remember the link for the tar archive that included the port. Also note that it's still a very touchy driver, and might need to be unloaded/reloaded to get up and running (at least, that seems to fix it on my T60). In addition WPA/WPA2 do not work with it (don't know about WEP as I've never tried). Thanks, Ian On 4/19/07, Stefan Lambrev wrote: > Hello, > > Are there any news about wpi driver ? > Something that can be compiled on freebsd 6.2 stable ? > I tried the latest drivers from > http://www.clearchain.com/~benjsc/download, but no success :( > > I tried and from perforce but I've got this error: > > # make > Warning: Object directory not changed from original > /root/wpi/sys/modules/wpi > @ -> /usr/src/sys > machine -> /usr/src/sys/amd64/include > :> opt_bdg.h > awk -f @/tools/makeobjops.awk @/kern/device_if.m -h > awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h > awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h > cc -O2 -fno-strict-aliasing -pipe -g -DWITNESS -DINVARIANT_SUPPORT > -DINVARIANTS -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- > -I/root/wpi/sys/modules/wpi/../../ -I. -I@ -I@/contrib/altq > -I@/../include -I/usr/include -finline-limit=8000 -fno-common > -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 > -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float > -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c > /root/wpi/sys/modules/wpi/../../dev/wpi/if_wpi.c > /root/wpi/sys/modules/wpi/../../dev/wpi/if_wpi.c: In function > `wpi_firmware_get': > /root/wpi/sys/modules/wpi/../../dev/wpi/if_wpi.c:294: warning: > assignment discards qualifiers from pointer target type > *** Error code 1 > > Stop in /root/wpi/sys/modules/wpi. > > -- > Best Wishes, > Stefan Lambrev > ICQ# 24134177 >