From owner-freebsd-wireless@freebsd.org Sun Apr 21 07:19:44 2019 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 702DE15849D7 for ; Sun, 21 Apr 2019 07:19:44 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 365B58EACC for ; Sun, 21 Apr 2019 07:19:42 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [188.174.55.23] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1hI6lH-0001NH-Qn; Sun, 21 Apr 2019 09:19:39 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id x3L7JcDB059227 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sun, 21 Apr 2019 09:19:38 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id x3L7Jco3059226; Sun, 21 Apr 2019 09:19:38 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Sun, 21 Apr 2019 09:19:38 +0200 From: Matthias Apitz To: freebsd-wireless@freebsd.org Subject: Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD Message-ID: <20190421071938.GA59008@c720-r342378> Reply-To: Matthias Apitz References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 13.0-CURRENT r342378 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. User-Agent: Mutt/1.11.1 (2018-12-01) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 188.174.55.23 X-Rspamd-Queue-Id: 365B58EACC X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-4.77 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_REPLYTO(0.00)[guru@unixarea.de]; HAS_XOIP(0.00)[]; TO_DN_SOME(0.00)[]; IP_SCORE(-3.08)[ip: (-8.89), ipnet: 178.254.0.0/19(-3.62), asn: 42730(-2.87), country: DE(-0.01)]; HAS_XAW(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mail.unixarea.de]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; RCVD_IN_DNSWL_LOW(-0.10)[101.4.254.178.list.dnswl.org : 127.0.5.1]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:42730, ipnet:178.254.0.0/19, country:DE]; MIME_TRACE(0.00)[0:+]; RECEIVED_SPAMHAUS_PBL(0.00)[23.55.174.188.zen.spamhaus.org : 127.0.0.10]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TAGGED_RCPT(0.00)[]; DMARC_NA(0.00)[unixarea.de]; AUTH_NA(1.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; FREEMAIL_CC(0.00)[gmail.com]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.29 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, 21 Apr 2019 07:19:44 -0000 El día sábado, abril 20, 2019 a las 02:16:49p. m. +0300, Serge Semenenko escribió: > Hi > > It works for me with such section in devd.conf > > attach 200 { > device-name "ubt[0-9]+"; > match "vendor" "0x0cf3"; > match "product" "0xe006"; > action "sleep 2 && /usr/sbin/ath3kfw -d $ugen && sleep 2 && /etc/rc.d/bluetooth quietstart $device-name"; > }; I have added the above lines to /etc/devd.conf, ofc with the vendor and product ID of my chip: $ usbconfig ... ugen0.3: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA) and place the firmware in the directory where /usr/sbin/ath3kfw is looking for it, into /usr/share/firmware/ath3k/ar3k/ The problem remains: no device /dev/ubt0 gets created (and the attach rule does not apply. When I change 'attach 200' to 'notify 100', /usr/sbin/ath3kfw gets called and the firmware gets loaded into the chip. But nothing of BT does work. I think some of the nd_*.ko modules do not attach and due to this the device is not created. matthias -- Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub N € I N zur EU! "Gegen das EU-Europa der Banken, Konzerne und Kriegstreiber. Für ein soziales und friedliches Europa der Völker." DKP From owner-freebsd-wireless@freebsd.org Sun Apr 21 21:00:50 2019 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8439158469E for ; Sun, 21 Apr 2019 21:00:50 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4615A89D92 for ; Sun, 21 Apr 2019 21:00:50 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0A9FD1584694; Sun, 21 Apr 2019 21:00:50 +0000 (UTC) Delivered-To: wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED5981584690 for ; Sun, 21 Apr 2019 21:00:49 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BDE889D8B for ; Sun, 21 Apr 2019 21:00:49 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id D034B16C74 for ; Sun, 21 Apr 2019 21:00:48 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x3LL0mPE048509 for ; Sun, 21 Apr 2019 21:00:48 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x3LL0mVN048501 for wireless@FreeBSD.org; Sun, 21 Apr 2019 21:00:48 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201904212100.x3LL0mVN048501@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: wireless@FreeBSD.org Subject: Problem reports for wireless@FreeBSD.org that need special attention Date: Sun, 21 Apr 2019 21:00:48 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.29 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, 21 Apr 2019 21:00:51 -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 | 211689 | panic with lagg failover wireless ath and iwm 2 problems total for which you should take action. From owner-freebsd-wireless@freebsd.org Mon Apr 22 00:44:47 2019 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F044E158A16F for ; Mon, 22 Apr 2019 00:44:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8849069C9C for ; Mon, 22 Apr 2019 00:44:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 48F42158A16E; Mon, 22 Apr 2019 00:44:46 +0000 (UTC) Delivered-To: wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36C11158A16D for ; Mon, 22 Apr 2019 00:44:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BA04569C91 for ; Mon, 22 Apr 2019 00:44:45 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id E8E6D18DE4 for ; Mon, 22 Apr 2019 00:44:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x3M0iiRq033536 for ; Mon, 22 Apr 2019 00:44:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x3M0iiXB033534 for wireless@FreeBSD.org; Mon, 22 Apr 2019 00:44:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: wireless@FreeBSD.org Subject: [Bug 203827] hostapd getting stuck with net.bpf.zerocopy_enable=1 Date: Mon, 22 Apr 2019 00:44:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: wireless@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 22 Apr 2019 00:44:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203827 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: bar Date: Mon Apr 22 00:44:35 UTC 2019 New revision: 499598 URL: https://svnweb.freebsd.org/changeset/ports/499598 Log: Fix build with upnp 1.8.x. PR: 203827 Submitted by:Tobias Kortkamp Changes: head/net-p2p/amule/files/patch-m4_libupnp.m4 head/net-p2p/amule/files/patch-src_UPnPBase.cpp head/net-p2p/amule/files/patch-src_UPnPBase.h --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-wireless@freebsd.org Tue Apr 23 19:37:42 2019 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51E8315807EA for ; Tue, 23 Apr 2019 19:37:42 +0000 (UTC) (envelope-from serge.a1@gmail.com) Received: from mail-io1-xd33.google.com (mail-io1-xd33.google.com [IPv6:2607:f8b0:4864:20::d33]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA53C882BE for ; Tue, 23 Apr 2019 19:37:40 +0000 (UTC) (envelope-from serge.a1@gmail.com) Received: by mail-io1-xd33.google.com with SMTP id i21so13090873iol.7 for ; Tue, 23 Apr 2019 12:37:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=i/CH909X+1GsUkW4jm9lbJRUqd7+hMtu2c5bWsvaSxM=; b=pbzsHePwxoIUTsKy4lQXX7R/5GUsB90ZXdRc5eElFcNOAPiuqUl77wNlg+0m/T387P BqQ2XJE0cGAlWOQDUUhLlz3iwNQM7ns/464kEPERyPNXGVeMxSfAQeiKnBhU2va/aCtK Ima8PwjhlKTDdiwGLl8q4sVAsgp6ZATu1Te1RV618a8xLOEECVaXESeEk0ekRgdRJZgV /AcNUNbF4OLHleicZmTcfeJCFDXjF9hacxtnZYVAAHaZSkksZ556OgLu/0m9anx7/byB G1tRQJZXSBuIquZEFh+1ljQzSrrYsmgSakLFNRo+bh4ax90Ar/H2RIMPV4EjTBHcvACm UI8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=i/CH909X+1GsUkW4jm9lbJRUqd7+hMtu2c5bWsvaSxM=; b=S4fy07tHr1zawXhQSgI5hEP1rv55dUIpysIDPcQ0qnzDTZfXDNUtAjwuELodpeUyT1 yciWGPScV6gXzx4Gvtrjgr2XQilI/CF8CpsSj6it+gAv+SLBtKnu9KbyuCijFo7F7fHu Tu7X0jFXs5yD+TbTQCB6lgkfFM1n9HxWa/+O+Drmt3UuTTLd/ijssXngz1DhWFb18c1/ dnj1BgWPKehgeFOC7IjLmv8fzVRROlvns6E0pWKwLCNrMWFWy1TkcDwlnXTb9CRoXYKH Pd1YhF6h+yKKdKEzCRHpulxmYLvNW+qlRT3/dtiEuN0C3upxL+0nwc6ZiT5ZPzt3fRrZ 0tuw== X-Gm-Message-State: APjAAAV6V0xeO6UbxqMGvMn3DkJhTcDLtG4QG+zRQNAySqclp6OEKhlI 3qi5KDMoj5JnVvVcr//8/wBkqCQ4ChcCdNLoDQ== X-Google-Smtp-Source: APXvYqziAKDvI7FkSUr6ZZ2HZjguvMnPcf4pZ+7ZiGYvDmW3umzMCjnS9y74xdJJuxpR8VgwefHjQUv87bR8NZwfAVM= X-Received: by 2002:a5d:83c2:: with SMTP id u2mr18194137ior.288.1556048260009; Tue, 23 Apr 2019 12:37:40 -0700 (PDT) MIME-Version: 1.0 References: <20190421071938.GA59008@c720-r342378> In-Reply-To: <20190421071938.GA59008@c720-r342378> From: Serge Semenenko Date: Tue, 23 Apr 2019 22:37:12 +0300 Message-ID: Subject: Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD To: Matthias Apitz Cc: freebsd-wireless@freebsd.org, Adrian Chadd X-Rspamd-Queue-Id: EA53C882BE X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=pbzsHePw; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of sergea1@gmail.com designates 2607:f8b0:4864:20::d33 as permitted sender) smtp.mailfrom=sergea1@gmail.com X-Spamd-Result: default: False [-6.70 / 15.00]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; FREEMAIL_FROM(0.00)[gmail.com]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.91)[-0.907,0]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TAGGED_RCPT(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-wireless@freebsd.org]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[3.3.d.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; IP_SCORE(-2.79)[ip: (-8.47), ipnet: 2607:f8b0::/32(-3.14), asn: 15169(-2.26), country: US(-0.06)]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.29 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, 23 Apr 2019 19:37:42 -0000 Could it matter that I load modules from rc.conf? kld_list=3D"if_ath if_ath_pci linux linsysfs linprocfs xhci umass ums snd_h= da /boot/modules/i915kms.ko /boot/modules/acpi_call.ko" =D0=B2=D1=81, 21 =D0=B0=D0=BF=D1=80. 2019 =D0=B3. =D0=B2 11:05, Matthias Ap= itz : > El d=C3=ADa s=C3=A1bado, abril 20, 2019 a las 02:16:49p. m. +0300, Serge = Semenenko > escribi=C3=B3: > > > Hi > > > > It works for me with such section in devd.conf > > > > attach 200 { > > device-name "ubt[0-9]+"; > > match "vendor" "0x0cf3"; > > match "product" "0xe006"; > > action "sleep 2 && /usr/sbin/ath3kfw -d $ugen && sleep 2 && > /etc/rc.d/bluetooth quietstart $device-name"; > > }; > > I have added the above lines to /etc/devd.conf, ofc with the vendor and > product ID of my chip: > > $ usbconfig > ... > ugen0.3: at usbus0, cfg=3D0 md=3DHOST spd= =3DFULL > (12Mbps) pwr=3DON (100mA) > > and place the firmware in the directory where /usr/sbin/ath3kfw is > looking for it, into /usr/share/firmware/ath3k/ar3k/ > > The problem remains: no device /dev/ubt0 gets created (and the attach > rule does not apply. > > When I change 'attach 200' to 'notify 100', /usr/sbin/ath3kfw gets > called and the firmware gets loaded into the chip. But nothing of BT does > work. > > I think some of the nd_*.ko modules do not attach and due to this the > device is not created. > > matthias > > -- > Matthias Apitz, =E2=9C=89 guru@unixarea.de, http://www.unixarea.de/ > +49-176-38902045 > Public GnuPG key: http://www.unixarea.de/key.pub > N =E2=82=AC I N zur EU! > "Gegen das EU-Europa der Banken, Konzerne und Kriegstreiber. > F=C3=BCr ein soziales und friedliches Europa der V=C3=B6lker." DKP > From owner-freebsd-wireless@freebsd.org Tue Apr 23 19:39:37 2019 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BA5A1580852 for ; Tue, 23 Apr 2019 19:39:37 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B89F88326 for ; Tue, 23 Apr 2019 19:39:36 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wr1-x430.google.com with SMTP id a9so4161643wrp.6 for ; Tue, 23 Apr 2019 12:39:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=v/4EO/qehutzxpJexV4Tl3vfs/AzpixPkE8WlGtaEVA=; b=np1IIt4oSGkn27JLQMVAZC9BOV6JZCrsreWsXO2pUaPk90jc+vslSv9mJQMGFkP3rp UPXnoGRXpiTW3t2MVYrEE1h1SPhgYkR2/ivhknDKMQb10xdWgnVH6E8VcPLNgmyS+Yw+ vJ/bpgAjt6IA3n1bF505316EYwoG1aSmlEMIrhch6UMilUJVpY/OUiLE2VXnDkhCvDAE xwdzoZn83aptc/+brdaKjf8f4EUGPujRX/HWw9Frf8kbylNgGx2eX2TLB5FZCqhuxyGE tOXMxNUBxCgozRF9Xn0jUWOcDvAY3afAl7wDNxkSfziGwHWBeNApH+6UXnQVc/go8AUd SeBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=v/4EO/qehutzxpJexV4Tl3vfs/AzpixPkE8WlGtaEVA=; b=e7zU+BQaJKp3f8OA0TXNegOfJ7o5wAMqZDNRkwkEn8VG9qXb/dC1PrIlFqJoJYS5pe Jg0lwdU7p7Webw0J/b7swh5wINiQCk4gaJUEbBYrjCjdHUbb4Ugf0aKbaS4lqz3OXrOK xn+/aMeOzNUzd9CuKPXKAR8olUCVMb7eXG2odPZy1uW2DReseaXlu80fRHIECjE4XBJ9 H5gdv9ugNw7Zzi7eD9JtldcEbRArmjqGDPAF16n3tiHHbaozAwfGkQd5Q2fMuH3PNv+g Ge91/uSzu7JxSnAG0FBHmy+UfgYLA70mQ5cT5YR7/wfHUt+Cpys9ip6Te7kq6lF4n5RM +SBQ== X-Gm-Message-State: APjAAAXsDdPO6BJ/G6a9ghBqfeJcp1hHrlOoROs8JmR7u+3mG0DRYVMO lsc8S+rhrq6QO0B0KdhfG50RhJy6hJ3nGPiAvB8= X-Google-Smtp-Source: APXvYqzMGiqKIw4BPEPgAUmW87DDs9w+mmoTrKFCYkQzM1k3mUhn5zurmyC+7N5ZgpAe9DcqiCDwwitqBND1eUsxW4M= X-Received: by 2002:adf:c788:: with SMTP id l8mr18262154wrg.143.1556048374020; Tue, 23 Apr 2019 12:39:34 -0700 (PDT) MIME-Version: 1.0 References: <20190421071938.GA59008@c720-r342378> In-Reply-To: From: Adrian Chadd Date: Tue, 23 Apr 2019 12:39:20 -0700 Message-ID: Subject: Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD To: Serge Semenenko Cc: Matthias Apitz , "freebsd-wireless@freebsd.org" X-Rspamd-Queue-Id: 1B89F88326 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=np1IIt4o; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of adrianchadd@gmail.com designates 2a00:1450:4864:20::430 as permitted sender) smtp.mailfrom=adrianchadd@gmail.com X-Spamd-Result: default: False [-6.74 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; FREEMAIL_FROM(0.00)[gmail.com]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_SHORT(-0.91)[-0.908,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TAGGED_RCPT(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-wireless@freebsd.org]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[0.3.4.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.5.4.1.0.0.a.2.list.dnswl.org : 127.0.5.0]; IP_SCORE(-2.82)[ip: (-9.42), ipnet: 2a00:1450::/32(-2.37), asn: 15169(-2.27), country: US(-0.06)]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.29 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, 23 Apr 2019 19:39:37 -0000 Do you have the kernel environment variable setup to say it's a WB222? -a On Tue, 23 Apr 2019 at 12:37, Serge Semenenko wrote: > Could it matter that I load modules from rc.conf? > > kld_list=3D"if_ath if_ath_pci linux linsysfs linprocfs xhci umass ums > snd_hda /boot/modules/i915kms.ko /boot/modules/acpi_call.ko" > > =D0=B2=D1=81, 21 =D0=B0=D0=BF=D1=80. 2019 =D0=B3. =D0=B2 11:05, Matthias = Apitz : > >> El d=C3=ADa s=C3=A1bado, abril 20, 2019 a las 02:16:49p. m. +0300, Serge= Semenenko >> escribi=C3=B3: >> >> > Hi >> > >> > It works for me with such section in devd.conf >> > >> > attach 200 { >> > device-name "ubt[0-9]+"; >> > match "vendor" "0x0cf3"; >> > match "product" "0xe006"; >> > action "sleep 2 && /usr/sbin/ath3kfw -d $ugen && sleep 2 && >> /etc/rc.d/bluetooth quietstart $device-name"; >> > }; >> >> I have added the above lines to /etc/devd.conf, ofc with the vendor and >> product ID of my chip: >> >> $ usbconfig >> ... >> ugen0.3: at usbus0, cfg=3D0 md=3DHOST spd= =3DFULL >> (12Mbps) pwr=3DON (100mA) >> >> and place the firmware in the directory where /usr/sbin/ath3kfw is >> looking for it, into /usr/share/firmware/ath3k/ar3k/ >> >> The problem remains: no device /dev/ubt0 gets created (and the attach >> rule does not apply. >> >> When I change 'attach 200' to 'notify 100', /usr/sbin/ath3kfw gets >> called and the firmware gets loaded into the chip. But nothing of BT doe= s >> work. >> >> I think some of the nd_*.ko modules do not attach and due to this the >> device is not created. >> >> matthias >> >> -- >> Matthias Apitz, =E2=9C=89 guru@unixarea.de, http://www.unixarea.de/ >> +49-176-38902045 >> Public GnuPG key: http://www.unixarea.de/key.pub >> N =E2=82=AC I N zur EU! >> "Gegen das EU-Europa der Banken, Konzerne und Kriegstreiber. >> F=C3=BCr ein soziales und friedliches Europa der V=C3=B6lker." DKP >> > From owner-freebsd-wireless@freebsd.org Tue Apr 23 19:46:52 2019 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53A8D1580AF2 for ; Tue, 23 Apr 2019 19:46:52 +0000 (UTC) (envelope-from serge.a1@gmail.com) Received: from mail-it1-x12a.google.com (mail-it1-x12a.google.com [IPv6:2607:f8b0:4864:20::12a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44E98886C6 for ; Tue, 23 Apr 2019 19:46:51 +0000 (UTC) (envelope-from serge.a1@gmail.com) Received: by mail-it1-x12a.google.com with SMTP id y10so2261010itc.1 for ; Tue, 23 Apr 2019 12:46:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=xJV4gb9DiqBWaPvMbrahX+YL1120Ui4aaYM00JZZcGM=; b=fhQycs+y3kAldI7f/jGWc5d27pUBeqo9CgtcnwdySBHwG7uJFb22yZJTnB3oVvT24B WVqHYZXYdf/d+h/JcZFV8ejBw6SHFnhL6mlD3dDRm/mOdjJdfnDe2d3Gut3n51Xpd2ib ZxPB2jawDbkXPkw0G9hkLwQz0bAA0odR1HgxFIBRoOPwa9IvgSElcP22N0qryQ+5W97A DYvb3A7EBVPy9cVnpkTQmAXFcTJpvHzlJI5e1zNB16ECfNick3FuRIo15WgJH/tvu/C/ mIn1/niwwix8a61tiiS/Fi7jJ5wqqJA+MOgV84g45UxROnqspp67v2Haj5M9E1d69vOr sGpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xJV4gb9DiqBWaPvMbrahX+YL1120Ui4aaYM00JZZcGM=; b=bwL3WCSyQNSnphPZIrLwV+UF+unNAVxPCX6yZlCacAl5hZQn1zEYP46jPAMDDi+ZEh A/XEvV9E4aIswNVDnbd4g3mT7LNqbiBkd7riXjBuHWHUNWQbN0PleqK7fQiRBiKMBvdC 4H7KidQSuqShK7YGfARLaEIWEaY8kCYD1wuGXnU0x2BhWIBVlfSqCCdTk+4O0+0UfuNW IWwMjGUirrp9WGgMySUl6yDP1Kpg6H+dAf5SlkqoN8W2HiBIWrnscoef9EprW4YXg50b 7C2xbxYHUCA2N4CNbXf7seWPkV6hz2uKoIPaZEew8KF9WXzX5n56jJQGMbBuJrusb42m j2jA== X-Gm-Message-State: APjAAAWu/ZoXsolXynfDg1K0KUdJWElLORaiw2US7eeCB6Wz/grS2UBM SF9ski9T2Q5dJngVSpWJmx5bfkpBYIYqxygaaA== X-Google-Smtp-Source: APXvYqwi5WlmYtRFl7uwhaWk3KIIus9Xa41PeArJRM6iJ5MN+zh+uoKKDPNrOljwwkoEHarcUbTloJdbdtyaY+wokG0= X-Received: by 2002:a24:7294:: with SMTP id x142mr3357632itc.7.1556048810345; Tue, 23 Apr 2019 12:46:50 -0700 (PDT) MIME-Version: 1.0 References: <20190421071938.GA59008@c720-r342378> In-Reply-To: From: Serge Semenenko Date: Tue, 23 Apr 2019 22:46:22 +0300 Message-ID: Subject: Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD To: Adrian Chadd Cc: Matthias Apitz , "freebsd-wireless@freebsd.org" X-Rspamd-Queue-Id: 44E98886C6 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=fhQycs+y; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of sergea1@gmail.com designates 2607:f8b0:4864:20::12a as permitted sender) smtp.mailfrom=sergea1@gmail.com X-Spamd-Result: default: False [-6.71 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; FREEMAIL_FROM(0.00)[gmail.com]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-0.91)[-0.913,0]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TAGGED_RCPT(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-wireless@freebsd.org]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[a.2.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; IP_SCORE(-2.78)[ip: (-8.45), ipnet: 2607:f8b0::/32(-3.14), asn: 15169(-2.27), country: US(-0.06)]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.29 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, 23 Apr 2019 19:46:52 -0000 in /boot/device.hints I have hint.ath.0.btcoex_profile=3D"wb222" it seems working kernel: ar9300_hw_attach: ar9300_eeprom_attach returned 0 kernel: ath0: Enabling WB222 BTCOEX kernel: ath0: [HT] enabling HT modes kernel: ath0: [HT] enabling short-GI in 20MHz mode kernel: ath0: [HT] 1 stream STBC receive enabled kernel: ath0: [HT] 1 stream STBC transmit enabled kernel: ath0: [HT] LDPC transmit/receive enabled kernel: ath0: [HT] 2 RX streams; 2 TX streams kernel: ath0: AR9460 mac 640.3 RF5110 phy 3856.0 kernel: ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000 kernel: [ath] loaded =D0=B2=D1=82, 23 =D0=B0=D0=BF=D1=80. 2019 =D0=B3. =D0=B2 22:39, Adrian Chad= d : > Do you have the kernel environment variable setup to say it's a WB222? > > > -a > > > On Tue, 23 Apr 2019 at 12:37, Serge Semenenko wrote: > >> Could it matter that I load modules from rc.conf? >> >> kld_list=3D"if_ath if_ath_pci linux linsysfs linprocfs xhci umass ums >> snd_hda /boot/modules/i915kms.ko /boot/modules/acpi_call.ko" >> >> =D0=B2=D1=81, 21 =D0=B0=D0=BF=D1=80. 2019 =D0=B3. =D0=B2 11:05, Matthias= Apitz : >> >>> El d=C3=ADa s=C3=A1bado, abril 20, 2019 a las 02:16:49p. m. +0300, Serg= e Semenenko >>> escribi=C3=B3: >>> >>> > Hi >>> > >>> > It works for me with such section in devd.conf >>> > >>> > attach 200 { >>> > device-name "ubt[0-9]+"; >>> > match "vendor" "0x0cf3"; >>> > match "product" "0xe006"; >>> > action "sleep 2 && /usr/sbin/ath3kfw -d $ugen && sleep 2 && >>> /etc/rc.d/bluetooth quietstart $device-name"; >>> > }; >>> >>> I have added the above lines to /etc/devd.conf, ofc with the vendor and >>> product ID of my chip: >>> >>> $ usbconfig >>> ... >>> ugen0.3: at usbus0, cfg=3D0 md=3DHOST >>> spd=3DFULL (12Mbps) pwr=3DON (100mA) >>> >>> and place the firmware in the directory where /usr/sbin/ath3kfw is >>> looking for it, into /usr/share/firmware/ath3k/ar3k/ >>> >>> The problem remains: no device /dev/ubt0 gets created (and the attach >>> rule does not apply. >>> >>> When I change 'attach 200' to 'notify 100', /usr/sbin/ath3kfw gets >>> called and the firmware gets loaded into the chip. But nothing of BT >>> does work. >>> >>> I think some of the nd_*.ko modules do not attach and due to this the >>> device is not created. >>> >>> matthias >>> >>> -- >>> Matthias Apitz, =E2=9C=89 guru@unixarea.de, http://www.unixarea.de/ >>> +49-176-38902045 >>> Public GnuPG key: http://www.unixarea.de/key.pub >>> N =E2=82=AC I N zur EU! >>> "Gegen das EU-Europa der Banken, Konzerne und Kriegstreiber. >>> F=C3=BCr ein soziales und friedliches Europa der V=C3=B6lker." DKP >>> >> From owner-freebsd-wireless@freebsd.org Tue Apr 23 19:48:52 2019 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 215671580B34 for ; Tue, 23 Apr 2019 19:48:52 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wm1-x32e.google.com (mail-wm1-x32e.google.com [IPv6:2a00:1450:4864:20::32e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA22588721 for ; Tue, 23 Apr 2019 19:48:50 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wm1-x32e.google.com with SMTP id z6so2981179wmi.0 for ; Tue, 23 Apr 2019 12:48:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=o+Ik/ViOd0eqvBxuMQmJP8JPdP/fjebctNeVKrurku0=; b=L/QgooRPxxBPRkiI99uEalw5lGJzSeRRxFrzRNia0MRSr8ZQ7ETil+7+LSEP05wZJf V/k52NZ5Zs8I3/vIi7EUXfHeYcY28OjBv4J3j2BavNuVmcdP9nwA1/0gDdIoel8+zavr BlWioS0Za51MF4MZsI67tI1cdyssYMPEOdXYwhlxK6OiT0Jj9pTfm7DS5LDOBk3UarxG Wk0pxub7zXgJIGb8njKr5g6UOn8XVW2nGOwbqrp7Y/QC1Xmv7qt0TC3oL8HOGmja+IWQ L3g4Fi5w6cK6ustOKw22TcXuU9+7wSLBHolkbnk7zdUgB7UjL2bkGh5OCHyyUVBj8zAP nvLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=o+Ik/ViOd0eqvBxuMQmJP8JPdP/fjebctNeVKrurku0=; b=DnpabKmUk7/TPZ4Og2++SoO69vyndXB7aGQajKpUEo+QB+JjP956wIrnqt5tKNd8xY MTymVdUjAEiMMLpbxggfmEB3WvMix+wuUNvJ2hybRUU/TWfeq6KloX4m/dlv8mpBZ7IE U0ofKULUbqZnCWhWqpuD2PQ6sQVTihnSL9yuGo57oT4PpzpXh/YbkmMv1qdDIciiHa/h 3awC4YgVS621Yyaz5tVos5PrGzMVUEsJ67PSfyXt4nkQl44J1bpzcseyOvOmj3cCEhAE VsDibsvZRcgVDGgq5ycepfwVaXuJq8NDegdW0F0RoIb3AQCZ0p9K7QeCS8o9pMF+vdOn NG9A== X-Gm-Message-State: APjAAAV3685tdxH6secSn0uhkDaUqJr5vCI0hgJC5EYbJOjXFSWS2R+F EH/T74o06RVoH2q0aFi9/0f2WuM5u5TZb4ZCZR8= X-Google-Smtp-Source: APXvYqzKPTmkYQdWOs1HejLnBfcJlQ+35B+I5pDPVRw+PemQ5WmA8yXfPkTvNEWzl/u0LfjP8Fg+1Q2nn8I77jbcnWg= X-Received: by 2002:a1c:4cf:: with SMTP id 198mr3474076wme.125.1556048929556; Tue, 23 Apr 2019 12:48:49 -0700 (PDT) MIME-Version: 1.0 References: <20190421071938.GA59008@c720-r342378> In-Reply-To: From: Adrian Chadd Date: Tue, 23 Apr 2019 12:48:37 -0700 Message-ID: Subject: Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD To: Serge Semenenko Cc: Matthias Apitz , "freebsd-wireless@freebsd.org" X-Rspamd-Queue-Id: CA22588721 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=L/QgooRP; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of adrianchadd@gmail.com designates 2a00:1450:4864:20::32e as permitted sender) smtp.mailfrom=adrianchadd@gmail.com X-Spamd-Result: default: False [-6.73 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_SHORT(-0.91)[-0.913,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TAGGED_RCPT(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-wireless@freebsd.org]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[e.2.3.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.5.4.1.0.0.a.2.list.dnswl.org : 127.0.5.0]; IP_SCORE(-2.81)[ip: (-9.34), ipnet: 2a00:1450::/32(-2.37), asn: 15169(-2.27), country: US(-0.06)]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.29 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, 23 Apr 2019 19:48:52 -0000 ok, lemme go rescue my ar9462 hardware and test again. -a On Tue, 23 Apr 2019 at 12:46, Serge Semenenko wrote: > in /boot/device.hints I have > hint.ath.0.btcoex_profile=3D"wb222" > > it seems working > > kernel: ar9300_hw_attach: ar9300_eeprom_attach returned 0 > kernel: ath0: Enabling WB222 BTCOEX > kernel: ath0: [HT] enabling HT modes > kernel: ath0: [HT] enabling short-GI in 20MHz mode > kernel: ath0: [HT] 1 stream STBC receive enabled > kernel: ath0: [HT] 1 stream STBC transmit enabled > kernel: ath0: [HT] LDPC transmit/receive enabled > kernel: ath0: [HT] 2 RX streams; 2 TX streams > kernel: ath0: AR9460 mac 640.3 RF5110 phy 3856.0 > kernel: ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000 > kernel: [ath] loaded > > > > > =D0=B2=D1=82, 23 =D0=B0=D0=BF=D1=80. 2019 =D0=B3. =D0=B2 22:39, Adrian Ch= add : > >> Do you have the kernel environment variable setup to say it's a WB222? >> >> >> -a >> >> >> On Tue, 23 Apr 2019 at 12:37, Serge Semenenko wrote= : >> >>> Could it matter that I load modules from rc.conf? >>> >>> kld_list=3D"if_ath if_ath_pci linux linsysfs linprocfs xhci umass ums >>> snd_hda /boot/modules/i915kms.ko /boot/modules/acpi_call.ko" >>> >>> =D0=B2=D1=81, 21 =D0=B0=D0=BF=D1=80. 2019 =D0=B3. =D0=B2 11:05, Matthia= s Apitz : >>> >>>> El d=C3=ADa s=C3=A1bado, abril 20, 2019 a las 02:16:49p. m. +0300, Ser= ge >>>> Semenenko escribi=C3=B3: >>>> >>>> > Hi >>>> > >>>> > It works for me with such section in devd.conf >>>> > >>>> > attach 200 { >>>> > device-name "ubt[0-9]+"; >>>> > match "vendor" "0x0cf3"; >>>> > match "product" "0xe006"; >>>> > action "sleep 2 && /usr/sbin/ath3kfw -d $ugen && sleep 2 && >>>> /etc/rc.d/bluetooth quietstart $device-name"; >>>> > }; >>>> >>>> I have added the above lines to /etc/devd.conf, ofc with the vendor an= d >>>> product ID of my chip: >>>> >>>> $ usbconfig >>>> ... >>>> ugen0.3: at usbus0, cfg=3D0 md=3DHOST >>>> spd=3DFULL (12Mbps) pwr=3DON (100mA) >>>> >>>> and place the firmware in the directory where /usr/sbin/ath3kfw is >>>> looking for it, into /usr/share/firmware/ath3k/ar3k/ >>>> >>>> The problem remains: no device /dev/ubt0 gets created (and the attach >>>> rule does not apply. >>>> >>>> When I change 'attach 200' to 'notify 100', /usr/sbin/ath3kfw gets >>>> called and the firmware gets loaded into the chip. But nothing of BT >>>> does work. >>>> >>>> I think some of the nd_*.ko modules do not attach and due to this the >>>> device is not created. >>>> >>>> matthias >>>> >>>> -- >>>> Matthias Apitz, =E2=9C=89 guru@unixarea.de, http://www.unixarea.de/ >>>> +49-176-38902045 >>>> Public GnuPG key: http://www.unixarea.de/key.pub >>>> N =E2=82=AC I N zur EU! >>>> "Gegen das EU-Europa der Banken, Konzerne und Kriegstreiber. >>>> F=C3=BCr ein soziales und friedliches Europa der V=C3=B6lker." DKP >>>> >>> From owner-freebsd-wireless@freebsd.org Wed Apr 24 10:57:00 2019 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 686851594FC6 for ; Wed, 24 Apr 2019 10:57:00 +0000 (UTC) (envelope-from malepativishnuvardhan1997@gmail.com) Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D24E987542 for ; Wed, 24 Apr 2019 10:56:58 +0000 (UTC) (envelope-from malepativishnuvardhan1997@gmail.com) Received: by mail-wm1-x334.google.com with SMTP id v14so4403577wmf.2 for ; Wed, 24 Apr 2019 03:56:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=5zIdruAAxHg16F85NjrbWFYk5KmJzqZm2ZD6ASRtuKc=; b=BI9htFARFeTzWTxgFkprylmV0ShIdRwUPBQqc9A3fjCRUA8wW2NNQW8y7Hlz/X1Ber wPTqrcJGVGqRrR2SsEMTINy2S42nVVjFZBHnsW6WdmO/ufIcSjzyl77OrtOsWEK4DLrF mhBvKXXJj6qwlxHbk5dyCF1fqhL7Kh96NffUxUfl+FH7LHYvTHTpjWWfTjTmKB2QVkZo w4JHzrPYlrTtlKO23gTuAz9klrKXVdbqG5dip/5FpZfcINWctw2yD0ElLy2Xh7LoIH8c 0FHcdxZWMgLazV4+GVbM/kbbQrofnhAIKE1DAtQ3iY4ykqRjzTWum6L8dHYobC4FXcYv 19iQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=5zIdruAAxHg16F85NjrbWFYk5KmJzqZm2ZD6ASRtuKc=; b=oUdK63D1kL0NH7hTP9/QmfdX2aXnTuexDWx68mA1LnFVNzONuBdC68+gBgf0r09Trc 6wNNzrwAYclf/nA8+ESYUSimks9qjk1LeYvGz8FV9w6FYitmQu96FvfqEaIayInXLgAt pa9IewKXqsLxhSrUAo7W7eam/Pr6XYxayNpAMHiLyn4z7wJV07i4RJT/zqxmYma2X6/P JXbMjD2VIvBHVG/DJ+ziivKui7dJmI/9lBcEnaJjIByyshS3lL6f6iQqrh/7OtFOGR3+ befMQDBSUfrK2Y+wPD/eeaY2gVjT8WqZtsspnxCiT5H3P1hcnJeS3x/l7EkMAj0A+lrt mp/Q== X-Gm-Message-State: APjAAAWtCM1Ncu1Hmg/fcgSbr4aqk7gnO+4Y4DOMsbGxqEYAWV5bTA1w 9KvFXnK6SHw7r6+zFtJYhtD1zqU+fLzUB4n0DZ3pvJRt X-Google-Smtp-Source: APXvYqyCQ0nHH0mF/ffuP7eDe50/bvjBHxva76TiRoHSVxdhDDXHwREDqFYhe7+NCmB8SJVVxTo5sWmJN2dhiTEqWhQ= X-Received: by 2002:a1c:f311:: with SMTP id q17mr1443550wmq.144.1556103416691; Wed, 24 Apr 2019 03:56:56 -0700 (PDT) MIME-Version: 1.0 From: malepati vishnuvardhan Date: Wed, 24 Apr 2019 16:26:45 +0530 Message-ID: Subject: REGARDING TX DESCRIPTOR SETUP FOR AR9227(ATHEROS) To: "freebsd-wireless@freebsd.org" X-Rspamd-Queue-Id: D24E987542 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=BI9htFAR; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of malepativishnuvardhan1997@gmail.com designates 2a00:1450:4864:20::334 as permitted sender) smtp.mailfrom=malepativishnuvardhan1997@gmail.com X-Spamd-Result: default: False [-3.68 / 15.00]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; FREEMAIL_FROM(0.00)[gmail.com]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; SUBJ_ALL_CAPS(3.00)[49]; NEURAL_HAM_SHORT(-0.89)[-0.885,0]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-wireless@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-2.79)[ip: (-9.25), ipnet: 2a00:1450::/32(-2.37), asn: 15169(-2.27), country: US(-0.06)]; RCVD_IN_DNSWL_NONE(0.00)[4.3.3.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.5.4.1.0.0.a.2.list.dnswl.org : 127.0.5.0]; TO_DN_EQ_ADDR_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.29 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, 24 Apr 2019 10:57:00 -0000 Hi, I am Currently working on transmitting management frames. Please let me know the contents to be filled in the tx descriptor for a successful dma transfer. Also i am getting all the tx status descriptor fields as 0, which i assume that dma transfer has failed. Additionally, i would like to know how to check a successful DMA transfer/mapping. Thanks in advance. Regards, Vishnu Vardhan M From owner-freebsd-wireless@freebsd.org Thu Apr 25 11:30:12 2019 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 457B91593E8D for ; Thu, 25 Apr 2019 11:30:12 +0000 (UTC) (envelope-from stephen@cablefree.net) Received: from outmx-006.london.gridhost.co.uk (outmx-006.london.gridhost.co.uk [95.142.156.174]) (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 734D780078 for ; Thu, 25 Apr 2019 11:30:11 +0000 (UTC) (envelope-from stephen@cablefree.net) Received: from mail-lj1-f174.google.com (unknown [209.85.208.174]) (Authenticated sender: cablefree@cablefree.net) by outmx-006.london.gridhost.co.uk (Postfix) with ESMTPA id 22D322679C54 for ; Thu, 25 Apr 2019 12:20:26 +0100 (BST) Received: by mail-lj1-f174.google.com with SMTP id q66so19896659ljq.7 for ; Thu, 25 Apr 2019 04:20:26 -0700 (PDT) X-Gm-Message-State: APjAAAXmnOQoRwX05S4CicP8OLblGVJAbvFF4YGZCQYdSm6bgoAMQOEU BPY5YGm4nhvWFr6vQizfLe9JgBVfkEA7wNay69k= X-Google-Smtp-Source: APXvYqykO37C3m9pDvu6mas+iaNpGECGUgjCFiG3cdoAYMMoUCuaqTHKGNJRHgPwBJbmdlFgKV8n0jedgzpjr26ajYc= X-Received: by 2002:a2e:91cb:: with SMTP id u11mr11880257ljg.64.1556191225588; Thu, 25 Apr 2019 04:20:25 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Stephen Patrick Date: Thu, 25 Apr 2019 12:20:20 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: TDMA Wireless status? To: Adrian Chadd Cc: "freebsd-wireless@freebsd.org" X-Rspamd-Queue-Id: 734D780078 X-Spamd-Bar: +++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [5.70 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[cached: mail3.eqx.gridhost.co.uk]; RCPT_COUNT_TWO(0.00)[2]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(1.27)[ip: (4.24), ipnet: 95.142.156.0/22(1.07), asn: 198047(1.14), country: GB(-0.09)]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:198047, ipnet:95.142.156.0/22, country:GB]; SUBJECT_ENDS_QUESTION(1.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[174.156.142.95.list.dnswl.org : 127.0.5.1]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.64)[0.636,0]; TAGGED_RCPT(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; PREVIOUSLY_DELIVERED(0.00)[freebsd-wireless@freebsd.org]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DMARC_NA(0.00)[cablefree.net]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(1.00)[0.999,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_LONG(1.00)[1.000,0]; R_SPF_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.29 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, 25 Apr 2019 11:30:12 -0000 Hello Adrian! Yes, we're certainly very interested. Ideally, looking for a developer who could assist in making this real & working. Look forward to hearing more, Best regards Stephen On Sat, 13 Apr 2019 at 19:46, Adrian Chadd wrote: > Hi, > > There's some work done on the ath(4) hardware for 11a parts done by Sam > Leffler. I fixed it for 11n parts. It's in FreeBSD-HEAD. > > I figured out how to get it mostly working on the AR93xx/AR94xx parts too > but it turns out there are some significant hardware changes in how the MAC > schedules packets that a whole lot of work needs to be done to get > effective TDMA on those parts. > > If you're interested in it I can brain dump where I was at with it! > > > -adrian > > On Fri, 12 Apr 2019 at 01:51, Stephen Patrick > wrote: > >> Thanks Adrian, >> >> We are interested in "long range outdoor" (10-20km) with high gain >> antennas. >> Do you know "Mikrotik Nstreme/NV2" and "Ubiquity Airmax" ? >> Those have framing/polling done in software - wrapped around the wireless >> driver. >> Is there equivalent developed in FreeBSD? >> >> Best regards >> >> Stephen >> >> >> On Thu, 11 Apr 2019 at 20:52, Adrian Chadd >> wrote: >> >>> hi! >>> >>> I know that a lot of the 11ac chips do TDMA but the vendors keep the >>> implementation and knobs close to their chest. We don't have any public >>> APIs for it. Sorry :( >>> >>> >>> -a >>> >>> >>> On Thu, 11 Apr 2019 at 10:23, Stephen Patrick >>> wrote: >>> >>>> Dear sirs, >>>> >>>> Is this feature working for point-to-point, and point-to-multipoint long >>>> range links? >>>> 802.11ac chipsets/modes supported? >>>> >>>> Best regards >>>> >>>> Stephen >>>> >>>> -- >>>> >>>> *Stephen Patrick* >>>> >>>> *Director* >>>> >>>> Wireless Excellence Limited >>>> The Oxford Science Park >>>> G6, Magdalen Centre, Robert Robinson Avenue >>>> Oxford OX4 4GA - United Kingdom >>>> >>>> CAUTION - This message is confidential and may contain privileged >>>> information intended only for the use of the addressee named above. If >>>> you >>>> are not the intended recipient of this message you are hereby notified >>>> that >>>> any use, dissemination, distribution or reproduction of this message is >>>> prohibited. If you have received this message in error please notify >>>> Wireless Excellence immediately. Any views expressed in this message are >>>> those of the individual sender and may not necessarily reflect the >>>> views of >>>> Wireless Excellence Ltd. >>>> _______________________________________________ >>>> freebsd-wireless@freebsd.org mailing list >>>> https://lists.freebsd.org/mailman/listinfo/freebsd-wireless >>>> To unsubscribe, send any mail to " >>>> freebsd-wireless-unsubscribe@freebsd.org" >>>> >>> >> >> -- >> >> *Stephen Patrick* >> >> *Director* >> >> >> Wireless Excellence Limited >> The Oxford Science Park >> G6, Magdalen Centre, Robert Robinson Avenue >> Oxford OX4 4GA - United Kingdom >> >> Tel: +44 (0) 870 4959169 Mob: +44 (0)7802 425581 >> Email: stephen@cablefree.net Skype: stephenjpatrick Google: >> cablefree.stephen >> >> [image: Facebook] [image: >> Linkedin] [image: >> RSS] [image: Youtube] >> [image: Flickr] >> [image: Twitter] >> >> >> CAUTION - This message is confidential and may contain privileged >> information intended only for the use of the addressee named above. If you >> are not the intended recipient of this message you are hereby notified that >> any use, dissemination, distribution or reproduction of this message is >> prohibited. If you have received this message in error please notify >> Wireless Excellence immediately. Any views expressed in this message are >> those of the individual sender and may not necessarily reflect the views of >> Wireless Excellence Ltd. >> > -- *Stephen Patrick* *Director* Wireless Excellence Limited The Oxford Science Park G6, Magdalen Centre, Robert Robinson Avenue Oxford OX4 4GA - United Kingdom Tel: +44 (0) 870 4959169 Mob: +44 (0)7802 425581 Email: stephen@cablefree.net Skype: stephenjpatrick Google: cablefree.stephen [image: Facebook] [image: Linkedin] [image: RSS] [image: Youtube] [image: Flickr] [image: Twitter] CAUTION - This message is confidential and may contain privileged information intended only for the use of the addressee named above. If you are not the intended recipient of this message you are hereby notified that any use, dissemination, distribution or reproduction of this message is prohibited. If you have received this message in error please notify Wireless Excellence immediately. Any views expressed in this message are those of the individual sender and may not necessarily reflect the views of Wireless Excellence Ltd.