From owner-freebsd-questions@FreeBSD.ORG Thu Nov 6 12:12:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 700461065675 for ; Thu, 6 Nov 2008 12:12:26 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-gx0-f13.google.com (mail-gx0-f13.google.com [209.85.217.13]) by mx1.freebsd.org (Postfix) with ESMTP id 17D428FC2B for ; Thu, 6 Nov 2008 12:12:25 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by gxk6 with SMTP id 6so398050gxk.19 for ; Thu, 06 Nov 2008 04:12:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=8kwh/WaYEuDEUS0svzHzCLMGJVQQAlnl7Xlilq+jt0A=; b=NLt4Mc+1vQjQu920jaOVTryB1h9BZxsOBlfXfsHj4cDvTif8STyRPavFEj0U7CHfJB 4bvYX/qBiAPrjrI/t+hnfLaQz0hYrEPCimBPL16CoF2eT33ycrR/qoYGI7t4HhCekgDk aF4guzAK1QYghH8brX1u8axQmV1Ywz6epalkg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=StMtpS5Pcl8/+IQsNJfP0L/lWezb7lMnRa0/UUjIQOXjVhkFakw26dzcrio4P27dL9 RDygzmiApDoTpGOMR5XsqE6mm5+GYRmjRGWQVATWokLl+rc9QLl80+L2rYek7NJEpK4v poD3xKLJyxREMJCHSv2a0OsNG1UvSjDN9Qss0= Received: by 10.65.212.17 with SMTP id o17mr2165527qbq.60.1225973543794; Thu, 06 Nov 2008 04:12:23 -0800 (PST) Received: by 10.65.216.9 with HTTP; Thu, 6 Nov 2008 04:12:23 -0800 (PST) Message-ID: <3a142e750811060412q4e145d93le221f46e1df9f3a8@mail.gmail.com> Date: Thu, 6 Nov 2008 13:12:23 +0100 From: "Paul B. Mahol" To: "Ludovit Koren" In-Reply-To: <20081106.114846.107247756.koren@tempest.sk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081106.114846.107247756.koren@tempest.sk> Cc: freebsd-questions@freebsd.org Subject: Re: Kismet on FreeBSD 7.0-STABLE 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: Thu, 06 Nov 2008 12:12:26 -0000 On 11/6/08, Ludovit Koren wrote: > > > Hi, > > I am using > > iwi0: mem 0xfafef000-0xfafeffff irq 9 at > device 3.0 on pci2 > > > # kldload /boot/kernel/if_iwi.ko > # kldload /boot/kernel/iwi_bss.ko > # kldload /boot/kernel/iwi_ibss.ko > # kldload /boot/kernel/iwi_monitor.ko > # /etc/rc.d/wpa_supplicant start iwi0 > > which is working fine when I am using it connecting to WiFi net. When > I am using wpa_cli scan and scan_results I can see different nets. > > I have the following configuration line in the kismet.conf file: > > source=radiotap_bsd_ab,iwi0,pcapfile It should be: source=radiotap_bsd_ab,iwi0,iwi0 More information is required. Can you put iwi0 into monitor mode and use tcpdump instead? ifconfig iwi0 monitor