From owner-freebsd-wireless@FreeBSD.ORG Sun Jun 14 13:50:22 2015 Return-Path: Delivered-To: freebsd-wireless@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCA755FB; Sun, 14 Jun 2015 13:50:22 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-vn0-x230.google.com (mail-vn0-x230.google.com [IPv6:2607:f8b0:400c:c0f::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 75B18A93; Sun, 14 Jun 2015 13:50:22 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by vnbf129 with SMTP id f129so11938475vnb.2; Sun, 14 Jun 2015 06:50:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZgWZmGjbE1IxXy+bpy3Yvi53Iby2hMb4QSXcaKzOVXU=; b=hrYqHuXfkJGTFLVw7Xj3Vu1+LdXnk7nyippB9gyPYrFMUl6YRwpBRy4wj5HLrKws58 lqm7M+ncgcv/yBcFoFdkLny6mv270RI1Q88GX34s4GAoCuvPzt4dcB9eyGSO21caO8zd NcJP0QvqcEUW4NufOUW3zUGeZelRoagTAe9phuxFYTjMcl0DAmVcjdjPpa6cj7Z1scL8 jOuFkIyZAsEGFpSvtOTQirw+YCcaZMgAMt9srOZPt252urqvDdtayVR/RkEIRxKFqN8k 9VyfLAYnOag5V3IV/aTCi8lqa4ZBI0ekxrwjjtUV2pvpu/9dNZq2hWmHT2g5ITfVTHsm zsBQ== MIME-Version: 1.0 X-Received: by 10.53.5.170 with SMTP id cn10mr11234215vdd.76.1434289821350; Sun, 14 Jun 2015 06:50:21 -0700 (PDT) Received: by 10.31.3.198 with HTTP; Sun, 14 Jun 2015 06:50:21 -0700 (PDT) In-Reply-To: References: <15089990.yCYE9Adp01@akita> Date: Sun, 14 Jun 2015 21:50:21 +0800 Message-ID: Subject: Re: Intel 3160/7260/7265 driver From: Ben Woods To: Rui Paulo Cc: "freebsd-wireless@freebsd.org" , "dchagin@freebsd.org" , "adrian@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2015 13:50:22 -0000 On Friday, June 5, 2015, Ben Woods wrote: > > Unfortunately, it seems to connect in 802.11b mode, >> > even though I have tried forcing it to 802.11g or 802.11n modes with >> > the following entry in /etc/rc.conf: >> > ifconfig_wlan0="mode 11n country AU channel 11 WPA DHCP" >> > >> > >> > "# service netif restart" gives the following errors: >> > ifconfig: SIOCSIFMEDIA (media): Device not configured >> > kernel: iwm0: iwm_load_firmware: chunk 0 of 3 returned error 35 >> > wpa_supplicant[1662]: ioctl[SIOCS80211, op=26, val=0, arg_len=0]: >> > Operation not supported >> > >> > >> > # ifconfig >> > iwm0: flags=8843 metric 0 mtu >> 2290 >> > ether 34:02:86:34:13:18 >> > nd6 options=29 >> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11b >> > status: associated >> > wlan0: flags=8843 metric 0 mtu >> 1500 >> > ether 34:02:86:34:13:18 >> > inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255 >> > nd6 options=29 >> > media: IEEE 802.11 Wireless Ethernet autoselect mode 11b >> > status: associated >> > ssid 17aHindmarshAve channel 11 (2462 MHz 11b) bssid 04:f0:21:14:c9:7d >> > regdomain ROW country AU authmode WPA2/802.11i privacy ON >> > deftxkey UNDEF AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 30 bmiss 10 >> > scanvalid 60 roaming MANUAL >> > groups: wlan >> > >> > >> > Note that the new Lenovo X1 Carbon gen3 has the same hardware, so >> > should give similar results. >> >> I'm not sure it's doing 11b. It's all firmware based, so it's probably >> doing >> 11g, but we're reporting it incorrectly. >> >> -- >> Rui Paulo >> > > The transfer speeds I am achieving support the theory that it is only > operating in 802.11b mode. > > I am achieving up to 600kB/s when I use fetch(1) to transfer a file from > an NFS mount, compared to 2000kB/s when I use my USB wifi dongle in 802.11g > mode with the run(4) driver. > > Regards, > Ben > Today I have updated my iwm driver to commit 7134abba35, and noticed 2 major improvements: 1. The driver now reports as using 802.11g 2. I now get between 1MBps and 1.2MBps download Nice improvements! Thanks again :) Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-wireless@FreeBSD.ORG Sun Jun 14 21:00:40 2015 Return-Path: Delivered-To: freebsd-wireless@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 601D1B20 for ; Sun, 14 Jun 2015 21:00:40 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50AD4A79 for ; Sun, 14 Jun 2015 21:00:40 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5EL0eaK015975 for ; Sun, 14 Jun 2015 21:00:40 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201506142100.t5EL0eaK015975@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: freebsd-wireless@FreeBSD.org Subject: Problem reports for freebsd-wireless@FreeBSD.org that need special attention X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Date: Sun, 14 Jun 2015 21:00:40 +0000 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2015 21:00:40 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 154598 | [ath] Atheros 5424/2424 can't connect to WPA netw Open | 163312 | [panic] [ath] kernel panic: page fault with ath0 Open | 166190 | [ath] TX hangs and frames stuck in TX queue Open | 166357 | [ath] 802.11n TX stall when the first frame in th Open | 169362 | [ath] AR5416: radar pulse PHY errors sometimes in 5 problems total for which you should take action. From owner-freebsd-wireless@FreeBSD.ORG Tue Jun 16 06:15:13 2015 Return-Path: Delivered-To: freebsd-wireless@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 858908AE for ; Tue, 16 Jun 2015 06:15:13 +0000 (UTC) (envelope-from si@gator3283.hostgator.com) Received: from gator3283.hostgator.com (gator3283.hostgator.com [198.57.247.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66821135 for ; Tue, 16 Jun 2015 06:15:10 +0000 (UTC) (envelope-from si@gator3283.hostgator.com) Received: from si by gator3283.hostgator.com with local (Exim 4.82) (envelope-from ) id 1Z4k9N-00013T-2K for freebsd-wireless@FreeBSD.org; Tue, 16 Jun 2015 01:15:09 -0500 To: freebsd-wireless@FreeBSD.org Subject: Payment for driving on toll road, invoice #000497312 X-PHP-Script: soutilaahi.com/post.php for 87.106.28.133 Date: Tue, 16 Jun 2015 01:15:09 -0500 From: "E-ZPass Support" Reply-To: "E-ZPass Support" Message-ID: X-Priority: 3 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator3283.hostgator.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [32261 500] / [47 12] X-AntiAbuse: Sender Address Domain - gator3283.hostgator.com X-BWhitelist: no X-Source-IP: X-Exim-ID: 1Z4k9N-00013T-2K X-Source: /opt/php52/bin/php-cgi X-Source-Args: /opt/php52/bin/php-cgi /home4/si/public_html/post.php X-Source-Dir: soutilaahi.com:/public_html X-Source-Sender: X-Source-Auth: si X-Email-Count: 58 X-Source-Cap: c2k7c2k7Z2F0b3IzMjgzLmhvc3RnYXRvci5jb20= Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 06:15:13 -0000 Notice to Appear, You have a debt to pay for using a toll road. You are kindly asked to pay your debt as soon as possible. You can find the invoice is in the attachment. Kind regards, Tracy Hendricks, E-ZPass Support. From owner-freebsd-wireless@FreeBSD.ORG Wed Jun 17 12:31:41 2015 Return-Path: Delivered-To: freebsd-wireless@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC22DD33 for ; Wed, 17 Jun 2015 12:31:41 +0000 (UTC) (envelope-from m.vale@live.com.au) Received: from COL004-OMC1S19.hotmail.com (col004-omc1s19.hotmail.com [65.55.34.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 831E2D0B for ; Wed, 17 Jun 2015 12:31:41 +0000 (UTC) (envelope-from m.vale@live.com.au) Received: from COL130-W93 ([65.55.34.7]) by COL004-OMC1S19.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Wed, 17 Jun 2015 04:43:04 -0700 X-TMN: [RM7gD/3AsJoYSCPszIFs8zn9dO17PJ02] X-Originating-Email: [m.vale@live.com.au] Message-ID: From: Michael Vale To: "freebsd-wireless@freebsd.org" Subject: an idea i've been pondering for a while Date: Wed, 17 Jun 2015 22:13:03 +1030 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 17 Jun 2015 11:43:04.0111 (UTC) FILETIME=[C56643F0:01D0A8F2] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 12:31:41 -0000 i ran this by adri=2C just thought i'd share it with the mailing list.creat= e sta with gateway set to ''any'' ssideitherwhen one station is associated = with AP=2C create another stationor modify iphone/android 'portable hotspot' AP with dhcp and /perhaps/ use uni= veral ssid or with individuallyallocated ssids=2C and have the station asso= ciate with =E1ny' ssid. AP - hostap mode =3D=3D no sleep - always listeningSTA backs off on carrier= sensing - this opens STA's up to receiving data from AP's in turn STA's ca= n sleep when no data is being transceived=2C and the AP's (clients)=2C are = always ready for their next turn What would be the easiest=2C best and most= effective is if the code was just changed so that a STA can havemultiple A= P's. to me this makes much more sense and is more like neurons firing = From owner-freebsd-wireless@FreeBSD.ORG Thu Jun 18 08:41:06 2015 Return-Path: Delivered-To: freebsd-wireless@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3708170 for ; Thu, 18 Jun 2015 08:41:06 +0000 (UTC) (envelope-from zsolty_szasz@yahoo.com) Received: from nm34-vm1.bullet.mail.ne1.yahoo.com (nm34-vm1.bullet.mail.ne1.yahoo.com [98.138.229.81]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D39DA3A for ; Thu, 18 Jun 2015 08:41:06 +0000 (UTC) (envelope-from zsolty_szasz@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1434616863; bh=a6S/GJGbfj4vR7OfwhAi3iVMRttI2XqqIeclitcdN9E=; h=Date:From:Reply-To:To:Subject:From:Subject; b=j7zbXyi0+XjEeJr82IuNEEyrrOuBGH7IT0dS8dcz+XXa3P8tlfAEHDz2N64wPyMNOiIMZnQxKlX/5DzCZRJc/qh/rBSK2q5RtUNQs2llxbQSMLxWJMK4baZCfJUrMXHMPmmmB54vMz/cPaFg2vt40wARsXj8P5Q9GjsLf/MVLVPWHAzEO97inL6BQcZCM9EZ6JTZleA2rp4IIRsIbGHcYJdw4U1gJKQh1l+n+viDVnsBeSgoTmwccO+cz+m60jkwUQbf9lVkRau4tSYVe5Z7KhdJfWs0fLBDrB75O7w9gw8tXey11oD0KDLmsZYP5q/7h+1PI251aoybduS+bwqPEA== Received: from [127.0.0.1] by nm34.bullet.mail.ne1.yahoo.com with NNFMP; 18 Jun 2015 08:41:03 -0000 Received: from [98.138.101.128] by nm34.bullet.mail.ne1.yahoo.com with NNFMP; 18 Jun 2015 08:38:03 -0000 Received: from [98.139.215.140] by tm16.bullet.mail.ne1.yahoo.com with NNFMP; 18 Jun 2015 08:38:03 -0000 Received: from [98.139.212.244] by tm11.bullet.mail.bf1.yahoo.com with NNFMP; 18 Jun 2015 08:38:03 -0000 Received: from [127.0.0.1] by omp1053.mail.bf1.yahoo.com with NNFMP; 18 Jun 2015 08:38:03 -0000 X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 337529.83281.bm@omp1053.mail.bf1.yahoo.com X-YMail-OSG: 6PdUFYkVM1kqIjbPrilIPLAe780cHiBd3QazzD8qPj2Ad_wAzCUirfB.T_THeHt MpgWCLBaasSodeByHLTODkR8PEwRTTLtx2yj5EDKHN7boNKLhtNPDOH.Kfe8IYP.0BZ5GA.y.aNp KEPsxHDG7yhv6B1ros.3SbvO5zdbUOFtb7EwpqpD2yeC7fSKhFj3l.LWndWZWD_3eX1KMtOKr46r 9vLkhBxI26S14rvGE8jKQwOj7Fjw91ABxlIVrbDLnNOdul7CxZIwIyOqHt8uhjYA99FBWvN27tCx iYsN_a.S2cVB80.ubtIP_A6.foYOnsqAKNsQb5nXcyAscVm3Pw5TfvCjT652_WKggE_Lqwha9P.1 PX1dxkarg0IS9SgUmQjxg9E_i.4hLxcjNbhgIhNnt5HFcK6peS0RawHIh6t1_U005fjdPVv8CHdN 0LoaLsXNfhrucBtkcCxoTGYIO9y9yMjmYjgBHfdAW7yMN.s9TeGN1Msqt_GulmR7nLLtK3X6sqqI JHLSK8ruhwVVU135IIW1tzJG0 Received: by 76.13.26.143; Thu, 18 Jun 2015 08:38:02 +0000 Date: Thu, 18 Jun 2015 08:38:02 +0000 (UTC) From: zsolty szasz Reply-To: zsolty szasz To: "freebsd-wireless@freebsd.org" Message-ID: <716422696.1187863.1434616682661.JavaMail.yahoo@mail.yahoo.com> Subject: trouble connecting to wifi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2015 08:41:06 -0000 Hi,=C2=A0 I am using pfsense 2.2.2 at home. I have a computer dedicated to be a home = router which contains a PCI slot wireless adapter with Atheros 9227 chipset= . The model of the wireless adapter is TP-Link TL-WN51ND and it has two ant= ennas. This comply with IEEE 802.11n, and provides wireless speed up to 300= Mbps according to the manufacturer.=C2=A0 This adapter was recognized well by pfsense and I have setup with ease in "= N" using channel 3 - I live in a crowded neighborhood and I saw that nobody= is using channel 3. With this settings the wifi is working fine one or two= days but after that I have to do something like "ifconfig ath0 down | ifco= nfig ath0 up" to work again a couple of days more. The issue is that from m= y laptop or phones I can see my wifi but I cant connect. I also receive a l= ot of "ath0 stuck beacon resetting" messages in pfsense.=C2=A0For a couple = of weeks I changed back to "G" mode to see if its stable and its working pe= rfectly stable with no ath0 stuck beacon messages at all!=C2=A0 I really would like to use in "N" because of greater download speeds but I'= m lazy to go every time in front of the router and type ifconfig ath0 down/= up every time. So please advise me what can I do, or check or setup. Kind regards, From owner-freebsd-wireless@FreeBSD.ORG Thu Jun 18 13:12:01 2015 Return-Path: Delivered-To: freebsd-wireless@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94594868 for ; Thu, 18 Jun 2015 13:12:01 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D9EF9C5 for ; Thu, 18 Jun 2015 13:12:01 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igblz2 with SMTP id lz2so59117993igb.1 for ; Thu, 18 Jun 2015 06:12:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=1omzmqq76U7qq52mBvbGkmaum+Odys40QOB0SyzXWIo=; b=YNaWqIUkdiprjfRaXqtMN7IyHdqzLqwST8QqZed452Vpk9pm5wgll3jGCPIjxboCnq lAvRaWb7TEUhFxjA9hbodJrGMj9Yn+fQXmhf5f+9PhJL+SZf1U5buz24sQ1fziiSiG8K SQnskZtRBU8IDImU+pB4gUSoyS//kS0tujlfS/mGMIG19N2CEldVy8pBxAjqPtk0JJh6 +60Ms9prZ5yg1hAMl64Dn25i/8EMaUet1AvLL2QU5Ru6KLlmypzYl+Bw/ecMyws9W55g Iqa/kIFFYkCocGvu+Oaue/mLELLsO/iDf4dXOuiv2JZwUnsx06bBUPCRm52JSOOnbM6e e4MQ== MIME-Version: 1.0 X-Received: by 10.42.176.8 with SMTP id bc8mr5725872icb.22.1434633120674; Thu, 18 Jun 2015 06:12:00 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Thu, 18 Jun 2015 06:12:00 -0700 (PDT) In-Reply-To: <716422696.1187863.1434616682661.JavaMail.yahoo@mail.yahoo.com> References: <716422696.1187863.1434616682661.JavaMail.yahoo@mail.yahoo.com> Date: Thu, 18 Jun 2015 06:12:00 -0700 X-Google-Sender-Auth: 91s4LbtMYle1E7X79GxNf-6Msmo Message-ID: Subject: Re: trouble connecting to wifi From: Adrian Chadd To: zsolty szasz Cc: "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2015 13:12:01 -0000 On 18 June 2015 at 01:38, zsolty szasz via freebsd-wireless wrote: > Hi, > > I am using pfsense 2.2.2 at home. I have a computer dedicated to be a hom= e router which contains a PCI slot wireless adapter with Atheros 9227 chips= et. The model of the wireless adapter is TP-Link TL-WN51ND and it has two a= ntennas. This comply with IEEE 802.11n, and provides wireless speed up to 3= 00Mbps according to the manufacturer. > This adapter was recognized well by pfsense and I have setup with ease in= "N" using channel 3 - I live in a crowded neighborhood and I saw that nobo= dy is using channel 3. With this settings the wifi is working fine one or t= wo days but after that I have to do something like "ifconfig ath0 down | if= config ath0 up" to work again a couple of days more. The issue is that from= my laptop or phones I can see my wifi but I cant connect. I also receive a= lot of "ath0 stuck beacon resetting" messages in pfsense. For a couple of = weeks I changed back to "G" mode to see if its stable and its working perfe= ctly stable with no ath0 stuck beacon messages at all! > I really would like to use in "N" because of greater download speeds but = I'm lazy to go every time in front of the router and type ifconfig ath0 dow= n/up every time. So please advise me what can I do, or check or setup. > Kind regards, Hi, So: * Set dev.ath.0.hal.force_full_reset=3D1 ; see if that helps * Since 11n is not working but 11g does, it may be something to do with using 11n features. 11n is always /configured/ in the NIC. So, try doing this: # ifconfig wlan0 -ampdutx .. to disable AMPDU transmit. See if that makes it behave differently. -adrian From owner-freebsd-wireless@FreeBSD.ORG Thu Jun 18 19:38:36 2015 Return-Path: Delivered-To: freebsd-wireless@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48D7A4A9 for ; Thu, 18 Jun 2015 19:38:36 +0000 (UTC) (envelope-from adele@leadnurturings.com) Received: from mail.championlists.com (championlists.com [182.71.240.36]) by mx1.freebsd.org (Postfix) with ESMTP id A537090D for ; Thu, 18 Jun 2015 19:38:35 +0000 (UTC) (envelope-from adele@leadnurturings.com) Received: from localhost (localhost [127.0.0.1]) by mail.championlists.com (Postfix) with ESMTP id C2E491469829 for ; Thu, 18 Jun 2015 15:08:33 -0400 (EDT) Received: from mail.championlists.com ([127.0.0.1]) by localhost (mail.championlists.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 78Ndi37SCVQW for ; Thu, 18 Jun 2015 15:08:33 -0400 (EDT) Received: from WSC44 (unknown [182.71.240.45]) by mail.championlists.com (Postfix) with ESMTPSA id 8A262146A08F for ; Thu, 18 Jun 2015 12:48:55 -0400 (EDT) From: "Adele Smith" To: Subject: Manufacturing Industry Professionals List Date: Thu, 18 Jun 2015 09:50:14 -0700 Message-ID: <26ea01d0a9e6$d918fc90$8b4af5b0$@com> MIME-Version: 1.0 X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdCp5tg9mPnveHA2RCufGBtxV5RMEw== Importance: High Content-Language: en-us Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2015 19:38:36 -0000 Hi , Would you be interested in acquiring contacts from the Manufacturing Industry Professionals List 2015? Which includes complete verified email addresses of - CEO's, CFO's, Manufacturers, Industrial Machinery Mechanics, Aerospace/Aviation Engineers, Constructors, Various Contractors, Event Planners, Expo Organizers, Transporters, Couriers, Logistics, Warehouse Providers, Automobile Engineers, Steel Manufacturers, Operation Technicians, Food Manufacturers, Fluid Power Manufacturers, Textile Manufacturers, Rubber & Plastic Manufacturers, Papers Manufacturers, Equipment Manufacturers, Wood Product Manufacturers, Civil Engineers, Industrial Engineers, Lodging/Restaurants, Industrial Production Managers, Electrical Engineers, Chemical Manufacturers, Medical Device Manufacturers, Audio and Video Equipment Technicians, Mechanical Engineers, Commercial and Industrial Designers, and many more across US/UK/Global. If your target audience is not mentioned above, kindly let me know. Kindly, revert with your target criteria that you are targeting to reach so that we can get back to you with the total no of records and other relevant information. Target Industry : _____________ Target Geography : ______________ Target Job Title : _______________ Looking forward to connect with you! Thanks and Regards, Adele Smith Marketing Executive Our Services Include: - Email Campaign, Email, and Data Appending Services, Website Design and Development, E-Commerce Solutions, IT Services, BPO Services Etc... From owner-freebsd-wireless@FreeBSD.ORG Sat Jun 20 11:26:46 2015 Return-Path: Delivered-To: freebsd-wireless@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B408DDEB for ; Sat, 20 Jun 2015 11:26:46 +0000 (UTC) (envelope-from zsolty_szasz@yahoo.com) Received: from nm2-vm1.bullet.mail.bf1.yahoo.com (nm2-vm1.bullet.mail.bf1.yahoo.com [98.139.213.158]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5052FBFF for ; Sat, 20 Jun 2015 11:26:45 +0000 (UTC) (envelope-from zsolty_szasz@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1434799504; bh=7cGPoQwz+f464dc4CqJ5Yzy2zNkaZZymkx3Bee59+pM=; h=Date:From:To:Subject:References:In-Reply-To:From:Subject; b=EW1VWewIYHXuELxd6DmFvzFI+98cW9pSZs/RNhHhnmi5Yr3GFHJF7n1RNKYmomGoJWNG30vsq2c9P7vMzACfb8zACjzj/LBJbeucQmQOFGQ6SiESVVH1hJWYhdUlD7Vkherav+GEXqYva+bEKx4OmyHQUeWusEmT1vC2othRPx5Nt1ogWPDLwQXcXAKLOqAODZmMZb0ouOKSM4gYxFMYrhjYbrptU38rLfJ4tnvQxNuQl7/G6mw+7ZPDhioQGZkSzzp97XrwibDW30lKXPNmI7p88nyrU9e7+7jXfA71klHy0uASdom7GYmBXWwK0+nie1jwJxmZeINZhifVyoevnQ== Received: from [66.196.81.173] by nm2.bullet.mail.bf1.yahoo.com with NNFMP; 20 Jun 2015 11:25:04 -0000 Received: from [98.139.213.10] by tm19.bullet.mail.bf1.yahoo.com with NNFMP; 20 Jun 2015 11:25:04 -0000 Received: from [127.0.0.1] by smtp110.mail.bf1.yahoo.com with NNFMP; 20 Jun 2015 11:25:04 -0000 X-Yahoo-Newman-Id: 358058.13653.bm@smtp110.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 8pbd0EMVM1nLB0VcDiBAWSsNpXxBleUGLHccf18pHUc3tRQ 7mqazdlfOArnX1s0vzNnvq.GjruLMTgreBMRNLmoDLyH5CIrQqOYIvuSaqul _jg1QxM1tnUp324KLoEvY5Zy79hqCOJr47Yqj5mOdmog9JI_jehHkojBXaWo mmNyAJ.LU5CySun5oPpqQh9c9lo0oc5WjLKCD3elrwMESTs8BISUuJ.Hzhd3 ij4iV2FwLJT5pnigavysw9uOHo_Vwi7wDFpGfI2MMcRPxGhh3sSLwRyrfR2i LyvwxgSAHR42.DvoqCt7iEfauiB09cycreFy54yfjqLk.ASHe0kysZ0LW9h6 T.PWccb.Q4dcamxP6t2AuPbUkN1KffnXc5KeAs8sA7ZijO9sbHlvrTjnq9Du fk0ceACk8IsUphzFAUscP6UpJ_V5ZAWU_Sufy_RSLOCT_sbxVNYNLSPR5I2C 2Scg3OlEkXYyIqUk7_ZNNbIT_kq8Gn_9Lzo_38tII61pO30aXFALGTS6EYDz .3UVgEXdNWzzmf1GQOxSpm9r.D7f3PpoegQ7hFvY- X-Yahoo-SMTP: 5y9VXDCswBBSOv5OTvOKSRzDQZXeB9iZDw-- Message-ID: <55854D93.4090306@yahoo.com> Date: Sat, 20 Jun 2015 14:25:07 +0300 From: Zsolt SZASZ User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-wireless@freebsd.org Subject: Fwd: Re: trouble connecting to wifi References: <55846575.8000501@yahoo.com> In-Reply-To: <55846575.8000501@yahoo.com> X-Forwarded-Message-Id: <55846575.8000501@yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2015 11:26:47 -0000 Hi, * dev.ath.0.hal.force_full_reset=1 <- its already setup, this is nothing to do with the ability to connect with my devices to the wifi, but it helps me to have a smoother download - without this I have interruptions (spikes) when I download - so its a good thing. Then I tried: # ifconfig ath0_wlan0 -ampdutx but it hurts my download speeds. Without this I achieve download speeds like 15-17MB/sec but when this is active I've got only 3MB/sec. Also, I don't know if my wifi is stable with this setting on, I need more days to check :) On 6/18/2015 4:12 PM, Adrian Chadd wrote: > On 18 June 2015 at 01:38, zsolty szasz via freebsd-wireless > wrote: >> Hi, >> >> I am using pfsense 2.2.2 at home. I have a computer dedicated to be a home router which contains a PCI slot wireless adapter with Atheros 9227 chipset. The model of the wireless adapter is TP-Link TL-WN51ND and it has two antennas. This comply with IEEE 802.11n, and provides wireless speed up to 300Mbps according to the manufacturer. >> This adapter was recognized well by pfsense and I have setup with ease in "N" using channel 3 - I live in a crowded neighborhood and I saw that nobody is using channel 3. With this settings the wifi is working fine one or two days but after that I have to do something like "ifconfig ath0 down | ifconfig ath0 up" to work again a couple of days more. The issue is that from my laptop or phones I can see my wifi but I cant connect. I also receive a lot of "ath0 stuck beacon resetting" messages in pfsense. For a couple of weeks I changed back to "G" mode to see if its stable and its working perfectly stable with no ath0 stuck beacon messages at all! >> I really would like to use in "N" because of greater download speeds but I'm lazy to go every time in front of the router and type ifconfig ath0 down/up every time. So please advise me what can I do, or check or setup. >> Kind regards, > Hi, > > So: > > * Set dev.ath.0.hal.force_full_reset=1 ; see if that helps > * Since 11n is not working but 11g does, it may be something to do > with using 11n features. 11n is always /configured/ in the NIC. So, > try doing this: > > # ifconfig wlan0 -ampdutx > > .. to disable AMPDU transmit. See if that makes it behave differently. > > > > -adrian From owner-freebsd-wireless@FreeBSD.ORG Sat Jun 20 15:00:43 2015 Return-Path: Delivered-To: freebsd-wireless@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 451B3A80 for ; Sat, 20 Jun 2015 15:00:43 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ie0-x22f.google.com (mail-ie0-x22f.google.com [IPv6:2607:f8b0:4001:c03::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E5AE262 for ; Sat, 20 Jun 2015 15:00:43 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iecrd14 with SMTP id rd14so91247689iec.3 for ; Sat, 20 Jun 2015 08:00:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=QvCpIHt5LdDZwXX62vK+n53HUQWsOec0L6riUeSBtFc=; b=iruCqPgFKjQyrsqoLPX1KLVj5pXKbajSdf7FSB5uFkUFd6IZJ+p9KNt2QR6vjGxgux qE8b/mClSMdnR6N3UVTtguAh3/T76G2ESX1UsajIFjqb8AvodNewXwBBFPTNFgmlfIX8 Kgyp157Xw2MMgoP5xLD0gYKamD1kefp+Vn1IvD3/+0InVIVmAcBd/vv9L57TiRQXrgm8 c6m1kLSorI2bo17/m1LgvmDPhP/hGKYH+jCTA7VLcRu3wFJ6sdYIvqyplgNWRKWssTNh Hzz5z3FvrP4gZoLIC8nXiUD64oG6gBwLfY6ST58qkUmdygI4uU7zUOSSTeQ6xd1dJn8H Ia5w== MIME-Version: 1.0 X-Received: by 10.107.164.70 with SMTP id n67mr28791875ioe.8.1434812442318; Sat, 20 Jun 2015 08:00:42 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Sat, 20 Jun 2015 08:00:42 -0700 (PDT) In-Reply-To: <55846575.8000501@yahoo.com> References: <716422696.1187863.1434616682661.JavaMail.yahoo@mail.yahoo.com> <55846575.8000501@yahoo.com> Date: Sat, 20 Jun 2015 11:00:42 -0400 X-Google-Sender-Auth: zOHjksZff6TdyxH_6pZITBo8e2o Message-ID: Subject: Re: trouble connecting to wifi From: Adrian Chadd To: Zsolt SZASZ , "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2015 15:00:43 -0000 Hi, yes - this'll hurt performance, but I'm more interested in whether disabling ampdutx affects performance/stability. If disabling AMPDU TX (but leaving AMPDU RX enabled) reduces the instability/stuck beacons then I have more useful information. -adrian On 19 June 2015 at 14:54, Zsolt SZASZ wrote: > Hi, > > * dev.ath.0.hal.force_full_reset=1 <- its already setup, this is nothing to > do with the ability to connect with my devices to the wifi, but it helps me > to have a smoother download - without this I have interruptions (spikes) > when I download - so its a good thing. > > Then I tried: > # ifconfig ath0_wlan0 -ampdutx but it hurts my download speeds. Without this > I achieve download speeds like 15-17MB/sec but when this is active I've got > only 3MB/sec. Also, I don't know if my wifi is stable with this setting on, > I need more days to check :) > > > > On 6/18/2015 4:12 PM, Adrian Chadd wrote: >> >> On 18 June 2015 at 01:38, zsolty szasz via freebsd-wireless >> wrote: >>> >>> Hi, >>> >>> I am using pfsense 2.2.2 at home. I have a computer dedicated to be a >>> home router which contains a PCI slot wireless adapter with Atheros 9227 >>> chipset. The model of the wireless adapter is TP-Link TL-WN51ND and it has >>> two antennas. This comply with IEEE 802.11n, and provides wireless speed up >>> to 300Mbps according to the manufacturer. >>> This adapter was recognized well by pfsense and I have setup with ease in >>> "N" using channel 3 - I live in a crowded neighborhood and I saw that nobody >>> is using channel 3. With this settings the wifi is working fine one or two >>> days but after that I have to do something like "ifconfig ath0 down | >>> ifconfig ath0 up" to work again a couple of days more. The issue is that >>> from my laptop or phones I can see my wifi but I cant connect. I also >>> receive a lot of "ath0 stuck beacon resetting" messages in pfsense. For a >>> couple of weeks I changed back to "G" mode to see if its stable and its >>> working perfectly stable with no ath0 stuck beacon messages at all! >>> I really would like to use in "N" because of greater download speeds but >>> I'm lazy to go every time in front of the router and type ifconfig ath0 >>> down/up every time. So please advise me what can I do, or check or setup. >>> Kind regards, >> >> Hi, >> >> So: >> >> * Set dev.ath.0.hal.force_full_reset=1 ; see if that helps >> * Since 11n is not working but 11g does, it may be something to do >> with using 11n features. 11n is always /configured/ in the NIC. So, >> try doing this: >> >> # ifconfig wlan0 -ampdutx >> >> .. to disable AMPDU transmit. See if that makes it behave differently. >> >> >> >> -adrian > >