From owner-freebsd-mobile@FreeBSD.ORG Thu Jun 26 06:23:31 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF8B337B404 for ; Thu, 26 Jun 2003 06:23:31 -0700 (PDT) Received: from mail.bredband.no (mail.bredband.no [217.14.1.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D174401F for ; Thu, 26 Jun 2003 06:23:30 -0700 (PDT) (envelope-from mailingliste@broadpark.no) Received: from enterprise (c-911373d5.020-28-6f736c3.cust.bredband.no [213.115.19.145]) by mail.bredband.no (Postfix) with SMTP id 706CF30A1B; Thu, 26 Jun 2003 15:20:38 +0200 (MEST) Message-ID: <006501c33be5$b90a85d0$0400a8c0@orion.local> From: "Marcin Kot" To: "Benjamin Close" References: <03e301c33768$ae140560$0400a8c0@orion.local> <3EF94441.8070307@cs.unisa.edu.au> Date: Thu, 26 Jun 2003 15:20:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-mobile@freebsd.org Subject: Re: bsd-airtools and 5.1-REL X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2003 13:23:32 -0000 ----- Original Message ----- From: "Benjamin Close" To: "Marcin Kot" Cc: ; Sent: Wednesday, June 25, 2003 8:42 AM Subject: Re: bsd-airtools and 5.1-REL > Hi All, > Well found some more spare time. The attached patch gets dstumbler > working with FreeBSD -current (and most likely 5.1R) on an Orinoco card. > If anyone has a prism based card and can test the patch works with them, > it would be great. To apply: Hi, Just tried your patch, and followed your exact instructions, but it failed to patch my bsd-airtools source. Is this patch for version 0.2 of bsd-airtools? Below is the output I got. Thanks for all your efforts so far :) patch < bsd-airtools-dstumbler.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ur /usr/ports/net/bsd-airtools/work/bsd-airtools/dstumbler/dstumbler.h ./dstumbler.h |--- /usr/ports/net/bsd-airtools/work/bsd-airtools/dstumbler/dstumbler.h Wed Jun 25 16:01:18 2003 |+++ ./dstumbler.h Wed Jun 25 16:01:05 2003 -------------------------- Patching file dstumbler.h using Plan A... Hunk #1 failed at 48. Hunk #2 failed at 238. 2 out of 2 hunks failed--saving rejects to dstumbler.h.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ur /usr/ports/net/bsd-airtools/work/bsd-airtools/dstumbler/wistat.c ./wistat.c |--- /usr/ports/net/bsd-airtools/work/bsd-airtools/dstumbler/wistat.c Sat Jan 12 01:35:43 2002 |+++ ./wistat.c Wed Jun 25 16:04:27 2003 -------------------------- Patching file wistat.c using Plan A... Hunk #1 failed at 119. Hunk #2 failed at 146. Hunk #3 failed at 183. Hunk #4 failed at 288. Hunk #5 failed at 304. 5 out of 5 hunks failed--saving rejects to wistat.c.rej done - Marcin Kot