From owner-freebsd-net@FreeBSD.ORG Sun Apr 6 12:11:56 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC114106566B for ; Sun, 6 Apr 2008 12:11:56 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: from slimak.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.freebsd.org (Postfix) with SMTP id 29E308FC19 for ; Sun, 6 Apr 2008 12:11:55 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: (qmail 17331 invoked by uid 0); 6 Apr 2008 11:45:14 -0000 Received: from r5j117.net.upc.cz (HELO ?192.168.11.3?) (86.49.9.117) by smtp.dkm.cz with SMTP; 6 Apr 2008 11:45:14 -0000 Message-ID: <47F8B7CA.1040001@users.sf.net> Date: Sun, 06 Apr 2008 13:45:14 +0200 From: martinko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.13) Gecko/20080402 SeaMonkey/1.1.9 MIME-Version: 1.0 Newsgroups: gmane.os.freebsd.devel.mobile To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Wi-Fi connection via iwi(4) dies regularly X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 12:11:56 -0000 Hallo, I'm trying to use my Intel 2200bg WiFi card to access the internet (via D-Link DIR-655 gateway) but it is very unreliable. Usually within 1-3 hours connection dies and I have to restart it (I do it with /etc/rc.d/netif script). Then it works for some time and dies again and thus cycle repeats. :-/ Is there something I can do to help someone debug and fix this issue please ? Thanks! With regards, Martin I've got this in my /etc/rc.conf.local: ifconfig_iwi0="WPA DHCP" $ pciconf -lv [...] iwi0@pci2:3:0: class=0x028000 card=0x27018086 chip=0x42208086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = 'MPCI3B driverIntel PRO/Wireless 2200BG' class = network $ ifconfig iwi0 iwi0: flags=8843 mtu 1500 inet 192.168.11.3 netmask 0xffffff00 broadcast 192.168.11.255 ether 00:0e:35:90:b1:7a media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/54Mbps) status: associated ssid gamato channel 1 bssid 00:1c:f0:f4:ab:a4 authmode WPA privacy ON deftxkey UNDEF TKIP 2:128-bit TKIP 3:128-bit txpowmax 100 bmiss 10 protmode CTS roaming MANUAL bintval 100 $ uname -a FreeBSD mb-aw1n-bsd 6.3-STABLE FreeBSD 6.3-STABLE #0: Fri Mar 28 22:29:49 CET 2008 root@mb-aw1n-bsd:/usr/obj/usr/src/sys/MB-AW1N i386 PS: Please note that I'm not subscribed to freebsd-net@