From owner-freebsd-usb@FreeBSD.ORG Sun Aug 12 01:34:07 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A1BC106564A for ; Sun, 12 Aug 2012 01:34:07 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from vps.rulingia.com (host-122-100-2-194.octopus.com.au [122.100.2.194]) by mx1.freebsd.org (Postfix) with ESMTP id AAA1D8FC0C for ; Sun, 12 Aug 2012 01:34:05 +0000 (UTC) Received: from server.rulingia.com (c220-239-249-137.belrs5.nsw.optusnet.com.au [220.239.249.137]) by vps.rulingia.com (8.14.5/8.14.5) with ESMTP id q7C1XwnQ071183 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 12 Aug 2012 11:33:58 +1000 (EST) (envelope-from peter@rulingia.com) X-Bogosity: Ham, spamicity=0.000000 Received: from server.rulingia.com (localhost.rulingia.com [127.0.0.1]) by server.rulingia.com (8.14.5/8.14.5) with ESMTP id q7C1XpYv035509 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 12 Aug 2012 11:33:51 +1000 (EST) (envelope-from peter@server.rulingia.com) Received: (from peter@localhost) by server.rulingia.com (8.14.5/8.14.5/Submit) id q7C1XpVw035508 for freebsd-usb@freebsd.org; Sun, 12 Aug 2012 11:33:51 +1000 (EST) (envelope-from peter) Date: Sun, 12 Aug 2012 11:33:51 +1000 From: Peter Jeremy To: freebsd-usb@freebsd.org Message-ID: <20120812013351.GA35331@server.rulingia.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline X-PGP-Key: http://www.rulingia.com/keys/peter.pgp User-Agent: Mutt/1.5.21 (2010-09-15) Subject: USB devices disappearing X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2012 01:34:07 -0000 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I have a USB-connected UPS and both sysutils/nut and a simple client that I wrote are reporting "no device" (LIBUSB_ERROR_NO_DEVICE via libusb) after talking to it for some (variable) time. If I restart my client it again works for a while before dying the same way. I'm using FreeBSD 8-stable/amd64 (r237444). As an example, my client sends "Q1\r" every second and expects a status message (chopped into 8-byte chunks) back. The following is a usbdump showing the last successful poll and failure. Any suggestions on where this problem exists? 11:12:53.547070 usbus1.3 SUBM-CTRL-EP=3D00000000,SPD=3DLOW,NFR=3D2,SLEN=3D1= 6,IVAL=3D0 frame[0] WRITE 8 bytes 0000 21 09 00 02 00 00 08 00 -- -- -- -- -- -- -- -- |!....... | frame[1] WRITE 8 bytes 0000 51 31 0D 00 00 00 00 00 -- -- -- -- -- -- -- -- |Q1...... | 11:12:53.548918 usbus1.3 DONE-CTRL-EP=3D00000000,SPD=3DLOW,NFR=3D2,SLEN=3D0= ,IVAL=3D0,ERR=3D0 frame[0] WRITE 8 bytes frame[1] WRITE 8 bytes 11:12:53.548963 usbus1.3 SUBM-INTR-EP=3D00000081,SPD=3DLOW,NFR=3D1,SLEN=3D0= ,IVAL=3D32 frame[0] READ 8 bytes 11:12:53.601930 usbus1.3 DONE-INTR-EP=3D00000081,SPD=3DLOW,NFR=3D1,SLEN=3D8= ,IVAL=3D32,ERR=3D0 frame[0] READ 8 bytes 0000 28 32 34 30 2E 38 20 32 -- -- -- -- -- -- -- -- |(240.8 2 | 11:12:53.602018 usbus1.3 SUBM-INTR-EP=3D00000081,SPD=3DLOW,NFR=3D1,SLEN=3D0= ,IVAL=3D32 frame[0] READ 8 bytes 11:12:53.633918 usbus1.3 DONE-INTR-EP=3D00000081,SPD=3DLOW,NFR=3D1,SLEN=3D8= ,IVAL=3D32,ERR=3D0 frame[0] READ 8 bytes 0000 34 30 2E 34 20 32 34 31 -- -- -- -- -- -- -- -- |40.4 241 | 11:12:53.633979 usbus1.3 SUBM-INTR-EP=3D00000081,SPD=3DLOW,NFR=3D1,SLEN=3D0= ,IVAL=3D32 frame[0] READ 8 bytes 11:12:53.697920 usbus1.3 DONE-INTR-EP=3D00000081,SPD=3DLOW,NFR=3D1,SLEN=3D8= ,IVAL=3D32,ERR=3D0 frame[0] READ 8 bytes 0000 2E 33 20 30 32 30 20 35 -- -- -- -- -- -- -- -- |.3 020 5 | 11:12:53.697995 usbus1.3 SUBM-INTR-EP=3D00000081,SPD=3DLOW,NFR=3D1,SLEN=3D0= ,IVAL=3D32 frame[0] READ 8 bytes 11:12:53.729919 usbus1.3 DONE-INTR-EP=3D00000081,SPD=3DLOW,NFR=3D1,SLEN=3D8= ,IVAL=3D32,ERR=3D0 frame[0] READ 8 bytes 0000 30 2E 32 20 31 33 2E 36 -- -- -- -- -- -- -- -- |0.2 13.6 | 11:12:53.729999 usbus1.3 SUBM-INTR-EP=3D00000081,SPD=3DLOW,NFR=3D1,SLEN=3D0= ,IVAL=3D32 frame[0] READ 8 bytes 11:12:53.761916 usbus1.3 DONE-INTR-EP=3D00000081,SPD=3DLOW,NFR=3D1,SLEN=3D8= ,IVAL=3D32,ERR=3D0 frame[0] READ 8 bytes 0000 20 32 35 2E 30 20 30 30 -- -- -- -- -- -- -- -- | 25.0 00 | 11:12:53.761976 usbus1.3 SUBM-INTR-EP=3D00000081,SPD=3DLOW,NFR=3D1,SLEN=3D0= ,IVAL=3D32 frame[0] READ 8 bytes 11:12:53.793925 usbus1.3 DONE-INTR-EP=3D00000081,SPD=3DLOW,NFR=3D1,SLEN=3D8= ,IVAL=3D32,ERR=3D0 frame[0] READ 8 bytes 0000 30 30 31 30 30 31 0D 00 -- -- -- -- -- -- -- -- |001001.. | 11:12:54.795036 usbus1.3 SUBM-CTRL-EP=3D00000000,SPD=3DLOW,NFR=3D2,SLEN=3D1= 6,IVAL=3D0 frame[0] WRITE 8 bytes 0000 21 09 00 02 00 00 08 00 -- -- -- -- -- -- -- -- |!....... | frame[1] WRITE 8 bytes 0000 51 31 0D 00 00 00 00 00 -- -- -- -- -- -- -- -- |Q1...... | 11:12:59.679800 usbus1.3 DONE-CTRL-EP=3D00000000,SPD=3DLOW,NFR=3D0,SLEN=3D0= ,IVAL=3D0,ERR=3DTIMEOUT --=20 Peter Jeremy --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlAnB/8ACgkQ/opHv/APuIc8iwCgonM6lw8oopvh3RabtF9wS/2C VCsAn3z3qYZ8rBnk6FTwul0SlXNxPWjq =8rvx -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu-- From owner-freebsd-usb@FreeBSD.ORG Sun Aug 12 01:50:56 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F07F106564A for ; Sun, 12 Aug 2012 01:50:56 +0000 (UTC) (envelope-from freebsd@johnea.net) Received: from mail.johnea.net (johnea.net [70.167.123.7]) by mx1.freebsd.org (Postfix) with ESMTP id 74A4D8FC08 for ; Sun, 12 Aug 2012 01:50:56 +0000 (UTC) Received: from [192.168.100.239] (vhost.johnea.net [192.168.100.239]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.johnea.net (Postfix) with ESMTPSA id 29D8173F188B for ; Sat, 11 Aug 2012 18:45:41 -0700 (PDT) Message-ID: <50270AC4.4020508@johnea.net> Date: Sat, 11 Aug 2012 18:45:15 -0700 From: freebsd@johnea.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120616 Thunderbird/13.0.1 MIME-Version: 1.0 To: freebsd-usb@freebsd.org References: <20120812013351.GA35331@server.rulingia.com> In-Reply-To: <20120812013351.GA35331@server.rulingia.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: USB devices disappearing X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2012 01:50:56 -0000 Would this UPS by any chance have vendor/product ID 0764:0501? johnea On 2012-08-11 18:33, Peter Jeremy wrote: > I have a USB-connected UPS and both sysutils/nut and a simple client > that I wrote are reporting "no device" (LIBUSB_ERROR_NO_DEVICE via > libusb) after talking to it for some (variable) time. If I restart my > client it again works for a while before dying the same way. I'm > using FreeBSD 8-stable/amd64 (r237444). > From owner-freebsd-usb@FreeBSD.ORG Sun Aug 12 02:15:35 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04EFB106566B for ; Sun, 12 Aug 2012 02:15:35 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from vps.rulingia.com (host-122-100-2-194.octopus.com.au [122.100.2.194]) by mx1.freebsd.org (Postfix) with ESMTP id 89AD28FC0C for ; Sun, 12 Aug 2012 02:15:34 +0000 (UTC) Received: from server.rulingia.com (c220-239-249-137.belrs5.nsw.optusnet.com.au [220.239.249.137]) by vps.rulingia.com (8.14.5/8.14.5) with ESMTP id q7C2FX9W071330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 12 Aug 2012 12:15:33 +1000 (EST) (envelope-from peter@rulingia.com) X-Bogosity: Ham, spamicity=0.000000 Received: from server.rulingia.com (localhost.rulingia.com [127.0.0.1]) by server.rulingia.com (8.14.5/8.14.5) with ESMTP id q7C2FQpn035962 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 12 Aug 2012 12:15:26 +1000 (EST) (envelope-from peter@server.rulingia.com) Received: (from peter@localhost) by server.rulingia.com (8.14.5/8.14.5/Submit) id q7C2FQ2L035961; Sun, 12 Aug 2012 12:15:26 +1000 (EST) (envelope-from peter) Date: Sun, 12 Aug 2012 12:15:26 +1000 From: Peter Jeremy To: freebsd@johnea.net Message-ID: <20120812021526.GA57049@server.rulingia.com> References: <20120812013351.GA35331@server.rulingia.com> <50270AC4.4020508@johnea.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline In-Reply-To: <50270AC4.4020508@johnea.net> X-PGP-Key: http://www.rulingia.com/keys/peter.pgp User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-usb@freebsd.org Subject: Re: USB devices disappearing X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2012 02:15:35 -0000 --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2012-Aug-11 18:45:15 -0700, freebsd@johnea.net wrote: >Would this UPS by any chance have vendor/product ID 0764:0501? Nope. It's an Eaton E-series NV1000. V/Pid is 0x0665/0x5161. The Megatec protocol seems quite popular. --=20 Peter Jeremy --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlAnEb4ACgkQ/opHv/APuId0KQCgheAK0mMDl6/z0aNIfw1U17lC /14An34tAh2jPLH9Y7meuiV2EtfjMHVM =j24z -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- From owner-freebsd-usb@FreeBSD.ORG Sun Aug 12 07:26:46 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D7B2106566C for ; Sun, 12 Aug 2012 07:26:46 +0000 (UTC) (envelope-from tapping1999@gmail.com) Received: from smtplq04.aruba.it (smtplq-out5.aruba.it [62.149.158.25]) by mx1.freebsd.org (Postfix) with SMTP id EB07E8FC14 for ; Sun, 12 Aug 2012 07:26:45 +0000 (UTC) Received: (qmail 7882 invoked by uid 89); 12 Aug 2012 07:26:44 -0000 Received: from unknown (HELO smtp4.aruba.it) (62.149.158.224) by smtplq04.aruba.it with SMTP; 12 Aug 2012 07:26:44 -0000 Received: (qmail 6324 invoked by uid 89); 12 Aug 2012 07:26:44 -0000 Received: from unknown (HELO Dale-PC) (82.61.157.91) by smtp4.ad.aruba.it with SMTP; 12 Aug 2012 07:26:42 -0000 Received: from [127.0.0.1] by web335.mail.gmail.com via HTTP; Sun, 12 Aug 2012 01:17:49 -0600 Message-Id: Date: Sat, 11 Aug 2012 20:17:49 -1100 From: "Gordon Cox" User-Agent: Mozilla 2.0 (Macintosh; I; 68K) MIME-Version: 1.0 To: "Administrator" X-Priority: 3 Content-Type: text/plain; charset="ISO-8859-1" X-Spam-Rating: smtp4.ad.aruba.it 1.6.2 0/1000/N X-Spam-Rating: smtplq04.aruba.it 1.6.2 0/1000/N Subject: Hi! X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2012 07:26:46 -0000 Hello Administrator, You don't have to reply, this is a test. I have a new website someurl.com You are welcome! From owner-freebsd-usb@FreeBSD.ORG Sun Aug 12 12:39:03 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD0E8106566C for ; Sun, 12 Aug 2012 12:39:02 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 4BAE78FC1B for ; Sun, 12 Aug 2012 12:39:01 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 305991289; Sun, 12 Aug 2012 14:38:52 +0200 From: Hans Petter Selasky To: Kra OTN Date: Sun, 12 Aug 2012 14:39:26 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201208111152.35966.hselasky@c2i.net> In-Reply-To: X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201208121439.26875.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: USB keyboard partially functioning X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2012 12:39:03 -0000 On Saturday 11 August 2012 13:02:31 Kra OTN wrote: > Is it possible to auto quirk at boot? Hi, You can add the quirk permanently by adding a line to: sys/dev/usb/quirk/usb_quirk.c --HPS From owner-freebsd-usb@FreeBSD.ORG Sun Aug 12 12:44:18 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF54B106566B for ; Sun, 12 Aug 2012 12:44:17 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id 61F818FC14 for ; Sun, 12 Aug 2012 12:44:16 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 307811797; Sun, 12 Aug 2012 14:44:07 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sun, 12 Aug 2012 14:44:42 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <20120812013351.GA35331@server.rulingia.com> In-Reply-To: <20120812013351.GA35331@server.rulingia.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201208121444.42872.hselasky@c2i.net> Cc: Subject: Re: USB devices disappearing X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2012 12:44:18 -0000 On Sunday 12 August 2012 03:33:51 Peter Jeremy wrote: > I have a USB-connected UPS and both sysutils/nut and a simple client > that I wrote are reporting "no device" (LIBUSB_ERROR_NO_DEVICE via > libusb) after talking to it for some (variable) time. If I restart my > client it again works for a while before dying the same way. I'm > using FreeBSD 8-stable/amd64 (r237444). > > As an example, my client sends "Q1\r" every second and expects a > status message (chopped into 8-byte chunks) back. The following is a > usbdump showing the last successful poll and failure. Any suggestions > on where this problem exists? > > 11:12:53.547070 usbus1.3 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=2,SLEN=16,IVAL=0 > frame[0] WRITE 8 bytes > 0000 21 09 00 02 00 00 08 00 -- -- -- -- -- -- -- -- |!....... | > frame[1] WRITE 8 bytes > 0000 51 31 0D 00 00 00 00 00 -- -- -- -- -- -- -- -- |Q1...... | > 11:12:53.548918 usbus1.3 > DONE-CTRL-EP=00000000,SPD=LOW,NFR=2,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 > bytes > frame[1] WRITE 8 bytes > 11:12:53.548963 usbus1.3 SUBM-INTR-EP=00000081,SPD=LOW,NFR=1,SLEN=0,IVAL=32 > frame[0] READ 8 bytes > 11:12:53.601930 usbus1.3 > DONE-INTR-EP=00000081,SPD=LOW,NFR=1,SLEN=8,IVAL=32,ERR=0 frame[0] READ 8 > bytes > 0000 28 32 34 30 2E 38 20 32 -- -- -- -- -- -- -- -- |(240.8 2 | > 11:12:53.602018 usbus1.3 SUBM-INTR-EP=00000081,SPD=LOW,NFR=1,SLEN=0,IVAL=32 > frame[0] READ 8 bytes > 11:12:53.633918 usbus1.3 > DONE-INTR-EP=00000081,SPD=LOW,NFR=1,SLEN=8,IVAL=32,ERR=0 frame[0] READ 8 > bytes > 0000 34 30 2E 34 20 32 34 31 -- -- -- -- -- -- -- -- |40.4 241 | > 11:12:53.633979 usbus1.3 SUBM-INTR-EP=00000081,SPD=LOW,NFR=1,SLEN=0,IVAL=32 > frame[0] READ 8 bytes > 11:12:53.697920 usbus1.3 > DONE-INTR-EP=00000081,SPD=LOW,NFR=1,SLEN=8,IVAL=32,ERR=0 frame[0] READ 8 > bytes > 0000 2E 33 20 30 32 30 20 35 -- -- -- -- -- -- -- -- |.3 020 5 | > 11:12:53.697995 usbus1.3 SUBM-INTR-EP=00000081,SPD=LOW,NFR=1,SLEN=0,IVAL=32 > frame[0] READ 8 bytes > 11:12:53.729919 usbus1.3 > DONE-INTR-EP=00000081,SPD=LOW,NFR=1,SLEN=8,IVAL=32,ERR=0 frame[0] READ 8 > bytes > 0000 30 2E 32 20 31 33 2E 36 -- -- -- -- -- -- -- -- |0.2 13.6 | > 11:12:53.729999 usbus1.3 SUBM-INTR-EP=00000081,SPD=LOW,NFR=1,SLEN=0,IVAL=32 > frame[0] READ 8 bytes > 11:12:53.761916 usbus1.3 > DONE-INTR-EP=00000081,SPD=LOW,NFR=1,SLEN=8,IVAL=32,ERR=0 frame[0] READ 8 > bytes > 0000 20 32 35 2E 30 20 30 30 -- -- -- -- -- -- -- -- | 25.0 00 | > 11:12:53.761976 usbus1.3 SUBM-INTR-EP=00000081,SPD=LOW,NFR=1,SLEN=0,IVAL=32 > frame[0] READ 8 bytes > 11:12:53.793925 usbus1.3 > DONE-INTR-EP=00000081,SPD=LOW,NFR=1,SLEN=8,IVAL=32,ERR=0 frame[0] READ 8 > bytes > 0000 30 30 31 30 30 31 0D 00 -- -- -- -- -- -- -- -- |001001.. | > 11:12:54.795036 usbus1.3 SUBM-CTRL-EP=00000000,SPD=LOW,NFR=2,SLEN=16,IVAL=0 > frame[0] WRITE 8 bytes > 0000 21 09 00 02 00 00 08 00 -- -- -- -- -- -- -- -- |!....... | > frame[1] WRITE 8 bytes > 0000 51 31 0D 00 00 00 00 00 -- -- -- -- -- -- -- -- |Q1...... | > 11:12:59.679800 usbus1.3 > DONE-CTRL-EP=00000000,SPD=LOW,NFR=0,SLEN=0,IVAL=0,ERR=TIMEOUT Hi, You could try: hw.usb.ehci.lostintrbug="1" In /boot/loader.rc If that doesn't help, it is most likely a device problem. --HPS From owner-freebsd-usb@FreeBSD.ORG Sun Aug 12 12:45:50 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54E4D106566C for ; Sun, 12 Aug 2012 12:45:50 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.c2i.net [212.247.155.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9D2F78FC08 for ; Sun, 12 Aug 2012 12:45:49 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50,UPPERCASE_50_75 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 132600496; Sun, 12 Aug 2012 14:40:41 +0200 From: Hans Petter Selasky To: Kra OTN Date: Sun, 12 Aug 2012 14:41:16 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: In-Reply-To: X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201208121441.16360.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: USB keyboard partially functioning X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2012 12:45:50 -0000 On Saturday 11 August 2012 13:55:14 Kra OTN wrote: > *Output of usbdump (at time of problem, it loops):* > ------------------------------------------------------------------- > 13:49:38.646846 usbus3.2 > DONE-CTRL-EP=00000080,SPD=HIGH,NFR=2,SLEN=4,IVAL=0,ERR=0 > frame[0] WRITE 8 bytes > frame[1] READ 4 bytes > 0000 01 01 00 00 -- -- -- -- -- -- -- -- -- -- -- -- |.... | > flags 0x10 > status 0xea1a1 > AN_CANCEL_IMMED|DOING_CALLBACK|0> 13:49:38.646855 usbus3.2 > SUBM-CTRL-EP=00000080,SPD=HIGH,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes > 0000 A3 00 00 00 02 00 04 00 -- -- -- -- -- -- -- -- |........ | > frame[1] READ 4 bytes > flags 0x10 > status 0xea1a3 > URR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0> 13:49:38.646971 usbus3.2 > DONE-CTRL-EP=00000080,SPD=HIGH,NFR=2,SLEN=4,IVAL=0,ERR=0 > frame[0] WRITE 8 bytes > frame[1] READ 4 bytes > 0000 01 01 00 00 -- -- -- -- -- -- -- -- -- -- -- -- |.... | > flags 0x10 > status 0xca1a1 > ED|DOING_CALLBACK|0> 13:49:38.646974 usbus3.2 > SUBM-CTRL-EP=00000080,SPD=HIGH,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes > 0000 A3 00 00 00 03 00 04 00 -- -- -- -- -- -- -- -- |........ | > frame[1] READ 4 bytes > flags 0x10 > status 0xca1a3 > AN_CANCEL_IMMED|DOING_CALLBACK|0> 13:49:38.647095 usbus3.2 > DONE-CTRL-EP=00000080,SPD=HIGH,NFR=2,SLEN=4,IVAL=0,ERR=0 > frame[0] WRITE 8 bytes > frame[1] READ 4 bytes > 0000 00 01 00 00 -- -- -- -- -- -- -- -- -- -- -- -- |.... | > flags 0x10 > status 0xea1a1 > AN_CANCEL_IMMED|DOING_CALLBACK|0> 13:49:38.647098 usbus3.2 > SUBM-CTRL-EP=00000080,SPD=HIGH,NFR=2,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes > 0000 A3 00 00 00 04 00 04 00 -- -- -- -- -- -- -- -- |........ | > frame[1] READ 4 bytes > flags 0x10 > status 0xea1a3 > URR_DMA_SET|CAN_CANCEL_IMMED|DOING_CALLBACK|0> 13:49:38.647220 usbus3.2 > DONE-CTRL-EP=00000080,SPD=HIGH,NFR=2,SLEN=4,IVAL=0,ERR=0 > frame[0] WRITE 8 bytes > frame[1] READ 4 bytes > 0000 00 01 00 00 -- -- -- -- -- -- -- -- -- -- -- -- |.... | > flags 0x10 > status 0xca1a1 > ED|DOING_CALLBACK|0> > ------------------------------------------------------------------- You need to run usbdump until you see INTR-EP= ... If no such message appears when you press a key, then some programming on the keyboard is probably missing. --HPS From owner-freebsd-usb@FreeBSD.ORG Mon Aug 13 11:07:21 2012 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F00A2106566B for ; Mon, 13 Aug 2012 11:07:21 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D9B508FC19 for ; Mon, 13 Aug 2012 11:07:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7DB7LWg007279 for ; Mon, 13 Aug 2012 11:07:21 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7DB7LnJ007277 for freebsd-usb@FreeBSD.org; Mon, 13 Aug 2012 11:07:21 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 13 Aug 2012 11:07:21 GMT Message-Id: <201208131107.q7DB7LnJ007277@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-usb@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-usb@FreeBSD.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2012 11:07:22 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/170358 usb [ums] Wrong (duplicate) button numbers o usb/170123 usb [umass] HP v210w USB stick not supported o usb/169935 usb [keyboard] Unable use USB keyboard while panic o usb/169789 usb [u3g] [patch] add support for huawei e3131 o usb/169461 usb [ugen] USB2 high-speed device detected as full speed o usb/169428 usb [ugen] ugen not detecting all endpoints on device [reg o usb/168551 usb [umass] Issues with embedded card reader (Laptop ASUS o usb/168132 usb [umass] MATSHITA memory card size reported wrong, moun o usb/167847 usb [ural] dlink dwl-122g e crashes(?) when trying wap2 cr o usb/167001 usb [USB] [PATCH] add support for Smart G2 64MB memory key o usb/166848 usb [umass] [patch] Buffalo RUF2 requires quirk o usb/165815 usb [usbdevs] [patch] add k3772z 3g modem support o usb/165163 usb [keyboard] The USB RF keyboard and mouse become non-re o usb/164058 usb [umass] Lexar 8GB USB flash drive doesn't work by defa f usb/163328 usb [usb] Support for Atheros USB abgn devices o kern/163091 usb [panic] Fatal trap 12: page fault while in kernel mode f usb/162306 usb usb devices cant get address asignation, no memories, o usb/162054 usb usbdump just hangs on 9.0-RC1 f usb/161793 usb poor EHCI usb2 i/o performance o usb/160436 usb ucom wedges machine on parity error ? o usb/160299 usb MicroSDHC-to-USB adapters do not work in FreeBSD 8.x o usb/160192 usb [install] Installation from USB-Stick doesn't find the o usb/159611 usb [PATCH] USB stick extrememory Snippy needs quirks o usb/159274 usb USB 3.0 Etron EJ168A does not work. f usb/159191 usb [fusefs-ntfs] write on fusefs-ntfs mounted partition r o usb/157376 usb LaCie USB disk not recognized o usb/157074 usb [boot] [usb8] vfs_mountroot_ask is called when no usb o usb/156898 usb [keyboard] usb keyboard does not work while boot (ps2 f usb/156735 usb Need Quirk for Goflex USB Disk Drives o usb/156725 usb USB stack stall cause complete system input loss o usb/156596 usb [ehci] Extremely high interrupt rate on ehci/uhci IRQ1 o usb/156000 usb rum(4) Fatal trap 18: integer divide fault while in ke f usb/155996 usb NanoBSD not booted as Disk o usb/155784 usb Problem with Transcend StoreJet 25M3 (2AJ1) on Asus M2 o usb/155663 usb [usbdevs] [patch] Add support for Supertop Nano 1GB US o usb/154753 usb [usbdevs] [patch] Support for Qualcomm USB modem/stora o usb/154506 usb [umass] Copying dir with large files makes FreeBSD loa o usb/154192 usb [umass] In Garmin Oregon GPS, only the first umass dev o i386/153851 usb [keyboard] keyboard issues on new Intel Mother boards. o usb/153703 usb [keyboard] My USB keyboard can not be used in 8-STABLE o usb/153609 usb [zyd] [panic] kernel: Fatal trap 12: page fault while o usb/153599 usb [usbdevs] [patch] Feiya Elango USB MicroSD reader sync o usb/153149 usb [umass] USB stick quirk regression [regression] o usb/152075 usb [usb8] [ehci] [request] Add quirk for CS5536 USB o usb/150892 usb [zyd] Whenever network contacted in any shape, way or o usb/150189 usb [run] [usb8] [patch] if_run appears to corrupt IP traf p usb/149764 usb [u3g] [patch] usbdevs update: Huawei K3765 3G modem o usb/149283 usb [uftdi] avrdude unable to talk to Arduino board (via u o usb/149162 usb [ural] ASUS WL-167g doesn't work in 8.1 (continue of 1 s usb/148702 usb [usb8] [request] IO DATA USB-RSAQ5 support on FreeBSD- o usb/148080 usb usbconfig(8) sometimes does not turn off the device o usb/147516 usb [umass] [usb67] kernel unable to deal with Olympus USB o i386/147475 usb [install] FreeBSD 8.x does not install on ASUS K8N4-E o usb/146840 usb [hang] FreeBSD 7.2 / 7.3 / 8.0 hang at startup after e o usb/146153 usb [axe] [usb8] Hosts in network doesn't receive any pack f usb/146054 usb [urtw] [usb8] urtw driver potentially out of date f usb/145513 usb [usb8] New USB stack: no new devices after forced usb p usb/145455 usb [usb8] [patch] USB debug support cannot be disabled o usb/145415 usb [umass] [usb8] USB card reader does not create slices a usb/145184 usb GENERIC can't mount root from USB on Asus EEE o usb/145165 usb [keyboard] [usb8] ukbd_set_leds_callback: error=USB_ER f kern/144938 usb [keyboard] [boot] Boot Failure with Apple (MB869LL/A) o usb/144387 usb [run] [panic] if_run panic o usb/144043 usb [umass] [usb8] USB DLT tape drive throws random errors a usb/143790 usb [boot] [cam] can not boot from usb hdd f usb/143620 usb [cdce] [usb8] the module if_cdce doesn't support my Op f usb/143294 usb [usb8] copying process stops at some time (10 - 50 sec o usb/143286 usb [ukbd] [usb8] [boot] boot failures on RELENG_8 system p usb/143186 usb [usbdevs] [usb8] [patch] add USB device IDs for Google a usb/143139 usb [umass] [usb8] [patch] Quirk for Century EX35SW4_SB4 J p usb/143045 usb [umass] [usb8] [patch] mounting Fujitsu 2600Z camera d o usb/142991 usb [uftdi] [usb67] [patch] Patch to add Crystalfontz 533 f usb/142989 usb [usb8] canon eos 50D attaches but detaches after few s f usb/142957 usb [umass] [usb8] [patch] patch for USB disk SYNCHRONIZE o usb/142719 usb [urtw] [usb8] AirLive WL-1600USB (RTL8187L chipset) fa o usb/142713 usb [usb67] [panic] Kernel Panik when connecting an IPhone f usb/142276 usb [umass] [usb8] Cache Synchronization Error with Olympu o usb/142229 usb [ums] [usb8] [hang] connecting a USB mouse to a Dell P f usb/141680 usb [uath] [usb8] Netgear WG111T not working with uath dri o usb/141664 usb [pcm] [usb8] Logitech USB microphone failure [regressi o usb/141474 usb [boot] [usb8] FreeBSD 8.0 can not install from USB CDR o usb/141327 usb [ukbd] [usb67] USB kbd not working with 7.1+PAE on IBM o usb/141212 usb [ukbd] [usb8] ukbd_set_leds_callback:700: error=USB_ER o kern/141011 usb [usb8] Encrypted root, geli password at boot; enter ke o usb/140920 usb [install] [usb8] USB based install fails on 8.0-RELEAS o usb/140893 usb [urtw] [usb8] WPA2 not working on rtl8187b o kern/140849 usb [ums] [usb8] USB mouse doesn't work under FreeBSD 8.0- a usb/140810 usb [uftdi] [usb8] 8.X copy and paste problem / tty overfl o usb/140477 usb [umass] [usb8] [patch] allow boot-time attachment of d o usb/140236 usb [msdosfs] [usb8] Labels wiped on external Journaled US o usb/140160 usb [usb8] [acpi] USB ports are no longer "active" after A s usb/139990 usb [panic] [patch] [usb67] Kernel frequently panics after o usb/139243 usb [uhci] [usb67] unplug prolific USB serial -> uhci_abor f usb/138882 usb [ohci] [panic] [usb67] Can't install FreeBSD 7.2 due t o usb/138798 usb [boot] [usb8] 8.0-BETA4 can't boot from USB flash driv o usb/138659 usb [usb8][uftdi] driver broken in RELENG_8/CURRENT o usb/138175 usb [usb67] [boot] System cannot boot, when USB reader wit o usb/138124 usb [snd_uaudio] [usb8] Axed uaudio functionality in the u o usb/138119 usb [usb67] [usb8] MultiBay CDROM (probably on USB bus) is f usb/137872 usb [usb67] [boot] slow booting on usb flash drive o usb/137806 usb [ukbd] [usb67] USB keyboard doesn't work until it's un o usb/137763 usb [usb67][ukbd] Logitech wireless keyboard media keys no o usb/137377 usb [usb8] request support for Huawei E180 o usb/137341 usb [usb8][rum] driver if_rum doesn't work at all and thro f usb/137190 usb [usb8][patch] inhibit spurious button releases for som o usb/137189 usb [usb8][patch] create and use sysctl nodes for HID repo p usb/137188 usb [usb8][patch] correctly handle USB report descriptors o usb/137129 usb [ums] [usb8] SteelSeries Ikari USB laser mouse not att o usb/135938 usb [aue] [usb67] aue driver only passes traffic in promis o usb/135542 usb [keyboard] boot loader does not work with a usb keyboa o usb/135206 usb machine reboots when inserted USB device f usb/135200 usb SAMSUNG i740 usb mass: Synchronize cache failed, statu o usb/134950 usb Lowering DTR for USB-modem via ubsa is not possible o usb/134299 usb Kernel Panic plugging in MF626 USB UMTS Stick u3g o usb/134193 usb System freeze on usb MP3 player insertion o usb/134085 usb [umass] Adding usb quirk for Sony USB flash drive o usb/133989 usb [usb8] [ukbd] USB keyboard dead at mountroot> prompt o usb/133712 usb [ural] [patch] RE: Fixed an issue with ural(4) that wa o usb/133390 usb umass crashes system in 7.1 when Olympus D-540 attache o usb/133296 usb [rum] driver not working properly in hostap mode o usb/132594 usb USB subsystem causes page fault and crashes o usb/132080 usb [patch] [usb] [rum] [panic] Kernel panic after NOMEM c o usb/132066 usb [ukbd] Keyboard failure USB keyboard DELL 760 o usb/132036 usb [panic] page fault when connecting Olympus C740 camera o usb/131583 usb [umass] Failure when detaching umass Device o usb/131576 usb [aue] ADMtek USB To LAN Converter can't send data o usb/131521 usb Registering Belkin UPS to usb_quirks.c o usb/131074 usb no run-time detection of usb devices plugged into exte o usb/130736 usb Page fault unplugging USB stick o usb/130230 usb [patch] [quirk] [usb67] [usb] [cam] [umass] Samsung El o usb/130208 usb Boot process severely hampered by umass0 error o usb/130122 usb [usb8] DVD drive detects as 'da' device f usb/129766 usb [usb] [panic] plugging in usb modem HUAWEI E226 panics o usb/129500 usb [umass] [panic] FreeBSD Crashes when connecting SanDis o usb/129311 usb [usb] [panic] Instant crash with an USB card reader s usb/128990 usb [usb] u3g does not handle RTS/CTS available on for exa o usb/128977 usb [usb67] [patch] uaudio is not full duplex p usb/128803 usb [usbdevs] [patch] Quirk for I-Tuner Networks USBLCD4X2 o usb/128485 usb [umodem] [patch] Nokia N80 modem support o usb/128425 usb [umass] Cannot Connect Maxtor Onetouch 4 USB drive o usb/128418 usb [panic] [rum] loading if_rum causes panic, looks like o usb/127926 usb [boot] USB Timeout during bootup s usb/127453 usb [request] ubsa, uark, ubser, uftdi, and friends should o usb/127342 usb [boot] [panic] enabling usb keyboard and mouse support o usb/127248 usb [ucom] panic while uplcom devices attach and detach o usb/126884 usb [ugen] [patch] Bug in buffer handling in ugen.c o usb/126848 usb [usb]: USB Keyboard hangs during Installation o usb/126740 usb [ulpt] doesn't work on 7.0-RELEASE, 10 second stall be o usb/126519 usb [usb] [panic] panic when plugging in an iphone o kern/126396 usb [panic] kernel panic after unplug USB Bluetooth device o usb/125631 usb [ums] [panic] kernel panic during bootup while 'Logite o usb/125510 usb [panic] repeated plug and unplug of USB mass storage d f usb/125450 usb [panic] Removing USB flash card while being accessed c o usb/125088 usb [keyboard] Touchpad not detected on Adesso AKB-430UG U o usb/124980 usb [panic] kernel panic on detaching unmounted umass devi o kern/124777 usb [ucom] USB cua devices don't revert to tty devices whe o usb/124758 usb [rum] [panic] rum panics SMP kernel o usb/124708 usb [panic] Kernel panic on USB KVM reattach o kern/124130 usb [usb] gmirror fails to start usb devices that were pre o usb/123969 usb [usb] Supermicro H8SMi-2 usb problem: port reset faile o usb/123714 usb [usb] [panic] Panic when hald-storage-probe runs with o usb/123691 usb usbd(8): usbd hangs o usb/123690 usb [usb] [panic] Panic on USB device insertion when usb l o usb/123611 usb [usb] BBB reset failed, STALLED from Imation/Mitsumi U o usb/122992 usb [umass] [patch] MotoROKR Z6 Phone not recognised by um o usb/122936 usb [ucom] [ubsa] Device does not receive interrupt o usb/122905 usb [ubsa] [patch] add Huawei E220 to ubsa s usb/122819 usb [usb67] [patch] Patch to provide dynamic additions to o usb/122813 usb [udbp] [request] udbp driver should be removed in favo o usb/122547 usb [ehci] USB Printer not being recognized after reboot o usb/122539 usb [ohci] [panic] AnyDATA ADU-E1000D - kernel panic: ohci o usb/122483 usb [panic] [ulpt] Repeatable panic in 7.0-STABLE o usb/122119 usb [umass] umass device causes creation of daX but not da o usb/121734 usb [ugen] ugen HP1022 printer device not working since up o usb/121708 usb [keyboard] nforce 650i mobo w/ usb keyboard infinite k o usb/121474 usb [cam] [patch] QUIRK: SAMSUNG HM250JI in LaCie usb hard o usb/121275 usb [boot] [panic] FreeBSD fails to boot with usb legacy s o usb/121169 usb [umass] Issues with usb mp3 player o usb/121045 usb [uftdi] [patch] Add support for PC-OP-RS1 and KURO-RS f usb/120786 usb [usb] [panic] Kernel panic when forced umount of a det o usb/120729 usb [panic] fault while in kernel mode with connecting USB o usb/120321 usb [hang] System hangs when transferring data to WD MyBoo o usb/120283 usb [panic] Automation reboot with wireless keyboard & mou o usb/120034 usb [hang] 6.2 & 6.3 hangs on boot at usb0: OHCI with 1.5 o usb/119977 usb [ums] Mouse does not work in a Cherry-USB keyboard/mou o usb/119653 usb [cam] [patch] iriver s7 player sync cache error patch o usb/119633 usb [umass] umass0: BBB reset failed, IOERROR [regression] o usb/119509 usb [usb] USB flaky on Dell Optiplex 755 o usb/119389 usb [umass] Sony DSC-W1 CBI reset failed, STALLED [regress o usb/119227 usb [ubsa] [patch] ubsa buffer is too small; should be tun o usb/118480 usb [umass] Timeout in USB mass storage freezes vfs layer o usb/118353 usb [panic] [ppp] repeatable kernel panic during ppp(4) se o usb/118141 usb [ucom] usb serial and nokia phones ucomreadcb ucomread o usb/118140 usb [ucom] [patch] quick hack for ucom to get it behave wi o usb/118098 usb [umass] 6th gen iPod causes problems when disconnectin o usb/117955 usb [umass] [panic] inserting minolta dimage a2 crashes OS o usb/117946 usb [panic] D-Link DUB-E100 rev. B1 crashes FreeBSD 7.0-BE o usb/117938 usb [ums] [patch] Adding support for MS WL Natural and MS o usb/117911 usb [ums] [request] Mouse Gembird MUSWC not work o usb/117893 usb [umass] Lacie USB DVD writing failing o usb/117613 usb [uhci] [irq] uhci interrupt storm & USB leaked memory o usb/117598 usb [snd_uaudio] [patch] Not possible to record with Plant o usb/117313 usb [umass] [panic] panic on usb camera insertion o usb/117200 usb [ugen] ugen0 prints strange string on attach if detach o usb/117183 usb [panic] USB/fusefs -- panic while transferring large a o usb/116561 usb [umodem] [panic] RELENG_6 umodem panic "trying to slee o usb/116282 usb [ulpt] Cannot print on USB HP LJ1018 or LJ1300 o usb/115935 usb [usbdevs] [patch] kernel counterproductively attaches o usb/115933 usb [uftdi] [patch] RATOC REX-USB60F (usb serial converter o usb/115400 usb [ehci] Problem with EHCI on ASUS M2N4-SLI o usb/115298 usb [ulpt] [panic] Turning off USB printer panics kernel o usb/114916 usb [umass] [patch] USB Maxtor drive (L300RO) requires qui o kern/114780 usb [uplcom] [panic] Panics while stress testing the uplco o usb/114682 usb [umass] generic USB media-card reader unusable o usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker o usb/114068 usb [usb67] [usb8] [umass] [patch] Problem with connection o conf/114013 usb [patch] WITHOUT_USB allow to compil a lot of USB stuff s usb/113060 usb [usb67] [ulpt] [patch] Samsung printer not working in o usb/110856 usb [usb67] [ugen] [patch] interrupt in msgs are truncated o usb/107827 usb [usb67] [ohci] [panic] ohci_add_done addr not found o usb/107388 usb [usb67] [usb8] [new driver] [patch] add utoppy device o usb/106041 usb [usb67] [usb8] [request] FreeBSD does not recognise Mu s usb/103917 usb [usb67] [uhub] USB driver reports "Addr 0 should never o usb/103418 usb [usb67] [usb8] [patch] [request] usbhidctl(8) add abil o usb/103046 usb [usb67] [ulpt] [patch] ulpt event driven I/O with sele o usb/100746 usb [usb67] [ukbd] system does not boot due to USB keyboar o usb/99431 usb [keyboard] FreeBSD on MSI 6566E (Intel 845E motherboar o kern/99200 usb [usb67] SMP-Kernel crashes reliably when Bluetooth con o usb/98343 usb [boot] BBB reset failed errors with Creative Muvo MP3 o usb/97472 usb [cam] [patch] add support for Olympus C150,D390 s usb/97286 usb [mouse] [request] MS Wireless Intellimouse Explorer 2. o usb/97175 usb [umass] [hang] USB cardreader hangs system o usb/96457 usb [umass] [panic] fatback on umass = reboot o usb/96381 usb [cam] [patch] add a quirk table entry for a flash ram o usb/96224 usb [usb] [msdosfs] mount_msdosfs cause page fault in sync s usb/96120 usb [ums] [request] USB mouse not always detected s usb/95636 usb [umass] [boot] 5 minute delay at boot when using VT620 o usb/95562 usb [umass] Write Stress in USB Mass drive causes "vinvalb o usb/95037 usb [umass] USB disk not recognized on hot-plug. o usb/94897 usb [panic] Kernel Panic when cleanly unmounting USB disk o usb/94717 usb [ulpt] Reading from /dev/ulpt can break work of a UHCI o usb/94384 usb [panic] kernel panic with usb2 hardware o usb/93872 usb [cam] [patch] SCSI quirk required for ELTA 8061 OL USB o usb/93828 usb [ohci] [panic] ohci causes panic on boot (HP Pavillion o usb/93389 usb [umass] [patch] Digital Camera Pentax S60 don't work o usb/92852 usb [ums] [patch] Vertical scroll not working properly on o usb/92171 usb [panic] panic unplugging Vodafone Mobile Connect (UMTS o usb/92142 usb [uhub] SET_ADDR_FAILED and SHORT_XFER errors from usb o usb/92083 usb [ural] [panic] panic using WPA on ural NIC in 6.0-RELE o usb/92052 usb [ulpt] usbd causes defunct process with busy file-hand o usb/91906 usb [ehci] [hang] FreeBSD hangs while booting with USB leg f usb/91896 usb camcontrol(8): Serial Number of USB Memory Sticks is n o usb/91811 usb [umass] Compact Flash in HP Photosmart 2610 return " o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work o usb/91538 usb [ulpt] [patch] Unable to print to EPSON CX3500 o usb/91283 usb [boot] [regression] booting very slow with usb devices o usb/91238 usb [umass] USB tape unit fails to write a second tape fil o usb/90700 usb [umass] [panic] Kernel panic on connect/mount/use umas o usb/89954 usb [umass] [panic] USB Disk driver race condition? o usb/88743 usb [hang] [regression] USB makes kernel hang at boot (reg o usb/88408 usb [axe] axe0 read PHY failed o usb/87648 usb [mouse] Logitech USB-optical mouse problem. f usb/87224 usb [usb] Cannot mount USB Zip750 o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o usb/86298 usb [mouse] Known good USB mouse won't work with correct s s usb/85067 usb [uscanner] Cannot attach ScanJet 4300C to usb device o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o usb/83863 usb [ugen] Communication problem between opensc/openct via o usb/83756 usb [ums] [patch] Microsoft Intellimouse Explorer 4.0A doe o usb/83504 usb [kernel] [patch] SpeedTouch USB stop working on recent o usb/82520 usb [udbp] [reboot] Reboot when USL101 connected o usb/82350 usb [ucom] [panic] null pointer dereference in USB stack o usb/81621 usb [ehci] [hang] external hd hangs under load on ehci o usb/80935 usb [uvisor] [patch] uvisor.c is not work with CLIE TH55. s usb/80777 usb [request] usb_rem_task() should wait for callback to c s usb/80776 usb [udav] [request] UDAV device driver shouldn't use usb_ o usb/80774 usb [patch] have "usbd_find_desc" in line with the other " o usb/80361 usb [umass] [patch] mounting of Dell usb-stick fails f usb/80040 usb [sound] [hang] Use of sound mixer causes system freeze o usb/79723 usb [usb] [request] prepare for high speed isochronous tra o usb/78984 usb [umass] [patch] Creative MUVO umass failure f usb/77294 usb [ucom] [panic] ucom + ulpcom panic o usb/76653 usb [umass] [patch] Problem with Asahi Optical usb device f usb/76395 usb [uhci] USB printer does not work, usbdevs says "addr 0 s usb/75928 usb [umass] [request] Cytronix SmartMedia card (SMC) reade o usb/75800 usb [ucom] ucom1: init failed STALLED error in time of syn o usb/75764 usb [umass] [patch] "umass0: Phase Error" - no device for f usb/75705 usb [umass] [panic] da0 attach / Optio S4 (with backtrace) f usb/74771 usb [umass] [hang] mounting write-protected umass device a s usb/74453 usb [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic SL o usb/74211 usb [umass] USB flash drive causes CAM status 0x4 on 4.10R o usb/71417 usb [ugen] Cryptoflex e-gate USB token (ugen0) communicati o usb/71416 usb [ugen] Cryptoflex e-gate USB token (ugen0) detach is n o usb/71280 usb [aue] aue0 device (linksys usb100tx) doesn't work in 1 o usb/71155 usb [ulpt] misbehaving usb-printer hangs processes, causes o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports o usb/67301 usb [uftdi] [panic] RTS and system panic o usb/66547 usb [ucom] Palm Tungsten T USB does not initialize correct o usb/63621 usb [umass] [panic] USB MemoryStick Reader stalls/crashes s usb/62257 usb [umass] [request] card reader UCR-61S2B is only half-s s bin/57255 usb [patch] usbd(8) and multi-function devices s usb/52026 usb [usb] [request] umass driver support for InSystem ISD2 s usb/51958 usb [urio] [patch] update for urio driver o usb/40948 usb [umass] [request] USB HP CDW8200 does not work o usb/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem 305 problems total. From owner-freebsd-usb@FreeBSD.ORG Mon Aug 13 14:30:13 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CF61106564A for ; Mon, 13 Aug 2012 14:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 55E108FC0C for ; Mon, 13 Aug 2012 14:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7DEUD8I040427 for ; Mon, 13 Aug 2012 14:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7DEUDoq040426; Mon, 13 Aug 2012 14:30:13 GMT (envelope-from gnats) Resent-Date: Mon, 13 Aug 2012 14:30:13 GMT Resent-Message-Id: <201208131430.q7DEUDoq040426@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kim Culhan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 692771065672 for ; Mon, 13 Aug 2012 14:25:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3B81F8FC16 for ; Mon, 13 Aug 2012 14:25:11 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7DEPBTx050193 for ; Mon, 13 Aug 2012 14:25:11 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q7DEPAFB050192; Mon, 13 Aug 2012 14:25:10 GMT (envelope-from nobody) Message-Id: <201208131425.q7DEPAFB050192@red.freebsd.org> Date: Mon, 13 Aug 2012 14:25:10 GMT From: Kim Culhan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: usb/170606: r239222 kernel panic at boot - usb locking issue X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2012 14:30:13 -0000 >Number: 170606 >Category: usb >Synopsis: r239222 kernel panic at boot - usb locking issue >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 13 14:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kim Culhan >Release: 10.0-current >Organization: >Environment: FreeBSD 10.0-CURRENT #8 r239222M: Mon Aug 13 06:11:45 EDT 2012 >Description: kernel panic at boot: panic: Lock (sx) USB config SX lock not locked @ /usr/src/sys/dev/usb/usb/usb_device.c:2781 serial console not available atm, screen pics: http://img827.imageshack.us/img827/3622/img0084vc.jpg http://img705.imageshack.us/img705/9816/img0086dms.jpg thanks -kim >How-To-Repeat: Boot r239222 with usb enabled >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Mon Aug 13 18:40:09 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 950F3106566B for ; Mon, 13 Aug 2012 18:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 80C418FC12 for ; Mon, 13 Aug 2012 18:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7DIe9FE075153 for ; Mon, 13 Aug 2012 18:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7DIe9lG075152; Mon, 13 Aug 2012 18:40:09 GMT (envelope-from gnats) Date: Mon, 13 Aug 2012 18:40:09 GMT Message-Id: <201208131840.q7DIe9lG075152@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: usb/170606: commit references a PR X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2012 18:40:09 -0000 The following reply was made to PR usb/170606; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: usb/170606: commit references a PR Date: Mon, 13 Aug 2012 18:34:16 +0000 (UTC) Author: hselasky Date: Mon Aug 13 18:34:04 2012 New Revision: 239240 URL: http://svn.freebsd.org/changeset/base/239240 Log: Fix for missing locks due to recent change. PR: usb/170606 MFC after: 2 weeks Modified: head/sys/dev/usb/usb_device.c Modified: head/sys/dev/usb/usb_device.c ============================================================================== --- head/sys/dev/usb/usb_device.c Mon Aug 13 18:10:52 2012 (r239239) +++ head/sys/dev/usb/usb_device.c Mon Aug 13 18:34:04 2012 (r239240) @@ -2777,8 +2777,15 @@ usbd_set_endpoint_mode(struct usb_device uint8_t ep_mode) { usb_error_t error; + uint8_t do_unlock; - sx_assert(&udev->enum_sx, SA_LOCKED); + /* automatic locking */ + if (usbd_enum_is_locked(udev)) { + do_unlock = 0; + } else { + do_unlock = 1; + usbd_enum_lock(udev); + } if (udev->bus->methods->set_endpoint_mode != NULL) { error = (udev->bus->methods->set_endpoint_mode) ( @@ -2792,6 +2799,9 @@ usbd_set_endpoint_mode(struct usb_device /* only set new mode regardless of error */ ep->ep_mode = ep_mode; + if (do_unlock) + usbd_enum_unlock(udev); + return (error); } _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-usb@FreeBSD.ORG Mon Aug 13 20:30:15 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8820106564A for ; Mon, 13 Aug 2012 20:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C3CAA8FC0A for ; Mon, 13 Aug 2012 20:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7DKUFaO087729 for ; Mon, 13 Aug 2012 20:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7DKUFx6087726; Mon, 13 Aug 2012 20:30:15 GMT (envelope-from gnats) Date: Mon, 13 Aug 2012 20:30:15 GMT Message-Id: <201208132030.q7DKUFx6087726@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Tomasz Olejniczak Cc: Subject: Re: usb/170358: [ums] Wrong (duplicate) button numbers X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tomasz Olejniczak List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2012 20:30:16 -0000 The following reply was made to PR usb/170358; it has been noted by GNATS. From: Tomasz Olejniczak To: bug-followup@FreeBSD.org, tomek.apostata@gmail.com Cc: Subject: Re: usb/170358: [ums] Wrong (duplicate) button numbers Date: Mon, 13 Aug 2012 22:22:48 +0200 Hi, It seams that I found the problem and partial solution: I checked what is really coming out of the hid device and found that "tilt wheel" is properly reported as horizontal scroll (on 8th byte). But in ums.c: 289 if (dt > 0) 290 buttons |= 1UL << 3; 291 else if (dt < 0) 292 buttons |= 1UL << 4; 293 294 sc->sc_status.button = buttons; 295 sc->sc_status.dx += dx; 296 sc->sc_status.dy += dy; 297 sc->sc_status.dz += dz; 298 /* 299 * sc->sc_status.dt += dt; 300 * no way to export this yet 301 */ As You see the sc_status is mousestatus_t which does not have dt... so driver assigns fixed numbers to buttons - the problem is that these buttons do exists - so we have 2 sets of buttons with the same numbers. For me the fix is simple - just assign different, free numbers: 290 buttons |= 1UL << 5; 291 else if (dt < 0) 292 buttons |= 1UL << 6; I know that this is not a real fix - other devices can also have these numbers "taken" - real fix should implement horizontal scroll in sys/sys/mouse.h, but for now it works for me. -- Tomek From owner-freebsd-usb@FreeBSD.ORG Tue Aug 14 18:34:55 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4DBF3106564A for ; Tue, 14 Aug 2012 18:34:55 +0000 (UTC) (envelope-from kraotn@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id D12258FC0A for ; Tue, 14 Aug 2012 18:34:54 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so696267wgb.31 for ; Tue, 14 Aug 2012 11:34:53 -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=KJsEHHYnOVqihU8kNB/M3VdFo9xPAvtRa3/ke1/Zoow=; b=eU4VtgHy+Sp2oLj61Nux8Pt6dkhgn71vdXjV+Y982fj8KuVndrDgogM5h+nn28Y/dF gQ1pFv8AcsXu/oaA9JF6Tlu1Yjfi2JHaxp61CEO0JeTEPycIM0ZH9vDoRTcWURnbHtyw mswgu0KgjzYCPkLkMzJW8FUbQ1Of149GifEXGNje7RYnR2wcyiEOJmc4VVG1/kgqlA9J hwYpdKgM6OfXE1MOrfa1YCkGOAMqNGOjJ8CVJEXV8Oxk13H6uztNJ+mBQDY1WPEvSMlq +sRQ1QJeTP6bMYJpa/GHpRsol4JmbmCYqCNBtfdn4kTwoz45fsO/fsd6qYTC5ldgXck6 URig== MIME-Version: 1.0 Received: by 10.180.109.166 with SMTP id ht6mr30009793wib.11.1344969293726; Tue, 14 Aug 2012 11:34:53 -0700 (PDT) Received: by 10.223.83.13 with HTTP; Tue, 14 Aug 2012 11:34:53 -0700 (PDT) In-Reply-To: <201208121439.26875.hselasky@c2i.net> References: <201208111152.35966.hselasky@c2i.net> <201208121439.26875.hselasky@c2i.net> Date: Tue, 14 Aug 2012 20:34:53 +0200 Message-ID: From: Kra OTN To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-usb@freebsd.org Subject: Re: USB keyboard partially functioning X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2012 18:34:55 -0000 Hans, The keyboard is working like a charm right now. The following adjustments have been made: ------------------------------------ # diff usbdevs usbdevs.org ------------------------------------ 725d724 < vendor CORSAIR 0x1b1c Corsair 3507,3509d3505 < < /* Corsair products */ < product CORSAIR K60 0x0a60 Corsair Vengeance K60 keyboard ------------------------------------ # diff usb_quirk.c usb_quirk.c.org ------------------------------------ 82,83d81 < /* Quirk for Corsair Vengeance K60 keyboard */ < USB_QUIRK(CORSAIR, K60, 0x0000, 0xffff, UQ_KBD_BOOTPROTO), Many thanks! Regards, M. On Sun, Aug 12, 2012 at 2:39 PM, Hans Petter Selasky wrote: > On Saturday 11 August 2012 13:02:31 Kra OTN wrote: > > Is it possible to auto quirk at boot? > > Hi, > > You can add the quirk permanently by adding a line to: > > sys/dev/usb/quirk/usb_quirk.c > > --HPS > From owner-freebsd-usb@FreeBSD.ORG Thu Aug 16 12:54:01 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D84F106566B; Thu, 16 Aug 2012 12:54:01 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E52DC8FC0A; Thu, 16 Aug 2012 12:54:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7GCs0QB040737; Thu, 16 Aug 2012 12:54:00 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7GCs04F040733; Thu, 16 Aug 2012 12:54:00 GMT (envelope-from gavin) Date: Thu, 16 Aug 2012 12:54:00 GMT Message-Id: <201208161254.q7GCs04F040733@freefall.freebsd.org> To: gavin@FreeBSD.org, freebsd-multimedia@FreeBSD.org, freebsd-usb@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: usb/156726: [snd_uaudio]: snd_uaudio(4) fails to detach when mixer is open X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2012 12:54:01 -0000 Synopsis: [snd_uaudio]: snd_uaudio(4) fails to detach when mixer is open Responsible-Changed-From-To: freebsd-multimedia->freebsd-usb Responsible-Changed-By: gavin Responsible-Changed-When: Thu Aug 16 12:53:15 UTC 2012 Responsible-Changed-Why: This sounds potentially like a USB stack issue to me. http://www.freebsd.org/cgi/query-pr.cgi?pr=156726 From owner-freebsd-usb@FreeBSD.ORG Thu Aug 16 18:22:10 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BBA0106566B; Thu, 16 Aug 2012 18:22:10 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.c2i.net [212.247.154.194]) by mx1.freebsd.org (Postfix) with ESMTP id 70DB08FC18; Thu, 16 Aug 2012 18:22:08 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 308323498; Thu, 16 Aug 2012 20:22:00 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, freebsd-gnats-submit@freebsd.org Date: Thu, 16 Aug 2012 20:22:40 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201208161254.q7GCs04F040733@freefall.freebsd.org> In-Reply-To: <201208161254.q7GCs04F040733@freefall.freebsd.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201208162022.40512.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org, gavin@freebsd.org Subject: Re: usb/156726: [snd_uaudio]: snd_uaudio(4) fails to detach when mixer is open X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2012 18:22:10 -0000 On Thursday 16 August 2012 14:54:00 gavin@freebsd.org wrote: > Synopsis: [snd_uaudio]: snd_uaudio(4) fails to detach when mixer is open > > Responsible-Changed-From-To: freebsd-multimedia->freebsd-usb > Responsible-Changed-By: gavin > Responsible-Changed-When: Thu Aug 16 12:53:15 UTC 2012 > Responsible-Changed-Why: > This sounds potentially like a USB stack issue to me. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=156726 This is not a USB stack problem, but a sound system issue. This is a known issue. --HPS From owner-freebsd-usb@FreeBSD.ORG Thu Aug 16 18:30:14 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D5A6106566C for ; Thu, 16 Aug 2012 18:30:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 07CE38FC18 for ; Thu, 16 Aug 2012 18:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7GIUDms083889 for ; Thu, 16 Aug 2012 18:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7GIUD1x083886; Thu, 16 Aug 2012 18:30:13 GMT (envelope-from gnats) Date: Thu, 16 Aug 2012 18:30:13 GMT Message-Id: <201208161830.q7GIUD1x083886@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/156726: [snd_uaudio]: snd_uaudio(4) fails to detach when mixer is open X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2012 18:30:14 -0000 The following reply was made to PR usb/156726; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org, freebsd-gnats-submit@freebsd.org Cc: gavin@freebsd.org, freebsd-multimedia@freebsd.org Subject: Re: usb/156726: [snd_uaudio]: snd_uaudio(4) fails to detach when mixer is open Date: Thu, 16 Aug 2012 20:22:40 +0200 On Thursday 16 August 2012 14:54:00 gavin@freebsd.org wrote: > Synopsis: [snd_uaudio]: snd_uaudio(4) fails to detach when mixer is open > > Responsible-Changed-From-To: freebsd-multimedia->freebsd-usb > Responsible-Changed-By: gavin > Responsible-Changed-When: Thu Aug 16 12:53:15 UTC 2012 > Responsible-Changed-Why: > This sounds potentially like a USB stack issue to me. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=156726 This is not a USB stack problem, but a sound system issue. This is a known issue. --HPS From owner-freebsd-usb@FreeBSD.ORG Fri Aug 17 03:10:08 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 591CA106564A for ; Fri, 17 Aug 2012 03:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 32D9F8FC14 for ; Fri, 17 Aug 2012 03:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7H3A8g4051825 for ; Fri, 17 Aug 2012 03:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7H3A8rn051824; Fri, 17 Aug 2012 03:10:08 GMT (envelope-from gnats) Resent-Date: Fri, 17 Aug 2012 03:10:08 GMT Resent-Message-Id: <201208170310.q7H3A8rn051824@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Thomas V. Crimi" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3463106564A for ; Fri, 17 Aug 2012 03:05:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B52818FC0A for ; Fri, 17 Aug 2012 03:05:54 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7H35s6V075243 for ; Fri, 17 Aug 2012 03:05:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q7H35sHr075242; Fri, 17 Aug 2012 03:05:54 GMT (envelope-from nobody) Message-Id: <201208170305.q7H35sHr075242@red.freebsd.org> Date: Fri, 17 Aug 2012 03:05:54 GMT From: "Thomas V. Crimi" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2012 03:10:08 -0000 >Number: 170688 >Category: usb >Synopsis: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 17 03:10:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Thomas V. Crimi >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD eco 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1: Thu Aug 16 22:20:39 EDT 2012 >Description: I bought an Asus Black Diamond Dual Band (2.4Ghz / 5Ghz) Wireless-N USB Adapter (USB-N53). It didn't initially work but once I added it to usbdevs and the if_run driver and now it works. I was inspired by Zahemszky at FreeBSD.org. Only caveat is the driver is only work in 802.11g mode. It seems that the run driver does not support 802.11n yet. usbconfig dump: ugen2.5: <802.11 n WLAN Ralink> at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x0000 bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0040 idVendor = 0x0b05 idProduct = 0x179d bcdDevice = 0x0101 iManufacturer = 0x0001 iProduct = 0x0002 <802.11 n WLAN> iSerialNumber = 0x0003 <1.0> bNumConfigurations = 0x0001 >How-To-Repeat: >Fix: Patch attached Patch attached with submission follows: diff -ru sys.orig/dev/usb/usbdevs sys/dev/usb/usbdevs --- sys.orig/dev/usb/usbdevs 2012-07-05 11:35:59.000000000 -0400 +++ sys/dev/usb/usbdevs 2012-08-16 22:44:53.000000000 -0400 @@ -1074,6 +1074,7 @@ product ASUS P535 0x420f ASUS P535 PDA product ASUS GMSC 0x422f ASUS Generic Mass Storage product ASUS RT2570 0x1706 RT2500USB Wireless Adapter +product ASUS USB_N53 0x179d ASUS Black Diamond Dual Band USB-N53 /* ATen products */ product ATEN UC1284 0x2001 Parallel printer diff -ru sys.orig/dev/usb/wlan/if_run.c sys/dev/usb/wlan/if_run.c --- sys.orig/dev/usb/wlan/if_run.c 2012-06-11 13:23:24.000000000 -0400 +++ sys/dev/usb/wlan/if_run.c 2012-08-16 22:45:57.000000000 -0400 @@ -136,6 +136,7 @@ RUN_DEV(ASUS, RT2870_5), RUN_DEV(ASUS, USBN13), RUN_DEV(ASUS, RT3070_1), + RUN_DEV(ASUS, USB_N53), RUN_DEV(ASUS2, USBN11), RUN_DEV(AZUREWAVE, RT2870_1), RUN_DEV(AZUREWAVE, RT2870_2), >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Fri Aug 17 10:50:11 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B49C1065675 for ; Fri, 17 Aug 2012 10:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 331568FC15 for ; Fri, 17 Aug 2012 10:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7HAoBi1024874 for ; Fri, 17 Aug 2012 10:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7HAoBgt024872; Fri, 17 Aug 2012 10:50:11 GMT (envelope-from gnats) Resent-Date: Fri, 17 Aug 2012 10:50:11 GMT Resent-Message-Id: <201208171050.q7HAoBgt024872@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robby Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 926251065672 for ; Fri, 17 Aug 2012 10:45:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6382A8FC12 for ; Fri, 17 Aug 2012 10:45:07 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7HAj7oD041095 for ; Fri, 17 Aug 2012 10:45:07 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q7HAj6Jl041094; Fri, 17 Aug 2012 10:45:07 GMT (envelope-from nobody) Message-Id: <201208171045.q7HAj6Jl041094@red.freebsd.org> Date: Fri, 17 Aug 2012 10:45:07 GMT From: Robby To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: usb/170699: FreeBSD 9.0 Doesn't list HDD or its partitions in partition editor. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2012 10:50:11 -0000 >Number: 170699 >Category: usb >Synopsis: FreeBSD 9.0 Doesn't list HDD or its partitions in partition editor. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 17 10:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Robby >Release: 9.0 >Organization: none >Environment: FreeBSD panda 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Mon Jun 11 23:52:38 UTC 2012 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: The environment I've listed is from my actual FreeBSD 8.3 installation on the machine I have the problem with. I' am busy downloading an image to dd' to my Raspberry PI. I'm not motivated enough to reboot right now and find out uname -a in the live CD mode and I doubt i'll be motivated enough to submit this report later. Sorry about that. FreeBSD 8.3 boots and installs fine on this desktop however if I boot the installation media for 9.0 it produces this error; da3: Attempt to query device size failed: NOT READY, Medium not present. Trying to mount root from cd 9660:/dev/iso9660/FREEBSD_INSTALL ... Mounting from cd9660 :/dev/iso9660/FREEBSD_INSTALL failes with error 19. And no matter how many different variations of google results I can't mount the file system. I dd'd a FreeBSD live installation to a USB and used that to boot and it would work however when I come to the partition editor to partition the empty ports and the usb used to boot the installation procedure is there but not the HDD or my partitions on it. Atleast I got further with this method. Its not bad media, the DVD's and the USB works when installing on other systems. Partitions show on the USB and DVD, the DVD doesn't show that mounting rubbish. FreeBSD installs just fine i have no problems on it really. There are a few bugs that have been fixed in 9.0 which i've come to notice as FreeBSD 9 are on my other two machines and it would be on the desktop had it worked. I use SATA drives and I couldn't help but notice in FreeBSD 9.0 announcement notes this was a public statement, as an improvement can you believe that? "Updated ATA/SATA drivers support AHCI, moved into updated CAM framework" After trying to upgrade from 8.3 to 9.0 via the FreeBSD upgrade tool it installed updates etc and after reboot if gives the exact same error the FreeBSD 9.0 DVD would on boot. So this leads me to believe that the statement above is where the problem originated. Also my drives in 8.3 don't list as ada*, not a single one however Linux flavours do and over BSD flavours. I've given you as much information and have been as descriptive as I possibly can. Image of the USB not showing my partition or HDD, and gpart show. http://i.imgur.com/Hhcxg.jpg http://img28.imageshack.us/img28/6660/img2012081600029.jpg >How-To-Repeat: Boot FreeBSD 9.0 memstick installation and get to the partitioning menu, the DVD issue just boot a FreeBSD 9.0 CD/DVD. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Fri Aug 17 16:30:13 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E11C1065670 for ; Fri, 17 Aug 2012 16:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5852F8FC0A for ; Fri, 17 Aug 2012 16:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7HGUD3E067918 for ; Fri, 17 Aug 2012 16:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7HGUD3C067913; Fri, 17 Aug 2012 16:30:13 GMT (envelope-from gnats) Date: Fri, 17 Aug 2012 16:30:13 GMT Message-Id: <201208171630.q7HGUD3C067913@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: usb/170688: commit references a PR X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2012 16:30:13 -0000 The following reply was made to PR usb/170688; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: usb/170688: commit references a PR Date: Fri, 17 Aug 2012 16:27:31 +0000 (UTC) Author: hselasky Date: Fri Aug 17 16:27:11 2012 New Revision: 239358 URL: http://svn.freebsd.org/changeset/base/239358 Log: Add new USB device ID. PR: usb/170688 MFC after: 1 week Modified: head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/usb/usbdevs ============================================================================== --- head/sys/dev/usb/usbdevs Fri Aug 17 16:01:24 2012 (r239357) +++ head/sys/dev/usb/usbdevs Fri Aug 17 16:27:11 2012 (r239358) @@ -1118,6 +1118,7 @@ product ASUS A730W 0x4202 ASUS MyPal A7 product ASUS P535 0x420f ASUS P535 PDA product ASUS GMSC 0x422f ASUS Generic Mass Storage product ASUS RT2570 0x1706 RT2500USB Wireless Adapter +product ASUS USB_N53 0x179d ASUS Black Diamond Dual Band USB-N53 /* ATen products */ product ATEN UC1284 0x2001 Parallel printer Modified: head/sys/dev/usb/wlan/if_run.c ============================================================================== --- head/sys/dev/usb/wlan/if_run.c Fri Aug 17 16:01:24 2012 (r239357) +++ head/sys/dev/usb/wlan/if_run.c Fri Aug 17 16:27:11 2012 (r239358) @@ -136,6 +136,7 @@ static const STRUCT_USB_HOST_ID run_devs RUN_DEV(ASUS, RT2870_5), RUN_DEV(ASUS, USBN13), RUN_DEV(ASUS, RT3070_1), + RUN_DEV(ASUS, USB_N53), RUN_DEV(ASUS2, USBN11), RUN_DEV(AZUREWAVE, RT2870_1), RUN_DEV(AZUREWAVE, RT2870_2), _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-usb@FreeBSD.ORG Fri Aug 17 16:33:30 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E79A106566C; Fri, 17 Aug 2012 16:33:30 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id CAC828FC0C; Fri, 17 Aug 2012 16:33:29 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 142130811; Fri, 17 Aug 2012 18:28:21 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, PseudoCylon Date: Fri, 17 Aug 2012 18:29:02 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201208170305.q7H35sHr075242@red.freebsd.org> In-Reply-To: <201208170305.q7H35sHr075242@red.freebsd.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201208171829.02612.hselasky@c2i.net> Cc: "Thomas V. Crimi" , freebsd-gnats-submit@freebsd.org Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2012 16:33:30 -0000 On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote: > 170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 > From: Hi, I think not all chips have the same features. Does the packing say that the stick supports 11n ? --HPS From owner-freebsd-usb@FreeBSD.ORG Fri Aug 17 16:40:10 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70187106566B for ; Fri, 17 Aug 2012 16:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 41CBE8FC08 for ; Fri, 17 Aug 2012 16:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7HGe9He071422 for ; Fri, 17 Aug 2012 16:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7HGe9fX071421; Fri, 17 Aug 2012 16:40:09 GMT (envelope-from gnats) Date: Fri, 17 Aug 2012 16:40:09 GMT Message-Id: <201208171640.q7HGe9fX071421@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2012 16:40:10 -0000 The following reply was made to PR usb/170688; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org, PseudoCylon Cc: "Thomas V. Crimi" , freebsd-gnats-submit@freebsd.org Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 Date: Fri, 17 Aug 2012 18:29:02 +0200 On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote: > 170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 > From: Hi, I think not all chips have the same features. Does the packing say that the stick supports 11n ? --HPS From owner-freebsd-usb@FreeBSD.ORG Fri Aug 17 17:51:02 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D201B106564A for ; Fri, 17 Aug 2012 17:51:02 +0000 (UTC) (envelope-from tcrimi@procida.us) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7E4948FC0A for ; Fri, 17 Aug 2012 17:51:02 +0000 (UTC) Received: by vcbgb22 with SMTP id gb22so4138271vcb.13 for ; Fri, 17 Aug 2012 10:51:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=hyWdrH+wr3x0rBgsT0OwXJusUEf7H9INaYjoTFF3+2U=; b=IbEapEO18LfhXmKB4KYMTFyqfJnM0KeXblsfW38YEqU7fTlwb+fCTIFVbcLFMyNOQT jkEWVMXJfhWHJVgbA/LtNQK339iyim75ax1fE2E4xO0qZRBhKyf4jixvOT1jddAr2x8E NXDzkZIFoJY1XDkSn3Ht76FllmLf1YAAUYlEAuhTG72g1kEvbE+MuLyr2NvscL2L8jz/ NK0freykTLSLgAbwCRV7Otjt9zI9+NNDea/o5EFHVg/V6t+cNdYmqYplVk8pi9Tn+aaL 5zmqHYmbWsE5ab/conTAbK/jyixzQEzWSJZOe36SHkQFtjfXnI6tsSX15/qg8K63W9MT b/Yw== Received: by 10.52.17.48 with SMTP id l16mr2602932vdd.98.1345225861830; Fri, 17 Aug 2012 10:51:01 -0700 (PDT) Received: from nycd09.internal.quantbot.com ([38.104.202.130]) by mx.google.com with ESMTPS id q10sm1234360vdj.12.2012.08.17.10.51.01 (version=SSLv3 cipher=OTHER); Fri, 17 Aug 2012 10:51:01 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1485\)) From: Thomas Crimi In-Reply-To: <201208171829.02612.hselasky@c2i.net> Date: Fri, 17 Aug 2012 13:51:00 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <3F7B162D-06F3-42A2-A39D-B3536FEF7F22@gmail.com> References: <201208170305.q7H35sHr075242@red.freebsd.org> <201208171829.02612.hselasky@c2i.net> To: Hans Petter Selasky X-Mailer: Apple Mail (2.1485) X-Gm-Message-State: ALoCoQk786GXFSizEhQqm6U0hi1lmqwxm4hwMDaZ4/+/X+QuP2aIWEGBmP8CXxYovDo2D5K7Zm5/ Cc: freebsd-gnats-submit@freebsd.org, PseudoCylon , freebsd-usb@freebsd.org Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2012 17:51:02 -0000 On Aug 17, 2012, at 12:29 PM, Hans Petter Selasky = wrote: > On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote: >> 170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 > Does the packing say that the stick supports 11n ? >=20 Yes, I also see it doing 11n under windows. Knowing that it should = work, though, I'll see if I can dig anything up. I haven't used Wifi = under FBSD in many years. Are there any dump commands that would be helpful to send? From owner-freebsd-usb@FreeBSD.ORG Fri Aug 17 18:00:24 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EFA2106564A for ; Fri, 17 Aug 2012 18:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89C758FC08 for ; Fri, 17 Aug 2012 18:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7HI0OCb080176 for ; Fri, 17 Aug 2012 18:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7HI0OCb080175; Fri, 17 Aug 2012 18:00:24 GMT (envelope-from gnats) Date: Fri, 17 Aug 2012 18:00:24 GMT Message-Id: <201208171800.q7HI0OCb080175@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Thomas Crimi Cc: Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Crimi List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2012 18:00:24 -0000 The following reply was made to PR usb/170688; it has been noted by GNATS. From: Thomas Crimi To: Hans Petter Selasky Cc: freebsd-usb@freebsd.org, PseudoCylon , freebsd-gnats-submit@freebsd.org Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 Date: Fri, 17 Aug 2012 13:51:00 -0400 On Aug 17, 2012, at 12:29 PM, Hans Petter Selasky = wrote: > On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote: >> 170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 > Does the packing say that the stick supports 11n ? >=20 Yes, I also see it doing 11n under windows. Knowing that it should = work, though, I'll see if I can dig anything up. I haven't used Wifi = under FBSD in many years. Are there any dump commands that would be helpful to send? From owner-freebsd-usb@FreeBSD.ORG Fri Aug 17 19:41:07 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6DB67106564A; Fri, 17 Aug 2012 19:41:07 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id B63488FC08; Fri, 17 Aug 2012 19:41:06 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 311600449; Fri, 17 Aug 2012 21:35:57 +0200 From: Hans Petter Selasky To: Thomas Crimi Date: Fri, 17 Aug 2012 21:36:38 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201208170305.q7H35sHr075242@red.freebsd.org> <201208171829.02612.hselasky@c2i.net> <3F7B162D-06F3-42A2-A39D-B3536FEF7F22@gmail.com> In-Reply-To: <3F7B162D-06F3-42A2-A39D-B3536FEF7F22@gmail.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201208172136.38737.hselasky@c2i.net> Cc: freebsd-gnats-submit@freebsd.org, PseudoCylon , freebsd-usb@freebsd.org Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2012 19:41:07 -0000 On Friday 17 August 2012 19:51:00 Thomas Crimi wrote: > On Aug 17, 2012, at 12:29 PM, Hans Petter Selasky wrote: > > On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote: > >> 170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 > > > > Does the packing say that the stick supports 11n ? > > Yes, I also see it doing 11n under windows. Knowing that it should work, > though, I'll see if I can dig anything up. I haven't used Wifi under FBSD > in many years. > > Are there any dump commands that would be helpful to send? Check the if_run.c when it enables 11n support. --HPS From owner-freebsd-usb@FreeBSD.ORG Fri Aug 17 19:50:07 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA932106566C for ; Fri, 17 Aug 2012 19:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 912928FC0C for ; Fri, 17 Aug 2012 19:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7HJo7tE093369 for ; Fri, 17 Aug 2012 19:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7HJo7MB093368; Fri, 17 Aug 2012 19:50:07 GMT (envelope-from gnats) Date: Fri, 17 Aug 2012 19:50:07 GMT Message-Id: <201208171950.q7HJo7MB093368@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2012 19:50:07 -0000 The following reply was made to PR usb/170688; it has been noted by GNATS. From: Hans Petter Selasky To: Thomas Crimi Cc: freebsd-usb@freebsd.org, PseudoCylon , freebsd-gnats-submit@freebsd.org Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 Date: Fri, 17 Aug 2012 21:36:38 +0200 On Friday 17 August 2012 19:51:00 Thomas Crimi wrote: > On Aug 17, 2012, at 12:29 PM, Hans Petter Selasky wrote: > > On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote: > >> 170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 > > > > Does the packing say that the stick supports 11n ? > > Yes, I also see it doing 11n under windows. Knowing that it should work, > though, I'll see if I can dig anything up. I haven't used Wifi under FBSD > in many years. > > Are there any dump commands that would be helpful to send? Check the if_run.c when it enables 11n support. --HPS From owner-freebsd-usb@FreeBSD.ORG Sat Aug 18 03:07:58 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EDF61065670 for ; Sat, 18 Aug 2012 03:07:58 +0000 (UTC) (envelope-from moonlightakkiy@yahoo.ca) Received: from nm7.bullet.mail.bf1.yahoo.com (nm7.bullet.mail.bf1.yahoo.com [98.139.212.166]) by mx1.freebsd.org (Postfix) with SMTP id 0EC058FC16 for ; Sat, 18 Aug 2012 03:07:57 +0000 (UTC) Received: from [98.139.212.145] by nm7.bullet.mail.bf1.yahoo.com with NNFMP; 18 Aug 2012 03:07:51 -0000 Received: from [98.139.211.204] by tm2.bullet.mail.bf1.yahoo.com with NNFMP; 18 Aug 2012 03:07:51 -0000 Received: from [127.0.0.1] by smtp213.mail.bf1.yahoo.com with NNFMP; 18 Aug 2012 03:07:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1345259271; bh=OfikIBlX/raeNZ2te9xmiRdPpMFrBI5wvB8rmp9tzy4=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Received:MIME-Version:Received:Received:In-Reply-To:References:Date:Message-ID:Subject:From:To:Cc:Content-Type:On Fri, Aug 17, 2012 at 1:> On Friday 17 August 2012 19:>> On Aug 17, 2012, at 12:>> > On Friday 17 August 2012 05:>> >> 170688:>> >:>> > Does the packing say that the stick supports 11n ?:>>:>> Yes, I also see it doing 11n under windows. Knowing that it should work,:>> though, I'll see if I can dig anything up. I haven't used Wifi under FBSD:>> in many years.:>>:>> Are there any dump commands that would be helpful to send?:>:> Check the if_run.c when it enables 11n support.; b=TATIfgt09dItxcdl3zPym5pRvdSWtBKz0xY33CJOh44LRsCmINAxuUDgNB1HmdEde4iGJt7Q0k9+X51SD3LS/NqBvnYAhdxXtXZ+khVXWMJ8M6AwAOAXeGdENJCZ2eGPhuZegRDSjyUBeRXjojeonqRy4ZfzUOUG/vWhUuyac8o= X-Yahoo-Newman-Id: 291532.2258.bm@smtp213.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: poE62aoVM1nqqYh8J__o35AwqhjaHZ_.bc5brp9kvyeLDVo jOes1sMa1rLvxIX7a6KQd0vXe5NRTY.KUtfH5rJ_y7WKPDe9RdxowKcTs2fB 0r7ea8h8V_X6roLNfUBXsmVogeWeWQs.kl5NvV78Z6cgCrA1Mnj5JtAX4acc Qcfpzt4BjHeGwHIISUg5jSnMU.krMQ.mgCCGV3O9MxwOC7NvfN28pC32zZq7 _2VIV0_QWuc_DfhCSU37gw7VgK_k2CH30xKcz2L1soANUjNDXXZJ.loaQTBp aQqDbGaz4XyIywuJUq6pNEJW5nGMRq1HOY_2HbcuBPY46uGYxVdMK94ham9K gxnvQYxC6pQZcjL8DXWL9gwF3caQuz4L03.TveN_CwwCO4VdbO40MSVyBUWG XgTM06JQwZc1T5aW3XwVokEfs_3wWeL3vJZulRnssxd7mNDobj9EKOZNDt8N im0hfPsMN5QDf4WO5baGKCh0- X-Yahoo-SMTP: Xr6qjFWswBAEmd20sAvB4Q3keqXvXsIH9TjJ Received: from mail-vc0-f182.google.com (moonlightakkiy@209.85.220.182 with plain) by smtp213.mail.bf1.yahoo.com with SMTP; 17 Aug 2012 20:07:51 -0700 PDT Received: by vcbgb22 with SMTP id gb22so4620929vcb.13 for ; Fri, 17 Aug 2012 20:07:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.214.2 with SMTP id gy2mr2352929vcb.69.1345259270724; Fri, 17 Aug 2012 20:07:50 -0700 (PDT) Received: by 10.58.114.111 with HTTP; Fri, 17 Aug 2012 20:07:50 -0700 (PDT) In-Reply-To: <201208172136.38737.hselasky@c2i.net> References: <201208170305.q7H35sHr075242@red.freebsd.org> <201208171829.02612.hselasky@c2i.net> <3F7B162D-06F3-42A2-A39D-B3536FEF7F22@gmail.com> <201208172136.38737.hselasky@c2i.net> Date: Fri, 17 Aug 2012 21:07:50 -0600 Message-ID: From: PseudoCylon To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-gnats-submit@freebsd.org, Thomas Crimi , freebsd-usb@freebsd.org Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2012 03:07:58 -0000 On Fri, Aug 17, 2012 at 1:36 PM, Hans Petter Selasky wrote: > On Friday 17 August 2012 19:51:00 Thomas Crimi wrote: >> On Aug 17, 2012, at 12:29 PM, Hans Petter Selasky wrote: >> > On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote: >> >> 170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 >> > >> > Does the packing say that the stick supports 11n ? >> >> Yes, I also see it doing 11n under windows. Knowing that it should work, >> though, I'll see if I can dig anything up. I haven't used Wifi under FBSD >> in many years. >> >> Are there any dump commands that would be helpful to send? > > Check the if_run.c when it enables 11n support. Adding 11n support is almost done. All I have left to do is to look after one LOR that almost guarantees deadlock. Stay tuned. AK From owner-freebsd-usb@FreeBSD.ORG Sat Aug 18 03:10:13 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57EBA106564A for ; Sat, 18 Aug 2012 03:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 42E0F8FC08 for ; Sat, 18 Aug 2012 03:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7I3AD8t053351 for ; Sat, 18 Aug 2012 03:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7I3ADGi053350; Sat, 18 Aug 2012 03:10:13 GMT (envelope-from gnats) Date: Sat, 18 Aug 2012 03:10:13 GMT Message-Id: <201208180310.q7I3ADGi053350@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: PseudoCylon Cc: Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: PseudoCylon List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2012 03:10:13 -0000 The following reply was made to PR usb/170688; it has been noted by GNATS. From: PseudoCylon To: Hans Petter Selasky Cc: Thomas Crimi , freebsd-usb@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 Date: Fri, 17 Aug 2012 21:07:50 -0600 On Fri, Aug 17, 2012 at 1:36 PM, Hans Petter Selasky wrote: > On Friday 17 August 2012 19:51:00 Thomas Crimi wrote: >> On Aug 17, 2012, at 12:29 PM, Hans Petter Selasky wrote: >> > On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote: >> >> 170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 >> > >> > Does the packing say that the stick supports 11n ? >> >> Yes, I also see it doing 11n under windows. Knowing that it should work, >> though, I'll see if I can dig anything up. I haven't used Wifi under FBSD >> in many years. >> >> Are there any dump commands that would be helpful to send? > > Check the if_run.c when it enables 11n support. Adding 11n support is almost done. All I have left to do is to look after one LOR that almost guarantees deadlock. Stay tuned. AK From owner-freebsd-usb@FreeBSD.ORG Sat Aug 18 13:30:13 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DB28106564A for ; Sat, 18 Aug 2012 13:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F0678FC0A for ; Sat, 18 Aug 2012 13:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7IDUCGE047709 for ; Sat, 18 Aug 2012 13:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7IDUCRW047708; Sat, 18 Aug 2012 13:30:12 GMT (envelope-from gnats) Date: Sat, 18 Aug 2012 13:30:12 GMT Message-Id: <201208181330.q7IDUCRW047708@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: "Matthew D. Fuller" Cc: Subject: Re: usb/156898 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Matthew D. Fuller" List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2012 13:30:13 -0000 The following reply was made to PR usb/156898; it has been noted by GNATS. From: "Matthew D. Fuller" To: bug-followup@freebsd.org Cc: Subject: Re: usb/156898 Date: Sat, 18 Aug 2012 08:26:35 -0500 See also usb/133989 From owner-freebsd-usb@FreeBSD.ORG Sat Aug 18 13:40:09 2012 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1B99106566B for ; Sat, 18 Aug 2012 13:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C24C8FC15 for ; Sat, 18 Aug 2012 13:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7IDe9Ck050465 for ; Sat, 18 Aug 2012 13:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7IDe975050464; Sat, 18 Aug 2012 13:40:09 GMT (envelope-from gnats) Date: Sat, 18 Aug 2012 13:40:09 GMT Message-Id: <201208181340.q7IDe975050464@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: "Matthew D. Fuller" Cc: Subject: Re: usb/133989 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Matthew D. Fuller" List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2012 13:40:09 -0000 The following reply was made to PR usb/133989; it has been noted by GNATS. From: "Matthew D. Fuller" To: bug-followup@freebsd.org Cc: Subject: Re: usb/133989 Date: Sat, 18 Aug 2012 08:24:36 -0500 One way to slide past it is that the mountroot prompt accepts a '.' to spin around the kernel for a second or so to complete various background tasks. It's meant to allow finishing probing drives etc, but on systems I've tried it also works for letting the USB stack pick up the keyboard. Of course, using this as a workaround is severely diluted by the fact that you need a working keyboard to run the hack to get the keyboard working ;) But something in the spirit of the original patch would be a real nice plus; this bites me on a regular (rare, but still regular) basis... -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.