From owner-freebsd-stable@FreeBSD.ORG Wed May 11 08:49:15 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 319BB106566C for ; Wed, 11 May 2011 08:49:15 +0000 (UTC) (envelope-from laa@cemu.ru) Received: from m.cemu.ru (m.cemu.ru [194.186.216.68]) by mx1.freebsd.org (Postfix) with ESMTP id D95468FC18 for ; Wed, 11 May 2011 08:49:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=laa.zp.ua; s=dkim; h=Sender:Content-Type:Mime-Version:Message-ID:Subject:To:From:Date; bh=6g4pWAa4jGquYNGE7VGKLxx70E1fKbmEAgS8vcbkyME=; b=RaPSLzzNxBiyU0kt/Tb9p5yyLegOUMWGPVBznF/MnWZANPvkJl6sBA94kMn8Fb1Ju0U9279+l3j0CUdShw6b1ypYJk8RFffO2jOWLgKN5l+BUykPBiaFYvWhJbqkQChzImneBHQZrhfOuIwss2MXwzqJ3XlOwSoLYHfRjn/w9pE=; Received: by m.cemu.ru with local (Exim) (envelope-from ) id 1QK56X-0004Uh-7M for freebsd-stable@freebsd.org; Wed, 11 May 2011 12:49:13 +0400 Date: Wed, 11 May 2011 12:49:13 +0400 From: Lystopad Olexandr To: freebsd-stable@freebsd.org Message-ID: <20110511084913.GG96423@laa.zp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Sender: laa Subject: wi0 and adhoc X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2011 08:49:15 -0000 Hi! I have two freebsd boxes with 4.11 (yes, really!). They both serve wifi adhoc link (wi0 + pcic0: ) during many years with no problems. One box has died, and I change it to new one with 8.0-rel. New box have cbb0 and same wi0 card. So, now I have two boxes 4.11 and 8.0. Both with wi0 devices detected. Configs: 4.11 freebsd: wi0: flags=8843 mtu 1500 inet 192.168.197.1 netmask 0xfffffffc broadcast 192.168.197.3 ether 00:02:2d:05:77:1e media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps ) status: associated ssid IBSS 1:NT stationname sta1 channel 12 authmode OPEN powersavemode OFF powersavesleep 100 wepmode OFF weptxkey 1 8.0 freebsd: wi0: flags=8843 metric 0 mtu 2290 ether 00:60:1d:f6:bf:a4 media: IEEE 802.11 Wireless Ethernet autoselect mode 11b status: running wlan0: flags=8843 metric 0 mtu 1500 ether 00:60:1d:f6:bf:a4 inet 192.168.197.2 netmask 0xfffffffc broadcast 192.168.197.3 media: IEEE 802.11 Wireless Ethernet autoselect mode 11b status: running ssid IBSS channel 12 (2467 Mhz 11b) bssid 5e:b2:ec:5c:c1:8c country US authmode OPEN privacy OFF txpower 0 scanvalid 60 # ifconfig wlan0 list caps drivercaps=10301 cryptocaps=1 pciconf -lvc: ... cbb0@pci0:2:9:0: class=0x060700 card=0x14101524 chip=0x14101524 rev=0x01 hdr=0x02 vendor = 'ENE Technology Inc' device = 'CardBus Controller (CB-1420)' class = bridge subclass = PCI-CardBus cap 01[a0] = powerspec 1 supports D0 D1 D2 D3 current D0 ... dmesg: wi0: at port 0x100-0x13f irq 17 function 0 config 1 on pccard0 wi0: [ITHREAD] wi0: device timeout wi0: device timeout wi0: record read mismatch, rid=fd44, got=fc80 wi0: device timeout .... my questions are: 1. why txpower 0 in 8.0 box? 2. why too many ``device timeout'' messages in dmesg on 8.0 box? 3. why all pings lost in that link? thanks. -- Lystopad Olexandr