From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 02:05:21 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3F8616A4CE for ; Sun, 12 Dec 2004 02:05:21 +0000 (GMT) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 402EA43D2D for ; Sun, 12 Dec 2004 02:05:21 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBC251Da278456; Sat, 11 Dec 2004 21:05:02 -0500 Message-ID: <41BBA74A.1020007@elischer.org> Date: Sat, 11 Dec 2004 18:04:58 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: usb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Jamie Jones cc: jay@evilrealms.net Subject: [Fwd: bugs in ugen.h (and fix)] X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 02:05:22 -0000 send to right list -------- Original Message -------- Subject: bugs in ugen.h (and fix) Date: Sun, 12 Dec 2004 00:53:11 GMT From: Jamie Jones To: freebsd-current@freebsd.org CC: jamie@bishopston.net, jay@evilrealms.net Trying to get the SpeedTouch ADSL modem to work with Freebsd 5.3-RELEASE, I got the kernel error: | pppoa2 : pusb_endpoint_open failed | | WARNING: Driver mistake: destroy_dev on 238/1 | | panic: don't do that After some googling, I found a patch to ugen.h by Jay Cornwall, that was posted to freebsd-current exactly a year ago today: http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2003-12/1005.html I applied this patch to the ugen.c that comes with 5.3-RELEASE (patching manually to cope with the changes to ugen.c since his patch was posted) and everything has been working like a charm ever since (over a week later) I was just wondering why this patch was never committed to the tree, and if it's just been overlooked, is there any reason why it can't be applied now ? For reference, my patched up 5.3-RELEASE version, based entirely on Jays changed merged into the current 5.3-RELEASE version is here: http://www.bishopston.com/jamie/freebsd/ugen.c-5.3-RELEASE-patched Thanks, Jamie _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 02:30:51 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32A3516A4CE; Sun, 12 Dec 2004 02:30:51 +0000 (GMT) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D4643D2F; Sun, 12 Dec 2004 02:30:50 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBC2UPNb087810; Sat, 11 Dec 2004 21:30:25 -0500 Message-ID: <41BBAD40.6010709@elischer.org> Date: Sat, 11 Dec 2004 18:30:24 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Julian Elischer References: <41BBA74A.1020007@elischer.org> In-Reply-To: <41BBA74A.1020007@elischer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: usb@freebsd.org cc: Jamie Jones cc: Current cc: jay@evilrealms.net Subject: Re: [Fwd: bugs in ugen.h (and fix)] X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 02:30:51 -0000 Julian Elischer wrote: > send to right list > > -------- Original Message -------- > Subject: bugs in ugen.h (and fix) > Date: Sun, 12 Dec 2004 00:53:11 GMT > From: Jamie Jones > To: freebsd-current@freebsd.org > CC: jamie@bishopston.net, jay@evilrealms.net > > > Trying to get the SpeedTouch ADSL modem to work with Freebsd 5.3-RELEASE, > I got the kernel error: > > | pppoa2 : pusb_endpoint_open failed > | > | WARNING: Driver mistake: destroy_dev on 238/1 > | > | panic: don't do that > > After some googling, I found a patch to ugen.h by Jay Cornwall, that > was posted to freebsd-current exactly a year ago today: > > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2003-12/1005.html > > I applied this patch to the ugen.c that comes with 5.3-RELEASE (patching > manually to cope with the changes to ugen.c since his patch was posted) > and everything has been working like a charm ever since (over a week later) > > I was just wondering why this patch was never committed to the tree, > and if it's just been overlooked, is there any reason why it can't be > applied now ? > > For reference, my patched up 5.3-RELEASE version, based entirely on > Jays changed merged into the current 5.3-RELEASE version is here: > > http://www.bishopston.com/jamie/freebsd/ugen.c-5.3-RELEASE-patched I just committed a version of this to -current. sorry about the delay it just got lost I guess. Expect an MFC in a week. probably won't make 4.11 unless someone REALLY needs it. please test that it hasn't broken your pet USB ugen-based devices. > > Thanks, > Jamie > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 04:56:00 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B643416A4CE for ; Sun, 12 Dec 2004 04:56:00 +0000 (GMT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C3B543D41 for ; Sun, 12 Dec 2004 04:56:00 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBC4tqGr124524; Sat, 11 Dec 2004 23:55:57 -0500 Message-ID: <41BBCF57.7020908@elischer.org> Date: Sat, 11 Dec 2004 20:55:51 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: "M. Warner Losh" References: <20041105.161849.93359849.imp@bsdimp.com> In-Reply-To: <20041105.161849.93359849.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: usb@freebsd.org Subject: Re: my usb plans X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 04:56:00 -0000 M. Warner Losh wrote: > I am working in the area of better newbusification of the usb stack. > Right now it sucks really badly :-(. I've done prototypes with all > the other BSD foo stripped out just to make it easier. > > That does bring up a good point: How are we going to manage the compat > stuff moving forward? > > Warner > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" Warner, can you commit any of the stuff you showed me the other day? From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 05:11:36 2004 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E2CB16A4CE; Sun, 12 Dec 2004 05:11:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69F9943D41; Sun, 12 Dec 2004 05:11:36 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC5BaiK098718; Sun, 12 Dec 2004 05:11:36 GMT (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBC5Ba3e098714; Sun, 12 Dec 2004 05:11:36 GMT (envelope-from julian) Date: Sun, 12 Dec 2004 05:11:36 GMT From: Julian Elischer Message-Id: <200412120511.iBC5Ba3e098714@freefall.freebsd.org> To: julian@FreeBSD.org, freebsd-usb@FreeBSD.org, linimon@FreeBSD.org Subject: Re: kern/73636: usb microsoft mouse with ps/2 converter plugged in through a generic 2 port KVM switch X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 05:11:36 -0000 Old Synopsis: [usb] usb microsoft mouse with ps/2 converter plugged in through a generic 2 port KVM switch New Synopsis: usb microsoft mouse with ps/2 converter plugged in through a generic 2 port KVM switch Responsible-Changed-From-To: freebsd-usb->linimon Responsible-Changed-By: julian Responsible-Changed-When: Sun Dec 12 05:09:37 GMT 2004 Responsible-Changed-Why: Bug exists when not using USB. ergo, not USB bug :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=73636 From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 05:20:18 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA78A16A4D0 for ; Sun, 12 Dec 2004 05:20:17 +0000 (GMT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6831943D55 for ; Sun, 12 Dec 2004 05:20:17 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBC5KCGr097200; Sun, 12 Dec 2004 00:20:15 -0500 Message-ID: <41BBD50B.7050502@elischer.org> Date: Sat, 11 Dec 2004 21:20:11 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Nikolay Pavlov References: <20041108101033.GA714@roks.biz> In-Reply-To: <20041108101033.GA714@roks.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: Sony Clie PEG-SJ33 ucom0: init failed, IOERROR X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 05:20:18 -0000 Hi Nikolay. can you please check if this still happens under RELENG_4 (or even under 5/6)? A change was recently committed that may be relevent. Nikolay Pavlov wrote: > Hi, freebsd users. > > [I am not subscribed to this list, so please CC me..] > > As a new usb maillist has opened, I have > decided to address in it with the problem which disturb > me rather for a long time. I have Sony Clie PEG-SJ33 > device and want to sync it with my FreeBSD 4.10-p3, > but in time when I press the Sync button, I see this > message: > > ucom0: Sony Palm Handheld, rev 1.10/1.00, addr 2 > ucom0: Sony Palm Handheld, rev 1.10/1.00, addr 2 > ucom0: init failed, IOERROR > device_probe_and_attach: ucom0 attach returned 6 > uhub1: port 1, set config at addr 2 failed > uhub1: device problem, disabling port 1 > uhub1: port error, restarting port 1 > > Here is some additional information: > > # usbdev -dv > Controller /dev/usb0: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), VIA(0x0000), rev 1.00 > uhub0 > port 1 powered > port 2 powered > > USB related dmesg information: > > uhci0: port 0xd400-0xd41f irq 11 at device 16.0 on pci0 > usb0: on uhci0 > usb0: USB revision 1.0 > uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > uhci1: port 0xd800-0xd81f irq 11 at device 16.1 on pci0 > usb1: on uhci1 > usb1: USB revision 1.0 > uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub1: 2 ports with 2 removable, self powered > uhci2: port 0xdc00-0xdc1f irq 5 at device 16.2 on pci0 > usb2: on uhci2 > usb2: USB revision 1.0 > uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub2: 2 ports with 2 removable, self powered > uhci3: port 0xe000-0xe01f irq 5 at device 16.3 on pci0 > usb3: on uhci3 > usb3: USB revision 1.0 > uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > > USB related kernel configuration information: > > # USB support > device uhci # UHCI PCI->USB interface > device ohci # OHCI PCI->USB interface > device usb # USB Bus (required) > device ucom # > device uvisor # Palm support > device ugen # Generic > device uhid # "Human Interface Devices" > #device ukbd # Keyboard > #device ulpt # Printer > device umass # Disks/Mass storage - Requires scbus and da > #device ums # Mouse > device uscanner # Scanners > #device urio # Diamond Rio MP3 Player > > Best regards and sorry for my english, > Nikolay Pavlov. > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 05:35:57 2004 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2866816A4CF; Sun, 12 Dec 2004 05:35:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E499D43D54; Sun, 12 Dec 2004 05:35:56 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC5ZumO002099; Sun, 12 Dec 2004 05:35:56 GMT (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBC5ZuEN002095; Sun, 12 Dec 2004 05:35:56 GMT (envelope-from julian) Date: Sun, 12 Dec 2004 05:35:56 GMT From: Julian Elischer Message-Id: <200412120535.iBC5ZuEN002095@freefall.freebsd.org> To: amistry@am-productions.biz, julian@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/70607: [patch] Add Support for USB Microsoft Intellimouse (possibly others) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 05:35:57 -0000 Synopsis: [patch] Add Support for USB Microsoft Intellimouse (possibly others) State-Changed-From-To: open->closed State-Changed-By: julian State-Changed-When: Sun Dec 12 05:35:19 GMT 2004 State-Changed-Why: Patches applied http://www.freebsd.org/cgi/query-pr.cgi?pr=70607 From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 05:37:02 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D94216A4CE for ; Sun, 12 Dec 2004 05:37:02 +0000 (GMT) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D5F43D46 for ; Sun, 12 Dec 2004 05:37:02 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBC5awNb087884; Sun, 12 Dec 2004 00:37:00 -0500 Message-ID: <41BBD8F9.7030200@elischer.org> Date: Sat, 11 Dec 2004 21:36:57 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Matt Wright References: <200411081050.iA8AoS4s008816@freefall.freebsd.org> In-Reply-To: <200411081050.iA8AoS4s008816@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: kern/70607: [patch] Add Support for USB Microsoft Intellimouse (possibly others) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 05:37:02 -0000 Matt Wright wrote: > The following reply was made to PR kern/70607; it has been noted by GNATS. > thanks patches applied. From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 05:45:06 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1C9B16A4CE for ; Sun, 12 Dec 2004 05:45:06 +0000 (GMT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C31043D31 for ; Sun, 12 Dec 2004 05:45:03 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBC5ivGr362796; Sun, 12 Dec 2004 00:45:02 -0500 Message-ID: <41BBDAD8.9060405@elischer.org> Date: Sat, 11 Dec 2004 21:44:56 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: a.bonte@netheos.net References: <200411081050.iA8AoS4s008816@freefall.freebsd.org> <200411151221.46467.a.bonte@netheos.net> <200411151456.59506.mistry.7@osu.edu> <200411161417.30416.a.bonte@netheos.net> In-Reply-To: <200411161417.30416.a.bonte@netheos.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: freebsd-usb@freebsd.org Subject: Re: kern/70607: [patch] Add Support for USB Microsoft Intellimouse (possibly others) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 05:45:06 -0000 Please open a separate Bug reort for this device 70607 has been closed as THAT device is now supported.. hopefully we can now concentrate on YOUR device :-) julian Antonin Bonte wrote: > Le Lundi 15 Novembre 2004 20:56, Anish Mistry a écrit : > >>Well it isn't working since it's not being detected as a mouse. You'll >>want to add the device id to the ums driver and see if that fixes it. > > > using the "usbdevs -v" command i got the product Id for the mouse : > > #> usbdevs -v > port 1 addr 2: low speed, power 50 mA, config 1, Microsoft USB Wireless > Mouse(0x00b9), Microsoft(0x045e), rev 0.17 > port 2 powered > > then i added : > > product MICROSOFT WIFIINTELLIMOUSE 0x00b9 Wireless IntelliMouse > > to src/sys/dev/usb/usbdevs ( to regenerate the files usbdevs.h and > usbdevs_data.h ) > > and i rebuild my new kernel. But the mouse still isn't detected as ums, but > as uhid0. Is there other files i must modify to get that mice recognized > as ums ? > > Thanks for your help > From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 05:48:07 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB35716A4CE for ; Sun, 12 Dec 2004 05:48:07 +0000 (GMT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7008343D54 for ; Sun, 12 Dec 2004 05:48:07 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBC5m5Gr179352; Sun, 12 Dec 2004 00:48:06 -0500 Message-ID: <41BBDB94.2000702@elischer.org> Date: Sat, 11 Dec 2004 21:48:04 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Mike Holcomb References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: kern/71491: [usb] [panic] printing under usb printer causes a kernel panic X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 05:48:08 -0000 Mike Holcomb wrote: > I was wondering if this fix is going to go into -STABLE? > > If so, any ideas on a time estimate? > > Thanks, > Mike > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" please let us know the state of this bug.. there have been some relevant patches in -current and 4.x From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 05:49:02 2004 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B28C516A4CE; Sun, 12 Dec 2004 05:49:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E16443D2F; Sun, 12 Dec 2004 05:49:02 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC5n2Dd005306; Sun, 12 Dec 2004 05:49:02 GMT (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBC5n1xU005302; Sun, 12 Dec 2004 05:49:01 GMT (envelope-from julian) Date: Sun, 12 Dec 2004 05:49:01 GMT From: Julian Elischer Message-Id: <200412120549.iBC5n1xU005302@freefall.freebsd.org> To: Amir@active.ath.cx, amir@boom.org.il, julian@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/71491: [usb] [panic] printing under usb printer causes a kernel panic X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 05:49:02 -0000 Synopsis: [usb] [panic] printing under usb printer causes a kernel panic State-Changed-From-To: patched->feedback State-Changed-By: julian State-Changed-When: Sun Dec 12 05:48:36 GMT 2004 State-Changed-Why: waiting to hear if the bug is fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=71491 From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 06:00:55 2004 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5CAD16A508 for ; Sun, 12 Dec 2004 06:00:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A079F43D39 for ; Sun, 12 Dec 2004 06:00:55 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC60tuq007135 for ; Sun, 12 Dec 2004 06:00:55 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBC60tXK007134; Sun, 12 Dec 2004 06:00:55 GMT (envelope-from gnats) Date: Sun, 12 Dec 2004 06:00:55 GMT Message-Id: <200412120600.iBC60tXK007134@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Julian Elischer Subject: Re: kern/71417: [usb] Cryptoflex e-gate USB token (ugen0)communication problem X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Julian Elischer List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 06:00:55 -0000 The following reply was made to PR kern/71417; it has been noted by GNATS. From: Julian Elischer To: freebsd-gnats-submit@FreeBSD.org, zoltan.tesch@kancellar.hu Cc: Subject: Re: kern/71417: [usb] Cryptoflex e-gate USB token (ugen0) communication problem Date: Sat, 11 Dec 2004 21:52:12 -0800 Can you give me more information? Tudsz adni meg informazio? From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 06:13:40 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 774AC16A4CE for ; Sun, 12 Dec 2004 06:13:40 +0000 (GMT) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB3F43D39 for ; Sun, 12 Dec 2004 06:13:40 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBC6DcNb313666; Sun, 12 Dec 2004 01:13:39 -0500 Message-ID: <41BBE191.3000605@elischer.org> Date: Sat, 11 Dec 2004 22:13:37 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Barry Bouwsma References: <200410201612.i9KGClg05229@Mail.NOSPAM.DynDNS.dK> <200411301310.iAUDAJl01186@Mail.NOSPAM.DynDNS.dK> <20041130181603.A1352@curly.tele2.no> <200412010727.iB17RCT07496@Mail.NOSPAM.DynDNS.dK> In-Reply-To: <200412010727.iB17RCT07496@Mail.NOSPAM.DynDNS.dK> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: USB OHCI problems... X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 06:13:40 -0000 Barry Bouwsma wrote: > [drop my e-mail from replies, and I'll catch the archives] > > > On Tue, 30 Nov 2004 18:16:03 +0100, Hans Petter Selasky wrote: > > >>I've got a new USB driver (with OHCI isoc fixed). You need FreeBSD 5.2/5.3 to get it compiled. >>You might be able to get it compiled on FreeBSD 4.x, but you will need to to some hacking. > > > Great! I've downloaded it, and I'll commence hacking -- most of > my present 4.x USB stack comes from -current as it is. Many thanks! > > > >>Maybe this thread should be moved to freebsd-usb@FreeBSD.org ? > > > Well, blow me down. A new list (`new' on the glacial scale) that > didn't exist last time I was seriously online. I'm there, and I'll > be soaking in the archives Real Soon Now... The problem: USB is generally being supplied by NetBSD If we diverge too much we can't get netBSD fixes. We have our own people who can make fixes.. We have no real way to feed them back to NetBSD > > > thanks for the tip, > barry bouwsma > > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 06:17:11 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01EFE16A4CE for ; Sun, 12 Dec 2004 06:17:11 +0000 (GMT) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7586D43D5A for ; Sun, 12 Dec 2004 06:17:10 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBC6H7Nb373186; Sun, 12 Dec 2004 01:17:09 -0500 Message-ID: <41BBE262.2050801@elischer.org> Date: Sat, 11 Dec 2004 22:17:06 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Barry Bouwsma References: <200410201612.i9KGClg05229@Mail.NOSPAM.DynDNS.dK> <200411301310.iAUDAJl01186@Mail.NOSPAM.DynDNS.dK> <20041130181603.A1352@curly.tele2.no> <200412010727.iB17RCT07496@Mail.NOSPAM.DynDNS.dK> <41AE5985.10401@elischer.org> <200412021019.iB2AJxi19931@Mail.NOSPAM.DynDNS.dK> In-Reply-To: <200412021019.iB2AJxi19931@Mail.NOSPAM.DynDNS.dK> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: USB OHCI problems... X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 06:17:11 -0000 Barry Bouwsma wrote: > Julian Elischer asked of me... > > >>>my present 4.x USB stack comes from -current as it is. Many thanks! > > >>I'm intrigued.. > > > with good reason, i may add > > >>why do you have a 4.x system with a 5.x USB stack? > > > Hysterical raisins, mostly, if you ask me. > > Some many months back, Ian Dowse announced his P4 work as a patchset > to -current, which sounded like it addressed many of the USB problems > I had been experiencing. > > So, I took that and merged it as best I could with my system, borrowing > from -current when needed. > > Sometime around this time, you also did work to bring the 4.x USB > code more in line with current. > > Since your mega-merge, I've seen a few commits to -current USB while > 4.x code has gone mostly untouched. As I discover more problems > (mostly OHCI-related), I figure the best thing is for me to try out > the latest code, as due to my mostly-offline status, I can only > make large incremental updates, that are not so easy to keep track > of -- then I can see if the problem is solved there. I'm a bit short of time.. but it would be more productive to get the changes in 4.x than to have you running your own stack :-/ Pitty I didn't have time to look at this a month or so ago.. teh 4.11 release is too close. I will however keep working on RELENG_4 even after 4.11 there may even be a 4.12. it also allows people to get good code from CVS even without a release. > > Also, FWIW, it appears that my ehci.c that I compiled was taken > directly from NetBSD, as I had still experienced data-toggle > problems with all FBSD source of that time, while they were less > frequent (though occasionally present) with NetBSD. should be fixed now however > > My last source update was made late October, before the latest > recent updates. At that time, I didn't notice any 4.x updates > of interest since May or so. I'm going to see if I can solve my > known USB/OHCI issues with the code I have, then if so, I'll set > this aside and try out clean 4.x source, in order to try and reduce > the differences between my source and that released, but without > having to suffer through bugs that may still affect me in original > 4.x code. > > And in particular, the if_axe code I was trying to get working some > weeks/months ago was only present in -current, and part of what I > tried in order to avoid the panics I saw was to try and use as much > -current code as possible to minimize differences. > > Oh, and most importantly, because I don't have the foggiest idea > what I'm doing, so doing things all wrong is a good way to help me > learn. > > > next question? > > barry bouwsma > (sheesh, ask a quick question, get a novel in response) > > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 06:20:40 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00A2216A4CE for ; Sun, 12 Dec 2004 06:20:40 +0000 (GMT) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 511BC43D49 for ; Sun, 12 Dec 2004 06:20:39 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBC6KbNb125442; Sun, 12 Dec 2004 01:20:38 -0500 Message-ID: <41BBE334.2080606@elischer.org> Date: Sat, 11 Dec 2004 22:20:36 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Barry Bouwsma References: <200412021039.iB2AdJc20083@Mail.NOSPAM.DynDNS.dK> In-Reply-To: <200412021039.iB2AdJc20083@Mail.NOSPAM.DynDNS.dK> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: USB modules (4.x) and debug levels X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 06:20:40 -0000 Barry Bouwsma wrote: > [feel free to drop me from replies, or the hostname part of this IPv6- > only address if you don't have IPv6 mail connectivity] > > > Moin, > > I'm reviewing the differences between my hacked USB code and the > latest I've downloaded, and I see that I've added the following > (in a reversed diff; cut'n'paste no less, to make it useless) > > --- uhub.c Thu Sep 23 14:21:29 2004 > +++ uhub.c-pre-4.11 Wed Nov 24 19:55:46 2004 > @@ -67,19 +67,6 @@ > #define UHUB_INTR_INTERVAL 255 /* ms */ > -/* XXX Hm, seems like it's impossible to enable debugging in kernel > - modules without explicitly recompiling... Looks as if the > - default of 0 doesn't do anything disruptive, so let's play > - like firewire and always define these too... */ > - /* Stolen from my hack to usb.c */ > -int uhubdebug = 0; > -SYSCTL_NODE(_hw_usb, OID_AUTO, uhub, CTLFLAG_RW, 0, "USB uhub"); > -SYSCTL_INT(_hw_usb_uhub, OID_AUTO, debug, CTLFLAG_RW, > - &uhubdebug, 0, "uhub debug level"); > -#define DPRINTF(x) if (uhubdebug) logprintf x > -#define DPRINTFN(n,x) if (uhubdebug>(n)) logprintf x > - > -#if 0 /* XXX HACK */ > #ifdef USB_DEBUG > #define DPRINTF(x) if (uhubdebug) logprintf x > #define DPRINTFN(n,x) if (uhubdebug>(n)) logprintf x > @@ -91,7 +78,6 @@ > @@ -91,7 +78,6 @@ > #define DPRINTF(x) > #define DPRINTFN(n,x) > #endif > -#endif /* HAXK */ > struct uhub_softc { > USBBASEDEVICE sc_dev; /* base device */ > > > Basically, my problem is (as per the comment) that I build my USB > support as modules, under 4.x, which as far as I know, does not > pay attention to what I may have defined in my kernel config file. > > So I basically stole the code from firewire, where it seems that > debugging via sysctl is always available... > debug.firewire_debug: 0 > debug.fwmem_debug: 0 > debug.sbp_debug: 1 > > Then I have at hand a tunable, should I want to enable debugging > with my USB modules... > hw.usb.uhub.debug: 0 > hw.usb.debug: 0 > > (I've probably done the same for uhci/ehci/ohci but haven't merged > this hack into the latest code I'm trying) > > Does it seem to anyone else to be a good idea to enable dynamic > debug tuning this way (or a more correct debug.usb_debug-like > thing), particularly for kernel modules, instead of requiring > the sufferer to rebuild the kernel and/or modules? seems reasonable.. patches accepted.. > > > thanks > barry bouwsma > > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 07:02:40 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEB8616A4CE for ; Sun, 12 Dec 2004 07:02:40 +0000 (GMT) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61AD743D5A for ; Sun, 12 Dec 2004 07:02:40 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBC72aNb206108; Sun, 12 Dec 2004 02:02:38 -0500 Message-ID: <41BBED0B.2090602@elischer.org> Date: Sat, 11 Dec 2004 23:02:35 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Alex Povolotsky References: <20041109153339.5801b376@localhost> In-Reply-To: <20041109153339.5801b376@localhost> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: USB external CD-RW and FreeBSD 5.3 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 07:02:41 -0000 Alex Povolotsky wrote: > On Tue, 02 Nov 2004 18:30:59 +0100 > des@des.no (Dag-Erling Sm_rgrav) wrote: > > >>Alex Povolotsky writes: >> >>>I have an external AOPEN CD-RW with USB interface, it works fine >>>with 4.10, but doesn't work with 5.ANY (including 5.3BETA7). >>> >>>5.x DOES see umass device, but doesn't see any cd device >> >>dmesg, please. do you have any new information for this problem? julian From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 07:04:49 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD2A516A4CE for ; Sun, 12 Dec 2004 07:04:49 +0000 (GMT) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C23C43D5A for ; Sun, 12 Dec 2004 07:04:49 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBC74ANb050346; Sun, 12 Dec 2004 02:04:11 -0500 Message-ID: <41BBED69.80706@elischer.org> Date: Sat, 11 Dec 2004 23:04:09 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Remo Collet References: <200411121611.02439.remo@astro.uu.se> In-Reply-To: <200411121611.02439.remo@astro.uu.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: USB external CD-RW and FreeBSD 5.3 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 07:04:49 -0000 Remo Collet wrote: > Hi! > I experienced the same problem with a Dell D400. > Try to patch umass.c as indicated below, it worked for me > (on FreeBSD 5.3-STABLE #1) > Cheers, > > Remo > > > diff -c umass.c.original umass.c.quirk > *** umass.c.original Fri Nov 12 14:29:36 2004 > --- umass.c.quirk Fri Nov 12 14:31:21 2004 > *************** > *** 319,324 **** > --- 319,328 ---- > UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I, > RS_NO_CLEAR_UA > }, > + { USB_VENDOR_DELL, PID_WILDCARD, RID_WILDCARD, > + UMASS_PROTO_SCSI | UMASS_PROTO_BBB, > + FORCE_SHORT_INQUIRY > + }, > { USB_VENDOR_FUJIPHOTO, USB_PRODUCT_FUJIPHOTO_MASS0100, RID_WILDCARD, > UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I, > RS_NO_CLEAR_UA I'd rather commit something more specific than "all DELL devices" can you supply a more specifig device ID? thanks From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 07:31:20 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FB1D16A4CE; Sun, 12 Dec 2004 07:31:20 +0000 (GMT) Received: from sa2.bezeqint.net (sa2.bezeqint.net [192.115.104.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E370B43D46; Sun, 12 Dec 2004 07:31:19 +0000 (GMT) (envelope-from amir@boom.org.il) Received: from localhost (unknown [127.0.0.1])ESMTP id 863A233C7B; Sun, 12 Dec 2004 09:26:59 +0200 (IST) Received: from sa2.bezeqint.net ([127.0.0.1]) by localhost (sa2 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25159-03; Sun, 12 Dec 2004 09:26:58 +0200 (IST) Received: from active.ath.cx (unknown [81.218.100.102])ESMTP; Sun, 12 Dec 2004 09:26:58 +0200 (IST) Received: from localhost (localhost.active.ath.cx [127.0.0.1]) by active.ath.cx (Postfix) with ESMTP id 7DB7B5CFF; Sun, 12 Dec 2004 09:31:17 +0200 (IST) Received: from active.ath.cx ([127.0.0.1]) by localhost (active.ath.cx [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09873-04; Sun, 12 Dec 2004 09:31:10 +0200 (IST) Received: by active.ath.cx (Postfix, from userid 1000) id 7084B5CFD; Sun, 12 Dec 2004 09:31:10 +0200 (IST) Date: Sun, 12 Dec 2004 09:31:10 +0200 From: Amir Shalem To: Julian Elischer Message-ID: <20041212073110.GA10535@active.ath.cx> References: <200412120549.iBC5n1xU005302@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline In-Reply-To: <200412120549.iBC5n1xU005302@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: amavisd-new at active.ath.cx X-Virus-Scanned: amavisd-new at bezeqint.net cc: freebsd-usb@FreeBSD.org Subject: Re: kern/71491: [usb] [panic] printing under usb printer causes a kernel panic X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: amir@boom.org.il List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 07:31:20 -0000 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 12, 2004 at 05:49:01AM +0000, Julian Elischer wrote: >Date: Sun, 12 Dec 2004 05:49:01 GMT >From: Julian Elischer >To: Amir@active.ath.cx, amir@boom.org.il, julian@FreeBSD.org, > freebsd-usb@FreeBSD.org >Subject: Re: kern/71491: [usb] [panic] printing under usb printer causes a= kernel panic > >Synopsis: [usb] [panic] printing under usb printer causes a kernel panic > >State-Changed-From-To: patched->feedback >State-Changed-By: julian >State-Changed-When: Sun Dec 12 05:48:36 GMT 2004 >State-Changed-Why:=20 >waiting to hear if the bug is fixed. > >http://www.freebsd.org/cgi/query-pr.cgi?pr=3D71491 yes it is fixed. I'm using FreeBSD 6.0-CURRENT #0: Wed Dec 1 09:26:07 IST 200 and I wasn't unable to reproduce it. thanks a lot, --=20 Amir. --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBu/O+6GJjqfuvOIgRAgnWAJ9+whYKGOx87gzPT4ShBIuZGwVEFgCdFo5G vtk9ZzJhF8AniAf126ASCTw= =YRug -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu-- From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 08:15:01 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6C6D16A4CF for ; Sun, 12 Dec 2004 08:15:01 +0000 (GMT) Received: from web13525.mail.yahoo.com (web13525.mail.yahoo.com [216.136.174.215]) by mx1.FreeBSD.org (Postfix) with SMTP id 8348743D45 for ; Sun, 12 Dec 2004 08:15:01 +0000 (GMT) (envelope-from dyeske@yahoo.com) Received: (qmail 19530 invoked by uid 60001); 12 Dec 2004 08:15:01 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=RHiB/PW6kdAUMKC1dot3ID1M89Z1WntWOVlqPMccy7512nuREXUtoswxf4QFfmZ648qUkj1h/zbtR8NH6LwcaVgZRz1VarV/hRAR6GSKz9Jnz1b5Pna0iYCPZH79M4gW68kaNfxifFEgVFiUe30b3RIUpvxj+IDssg4j8dpJLEs= ; Message-ID: <20041212081501.19528.qmail@web13525.mail.yahoo.com> Received: from [24.197.165.156] by web13525.mail.yahoo.com via HTTP; Sun, 12 Dec 2004 00:15:01 PST Date: Sun, 12 Dec 2004 00:15:01 -0800 (PST) From: David Yeske To: usb@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: mailing list search X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 08:15:01 -0000 Is it possible to search the FreeBSD usb mailing list? I do not see it listed here http://www.freebsd.org/search/search.html. __________________________________ Do you Yahoo!? All your favorites on one personal page – Try My Yahoo! http://my.yahoo.com From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 08:36:45 2004 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AAC716A4CE; Sun, 12 Dec 2004 08:36:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3750D43D1D; Sun, 12 Dec 2004 08:36:45 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC8ajdi059853; Sun, 12 Dec 2004 08:36:45 GMT (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBC8ai87059849; Sun, 12 Dec 2004 08:36:44 GMT (envelope-from julian) Date: Sun, 12 Dec 2004 08:36:44 GMT From: Julian Elischer Message-Id: <200412120836.iBC8ai87059849@freefall.freebsd.org> To: vman@tmok.com, julian@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/74301: patch for USB Scanner: Cannon LIDE 20 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 08:36:45 -0000 Synopsis: patch for USB Scanner: Cannon LIDE 20 State-Changed-From-To: open->closed State-Changed-By: julian State-Changed-When: Sun Dec 12 08:36:23 GMT 2004 State-Changed-Why: patch committed http://www.freebsd.org/cgi/query-pr.cgi?pr=74301 From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 08:45:59 2004 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 506B316A4CE; Sun, 12 Dec 2004 08:45:59 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AE4643D67; Sun, 12 Dec 2004 08:45:59 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC8jxDP065528; Sun, 12 Dec 2004 08:45:59 GMT (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBC8jwbd065524; Sun, 12 Dec 2004 08:45:58 GMT (envelope-from julian) Date: Sun, 12 Dec 2004 08:45:58 GMT From: Julian Elischer Message-Id: <200412120845.iBC8jwbd065524@freefall.freebsd.org> To: mattias@schlenker-webdesign.de, julian@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/73872: [patch] Palm Zire 72 not recognized by uvisor X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 08:45:59 -0000 Synopsis: [patch] Palm Zire 72 not recognized by uvisor State-Changed-From-To: open->feedback State-Changed-By: julian State-Changed-When: Sun Dec 12 08:45:19 GMT 2004 State-Changed-Why: Should already be fixed by entry for zire31 asked submitter to confirm http://www.freebsd.org/cgi/query-pr.cgi?pr=73872 From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 08:48:10 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA3EB16A4CE for ; Sun, 12 Dec 2004 08:48:10 +0000 (GMT) Received: from web13522.mail.yahoo.com (web13522.mail.yahoo.com [216.136.174.125]) by mx1.FreeBSD.org (Postfix) with SMTP id 90D7A43D46 for ; Sun, 12 Dec 2004 08:48:10 +0000 (GMT) (envelope-from dyeske@yahoo.com) Received: (qmail 62168 invoked by uid 60001); 12 Dec 2004 08:48:10 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=H0ITk/WRMMlkXGEUXYH8WFzjqfInQv9a83sU5YqL6jKL0kRkmaTAaptSJS3FYPsyqs2/chd66+pL1IUPcsz1xos+fzmLbRvMWT4ho29Ix27ADIuxKzVDdJx1ZE/K3Ztymnn6k8CWSZQUZ9hCydsRiI41HcDjqmxKunsdkKgIFvY= ; Message-ID: <20041212084810.62166.qmail@web13522.mail.yahoo.com> Received: from [24.197.165.156] by web13522.mail.yahoo.com via HTTP; Sun, 12 Dec 2004 00:48:10 PST Date: Sun, 12 Dec 2004 00:48:10 -0800 (PST) From: David Yeske To: usb@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: usb_dump X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 08:48:10 -0000 I have a small C program that I used to diagnose a usb device. This was about 2 years ago. I do not recall who wrote it though, although I remember it was useful at the time. I think it is used like usb_dump -D -f /dev/ugen0 > ugen0dump. I hope either the author that wrote it will continue development of it, or that someone in this channel will find it useful. http://futurebsd.sourceforge.net/usb_dump.c __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 08:49:10 2004 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCA8616A4CE; Sun, 12 Dec 2004 08:49:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B803D43D3F; Sun, 12 Dec 2004 08:49:10 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC8nAQl065625; Sun, 12 Dec 2004 08:49:10 GMT (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBC8nAVQ065621; Sun, 12 Dec 2004 08:49:10 GMT (envelope-from julian) Date: Sun, 12 Dec 2004 08:49:10 GMT From: Julian Elischer Message-Id: <200412120849.iBC8nAVQ065621@freefall.freebsd.org> To: Amir@active.ath.cx, amir@boom.org.il, julian@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/71491: [usb] [panic] printing under usb printer causes a kernel panic X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 08:49:11 -0000 Synopsis: [usb] [panic] printing under usb printer causes a kernel panic State-Changed-From-To: feedback->closed State-Changed-By: julian State-Changed-When: Sun Dec 12 08:48:43 GMT 2004 State-Changed-Why: Submitter confirms fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=71491 From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 10:38:01 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D90E16A4CE for ; Sun, 12 Dec 2004 10:38:01 +0000 (GMT) Received: from mta10-winn.mailhost.ntl.com (mailhost.ntl.com [212.250.162.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 584A143D48 for ; Sun, 12 Dec 2004 10:38:00 +0000 (GMT) (envelope-from scott@fishballoon.org) Received: from aamta03-winn.mailhost.ntl.com ([212.250.162.8]) by mta10-winn.mailhost.ntl.com with ESMTP <20041212103759.LXSC28609.mta10-winn.mailhost.ntl.com@aamta03-winn.mailhost.ntl.com>; Sun, 12 Dec 2004 10:37:59 +0000 Received: from llama.fishballoon.org ([82.4.146.133]) by aamta03-winn.mailhost.ntl.com with ESMTP <20041212103759.FRQQ1113.aamta03-winn.mailhost.ntl.com@llama.fishballoon.org>; Sun, 12 Dec 2004 10:37:59 +0000 Received: from tuatara.fishballoon.org ([192.168.1.6]) by llama.fishballoon.org with esmtp (Exim 4.43 (FreeBSD)) id 1CdR76-0008KQ-Ln; Sun, 12 Dec 2004 10:38:04 +0000 Received: (from scott@localhost) by tuatara.fishballoon.org (8.13.1/8.13.1/Submit) id iBCAd9gO092483; Sun, 12 Dec 2004 10:39:09 GMT (envelope-from scott) Date: Sun, 12 Dec 2004 10:39:09 +0000 From: Scott Mitchell To: David Yeske Message-ID: <20041212103909.GC68019@tuatara.fishballoon.org> References: <20041212081501.19528.qmail@web13525.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041212081501.19528.qmail@web13525.mail.yahoo.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-STABLE i386 cc: usb@freebsd.org Subject: Re: mailing list search X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 10:38:01 -0000 On Sun, Dec 12, 2004 at 12:15:01AM -0800, David Yeske wrote: > Is it possible to search the FreeBSD usb mailing list? > I do not see it listed here http://www.freebsd.org/search/search.html. You should file a PR about that and ask the www guys to add it. In the meantime Google will give you results straight from the list archives (although Google Groups doesn't seem to be indexing any copies of the -usb list yet) or you could try http://freebsd.rambler.ru/ Regards, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott at fishballoon.org | 0xAA775B8B | -- Anon From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 14:20:32 2004 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A3C16A4CE for ; Sun, 12 Dec 2004 14:20:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A603F43D48 for ; Sun, 12 Dec 2004 14:20:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCEKWjr094038 for ; Sun, 12 Dec 2004 14:20:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBCEKW1T094036; Sun, 12 Dec 2004 14:20:32 GMT (envelope-from gnats) Date: Sun, 12 Dec 2004 14:20:32 GMT Message-Id: <200412121420.iBCEKW1T094036@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Nolberto Garavelli Subject: Re: i386/72380: [usb] USB does not work [dual Celeron Abit] X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nolberto Garavelli List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 14:20:32 -0000 The following reply was made to PR i386/72380; it has been noted by GNATS. From: Nolberto Garavelli To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: i386/72380: [usb] USB does not work [dual Celeron Abit] Date: Sun, 12 Dec 2004 15:15:56 +0100 (CET) Installed FreeBSD 5.3 Unfortunately the problem is still there. Worse,USB does not work even with only one processor on. In this hardware FreeBSD 5.3 also spontaneously reboot the machine without warning, but this is another thread. ___________________________________ Nuovo Yahoo! Messenger: E' molto più divertente: Audibles, Avatar, Webcam, Giochi, Rubrica… Scaricalo ora! http://it.messenger.yahoo.it From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 16:06:04 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16B8016A4CE; Sun, 12 Dec 2004 16:06:04 +0000 (GMT) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3680543D1F; Sun, 12 Dec 2004 16:06:03 +0000 (GMT) (envelope-from jgabel@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 1635078C76; Sun, 12 Dec 2004 17:06:02 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 99407-04; Sun, 12 Dec 2004 17:05:57 +0100 (CET) Received: from titeuf.thilelli.net (titeuf.thilelli.net [192.168.1.19]) by bento.thilelli.net (Postfix) with ESMTP id 24A7A78C72; Sun, 12 Dec 2004 17:05:57 +0100 (CET) Received: by titeuf.thilelli.net (Postfix, from userid 1001) id D3421629F; Sun, 12 Dec 2004 17:05:56 +0100 (CET) To: FreeBSD-gnats-submit@freebsd.org From: Julien Gabel X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20041212160556.D3421629F@titeuf.thilelli.net> Date: Sun, 12 Dec 2004 17:05:56 +0100 (CET) X-Virus-Scanned: amavisd-new at thilelli.net cc: freebsd-usb@freebsd.org Subject: (regression) Lost USB support between 5.2.1-RELEASE and 5.3-RELEASE on K7T266 Pro2. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Julien Gabel List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 16:06:04 -0000 >Submitter-Id: current-users >Originator: Julien Gabel >Organization: >Confidential: no >Synopsis: (regression) Lost USB support between 5.2.1-RELEASE and 5.3-RELEASE on K7T266 Pro2. >Severity: non-critical >Priority: low >Category: kern >Class: sw-bug >Release: FreeBSD 5.3-STABLE i386 >Environment: System: FreeBSD titeuf.thilelli.net 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Dec 10 12:52:14 CET 2004 root@titeuf.thilelli.net:/usr/obj/usr/src/sys/TITEUF i386 * The motherboard is a MSI K7T266 Pro2: up to 6 USB 1.1 ports. >Description: As a side note, i previously posted about this problem on current@ during the release cycle of 5.3-RELEASE, but focusing on using a USB thumbdrive at this time. I realize later that it seems to be a general USB support problem, not just a relative one to the pendrive i use at this time. http://lists.freebsd.org/mailman/htdig/freebsd-current/2004-October/039444.html After trying the BETAs ans RCs just before the release of FreeBSD 5.3-RELEASE, i discovered that i can't use any USB ports on one of my systems (i did not encountered this problem on my notebook for example). Before that, i had use USB on this machine without problem running RELENG_5_2 (5.2.1-RELEASE-p11 at this time): i can use, without any problem, a 64MB USB thumbdrive, a USB mini notebook mouse and my Palm m500. But since this host follow the RELENG_5 branch for now, it seems impossible to have the USB subsystem working properly. So this *new* problem appears only on one of my machine and seems to be related to the motherboard i use: the K7T266 Pro2. As a side note, i previously posted about this problem on current@ during the release cycle of 5.3-RELEASE, but focusing on using a USB thumbdrive at this time. I realize later that it seems to be a general USB support problem, not just a relative one to the pendrive i use at this time. http://lists.freebsd.org/mailman/htdig/freebsd-current/2004-October/039444.html * Please, find the following files attached to this PR: - the output of 'pciconf -lv'; - the content of /var/run/dmesg.boot. -- -jpeg. >How-To-Repeat: >Fix: From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 16:17:38 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 507F216A4CE; Sun, 12 Dec 2004 16:17:38 +0000 (GMT) Received: from crumpet.united-ware.com (ddsl-66-42-172-210.fuse.net [66.42.172.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91BFC43D3F; Sun, 12 Dec 2004 16:17:37 +0000 (GMT) (envelope-from mistry.7@osu.edu) Received: from bigguy.am-productions.biz (ddsl-66-42-172-210.fuse.net [66.42.172.210]) (authenticated bits=0)iBCFu3Wp079568 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 12 Dec 2004 10:56:04 -0500 (EST) (envelope-from mistry.7@osu.edu) From: Anish Mistry To: freebsd-usb@freebsd.org, Julien Gabel Date: Sun, 12 Dec 2004 11:20:48 -0500 User-Agent: KMail/1.7 References: <20041212160556.D3421629F@titeuf.thilelli.net> In-Reply-To: <20041212160556.D3421629F@titeuf.thilelli.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3689310.zC9XgY1yEb"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200412121120.48866.mistry.7@osu.edu> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on crumpet.united-ware.com cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: (regression) Lost USB support between 5.2.1-RELEASE and 5.3-RELEASE on K7T266Pro2. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 16:17:38 -0000 --nextPart3689310.zC9XgY1yEb Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 12 December 2004 11:05 am, Julien Gabel wrote: > >Submitter-Id: current-users > >Originator: Julien Gabel > >Organization: > >Confidential: no > >Synopsis: (regression) Lost USB support between 5.2.1-RELEASE and > > 5.3-RELEASE on K7T266 Pro2. Severity: non-critical > >Priority: low > >Category: kern > >Class: sw-bug > >Release: FreeBSD 5.3-STABLE i386 > >Environment: > > System: FreeBSD titeuf.thilelli.net 5.3-STABLE FreeBSD 5.3-STABLE #0: > Fri Dec 10 12:52:14 CET 2004 > root@titeuf.thilelli.net:/usr/obj/usr/src/sys/TITEUF i386 * The > motherboard is a MSI K7T266 Pro2: up to 6 USB 1.1 ports. > > >Description: > > As a side note, i previously posted about this problem on current@ > during the release cycle of 5.3-RELEASE, but focusing on using a USB > thumbdrive at this time. I realize later that it seems to be a general > USB support problem, not just a relative one to the pendrive i use at > this time. > http://lists.freebsd.org/mailman/htdig/freebsd-current/2004-October/0394 >44.html > > After trying the BETAs ans RCs just before the release of FreeBSD > 5.3-RELEASE, i discovered that i can't use any USB ports on one of my > systems (i did not encountered this problem on my notebook for example). > > Before that, i had use USB on this machine without problem running > RELENG_5_2 (5.2.1-RELEASE-p11 at this time): i can use, without any > problem, a 64MB USB thumbdrive, a USB mini notebook mouse and my Palm > m500. > > But since this host follow the RELENG_5 branch for now, it seems > impossible to have the USB subsystem working properly. > > So this *new* problem appears only on one of my machine and seems to be > related to the motherboard i use: the K7T266 Pro2. > > As a side note, i previously posted about this problem on current@ > during the release cycle of 5.3-RELEASE, but focusing on using a USB > thumbdrive at this time. I realize later that it seems to be a general > USB support problem, not just a relative one to the pendrive i use at > this time. > http://lists.freebsd.org/mailman/htdig/freebsd-current/2004-October/0394 >44.html > > * Please, find the following files attached to this PR: > - the output of 'pciconf -lv'; > - the content of /var/run/dmesg.boot. What happens when you boot w/ without ACPI enabled? BTW, the pciconf and=20 dmesg didn't get attached to the PR. =2D-=20 Anish Mistry --nextPart3689310.zC9XgY1yEb Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBvG/gxqA5ziudZT0RAvoEAJ0Wg4fO7GW7L5jZUS3IpdAHRpPWAQCfZATq RL3dpH9xZxZuNdYWmcP/A0s= =vx4x -----END PGP SIGNATURE----- --nextPart3689310.zC9XgY1yEb-- From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 16:27:06 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76D3616A4CE; Sun, 12 Dec 2004 16:27:06 +0000 (GMT) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E9443D5D; Sun, 12 Dec 2004 16:27:05 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 61FDF78C76; Sun, 12 Dec 2004 17:27:04 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 99407-06-2; Sun, 12 Dec 2004 17:27:00 +0100 (CET) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 1A1BB78C72; Sun, 12 Dec 2004 17:27:00 +0100 (CET) Received: from 192.168.1.19 (SquirrelMail authenticated user jgabel); by webmail.thilelli.net with HTTP; Sun, 12 Dec 2004 17:27:00 +0100 (CET) Message-ID: <52751.192.168.1.19.1102868820.squirrel@192.168.1.19> In-Reply-To: <20041212160556.D3421629F@titeuf.thilelli.net> References: <20041212160556.D3421629F@titeuf.thilelli.net> Date: Sun, 12 Dec 2004 17:27:00 +0100 (CET) From: "Julien Gabel" To: freebsd-gnats-submit@freebsd.org, "Anish Mistry" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20041212172700_54298" X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net cc: freebsd-usb@freebsd.org Subject: Re: kern/74989: (regression) Lost USB support between 5.2.1-RELEASE and 5.3-RELEASE on K7T266 Pro2. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 16:27:06 -0000 ------=_20041212172700_54298 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit > * Please, find the following files attached to this PR: > - the output of 'pciconf -lv'; > - the content of /var/run/dmesg.boot. I re-attached the proposed files as it seems i encountered a problem using 'send-pr -a file'. To answer to Anish who asked me "What happens when you boot w/ without ACPI enabled?": i can say that i already try this without much success. I also try to _play_ with my BIOS settings... no luck here too. -- -jpeg. ------=_20041212172700_54298 Content-Type: application/octet-stream; name="dmesg.boot" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="dmesg.boot" Q29weXJpZ2h0IChjKSAxOTkyLTIwMDQgVGhlIEZyZWVCU0QgUHJvamVjdC4KQ29weXJpZ2h0IChj KSAxOTc5LCAxOTgwLCAxOTgzLCAxOTg2LCAxOTg4LCAxOTg5LCAxOTkxLCAxOTkyLCAxOTkzLCAx OTk0CglUaGUgUmVnZW50cyBvZiB0aGUgVW5pdmVyc2l0eSBvZiBDYWxpZm9ybmlhLiBBbGwgcmln aHRzIHJlc2VydmVkLgpGcmVlQlNEIDUuMy1TVEFCTEUgIzA6IEZyaSBEZWMgMTAgMTI6NTI6MTQg Q0VUIDIwMDQKICAgIHJvb3RAdGl0ZXVmLnRoaWxlbGxpLm5ldDovdXNyL29iai91c3Ivc3JjL3N5 cy9USVRFVUYKVGltZWNvdW50ZXIgImk4MjU0IiBmcmVxdWVuY3kgMTE5MzE4MiBIeiBxdWFsaXR5 IDAKQ1BVOiBBTUQgQXRobG9uKHRtKSBYUCAxNjAwKyAoMTM5OS43Ni1NSHogNjg2LWNsYXNzIENQ VSkKICBPcmlnaW4gPSAiQXV0aGVudGljQU1EIiAgSWQgPSAweDY2MiAgU3RlcHBpbmcgPSAyCiAg RmVhdHVyZXM9MHgzODNmYmZmPEZQVSxWTUUsREUsUFNFLFRTQyxNU1IsUEFFLE1DRSxDWDgsQVBJ QyxTRVAsTVRSUixQR0UsTUNBLENNT1YsUEFULFBTRTM2LE1NWCxGWFNSLFNTRT4KICBBTUQgRmVh dHVyZXM9MHhjMDQ4MDAwMDxNUCxBTUlFLERTUCwzRE5vdyE+CnJlYWwgbWVtb3J5ICA9IDUzNjgw NTM3NiAoNTExIE1CKQphdmFpbCBtZW1vcnkgPSA1MTU2MjkwNTYgKDQ5MSBNQikKQUNQSSBBUElD IFRhYmxlOiA8QU1JSU5UIFZJQV9LNyAgPgppb2FwaWMwIDxWZXJzaW9uIDEuMT4gaXJxcyAwLTIz IG9uIG1vdGhlcmJvYXJkCm5weDA6IFtGQVNUXQpucHgwOiA8bWF0aCBwcm9jZXNzb3I+IG9uIG1v dGhlcmJvYXJkCm5weDA6IElOVCAxNiBpbnRlcmZhY2UKYWNwaTA6IDxBTUlJTlQgVklBX0s3PiBv biBtb3RoZXJib2FyZAphY3BpMDogUG93ZXIgQnV0dG9uIChmaXhlZCkKVGltZWNvdW50ZXIgIkFD UEktZmFzdCIgZnJlcXVlbmN5IDM1Nzk1NDUgSHogcXVhbGl0eSAxMDAwCmFjcGlfdGltZXIwOiA8 MjQtYml0IHRpbWVyIGF0IDMuNTc5NTQ1TUh6PiBwb3J0IDB4ODA4LTB4ODBiIG9uIGFjcGkwCmNw dTA6IDxBQ1BJIENQVT4gb24gYWNwaTAKYWNwaV9idXR0b24wOiA8UG93ZXIgQnV0dG9uPiBvbiBh Y3BpMApwY2liMDogPEFDUEkgSG9zdC1QQ0kgYnJpZGdlPiBwb3J0IDB4Y2Y4LTB4Y2ZmIG9uIGFj cGkwCnBjaTA6IDxBQ1BJIFBDSSBidXM+IG9uIHBjaWIwCmFncDA6IDxWSUEgR2VuZXJpYyBob3N0 IHRvIFBDSSBicmlkZ2U+IG1lbSAweGUwMDAwMDAwLTB4ZTNmZmZmZmYgYXQgZGV2aWNlIDAuMCBv biBwY2kwCnBjaWIxOiA8UENJLVBDSSBicmlkZ2U+IGF0IGRldmljZSAxLjAgb24gcGNpMApwY2kx OiA8UENJIGJ1cz4gb24gcGNpYjEKcGNpMTogPGRpc3BsYXksIFZHQT4gYXQgZGV2aWNlIDAuMCAo bm8gZHJpdmVyIGF0dGFjaGVkKQp4bDA6IDwzQ29tIDNjOTA1Qy1UWCBGYXN0IEV0aGVybGluayBY TD4gcG9ydCAweGVjMDAtMHhlYzdmIG1lbSAweGRmZmZmZjgwLTB4ZGZmZmZmZmYgaXJxIDE3IGF0 IGRldmljZSA2LjAgb24gcGNpMAptaWlidXMwOiA8TUlJIGJ1cz4gb24geGwwCnhscGh5MDogPDNj OTA1QyAxMC8xMDAgaW50ZXJuYWwgUEhZPiBvbiBtaWlidXMwCnhscGh5MDogIDEwYmFzZVQsIDEw YmFzZVQtRkRYLCAxMDBiYXNlVFgsIDEwMGJhc2VUWC1GRFgsIGF1dG8KeGwwOiBFdGhlcm5ldCBh ZGRyZXNzOiAwMDowNDo3NjoyODpjYTowZQpwY20wOiA8QXVkaW9QQ0kgRVMxMzczLUI+IHBvcnQg MHhlODAwLTB4ZTgzZiBpcnEgMTggYXQgZGV2aWNlIDcuMCBvbiBwY2kwCnBjbTA6IDxUcmlUZWNo IFRSMjgwMjMgQUM5NyBDb2RlYz4KcGNtMDogW0dJQU5ULUxPQ0tFRF0KeGwxOiA8M0NvbSAzYzkw NUMtVFggRmFzdCBFdGhlcmxpbmsgWEw+IHBvcnQgMHhlNDAwLTB4ZTQ3ZiBtZW0gMHhkZmZmZmYw MC0weGRmZmZmZjdmIGlycSAxOSBhdCBkZXZpY2UgOC4wIG9uIHBjaTAKbWlpYnVzMTogPE1JSSBi dXM+IG9uIHhsMQp4bHBoeTE6IDwzYzkwNUMgMTAvMTAwIGludGVybmFsIFBIWT4gb24gbWlpYnVz MQp4bHBoeTE6ICAxMGJhc2VULCAxMGJhc2VULUZEWCwgMTAwYmFzZVRYLCAxMDBiYXNlVFgtRkRY LCBhdXRvCnhsMTogRXRoZXJuZXQgYWRkcmVzczogMDA6MDE6MDI6ZGY6ODM6YTYKaXNhYjA6IDxQ Q0ktSVNBIGJyaWRnZT4gYXQgZGV2aWNlIDE3LjAgb24gcGNpMAppc2EwOiA8SVNBIGJ1cz4gb24g aXNhYjAKYXRhcGNpMDogPFZJQSA4MjMzIFVETUExMDAgY29udHJvbGxlcj4gcG9ydCAweGZjMDAt MHhmYzBmLDB4Mzc2LDB4MTcwLTB4MTc3LDB4M2Y2LDB4MWYwLTB4MWY3IGF0IGRldmljZSAxNy4x IG9uIHBjaTAKYXRhMDogY2hhbm5lbCAjMCBvbiBhdGFwY2kwCmF0YTE6IGNoYW5uZWwgIzEgb24g YXRhcGNpMAp1aGNpMDogPFZJQSA4M0M1NzIgVVNCIGNvbnRyb2xsZXI+IHBvcnQgMHhkNDAwLTB4 ZDQxZiBpcnEgMTAgYXQgZGV2aWNlIDE3LjIgb24gcGNpMAp1aGNpMDogW0dJQU5ULUxPQ0tFRF0K dXNiMDogPFZJQSA4M0M1NzIgVVNCIGNvbnRyb2xsZXI+IG9uIHVoY2kwCnVzYjA6IFVTQiByZXZp c2lvbiAxLjAKdWh1YjA6IFZJQSBVSENJIHJvb3QgaHViLCBjbGFzcyA5LzAsIHJldiAxLjAwLzEu MDAsIGFkZHIgMQp1aHViMDogMiBwb3J0cyB3aXRoIDIgcmVtb3ZhYmxlLCBzZWxmIHBvd2VyZWQK dWhjaTE6IDxWSUEgODNDNTcyIFVTQiBjb250cm9sbGVyPiBwb3J0IDB4ZDgwMC0weGQ4MWYgaXJx IDEwIGF0IGRldmljZSAxNy4zIG9uIHBjaTAKdWhjaTE6IFtHSUFOVC1MT0NLRURdCnVzYjE6IDxW SUEgODNDNTcyIFVTQiBjb250cm9sbGVyPiBvbiB1aGNpMQp1c2IxOiBVU0IgcmV2aXNpb24gMS4w CnVodWIxOiBWSUEgVUhDSSByb290IGh1YiwgY2xhc3MgOS8wLCByZXYgMS4wMC8xLjAwLCBhZGRy IDEKdWh1YjE6IDIgcG9ydHMgd2l0aCAyIHJlbW92YWJsZSwgc2VsZiBwb3dlcmVkCnVoY2kyOiA8 VklBIDgzQzU3MiBVU0IgY29udHJvbGxlcj4gcG9ydCAweGRjMDAtMHhkYzFmIGlycSAxMCBhdCBk ZXZpY2UgMTcuNCBvbiBwY2kwCnVoY2kyOiBbR0lBTlQtTE9DS0VEXQp1c2IyOiA8VklBIDgzQzU3 MiBVU0IgY29udHJvbGxlcj4gb24gdWhjaTIKdXNiMjogVVNCIHJldmlzaW9uIDEuMAp1aHViMjog VklBIFVIQ0kgcm9vdCBodWIsIGNsYXNzIDkvMCwgcmV2IDEuMDAvMS4wMCwgYWRkciAxCnVodWIy OiAyIHBvcnRzIHdpdGggMiByZW1vdmFibGUsIHNlbGYgcG93ZXJlZApwY2kwOiA8bXVsdGltZWRp YSwgYXVkaW8+IGF0IGRldmljZSAxNy41IChubyBkcml2ZXIgYXR0YWNoZWQpCmFjcGlfYnV0dG9u MTogPFNsZWVwIEJ1dHRvbj4gb24gYWNwaTAKZmRjMDogPGZsb3BweSBkcml2ZSBjb250cm9sbGVy PiBwb3J0IDB4M2Y3LDB4M2Y0LTB4M2Y1LDB4M2YyLTB4M2YzIGlycSA2IGRycSAyIG9uIGFjcGkw CmZkYzA6IFtGQVNUXQpmZDA6IDwxNDQwLUtCIDMuNSIgZHJpdmU+IG9uIGZkYzAgZHJpdmUgMApz aW8wOiA8MTY1NTBBLWNvbXBhdGlibGUgQ09NIHBvcnQ+IHBvcnQgMHgzZjgtMHgzZmYgaXJxIDQg ZmxhZ3MgMHgxMCBvbiBhY3BpMApzaW8wOiB0eXBlIDE2NTUwQQpzaW8xOiA8MTY1NTBBLWNvbXBh dGlibGUgQ09NIHBvcnQ+IHBvcnQgMHgyZjgtMHgyZmYgaXJxIDMgb24gYWNwaTAKc2lvMTogdHlw ZSAxNjU1MEEKcHBjMDogPEVDUCBwYXJhbGxlbCBwcmludGVyIHBvcnQ+IHBvcnQgMHg3NzgtMHg3 N2IsMHgzNzgtMHgzN2YgaXJxIDcgZHJxIDMgb24gYWNwaTAKcHBjMDogU01DLWxpa2UgY2hpcHNl dCAoRUNQL0VQUC9QUzIvTklCQkxFKSBpbiBDT01QQVRJQkxFIG1vZGUKcHBjMDogRklGTyB3aXRo IDE2LzE2LzkgYnl0ZXMgdGhyZXNob2xkCnBwYnVzMDogPFBhcmFsbGVsIHBvcnQgYnVzPiBvbiBw cGMwCnBsaXAwOiA8UExJUCBuZXR3b3JrIGludGVyZmFjZT4gb24gcHBidXMwCmxwdDA6IDxQcmlu dGVyPiBvbiBwcGJ1czAKbHB0MDogSW50ZXJydXB0LWRyaXZlbiBwb3J0CnBwaTA6IDxQYXJhbGxl bCBJL08+IG9uIHBwYnVzMAphdGtiZGMwOiA8S2V5Ym9hcmQgY29udHJvbGxlciAoaTgwNDIpPiBw b3J0IDB4NjQsMHg2MCBpcnEgMSBvbiBhY3BpMAphdGtiZDA6IDxBVCBLZXlib2FyZD4gaXJxIDEg b24gYXRrYmRjMAprYmQwIGF0IGF0a2JkMAphdGtiZDA6IFtHSUFOVC1MT0NLRURdCnBzbTA6IDxQ Uy8yIE1vdXNlPiBpcnEgMTIgb24gYXRrYmRjMApwc20wOiBbR0lBTlQtTE9DS0VEXQpwc20wOiBt b2RlbCBJbnRlbGxpTW91c2UsIGRldmljZSBJRCAzCm9ybTA6IDxJU0EgT3B0aW9uIFJPTT4gYXQg aW9tZW0gMHhjMDAwMC0weGNhZmZmIG9uIGlzYTAKcG10aW1lcjAgb24gaXNhMApzYzA6IDxTeXN0 ZW0gY29uc29sZT4gYXQgZmxhZ3MgMHgxMDAgb24gaXNhMApzYzA6IFZHQSA8MTYgdmlydHVhbCBj b25zb2xlcywgZmxhZ3M9MHgzMDA+CnZnYTA6IDxHZW5lcmljIElTQSBWR0E+IGF0IHBvcnQgMHgz YzAtMHgzZGYgaW9tZW0gMHhhMDAwMC0weGJmZmZmIG9uIGlzYTAKVGltZWNvdW50ZXIgIlRTQyIg ZnJlcXVlbmN5IDEzOTk3NjM5ODcgSHogcXVhbGl0eSA4MDAKVGltZWNvdW50ZXJzIHRpY2sgZXZl cnkgMTAuMDAwIG1zZWMKYWNwaV9jcHU6IHRocm90dGxpbmcgZW5hYmxlZCwgMTYgc3RlcHMgKDEw MCUgdG8gNi4yJSksIGN1cnJlbnRseSAxMDAuMCUKYWQwOiA5Nzg3TUIgPFFVQU5UVU0gRklSRUJB TEwgRVgxMC4yQS9BMEEuMEQwMD4gWzE5ODg1LzE2LzYzXSBhdCBhdGEwLW1hc3RlciBVRE1BMzMK YWNkMDogRFZEUiA8UExFWFRPUiBEVkRSIFBYLTcxMkEvMS4wMT4gYXQgYXRhMS1tYXN0ZXIgVURN QTMzCmFjZDE6IENEUlcgPFBMRVhUT1IgQ0QtUiBQWC1XNDAxMkEvMS4wMj4gYXQgYXRhMS1zbGF2 ZSBVRE1BMzMKY2QwIGF0IGF0YTEgYnVzIDAgdGFyZ2V0IDAgbHVuIDAKY2QwOiA8UExFWFRPUiBE VkRSICAgUFgtNzEyQSAxLjAxPiBSZW1vdmFibGUgQ0QtUk9NIFNDU0ktMCBkZXZpY2UgCmNkMDog MzMuMDAwTUIvcyB0cmFuc2ZlcnMKY2QwOiBjZCBwcmVzZW50IFsyNDc4NDAgeCAyMDQ4IGJ5dGUg cmVjb3Jkc10KY2QxIGF0IGF0YTEgYnVzIDAgdGFyZ2V0IDEgbHVuIDAKY2QxOiA8UExFWFRPUiBD RC1SICAgUFgtVzQwMTJBIDEuMDI+IFJlbW92YWJsZSBDRC1ST00gU0NTSS0wIGRldmljZSAKY2Qx OiAzMy4wMDBNQi9zIHRyYW5zZmVycwpjZDE6IEF0dGVtcHQgdG8gcXVlcnkgZGV2aWNlIHNpemUg ZmFpbGVkOiBOT1QgUkVBRFksIE1lZGl1bSBub3QgcHJlc2VudCAtIHRyYXkgY2xvc2VkCk1vdW50 aW5nIHJvb3QgZnJvbSB1ZnM6L2Rldi9hZDBzMWEK ------=_20041212172700_54298 Content-Type: application/octet-stream; name="pciconf_lv.out" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="pciconf_lv.out" YWdwMEBwY2kwOjA6MDoJY2xhc3M9MHgwNjAwMDAgY2FyZD0weDAwMDAxMTA2IGNoaXA9MHgzMDk5 MTEwNiByZXY9MHgwMCBoZHI9MHgwMAogICAgdmVuZG9yICAgPSAnVklBIFRlY2hub2xvZ2llcyBJ bmMnCiAgICBkZXZpY2UgICA9ICdWVDgzNjYvQSxWVDgzNjcgQXBvbGxvIEtUMjY2L0EsS1QzMzMg Q1BVIHRvIFBDSSBCcmlkZ2UnCiAgICBjbGFzcyAgICA9IGJyaWRnZQogICAgc3ViY2xhc3MgPSBI T1NULVBDSQpwY2liMUBwY2kwOjE6MDoJY2xhc3M9MHgwNjA0MDAgY2FyZD0weDAwMDAwMDgwIGNo aXA9MHhiMDk5MTEwNiByZXY9MHgwMCBoZHI9MHgwMQogICAgdmVuZG9yICAgPSAnVklBIFRlY2hu b2xvZ2llcyBJbmMnCiAgICBkZXZpY2UgICA9ICdWVDgzNjYvQSxWVDgzNjcgQXBvbGxvIEtUMjY2 L0EsS1QzMzMgUENJIHRvIEFHUCBCcmlkZ2UnCiAgICBjbGFzcyAgICA9IGJyaWRnZQogICAgc3Vi Y2xhc3MgPSBQQ0ktUENJCnhsMEBwY2kwOjY6MDoJY2xhc3M9MHgwMjAwMDAgY2FyZD0weDEwMDAx MGI3IGNoaXA9MHg5MjAwMTBiNyByZXY9MHg2YyBoZHI9MHgwMAogICAgdmVuZG9yICAgPSAnM0NP TSBDb3JwLCBOZXR3b3JraW5nIERpdmlzaW9uJwogICAgZGV2aWNlICAgPSAnM0M5MDVDLVRYIEZh c3QgRXRoZXJMaW5rIGZvciBQQyBNYW5hZ2VtZW50IE5JQycKICAgIGNsYXNzICAgID0gbmV0d29y awogICAgc3ViY2xhc3MgPSBldGhlcm5ldApwY20wQHBjaTA6NzowOgljbGFzcz0weDA0MDEwMCBj YXJkPTB4MTM3MTEyNzQgY2hpcD0weDEzNzExMjc0IHJldj0weDA2IGhkcj0weDAwCiAgICB2ZW5k b3IgICA9ICdDcmVhdGl2ZSAoV2FzOiBFbnNvbmlxKScKICAgIGRldmljZSAgID0gJ0VTMTM3MSwg RVMxMzczIEF1ZGlvUENJJwogICAgY2xhc3MgICAgPSBtdWx0aW1lZGlhCiAgICBzdWJjbGFzcyA9 IGF1ZGlvCnhsMUBwY2kwOjg6MDoJY2xhc3M9MHgwMjAwMDAgY2FyZD0weDEwMDAxMGI3IGNoaXA9 MHg5MjAwMTBiNyByZXY9MHg2YyBoZHI9MHgwMAogICAgdmVuZG9yICAgPSAnM0NPTSBDb3JwLCBO ZXR3b3JraW5nIERpdmlzaW9uJwogICAgZGV2aWNlICAgPSAnM0M5MDVDLVRYIEZhc3QgRXRoZXJM aW5rIGZvciBQQyBNYW5hZ2VtZW50IE5JQycKICAgIGNsYXNzICAgID0gbmV0d29yawogICAgc3Vi Y2xhc3MgPSBldGhlcm5ldAppc2FiMEBwY2kwOjE3OjA6CWNsYXNzPTB4MDYwMTAwIGNhcmQ9MHgw MDAwMTEwNiBjaGlwPTB4MzA3NDExMDYgcmV2PTB4MDAgaGRyPTB4MDAKICAgIHZlbmRvciAgID0g J1ZJQSBUZWNobm9sb2dpZXMgSW5jJwogICAgZGV2aWNlICAgPSAnVlQ4MjMzIFBDSSB0byBJU0Eg QnJpZGdlJwogICAgY2xhc3MgICAgPSBicmlkZ2UKICAgIHN1YmNsYXNzID0gUENJLUlTQQphdGFw Y2kwQHBjaTA6MTc6MToJY2xhc3M9MHgwMTAxOGEgY2FyZD0weDA1NzExMTA2IGNoaXA9MHgwNTcx MTEwNiByZXY9MHgwNiBoZHI9MHgwMAogICAgdmVuZG9yICAgPSAnVklBIFRlY2hub2xvZ2llcyBJ bmMnCiAgICBkZXZpY2UgICA9ICdWVDgyeHh4eCBFSURFIENvbnRyb2xsZXIgKEFsbCBWSUEgQ2hp cHNldHMpJwogICAgY2xhc3MgICAgPSBtYXNzIHN0b3JhZ2UKICAgIHN1YmNsYXNzID0gQVRBCnVo Y2kwQHBjaTA6MTc6MjoJY2xhc3M9MHgwYzAzMDAgY2FyZD0weDEyMzQwOTI1IGNoaXA9MHgzMDM4 MTEwNiByZXY9MHgxYiBoZHI9MHgwMAogICAgdmVuZG9yICAgPSAnVklBIFRlY2hub2xvZ2llcyBJ bmMnCiAgICBkZXZpY2UgICA9ICdWVDgyeHh4eHggVUhDSSBVU0IgMS4xIENvbnRyb2xsZXIgKEFs bCBWSUEgQ2hpcHNldHMpJwogICAgY2xhc3MgICAgPSBzZXJpYWwgYnVzCiAgICBzdWJjbGFzcyA9 IFVTQgp1aGNpMUBwY2kwOjE3OjM6CWNsYXNzPTB4MGMwMzAwIGNhcmQ9MHgxMjM0MDkyNSBjaGlw PTB4MzAzODExMDYgcmV2PTB4MWIgaGRyPTB4MDAKICAgIHZlbmRvciAgID0gJ1ZJQSBUZWNobm9s b2dpZXMgSW5jJwogICAgZGV2aWNlICAgPSAnVlQ4Mnh4eHh4IFVIQ0kgVVNCIDEuMSBDb250cm9s bGVyIChBbGwgVklBIENoaXBzZXRzKScKICAgIGNsYXNzICAgID0gc2VyaWFsIGJ1cwogICAgc3Vi Y2xhc3MgPSBVU0IKdWhjaTJAcGNpMDoxNzo0OgljbGFzcz0weDBjMDMwMCBjYXJkPTB4MTIzNDA5 MjUgY2hpcD0weDMwMzgxMTA2IHJldj0weDFiIGhkcj0weDAwCiAgICB2ZW5kb3IgICA9ICdWSUEg VGVjaG5vbG9naWVzIEluYycKICAgIGRldmljZSAgID0gJ1ZUODJ4eHh4eCBVSENJIFVTQiAxLjEg Q29udHJvbGxlciAoQWxsIFZJQSBDaGlwc2V0cyknCiAgICBjbGFzcyAgICA9IHNlcmlhbCBidXMK ICAgIHN1YmNsYXNzID0gVVNCCm5vbmUwQHBjaTA6MTc6NToJY2xhc3M9MHgwNDAxMDAgY2FyZD0w eDQ3MTA0MDA1IGNoaXA9MHgzMDU5MTEwNiByZXY9MHgxMCBoZHI9MHgwMAogICAgdmVuZG9yICAg PSAnVklBIFRlY2hub2xvZ2llcyBJbmMnCiAgICBkZXZpY2UgICA9ICdWVDgyMzMvMzNBLzgyMzUv ODIzNyBBQzk3IEVuaGFuY2VkIEF1ZGlvIENvbnRyb2xsZXInCiAgICBjbGFzcyAgICA9IG11bHRp bWVkaWEKICAgIHN1YmNsYXNzID0gYXVkaW8Kbm9uZTFAcGNpMTowOjA6CWNsYXNzPTB4MDMwMDAw IGNhcmQ9MHgwMDQ0MTAwMiBjaGlwPTB4NTI0NjEwMDIgcmV2PTB4MDAgaGRyPTB4MDAKICAgIHZl bmRvciAgID0gJ0FUSSBUZWNobm9sb2dpZXMgSW5jLicKICAgIGRldmljZSAgID0gJ1JhZ2UgMTI4 IEdMIEFHUCAyeCBSYWdlIEZ1cnkgMTYvMzJNQicKICAgIGNsYXNzICAgID0gZGlzcGxheQogICAg c3ViY2xhc3MgPSBWR0EK ------=_20041212172700_54298-- From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 17:03:14 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5055F16A4CE for ; Sun, 12 Dec 2004 17:03:14 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A611C43D1F for ; Sun, 12 Dec 2004 17:03:13 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iBCH1idh026956; Sun, 12 Dec 2004 10:01:44 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 12 Dec 2004 10:02:03 -0700 (MST) Message-Id: <20041212.100203.01664872.imp@bsdimp.com> To: julian@elischer.org From: "M. Warner Losh" In-Reply-To: <41BBE191.3000605@elischer.org> References: <20041130181603.A1352@curly.tele2.no> <200412010727.iB17RCT07496@Mail.NOSPAM.DynDNS.dK> <41BBE191.3000605@elischer.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: USB OHCI problems... X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 17:03:14 -0000 In message: <41BBE191.3000605@elischer.org> Julian Elischer writes: : We have no real way to feed them back to NetBSD Actually, we do. I can feed them back directly, or we can send them to the netbsd maintainer. Warner From owner-freebsd-usb@FreeBSD.ORG Sun Dec 12 21:53:09 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2621616A4CE for ; Sun, 12 Dec 2004 21:53:09 +0000 (GMT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 877BC43D45 for ; Sun, 12 Dec 2004 21:53:06 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBCLqwGr013236; Sun, 12 Dec 2004 16:53:03 -0500 Message-ID: <41BCBDB9.3090200@elischer.org> Date: Sun, 12 Dec 2004 13:52:57 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: "M. Warner Losh" References: <20041130181603.A1352@curly.tele2.no> <200412010727.iB17RCT07496@Mail.NOSPAM.DynDNS.dK> <41BBE191.3000605@elischer.org> <20041212.100203.01664872.imp@bsdimp.com> In-Reply-To: <20041212.100203.01664872.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: USB OHCI problems... X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 21:53:09 -0000 M. Warner Losh wrote: > In message: <41BBE191.3000605@elischer.org> > Julian Elischer writes: > : We have no real way to feed them back to NetBSD > > Actually, we do. I can feed them back directly, or we can send them > to the netbsd maintainer. > > Warner of the 10 or so attempts I have made to contact the NetBSD usb maintainers I have had 0 responses. From owner-freebsd-usb@FreeBSD.ORG Mon Dec 13 11:02:24 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A295B16A4CE for ; Mon, 13 Dec 2004 11:02:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7856243D1F for ; Mon, 13 Dec 2004 11:02:24 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDB2OR4075270 for ; Mon, 13 Dec 2004 11:02:24 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBDB2NM7075264 for freebsd-usb@freebsd.org; Mon, 13 Dec 2004 11:02:23 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 13 Dec 2004 11:02:23 GMT Message-Id: <200412131102.iBDB2NM7075264@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-usb@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 11:02:24 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/05/04] kern/66248 usb [panic] bootloader is confused by booting 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2001/09/11] kern/30502 usb panics if logitech joystick usb attached a [2001/10/31] kern/31659 usb USB controller driver will die after some f [2001/12/12] kern/32713 usb [usb] mouse detaches from hub and doesnt f [2002/01/13] kern/33839 usb usb0: host controller halted (involving A f [2002/02/17] kern/35061 usb After printing to HP Deskjet 656c USB pri f [2002/04/07] i386/36850 usb Page Fault using ppp with USB Modem [4.9] f [2002/05/30] kern/38736 usb kernel panic during memory stick removal f [2002/06/15] kern/39341 usb ppp + USB modem problem f [2002/06/24] kern/39805 usb 4.6R install panics with umass0 device co o [2002/07/19] kern/40792 usb signals lead to data loss on device ugen o [2002/09/13] kern/42748 usb USB does not work (Fujitsu Lifebook) f [2002/09/25] i386/43366 usb Cannot format media in USB floppy devices o [2002/09/29] kern/43462 usb copying files from olympus C-4040 digital o [2002/10/13] bin/43993 usb /usr/sbin/usbd does not handle an usb eve f [2002/11/22] kern/45579 usb Panic from USB stack after device detach o [2002/12/10] kern/46176 usb umass causes kernel panic if device remov o [2002/12/19] i386/46371 usb USB controller cannot be initialized on I f [2002/12/24] i386/46506 usb [usb] [hang] Crash Before Initialization o [2002/12/29] kern/46618 usb USB (UHCI/ICH3) PALM connect/disconnect/c f [2003/01/12] kern/47005 usb OHCI USB not noticing device detachments o [2003/02/17] kern/48359 usb SiS 5597/8 USB + uscanner breakage a [2003/03/02] kern/48849 usb Maxtor XT5000 causes panic in boot o [2003/03/05] kern/48952 usb uscanner0 hangs a [2003/03/20] kern/50149 usb Using Alcatel SpeedTouch results in "usb0 a [2003/08/14] kern/55587 usb null dereference in usbdi.c: usb_transfer o [2003/09/26] bin/57255 usb usbd and multi-function devices f [2003/12/11] kern/60131 usb [usb] Page fault on disconnect of USB dev f [2003/12/13] kern/60217 usb EHCI controller halts when USB 2.0 device o [2003/12/15] kern/60276 usb [usb] Kernel panic when plugging in USB ( o [2004/01/11] kern/61191 usb [usb] panic: USB vs. Serial problems o [2004/01/15] kern/61377 usb [kbd] usb keyboard not functional after b o [2004/01/20] kern/61627 usb [usb] [patch] New USB printer not support f [2004/01/23] kern/61804 usb [panic] panic with hitachi travelstar USB o [2004/01/24] kern/61841 usb [boot] 5.2 Boot freeze if memorybird (USB f [2004/01/30] kern/62088 usb [usb] Logitech Cordless/Optical Mouse not o [2004/01/30] kern/62123 usb [usb] LaCie 160GB USB drive umass: BBB re o [2004/02/23] i386/63251 usb [usb] USB stops working after 2nd APM sus o [2004/02/26] kern/63375 usb [patch] panic: unplugging USB devices pan o [2004/02/29] i386/63521 usb 5.2.1 doesn't detect drives on SATA contr o [2004/03/01] kern/63621 usb [usb] USB MemoryStick Reader stalls/crash o [2004/04/07] kern/65292 usb [panic] random page faults (usb-related?) o [2004/04/19] i386/65783 usb [panic] Panic when attaching card reader o [2004/05/06] kern/66324 usb [usb] usb driver memory leak grows wired o [2004/07/13] kern/69006 usb [patch] Apple Cinema Display hangs USB po o [2004/08/30] kern/71155 usb [usb] misbehaving usb-printer hangs proce o [2004/09/18] kern/71887 usb [kbd] Losing keyboard after plugging a bl o [2004/09/27] kern/72119 usb Detaching USB Memory Stick w/o umount cau f [2004/10/11] i386/72497 usb WD USB Disk Panics -stable and 5.2.1 o [2004/10/29] kern/73295 usb Lock order reversal in USB code. o [2004/10/30] kern/73307 usb Kernel panics on USB disconnect o [2004/11/18] kern/74088 usb ohci ehci uhub: port disabled on connecti 51 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/09/30] conf/30929 usb [patch] use usbd to initialize USB ADSL m o [2001/12/09] kern/32652 usb [patch] A new ioctl to uscanner s [2001/12/09] ports/32653 usb Added patches to improve USB scanner supp f [2002/04/23] kern/37374 usb [PATCH] closing ums0 blocks with wmesg uh f [2002/05/04] conf/37732 usb usbd start in wrong place in /etc/rc in 4 o [2002/05/23] kern/38452 usb [usb] Logitech USB iFeel: device_probe_an o [2002/07/16] kern/40657 usb [usb] Logitech iFeel usb mouse will not a o [2002/07/24] kern/40948 usb [usb] USB HP CDW8200 does not work o [2002/08/07] kern/41415 usb [usb] [patch] Some USB scanners cannot ta f [2002/10/25] kern/44450 usb USB support FAILURE for device that was s o [2003/01/18] kern/47200 usb USB port is disabled when Kodak DX4900 is o [2003/02/06] kern/48014 usb [usb] moused fails to correctly identify o [2003/02/16] bin/48342 usb [PATCH] usbd dynamic device list. o [2003/03/19] kern/50110 usb [usb] Astra 2100U scanner being detected o [2003/05/08] kern/51958 usb [usb] [patch] update for urio driver o [2003/05/10] kern/52026 usb [usb] feature request: umass driver suppo o [2003/06/08] kern/53025 usb [PATCH] ugen does not allow O_NONBLOCK fo f [2003/09/19] kern/56999 usb FreeCom USB CD/RW problem on FreeBSD 5.1 o [2003/11/10] i386/59147 usb [usb] USB active extension cable not reco o [2003/11/11] kern/59169 usb [patch] ulpt is missing read operation o [2003/12/15] kern/60248 usb [patch] Problem with USB printer HP Laser o [2004/01/12] bin/61234 usb [usb] [patch] usbhidaction doesn't suppor o [2004/01/14] kern/61365 usb FreeBSD resets when I turn off monitor w/ o [2004/02/13] kern/62788 usb need quirks for Super Talent Flash USB 2. o [2004/03/04] kern/63779 usb [usb] USB-mass storage (USB to IDE Conver o [2004/03/06] kern/63837 usb [patch] USB: hid_is_collection() only loo o [2004/04/11] kern/65436 usb QUIRK: [patch] to add support for PNY Att o [2004/04/19] kern/65769 usb [usb] Call to tcflush(x, TCIFLUSH) stops o [2004/05/11] kern/66547 usb [usb] Palm Tungsten T USB does not initia o [2004/06/27] kern/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB M o [2004/07/06] i386/68719 usb [usb] USB 2.0 mobil rack+ fat32 performan o [2004/08/16] kern/70523 usb [usb] [patch] umct sending/receiving wron o [2004/08/25] kern/70942 usb [usb] Genius Wireless USB mouse: moused d o [2004/09/06] kern/71416 usb [usb] Cryptoflex e-gate USB token (ugen0) o [2004/09/06] kern/71417 usb [usb] Cryptoflex e-gate USB token (ugen0) o [2004/09/07] kern/71455 usb [usb] Slow USB umass performance of 5.3 o [2004/09/11] kern/71605 usb [usb] [patch] umass doesn't recognize mul o [2004/10/05] kern/72344 usb [usb] [patch] QUIRK: Dane-Elec zMate 512 f [2004/10/06] i386/72380 usb [usb] USB does not work [dual Celeron Abi o [2004/10/23] i386/73056 usb [usb] Sun Microsystems Type 6 USB mouse n o [2004/11/02] i386/73421 usb [usb] USB not recgnized/working on Toshib f [2004/11/12] kern/73872 usb [patch] Palm Zire 72 not recognized by uv o [2004/11/16] kern/73999 usb [usb] USB Freezes when a device is plugge 43 problems total. From owner-freebsd-usb@FreeBSD.ORG Mon Dec 13 13:50:42 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5770616A4FF for ; Mon, 13 Dec 2004 13:50:42 +0000 (GMT) Received: from pathfinder.roks.biz (roks.biz [82.207.80.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4507A43D67 for ; Mon, 13 Dec 2004 13:50:40 +0000 (GMT) (envelope-from padla@roks.biz) Received: from admin.office.roks.biz (admin.office.roks.biz [192.168.100.103]) by pathfinder.roks.biz (8.12.11/8.12.11) with ESMTP id iBDDoctp061000 for ; Mon, 13 Dec 2004 15:50:38 +0200 (EET) (envelope-from padla@pathfinder.roks.biz) Received: from admin.office.roks.biz (localhost.roks.biz [127.0.0.1]) by admin.office.roks.biz (8.13.1/8.13.1) with ESMTP id iBDDlBZH000430; Mon, 13 Dec 2004 15:47:11 +0200 (EET) (envelope-from padla@admin.office.roks.biz) Received: (from padla@localhost) by admin.office.roks.biz (8.13.1/8.13.1/Submit) id iBDDl9PO000429; Mon, 13 Dec 2004 15:47:09 +0200 (EET) (envelope-from padla) Date: Mon, 13 Dec 2004 15:47:09 +0200 From: Nikolay Pavlov To: Julian Elischer Message-ID: <20041213134708.GA345@roks.biz> References: <20041108101033.GA714@roks.biz> <41BBD50B.7050502@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41BBD50B.7050502@elischer.org> User-Agent: Mutt/1.4.2.1i cc: freebsd-usb@freebsd.org Subject: Re: Sony Clie PEG-SJ33 ucom0: init failed, IOERROR X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 13:50:42 -0000 Hi, Julian. On Saturday, 11 December 2004 at 21:20:11 -0800, Julian Elischer wrote: > Hi Nikolay. > > can you please check if this still happens under RELENG_4 > (or even under 5/6)? > A change was recently committed that may be relevent. > First of all thanks, that you has found time for my problem. I just cvsupd to RELENG_4, but still have problem: ucom0: Sony Palm Handheld, rev 1.10/1.00, addr 2 ucom0: Sony Palm Handheld, rev 1.10/1.00, addr 2 ucom0: init failed, STALLED device_probe_and_attach: ucom0 attach returned 6 uhub0: port 1, set config at addr 2 failed uhub0: device problem, disabling port 1 uhub0: port error, restarting port 1 Best regards, Nikolay Pavlov. From owner-freebsd-usb@FreeBSD.ORG Mon Dec 13 19:29:36 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFB4F16A4CE for ; Mon, 13 Dec 2004 19:29:36 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C801343D5A for ; Mon, 13 Dec 2004 19:29:36 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 707F97A453; Mon, 13 Dec 2004 11:29:36 -0800 (PST) Message-ID: <41BDEDA0.6010201@elischer.org> Date: Mon, 13 Dec 2004 11:29:36 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: Nikolay Pavlov References: <20041108101033.GA714@roks.biz> <41BBD50B.7050502@elischer.org> <20041213134708.GA345@roks.biz> In-Reply-To: <20041213134708.GA345@roks.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: Sony Clie PEG-SJ33 ucom0: init failed, IOERROR X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 19:29:37 -0000 I know is a bit to ask but if you have time and a cdrom burner, you might try to boot from the "Freesbie" cdrom (based on 5.3) and see what happens there.. Where are you? maybe there is someone near you that runs 5.x or -current :-) I will try get some instructions together to allow us to debug this more. Nikolay Pavlov wrote: >Hi, Julian. > >On Saturday, 11 December 2004 at 21:20:11 -0800, Julian Elischer wrote: > > >>Hi Nikolay. >> >>can you please check if this still happens under RELENG_4 >>(or even under 5/6)? >>A change was recently committed that may be relevent. >> >> >> > >First of all thanks, that you has found time for my problem. >I just cvsupd to RELENG_4, but still have problem: > >ucom0: Sony Palm Handheld, rev 1.10/1.00, addr 2 >ucom0: Sony Palm Handheld, rev 1.10/1.00, addr 2 >ucom0: init failed, STALLED >device_probe_and_attach: ucom0 attach returned 6 >uhub0: port 1, set config at addr 2 failed >uhub0: device problem, disabling port 1 >uhub0: port error, restarting port 1 > >Best regards, > Nikolay Pavlov. > > From owner-freebsd-usb@FreeBSD.ORG Mon Dec 13 21:54:03 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6647316A4CE for ; Mon, 13 Dec 2004 21:54:03 +0000 (GMT) Received: from sr-160.srsj01.resnet.ubc.ca (sr-160.srsj01.resnet.ubc.ca [128.189.137.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D63643D5A for ; Mon, 13 Dec 2004 21:54:03 +0000 (GMT) (envelope-from martin@swift.is) Received: from sr-160.srsj01.resnet.ubc.ca (localhost [127.0.0.1]) iBDLs3P3080908 for ; Mon, 13 Dec 2004 13:54:03 -0800 (PST) (envelope-from martin@swift.is) Received: (from martin@localhost)iBDLs3VT080907 for freebsd-usb@freebsd.org; Mon, 13 Dec 2004 13:54:03 -0800 (PST) (envelope-from martin@swift.is) X-Authentication-Warning: sr-160.srsj01.resnet.ubc.ca: martin set sender to martin@swift.is using -f Date: Mon, 13 Dec 2004 13:54:03 -0800 From: Martin Swift To: freebsd-usb@freebsd.org Message-ID: <20041213215402.GE524@swift.is> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.6i Subject: USB drive problem; "Get Max Lun not supported" and NO_GETMAXLUN X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 21:54:03 -0000 list, I have been battling getting my HP dvd420e usb drive to work without much luck partly since I haven't been able to commit any resonable time for the task. Finally having some time on my hands I rolled up my sleaves, determined to tackle this bastard. My problem was that on attatching the drive, I got the message: -------------------- Dec 12 20:32:29 sr-160 kernel: umass0: HEWLETT PACKARD S1, rev 2.00/0.01, addr 2 Dec 12 20:32:29 sr-160 kernel: umass0: SCSI over Bulk-Only; quirks = 0x0000 Dec 12 20:32:29 sr-160 kernel: umass0: Get Max Lun not supported (STALLED) Dec 12 20:32:29 sr-160 kernel: umass0:0:0:-1: Attached to scbus0 Dec 12 20:32:29 sr-160 kernel: umass0: Phase Error, residue = 0 Dec 12 20:32:33 sr-160 last message repeated 4 times -------------------- According to the "Get Max Lun" seems to be the purpotrator. Following advice from I added the lines: -------------------- { USB_VENDOR_HP, PID_WILDCARD, RID_WILDCARD, UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I, NO_GETMAXLUN }, { USB_VENDOR_HP2, PID_WILDCARD, RID_WILDCARD, UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I, NO_GETMAXLUN }, -------------------- to /usr/src/sys/dev/usb/umass.c (vendor names taken from /usr/obj/usr/src/sys/PALANTIR/usbdevs.h) and made world. This, sadly, did not resolve the problem. On attach the machine now reboots and if booted with the drive attatched, I get: -------------------- Fatal trap 18: integer divide fault while in kenel mode instruction pointer = 0x8:0xc0666b73 stack pointer = 0x10:0xcc7017dc frame pointer = 0x10:0xcc701864 code segment = base 0x0, limit 0xffffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 36 (swi3: cambis) [thread 100040] Stopped at __qdivrem+0x3b: div( %ecx,%eax -------------------- The same message appeared when I tried rebooting later, again with the drive attached. Apparently, something more than just the NO_GETMAXLUN quirk to get this guy to work. Any suggestions? Martin Swift Ps. After modifying a source file, what exactly is needed to remake the neccisary parts? Would in my instance cd sys/modules/usb/ && make && make install have done the trick? -- Góð ráð og dýr: From owner-freebsd-usb@FreeBSD.ORG Mon Dec 13 22:12:11 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E81E16A4CE for ; Mon, 13 Dec 2004 22:12:11 +0000 (GMT) Received: from smtp6.wanadoo.fr (smtp6.wanadoo.fr [193.252.22.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB1AD43D5C for ; Mon, 13 Dec 2004 22:12:10 +0000 (GMT) (envelope-from aurelien.nephtali@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0601.wanadoo.fr (SMTP Server) with SMTP id 4A6441C002BA; Mon, 13 Dec 2004 23:12:09 +0100 (CET) Received: from [192.168.2.30] (ca-sqy-4-202.w80-8.abo.wanadoo.fr [80.8.57.202]) by mwinf0601.wanadoo.fr (SMTP Server) with ESMTP id 1184E1C002B0; Mon, 13 Dec 2004 23:12:09 +0100 (CET) Message-ID: <41BE13B8.7040807@wanadoo.fr> Date: Mon, 13 Dec 2004 23:12:08 +0100 From: Aurelien Nephtali User-Agent: Mozilla Thunderbird 0.9 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: usb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: MP3 USB player times out, hangs the system then panic when unplugging X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 22:12:11 -0000 Hi, I have a MP3 USB player "that works fine under Windows" (c) but not under FreeBSD -CURRENT. Dec 13 18:56:38 naboo kernel: umass0: vendor 0x10d6 Actions USB Disk Device, rev 1.10/1.00, addr 3 Dec 13 18:56:38 naboo kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Dec 13 18:56:38 naboo kernel: da0: Removable Direct Access SCSI-2 device Dec 13 18:56:38 naboo kernel: da0: 1.000MB/s transfers Dec 13 18:56:38 naboo kernel: da0: 249MB (510494 512 byte sectors: 64H 32S/T 249C) sometimes /dev/da0 is created but a read/write to it hangs the system. If I wait some minutes, I got: Dec 13 20:24:35 naboo kernel: umass0: BBB reset failed, TIMEOUT Dec 13 20:29:40 naboo kernel: umass0: BBB bulk-in clear stall failed, TIMEOUT Dec 13 20:34:45 naboo kernel: umass0: BBB bulk-out clear stall failed, TIMEOUT Dec 13 20:34:45 naboo kernel: (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi status == 0x0 Dec 13 20:35:05 naboo kernel: umass0: BBB reset failed, TIMEOUT Dec 13 20:35:15 naboo kernel: umass0: BBB bulk-in clear stall failed, TIMEOUT Dec 13 20:35:25 naboo kernel: umass0: BBB bulk-out clear stall failed, TIMEOUT Dec 13 20:37:35 naboo kernel: umass0: BBB reset failed, TIMEOUT Dec 13 20:38:40 naboo kernel: umass0: BBB bulk-in clear stall failed, TIMEOUT Dec 13 20:39:45 naboo kernel: umass0: BBB bulk-out clear stall failed, TIMEOUT and the system panics when unplugging the key : Dec 13 18:57:25 naboo kernel: umass0: at uhub0 port 1 (addr 3) disconnected Dec 13 18:57:25 naboo kernel: (da0:umass-sim0:0:0:0): lost device Dec 13 18:57:25 naboo kernel: Dec 13 18:57:25 naboo kernel: Dec 13 18:57:25 naboo kernel: Fatal trap 12: page fault while in kernel mode Dec 13 18:57:25 naboo kernel: fault virtual address = 0x4 Dec 13 18:57:25 naboo kernel: fault code = supervisor read, page not present Dec 13 18:57:25 naboo kernel: instruction pointer = 0x8:0xc04ec2b6 Dec 13 18:57:25 naboo kernel: stack pointer = 0x10:0xcb248c68 Dec 13 18:57:25 naboo kernel: frame pointer = 0x10:0xcb248c7c Dec 13 18:57:25 naboo kernel: code segment = base 0x0, limit 0xfffff, type 0x1b Dec 13 18:57:25 naboo kernel: = DPL 0, pres 1, def32 1, gran 1 Dec 13 18:57:25 naboo kernel: processor eflags = interrupt enabled, resume, IOPL = 0 Dec 13 18:57:25 naboo kernel: current process = 21 (irq10: sis0 ohci0) I can provide any informations needed as well as tesing provided quirks! Thanks in advance! -- NEPHTALI 'dak' Aurelien From owner-freebsd-usb@FreeBSD.ORG Mon Dec 13 22:23:58 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B5CB16A4CE for ; Mon, 13 Dec 2004 22:23:58 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF49E43D53 for ; Mon, 13 Dec 2004 22:23:57 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id iBDMOX8O021387; Mon, 13 Dec 2004 14:24:33 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id iBDMOWmr021386; Mon, 13 Dec 2004 14:24:32 -0800 Date: Mon, 13 Dec 2004 14:24:32 -0800 From: Brooks Davis To: Julian Elischer Message-ID: <20041213222432.GB5687@odin.ac.hmc.edu> References: <20041108101033.GA714@roks.biz> <41BBD50B.7050502@elischer.org> <20041213134708.GA345@roks.biz> <41BDEDA0.6010201@elischer.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jho1yZJdad60DJr+" Content-Disposition: inline In-Reply-To: <41BDEDA0.6010201@elischer.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu cc: Nikolay Pavlov cc: freebsd-usb@freebsd.org Subject: Re: Sony Clie PEG-SJ33 ucom0: init failed, IOERROR X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 22:23:58 -0000 --jho1yZJdad60DJr+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 13, 2004 at 11:29:36AM -0800, Julian Elischer wrote: > I know is a bit to ask but if you have time and a cdrom burner, you=20 > might try > to boot from the "Freesbie" cdrom (based on 5.3) and see what happens=20 > there.. > Where are you? maybe there is someone near you that runs 5.x or=20 > -current :-) If a USB hacker that I know wants it, I've got a older Sony CLIE I'd be willing to ship them to use in debugging some of these issues. You would have to buy a memory stick since I don't have a spare one of those, but you can get small ones cheap. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --jho1yZJdad60DJr+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBvhagXY6L6fI4GtQRAmSNAJ4rkkAdDTNZxFhWyZT5n6fckUfcfACg05m2 qYUiHsbaypLhiGd+YaHQyeY= =Wzdw -----END PGP SIGNATURE----- --jho1yZJdad60DJr+-- From owner-freebsd-usb@FreeBSD.ORG Mon Dec 13 23:19:42 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5204616A4CE; Mon, 13 Dec 2004 23:19:42 +0000 (GMT) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BEB843D31; Mon, 13 Dec 2004 23:19:41 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 4EA5678C76; Tue, 14 Dec 2004 00:19:40 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 55807-03-6; Tue, 14 Dec 2004 00:19:36 +0100 (CET) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id E478978C72; Tue, 14 Dec 2004 00:19:35 +0100 (CET) Received: from 192.168.1.19 (SquirrelMail authenticated user jgabel); by webmail.thilelli.net with HTTP; Tue, 14 Dec 2004 00:19:35 +0100 (CET) Message-ID: <50586.192.168.1.19.1102979975.squirrel@192.168.1.19> Date: Tue, 14 Dec 2004 00:19:35 +0100 (CET) From: "Julien Gabel" To: freebsd-gnats-submit@freebsd.org, "Anish Mistry" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net cc: freebsd-usb@freebsd.org Subject: Re: kern/74989: (regression) Lost USB support between 5.2.1-RELEASE and 5.3-RELEASE on K7T266 Pro2. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 23:19:42 -0000 > To answer to Anish who asked me "What happens when you boot w/ without > ACPI enabled?": i can say that i already try this without much success. > I also try to _play_ with my BIOS settings... no luck here too. Ok. After playing with my BIOS settings, i decided to reset them all. And here, i can say that i previously made a mistake: *disable* ACPI at boot time _do_ the trick! So, i ended with these two systems: - notebook: FreeBSD 5.2.1 + ACPI enable => USB ok - notebook: FreeBSD 5.3 + ACPI disable => USB ok - desktop: FreeBSD 5.2.1 + ACPI enable => USB ko :( - desktop: FreeBSD 5.3 + ACPI disable => USB ok The desktop is the machine equipped with the MSI K7T266 Pro2 motherboard. Note: the BIOS firmware is up to date with the last revision available. The update during the RELENG_5 branch seems to be at the origin of the USB support problem on this motherboard. -- -jpeg. PS: Sorry Anish for the mistake in the first place. From owner-freebsd-usb@FreeBSD.ORG Mon Dec 13 23:25:22 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD6AE16A4CE; Mon, 13 Dec 2004 23:25:22 +0000 (GMT) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8070C43D45; Mon, 13 Dec 2004 23:25:22 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 5ADD078C76; Tue, 14 Dec 2004 00:25:21 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 55807-04; Tue, 14 Dec 2004 00:25:16 +0100 (CET) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 7713F78C72; Tue, 14 Dec 2004 00:25:16 +0100 (CET) Received: from 192.168.1.19 (SquirrelMail authenticated user jgabel); by webmail.thilelli.net with HTTP; Tue, 14 Dec 2004 00:25:16 +0100 (CET) Message-ID: <60239.192.168.1.19.1102980316.squirrel@192.168.1.19> In-Reply-To: <200412132320.iBDNKPIg069009@freefall.freebsd.org> References: <200412132320.iBDNKPIg069009@freefall.freebsd.org> Date: Tue, 14 Dec 2004 00:25:16 +0100 (CET) From: "Julien Gabel" To: freebsd-gnats-submit@freebsd.org, "Anish Mistry" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net cc: freebsd-usb@freebsd.org Subject: Re: kern/74989: (regression) Lost USB support between 5.2.1-RELEASE and 5.3-RELEASE on K7T266 Pro2. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 23:25:23 -0000 >> To answer to Anish who asked me "What happens when you boot w/ without >> ACPI enabled?": i can say that i already try this without much success. >> I also try to _play_ with my BIOS settings... no luck here too. > Ok. After playing with my BIOS settings, i decided to reset them all. > And here, i can say that i previously made a mistake: *disable* ACPI at > boot time _do_ the trick! > > So, i ended with these two systems: > - notebook: FreeBSD 5.2.1 + ACPI enable => USB ok > - notebook: FreeBSD 5.3 + ACPI disable => USB ok > > - desktop: FreeBSD 5.2.1 + ACPI enable => USB ko :( > - desktop: FreeBSD 5.3 + ACPI disable => USB ok I correct myself one more time: - notebook: FreeBSD 5.2.1 + ACPI enable => USB ok - notebook: FreeBSD 5.3 + ACPI enable => USB ok - notebook: FreeBSD 5.3 + ACPI disable => USB ok - desktop: FreeBSD 5.2.1 + ACPI enable => USB ok - desktop: FreeBSD 5.3 + ACPI enable => USB ko :( - desktop: FreeBSD 5.3 + ACPI disable => USB ok > The desktop is the machine equipped with the MSI K7T266 Pro2 motherboard. > Note: the BIOS firmware is up to date with the last revision available. > > The update during the RELENG_5 branch seems to be at the origin of the > USB support problem on this motherboard. -- -jpeg. From owner-freebsd-usb@FreeBSD.ORG Mon Dec 13 23:30:13 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67E0C16A4CE; Mon, 13 Dec 2004 23:30:13 +0000 (GMT) Received: from crumpet.united-ware.com (ddsl-66-42-172-210.fuse.net [66.42.172.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 721CE43D62; Mon, 13 Dec 2004 23:30:10 +0000 (GMT) (envelope-from amistry@am-productions.biz) Received: from bigguy.am-productions.biz (ddsl-66-42-172-210.fuse.net [66.42.172.210]) (authenticated bits=0)iBDN8TWp058537 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 13 Dec 2004 18:08:30 -0500 (EST) (envelope-from amistry@am-productions.biz) From: Anish Mistry To: Julien Gabel Date: Mon, 13 Dec 2004 18:33:16 -0500 User-Agent: KMail/1.7 References: <50586.192.168.1.19.1102979975.squirrel@192.168.1.19> In-Reply-To: <50586.192.168.1.19.1102979975.squirrel@192.168.1.19> Organization: AM Productions MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1793178.unVuOtZg3T"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200412131833.24257.amistry@am-productions.biz> X-Spam-Status: No, hits=0.8 required=5.0 tests=BIZ_TLD autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on crumpet.united-ware.com cc: freebsd-gnats-submit@freebsd.org cc: freebsd-usb@freebsd.org Subject: Re: kern/74989: (regression) Lost USB support between 5.2.1-RELEASE and 5.3-RELEASE on K7T266 Pro2. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 23:30:13 -0000 --nextPart1793178.unVuOtZg3T Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 13 December 2004 06:19 pm, Julien Gabel wrote: > > To answer to Anish who asked me "What happens when you boot w/ without > > ACPI enabled?": i can say that i already try this without much > > success. I also try to _play_ with my BIOS settings... no luck here > > too. > > Ok. After playing with my BIOS settings, i decided to reset them all. > And here, i can say that i previously made a mistake: *disable* ACPI at > boot time _do_ the trick! > > So, i ended with these two systems: > - notebook: FreeBSD 5.2.1 + ACPI enable =3D> USB ok > - notebook: FreeBSD 5.3 + ACPI disable =3D> USB ok > > - desktop: FreeBSD 5.2.1 + ACPI enable =3D> USB ko :( > - desktop: FreeBSD 5.3 + ACPI disable =3D> USB ok > > The desktop is the machine equipped with the MSI K7T266 Pro2 > motherboard. Note: the BIOS firmware is up to date with the last > revision available. > > The update during the RELENG_5 branch seems to be at the origin of the > USB support problem on this motherboard. Ok, so you should now checkout the ACPI debugging FAQ and post to the acpi= =20 list. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html =2D-=20 Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/ --nextPart1793178.unVuOtZg3T Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBvibExqA5ziudZT0RAuXvAKCeQgDLoD4U06CTbX+Sxqk2mE1o9ACgkqma v9xOx2qt5hlMAqmjd7UOQOw= =uBbY -----END PGP SIGNATURE----- --nextPart1793178.unVuOtZg3T-- From owner-freebsd-usb@FreeBSD.ORG Mon Dec 13 23:34:55 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4920A16A4CE; Mon, 13 Dec 2004 23:34:55 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D6ED43D45; Mon, 13 Dec 2004 23:34:55 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 15EDB7A403; Mon, 13 Dec 2004 15:34:55 -0800 (PST) Message-ID: <41BE271E.5060506@elischer.org> Date: Mon, 13 Dec 2004 15:34:54 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: Julien Gabel References: <50586.192.168.1.19.1102979975.squirrel@192.168.1.19> In-Reply-To: <50586.192.168.1.19.1102979975.squirrel@192.168.1.19> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-gnats-submit@freebsd.org cc: freebsd-usb@freebsd.org Subject: Re: kern/74989: (regression) Lost USB support between5.2.1-RELEASE and 5.3-RELEASE on K7T266 Pro2. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 23:34:55 -0000 Julien Gabel wrote: >>To answer to Anish who asked me "What happens when you boot w/ without >>ACPI enabled?": i can say that i already try this without much success. >>I also try to _play_ with my BIOS settings... no luck here too. >> >> > >Ok. After playing with my BIOS settings, i decided to reset them all. >And here, i can say that i previously made a mistake: *disable* ACPI at >boot time _do_ the trick! > >So, i ended with these two systems: > - notebook: FreeBSD 5.2.1 + ACPI enable => USB ok > - notebook: FreeBSD 5.3 + ACPI disable => USB ok > > - desktop: FreeBSD 5.2.1 + ACPI enable => USB ko :( > - desktop: FreeBSD 5.3 + ACPI disable => USB ok > >The desktop is the machine equipped with the MSI K7T266 Pro2 motherboard. >Note: the BIOS firmware is up to date with the last revision available. > >The update during the RELENG_5 branch seems to be at the origin of the >USB support problem on this motherboard. > have you also disabled "legacy USB support"? so, in your estimation is the problem in the ACPI code or the USB code? > > > From owner-freebsd-usb@FreeBSD.ORG Tue Dec 14 00:05:41 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD1FE16A4CE; Tue, 14 Dec 2004 00:05:41 +0000 (GMT) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D6E43D5D; Tue, 14 Dec 2004 00:05:41 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 7E93078C76; Tue, 14 Dec 2004 01:05:40 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 57871-01; Tue, 14 Dec 2004 01:05:36 +0100 (CET) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 47A7578C72; Tue, 14 Dec 2004 01:05:36 +0100 (CET) Received: from 192.168.1.19 (SquirrelMail authenticated user jgabel); by webmail.thilelli.net with HTTP; Tue, 14 Dec 2004 01:05:36 +0100 (CET) Message-ID: <53782.192.168.1.19.1102982736.squirrel@192.168.1.19> In-Reply-To: <41BE271E.5060506@elischer.org> References: <50586.192.168.1.19.1102979975.squirrel@192.168.1.19> <41BE271E.5060506@elischer.org> Date: Tue, 14 Dec 2004 01:05:36 +0100 (CET) From: "Julien Gabel" To: "Julian Elischer" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net cc: freebsd-gnats-submit@freebsd.org cc: freebsd-usb@freebsd.org Subject: Re: kern/74989: (regression) Lost USB support between 5.2.1-RELEASE and 5.3-RELEASE on K7T266 Pro2. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 00:05:41 -0000 >> Ok. After playing with my BIOS settings, i decided to reset them all. >> And here, i can say that i previously made a mistake: *disable* ACPI at >> boot time _do_ the trick! >> >> The desktop is the machine equipped with the MSI K7T266 Pro2 motherboard. >> Note: the BIOS firmware is up to date with the last revision available. >> >> The update during the RELENG_5 branch seems to be at the origin of the >> USB support problem on this motherboard. > have you also disabled "legacy USB support"? I try this parameter as well. Here is what i get: -------------------------------------------------------- USB Legacy Support | ACPI enable | ACPI disable -------------------------------------------------------- "disable" | USB ko :( | USB ko :( "all device" | USB ko :( | USB ok -------------------------------------------------------- > so, in your estimation is the problem in the ACPI code or the USB code? Sorry, i don't really know. I said it must be ACPI since it worked in a past release with ACPI enable, however it may be a problem in the USB code. I will try to submit debugging information on ACPI as pointed out by Anish. Are they any other tests i can do in order to know what this problem might be? -- -jpeg. From owner-freebsd-usb@FreeBSD.ORG Tue Dec 14 08:26:38 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 943E416A4CE for ; Tue, 14 Dec 2004 08:26:38 +0000 (GMT) Received: from pathfinder.roks.biz (roks.biz [82.207.80.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91B7043D39 for ; Tue, 14 Dec 2004 08:26:36 +0000 (GMT) (envelope-from padla@roks.biz) Received: from pathfinder.roks.biz (localhost.roks.biz [127.0.0.1]) by pathfinder.roks.biz (8.12.11/8.12.11) with ESMTP id iBE8QLel006592; Tue, 14 Dec 2004 10:26:21 +0200 (EET) (envelope-from padla@pathfinder.roks.biz) Received: (from padla@localhost) by pathfinder.roks.biz (8.12.11/8.12.11/Submit) id iBE8QKVn006591; Tue, 14 Dec 2004 10:26:20 +0200 (EET) (envelope-from padla) Date: Tue, 14 Dec 2004 10:26:20 +0200 From: Nikolay Pavlov To: Julian Elischer Message-ID: <20041214082620.GA6416@roks.biz> References: <20041108101033.GA714@roks.biz> <41BBD50B.7050502@elischer.org> <20041213134708.GA345@roks.biz> <41BDEDA0.6010201@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41BDEDA0.6010201@elischer.org> User-Agent: Mutt/1.4.2.1i cc: freebsd-usb@freebsd.org Subject: Re: Sony Clie PEG-SJ33 ucom0: init failed, IOERROR X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 08:26:38 -0000 On Monday, 13 December 2004 at 11:29:36 -0800, Julian Elischer wrote: > I know is a bit to ask but if you have time and a cdrom burner, you > might try > to boot from the "Freesbie" cdrom (based on 5.3) and see what happens > there.. > Where are you? maybe there is someone near you that runs 5.x or > -current :-) > > I will try get some instructions together to allow us to debug this more. Ok, I have 5.3-RELEASE iso, but first I want to read migration guide to migrate safely. I think, that I'll pass on 5.3 during day and than I'll inform you about results. Best regards, sorry for my english Nikolay Pavlov. From owner-freebsd-usb@FreeBSD.ORG Tue Dec 14 11:30:11 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99D0F16A4CE for ; Tue, 14 Dec 2004 11:30:11 +0000 (GMT) Received: from pathfinder.roks.biz (roks.biz [82.207.80.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3990C43D41 for ; Tue, 14 Dec 2004 11:30:10 +0000 (GMT) (envelope-from padla@roks.biz) Received: from pathfinder.roks.biz (localhost.roks.biz [127.0.0.1]) by pathfinder.roks.biz (8.12.11/8.12.11) with ESMTP id iBEBSchI008585; Tue, 14 Dec 2004 13:28:38 +0200 (EET) (envelope-from padla@pathfinder.roks.biz) Received: (from padla@localhost) by pathfinder.roks.biz (8.12.11/8.12.11/Submit) id iBEBSCa4008579; Tue, 14 Dec 2004 13:28:12 +0200 (EET) (envelope-from padla) Date: Tue, 14 Dec 2004 13:28:12 +0200 From: Nikolay Pavlov To: Julian Elischer Message-ID: <20041214112812.GA8517@roks.biz> References: <20041108101033.GA714@roks.biz> <41BBD50B.7050502@elischer.org> <20041213134708.GA345@roks.biz> <41BDEDA0.6010201@elischer.org> <20041214082620.GA6416@roks.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041214082620.GA6416@roks.biz> User-Agent: Mutt/1.4.2.1i cc: freebsd-usb@freebsd.org Subject: Re: Sony Clie PEG-SJ33 ucom0: init failed, IOERROR X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 11:30:11 -0000 On Tuesday, 14 December 2004 at 10:26:20 +0200, Nikolay Pavlov wrote: > Ok, I have 5.3-RELEASE iso, but first I want to read migration guide to > migrate safely. I think, that I'll pass on 5.3 during day and than I'll > inform you about results. I have finished with that. Now I have 5.3-RELEASE-p2, the result of the sync is the same: ucom0: Sony Palm Handheld, rev 1.10/1.00, addr 2 ucom0: Sony Palm Handheld, rev 1.10/1.00, addr 2 ucom0: init failed, STALLED device_attach: ucom0 attach returned 6 uhub0: port 1, set config at addr 2 failed uhub0: device problem, disabling port 1 What should I do on the next step? How I can help to debug the problem? Best regards, Nikoaly Pavlov. From owner-freebsd-usb@FreeBSD.ORG Tue Dec 14 17:51:11 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F2316A4CE for ; Tue, 14 Dec 2004 17:51:11 +0000 (GMT) Received: from smtp6.wanadoo.fr (smtp6.wanadoo.fr [193.252.22.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25EE143D3F for ; Tue, 14 Dec 2004 17:51:11 +0000 (GMT) (envelope-from aurelien.nephtali@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0604.wanadoo.fr (SMTP Server) with SMTP id 599941C00187 for ; Tue, 14 Dec 2004 18:51:10 +0100 (CET) Received: from [192.168.2.30] (ca-sqy-1-91.w80-8.abo.wanadoo.fr [80.8.54.91]) by mwinf0604.wanadoo.fr (SMTP Server) with ESMTP id 2CCE11C001F1 for ; Tue, 14 Dec 2004 18:51:10 +0100 (CET) Message-ID: <41BF280B.10502@wanadoo.fr> Date: Tue, 14 Dec 2004 18:51:07 +0100 From: Aurelien Nephtali User-Agent: Mozilla Thunderbird 0.9 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: usb@freebsd.org References: <41BE13B8.7040807@wanadoo.fr> In-Reply-To: <41BE13B8.7040807@wanadoo.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: MP3 USB player times out, hangs the system then panic when unplugging X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 17:51:12 -0000 Aurelien Nephtali wrote: > Hi, > > I have a MP3 USB player "that works fine under Windows" (c) but not > under FreeBSD -CURRENT. > > Dec 13 18:56:38 naboo kernel: umass0: vendor 0x10d6 Actions USB Disk > Device, rev 1.10/1.00, addr 3 > Dec 13 18:56:38 naboo kernel: da0 at umass-sim0 bus 0 target 0 lun 0 > Dec 13 18:56:38 naboo kernel: da0: > Removable Direct Access SCSI-2 device > Dec 13 18:56:38 naboo kernel: da0: 1.000MB/s transfers > Dec 13 18:56:38 naboo kernel: da0: 249MB (510494 512 byte sectors: 64H > 32S/T 249C) > > sometimes /dev/da0 is created but a read/write to it hangs the system. > > If I wait some minutes, I got: > > Dec 13 20:24:35 naboo kernel: umass0: BBB reset failed, TIMEOUT > Dec 13 20:29:40 naboo kernel: umass0: BBB bulk-in clear stall failed, > TIMEOUT > Dec 13 20:34:45 naboo kernel: umass0: BBB bulk-out clear stall failed, > TIMEOUT > Dec 13 20:34:45 naboo kernel: (da0:umass-sim0:0:0:0): Synchronize cache > failed, status == 0x4, scsi status == 0x0 > Dec 13 20:35:05 naboo kernel: umass0: BBB reset failed, TIMEOUT > Dec 13 20:35:15 naboo kernel: umass0: BBB bulk-in clear stall failed, > TIMEOUT > Dec 13 20:35:25 naboo kernel: umass0: BBB bulk-out clear stall failed, > TIMEOUT > Dec 13 20:37:35 naboo kernel: umass0: BBB reset failed, TIMEOUT > Dec 13 20:38:40 naboo kernel: umass0: BBB bulk-in clear stall failed, > TIMEOUT > Dec 13 20:39:45 naboo kernel: umass0: BBB bulk-out clear stall failed, > TIMEOUT > > and the system panics when unplugging the key : > > Dec 13 18:57:25 naboo kernel: umass0: at uhub0 port 1 (addr 3) disconnected > Dec 13 18:57:25 naboo kernel: (da0:umass-sim0:0:0:0): lost device > Dec 13 18:57:25 naboo kernel: > Dec 13 18:57:25 naboo kernel: > Dec 13 18:57:25 naboo kernel: Fatal trap 12: page fault while in kernel > mode > Dec 13 18:57:25 naboo kernel: fault virtual address = 0x4 > Dec 13 18:57:25 naboo kernel: fault code = supervisor > read, page not present > Dec 13 18:57:25 naboo kernel: instruction pointer = 0x8:0xc04ec2b6 > Dec 13 18:57:25 naboo kernel: stack pointer = 0x10:0xcb248c68 > Dec 13 18:57:25 naboo kernel: frame pointer = 0x10:0xcb248c7c > Dec 13 18:57:25 naboo kernel: code segment = base 0x0, > limit 0xfffff, type 0x1b > Dec 13 18:57:25 naboo kernel: = DPL 0, pres 1, def32 1, gran 1 > Dec 13 18:57:25 naboo kernel: processor eflags = interrupt enabled, > resume, IOPL = 0 > Dec 13 18:57:25 naboo kernel: current process = 21 (irq10: > sis0 ohci0) > > I can provide any informations needed as well as tesing provided quirks! > > Thanks in advance! > My USB MP3 Player is now working under -CURRENT, for those who might be interested, I've posted a patch in a PR [1]. [1] : http://www.freebsd.org/cgi/query-pr.cgi?pr=75057 -- NEPHTALI 'dak' Aurelien TEK2 - Promo 2008 06.19.84.90.10 From owner-freebsd-usb@FreeBSD.ORG Tue Dec 14 19:29:48 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55CC416A4CE for ; Tue, 14 Dec 2004 19:29:48 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4313A43D53 for ; Tue, 14 Dec 2004 19:29:47 +0000 (GMT) (envelope-from ph.schulz@gmx.de) Received: (qmail invoked by alias); 14 Dec 2004 19:29:45 -0000 Received: from dsl-082-083-163-176.arcor-ip.net (EHLO [192.168.1.4]) (82.83.163.176) by mail.gmx.net (mp016) with SMTP; 14 Dec 2004 20:29:45 +0100 X-Authenticated: #1954550 Message-ID: <41BF3F22.3080909@gmx.de> Date: Tue, 14 Dec 2004 20:29:38 +0100 From: Phil Schulz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040830 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: Aurelien Nephtali References: <41BE13B8.7040807@wanadoo.fr> <41BF280B.10502@wanadoo.fr> In-Reply-To: <41BF280B.10502@wanadoo.fr> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 cc: usb@freebsd.org Subject: Re: MP3 USB player times out, hangs the system then panic when unplugging X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 19:29:48 -0000 Aurelien Nephtali wrote: > Aurelien Nephtali wrote: > >> Hi, >> >> I have a MP3 USB player "that works fine under Windows" (c) but not >> under FreeBSD -CURRENT. >> >> Dec 13 18:56:38 naboo kernel: umass0: vendor 0x10d6 Actions USB Disk >> Device, rev 1.10/1.00, addr 3 >> Dec 13 18:56:38 naboo kernel: da0 at umass-sim0 bus 0 target 0 lun 0 >> Dec 13 18:56:38 naboo kernel: da0: >> Removable Direct Access SCSI-2 device >> Dec 13 18:56:38 naboo kernel: da0: 1.000MB/s transfers >> Dec 13 18:56:38 naboo kernel: da0: 249MB (510494 512 byte sectors: 64H >> 32S/T 249C) >> [...] > > My USB MP3 Player is now working under -CURRENT, for those who might be > interested, I've posted a patch in a PR [1]. > > [1] : http://www.freebsd.org/cgi/query-pr.cgi?pr=75057 > Great! My device works as well. The device shows up as: umass0: vendor 0x10d6 Actions USB Disk Device, rev 1.10/1.00, addr 2 umass0: 8070i (ATAPI) over Bulk-Only; quirks = 0x0000 umass0:3:0:-1: Attached to scbus3 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 123MB (252509 512 byte sectors: 64H 32S/T 123C) I can mount it and write to it. This is under 5.3-Stable from a few weeks ago (around the time of the release). Thank you! Regards, Phil. From owner-freebsd-usb@FreeBSD.ORG Wed Dec 15 17:12:40 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30EEC16A4CE for ; Wed, 15 Dec 2004 17:12:40 +0000 (GMT) Received: from vela.astro.uu.se (vela.astro.UU.SE [130.238.192.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7FD243D48 for ; Wed, 15 Dec 2004 17:12:38 +0000 (GMT) (envelope-from remo@astro.uu.se) Received: from sky.astro.uu.se (sky.astro.UU.SE [130.238.192.102]) by vela.astro.uu.se (8.12.10/8.12.10) with ESMTP id iBFHCSnQ020291; Wed, 15 Dec 2004 18:12:29 +0100 (CET) Received: from sky.astro.uu.se (localhost [127.0.0.1]) by sky.astro.uu.se (8.12.10/8.12.10) with ESMTP id iBFHCSMn024529; Wed, 15 Dec 2004 18:12:28 +0100 (MET) Message-Id: <200412151712.iBFHCSMn024529@sky.astro.uu.se> X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Julian Elischer In-Reply-To: Message from Julian Elischer of "Sat, 11 Dec 2004 23:04:09 PST." <41BBED69.80706@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 Dec 2004 18:12:28 +0100 From: Remo Collet cc: freebsd-usb@freebsd.org Subject: Re: USB external CD-RW and FreeBSD 5.3 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 17:12:40 -0000 > I'd rather commit something more specific than "all DELL devices" > > can you supply a more specifig device ID? > > thanks > Here is an extract of "dmesg" when I plug in the external CD/DVD unit on the D400 laptop: umass0: Dell USB Drive A01, rev 2.00/1.04, addr 2 umass0: Get Max Lun not supported (STALLED) cd0 at umass-sim0 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 1.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present - tray c losed I'm not sure what to use instead of PID_WILDCARD or RID_WILDCARD in umass.c, the external unit and the manufacturer (SAMSUNG here) could in general still differ between two Dell laptops... let me know /R From owner-freebsd-usb@FreeBSD.ORG Wed Dec 15 19:07:57 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10A5B16A4CE for ; Wed, 15 Dec 2004 19:07:57 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B7A43D1D for ; Wed, 15 Dec 2004 19:07:56 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 845337A44E; Wed, 15 Dec 2004 11:07:56 -0800 (PST) Message-ID: <41C08B8C.10009@elischer.org> Date: Wed, 15 Dec 2004 11:07:56 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: Remo Collet References: <200412151712.iBFHCSMn024529@sky.astro.uu.se> In-Reply-To: <200412151712.iBFHCSMn024529@sky.astro.uu.se> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: USB external CD-RW and FreeBSD 5.3 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 19:07:57 -0000 Remo Collet wrote: >>I'd rather commit something more specific than "all DELL devices" >> >>can you supply a more specifig device ID? >> >>thanks >> >> >> > >Here is an extract of "dmesg" when I plug in the external >CD/DVD unit on the D400 laptop: > >umass0: Dell USB Drive A01, rev 2.00/1.04, addr 2 >umass0: Get Max Lun not supported (STALLED) >cd0 at umass-sim0 bus 0 target 0 lun 0 >cd0: Removable CD-ROM SCSI-0 device >cd0: 1.000MB/s transfers >cd0: Attempt to query device size failed: NOT READY, Medium not present - tray >c >losed > what does usbdevs say? > > >I'm not sure what to use instead of PID_WILDCARD or RID_WILDCARD in umass.c, >the external unit and the manufacturer (SAMSUNG here) could in general still >differ between two Dell laptops... let me know > >/R > > From owner-freebsd-usb@FreeBSD.ORG Thu Dec 16 13:45:49 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42E2616A4CE for ; Thu, 16 Dec 2004 13:45:49 +0000 (GMT) Received: from vela.astro.uu.se (vela.astro.UU.SE [130.238.192.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id E324E43D67 for ; Thu, 16 Dec 2004 13:45:47 +0000 (GMT) (envelope-from remo@astro.uu.se) Received: from sky.astro.uu.se (sky.astro.UU.SE [130.238.192.102]) by vela.astro.uu.se (8.12.10/8.12.10) with ESMTP id iBGDjRnQ026635; Thu, 16 Dec 2004 14:45:28 +0100 (CET) Received: from sky.astro.uu.se (localhost [127.0.0.1]) by sky.astro.uu.se (8.12.10/8.12.10) with ESMTP id iBGDjRMn025929; Thu, 16 Dec 2004 14:45:27 +0100 (MET) Message-Id: <200412161345.iBGDjRMn025929@sky.astro.uu.se> X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Julian Elischer In-Reply-To: Message from Julian Elischer of "Wed, 15 Dec 2004 11:07:56 PST." <41C08B8C.10009@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 16 Dec 2004 14:45:27 +0100 From: Remo Collet cc: Remo Collet cc: freebsd-usb@freebsd.org Subject: Re: USB external CD-RW and FreeBSD 5.3 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 13:45:49 -0000 > > what does usbdevs say? > # usbdevs -v Controller /dev/usb0: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 powered Controller /dev/usb1: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 addr 2: full speed, self powered, config 1, A01(0x9001), Dell USB Drive(0x413c), rev 1.04 Controller /dev/usb2: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 addr 2: low speed, power 100 mA, config 1, PS/2+USB Mouse(0x0201), vendor 0x1267(0x1267), rev 0.01 port 2 powered From owner-freebsd-usb@FreeBSD.ORG Thu Dec 16 14:23:30 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C22C116A4CF for ; Thu, 16 Dec 2004 14:23:30 +0000 (GMT) Received: from poros.telenet-ops.be (poros.telenet-ops.be [195.130.132.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id B45A543D55 for ; Thu, 16 Dec 2004 14:23:29 +0000 (GMT) (envelope-from shredz@pandora.be) Received: from localhost (localhost.localdomain [127.0.0.1]) by poros.telenet-ops.be (Postfix) with SMTP id 849283BC186 for ; Thu, 16 Dec 2004 15:23:28 +0100 (MET) Received: from CASPER (d54C27E29.kabel.telenet.be [84.194.126.41]) by poros.telenet-ops.be (Postfix) with ESMTP id E9B663BC1BB for ; Thu, 16 Dec 2004 15:23:27 +0100 (MET) From: ShredZ To: freebsd-usb@freebsd.org Date: Thu, 16 Dec 2004 15:24:00 +0100 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_AqZwB/2L6jEkVAF" Message-Id: <200412161524.00657.shredz@pandora.be> X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Logitech mouse applet X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 14:23:31 -0000 --Boundary-00=_AqZwB/2L6jEkVAF Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline I'm just new to this list but have been mailing the maintainer of the libUSB port about this as well. He didn't seem to be 'on the case' anymore. I'm trying to get my logitech mouse in 800 dpi. It can be done with a simple call to the device using libusb as the enclosed applet will show, but doesn't seem to work on freeBSD. So I was wondering if there would be any way of getting this applet to work or another way to send the message to the mouse. Greetz --Boundary-00=_AqZwB/2L6jEkVAF-- From owner-freebsd-usb@FreeBSD.ORG Fri Dec 17 07:00:54 2004 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4421916A4CE for ; Fri, 17 Dec 2004 07:00:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD2C243D2D for ; Fri, 17 Dec 2004 07:00:53 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH70rwl089999 for ; Fri, 17 Dec 2004 07:00:53 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBH70rhx089996; Fri, 17 Dec 2004 07:00:53 GMT (envelope-from gnats) Date: Fri, 17 Dec 2004 07:00:53 GMT Message-Id: <200412170700.iBH70rhx089996@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: =?ISO-8859-1?Q?Tesch_Zolt=E1n?= Subject: Re: kern/71417: [usb] Cryptoflex e-gate USB token (ugen0)communication problem X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?ISO-8859-1?Q?Tesch_Zolt=E1n?= List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 07:00:54 -0000 The following reply was made to PR kern/71417; it has been noted by GNATS. From: =?ISO-8859-1?Q?Tesch_Zolt=E1n?= To: Julian Elischer Cc: freebsd-gnats-submit@FreeBSD.org, zoltan.tesch@kancellar.hu Subject: Re: kern/71417: [usb] Cryptoflex e-gate USB token (ugen0) communication problem Date: Fri, 17 Dec 2004 07:55:12 +0100 This is a multi-part message in MIME format. --------------050608000706030907030309 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Julian Elischer wrote: > Can you give me more information? > > Tudsz adni meg informazio? In the attatchment you find the log. This log contains events, when I attach the token, run the pkcs15-tool -c -C command and detach the token. sysctl settings: hw.usb.debug: 10 hw.usb.uhci.debug: 10 hw.usb.ugen.debug: 10 Other usb related settings does not give me more information. If I can send you more information, please let me know. Send me an email to the following address ztesch@freemail.hu Zoltan Tesch --------------050608000706030907030309 Content-Type: text/plain; name="usb.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="usb.log" Dec 17 07:36:38 warbsd kernel: ugen0: SchlumbergerSema SchlumbergerSema Cryptoflex e-gate, rev 1.10/1.00, addr 2 Dec 17 07:36:55 warbsd login: ROOT LOGIN (root) ON ttyv1 Dec 17 07:37:09 warbsd ifdhandler[636]: usb_do_request failed: Input/output error (5) Dec 17 07:37:09 warbsd ifdhandler[636]: usb_do_request failed: Input/output error (5) Dec 17 07:38:08 warbsd kernel: ugenioctl: cmd=80045572 Dec 17 07:38:08 warbsd kernel: ugenioctl: cmd=c018556f Dec 17 07:38:08 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Dec 17 07:38:08 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=6, pipe=0xc304ba80, running=0 Dec 17 07:38:08 warbsd kernel: usbd_dump_queue: pipe=0xc304ba80 Dec 17 07:38:08 warbsd kernel: usb_insert_transfer: pipe=0xc304ba80 running=0 timeout=1000 Dec 17 07:38:08 warbsd kernel: uhci_device_control type=0x40, request=0x90, wValue=0x0000, wIndex=0x0000 len=0, addr=2, endpt=0 Dec 17 07:38:08 warbsd kernel: usb_transfer_complete: pipe=0xc304ba80 xfer=0xc2d10a00 status=0 actlen=0 Dec 17 07:38:08 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Dec 17 07:38:08 warbsd kernel: uhci_device_ctrl_done: length=0 Dec 17 07:38:08 warbsd kernel: usbd_start_next: pipe=0xc304ba80, xfer=0 Dec 17 07:38:08 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Dec 17 07:38:08 warbsd kernel: ugenioctl: cmd=80045572 Dec 17 07:38:08 warbsd kernel: ugenioctl: cmd=c018556f Dec 17 07:38:08 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Dec 17 07:38:08 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=6, pipe=0xc304ba80, running=0 Dec 17 07:38:08 warbsd kernel: usbd_dump_queue: pipe=0xc304ba80 Dec 17 07:38:08 warbsd kernel: usb_allocmem: use frag=0xc2d3df40 size=1 Dec 17 07:38:08 warbsd kernel: usb_insert_transfer: pipe=0xc304ba80 running=0 timeout=1000 Dec 17 07:38:09 warbsd kernel: uhci_device_control type=0xc0, request=0xa0, wValue=0x0000, wIndex=0x0000 len=1, addr=2, endpt=0 Dec 17 07:38:09 warbsd kernel: uhci_alloc_std_chain: addr=2 endpt=0 len=1 speed=1 flags=0x6 Dec 17 07:38:09 warbsd kernel: usb_transfer_complete: pipe=0xc304ba80 xfer=0xc2d10a00 status=0 actlen=1 Dec 17 07:38:09 warbsd kernel: usb_freemem: frag=0xc2d3df40 Dec 17 07:38:09 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Dec 17 07:38:09 warbsd kernel: uhci_device_ctrl_done: length=1 Dec 17 07:38:09 warbsd kernel: usbd_start_next: pipe=0xc304ba80, xfer=0 Dec 17 07:38:09 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Dec 17 07:38:09 warbsd kernel: ugenioctl: cmd=80045572 Dec 17 07:38:09 warbsd kernel: ugenioctl: cmd=c018556f Dec 17 07:38:09 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Dec 17 07:38:09 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=6, pipe=0xc304ba80, running=0 Dec 17 07:38:09 warbsd kernel: usbd_dump_queue: pipe=0xc304ba80 Dec 17 07:38:09 warbsd kernel: usb_allocmem: use frag=0xc2d3df40 size=35 Dec 17 07:38:09 warbsd kernel: usb_insert_transfer: pipe=0xc304ba80 running=0 timeout=1000 Dec 17 07:38:09 warbsd kernel: uhci_device_control type=0xc0, request=0x83, wValue=0x0000, wIndex=0x0000 len=35, addr=2, endpt=0 Dec 17 07:38:09 warbsd kernel: uhci_alloc_std_chain: addr=2 endpt=0 len=35 speed=1 flags=0x6 Dec 17 07:38:09 warbsd kernel: usb_transfer_complete: pipe=0xc304ba80 xfer=0xc2d10a00 status=0 actlen=10 Dec 17 07:38:09 warbsd kernel: usb_freemem: frag=0xc2d3df40 Dec 17 07:38:09 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Dec 17 07:38:09 warbsd kernel: uhci_device_ctrl_done: length=10 Dec 17 07:38:09 warbsd kernel: usbd_start_next: pipe=0xc304ba80, xfer=0 Dec 17 07:38:09 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Dec 17 07:38:09 warbsd kernel: ugenioctl: cmd=80045572 Dec 17 07:38:09 warbsd kernel: ugenioctl: cmd=c018556f Dec 17 07:38:09 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Dec 17 07:38:09 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=6, pipe=0xc304ba80, running=0 Dec 17 07:38:09 warbsd kernel: usbd_dump_queue: pipe=0xc304ba80 Dec 17 07:38:09 warbsd kernel: usb_allocmem: use frag=0xc2d3df40 size=1 Dec 17 07:38:09 warbsd kernel: usb_insert_transfer: pipe=0xc304ba80 running=0 timeout=1000 Dec 17 07:38:09 warbsd kernel: uhci_device_control type=0xc0, request=0xa0, wValue=0x0000, wIndex=0x0000 len=1, addr=2, endpt=0 Dec 17 07:38:09 warbsd kernel: uhci_alloc_std_chain: addr=2 endpt=0 len=1 speed=1 flags=0x6 Dec 17 07:38:09 warbsd kernel: usb_transfer_complete: pipe=0xc304ba80 xfer=0xc2d10a00 status=0 actlen=1 Dec 17 07:38:09 warbsd kernel: usb_freemem: frag=0xc2d3df40 Dec 17 07:38:09 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Dec 17 07:38:10 warbsd kernel: uhci_device_ctrl_done: length=1 Dec 17 07:38:10 warbsd kernel: usbd_start_next: pipe=0xc304ba80, xfer=0 Dec 17 07:38:10 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Dec 17 07:38:10 warbsd kernel: ugenioctl: cmd=80045572 Dec 17 07:38:10 warbsd kernel: ugenioctl: cmd=c018556f Dec 17 07:38:10 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Dec 17 07:38:10 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=6, pipe=0xc304ba80, running=0 Dec 17 07:38:10 warbsd kernel: usbd_dump_queue: pipe=0xc304ba80 Dec 17 07:38:10 warbsd kernel: usb_allocmem: use frag=0xc2d3df40 size=5 Dec 17 07:38:10 warbsd kernel: usb_insert_transfer: pipe=0xc304ba80 running=0 timeout=10000 Dec 17 07:38:10 warbsd kernel: uhci_device_control type=0x40, request=0x80, wValue=0x0000, wIndex=0x0000 len=5, addr=2, endpt=0 Dec 17 07:38:10 warbsd kernel: uhci_alloc_std_chain: addr=2 endpt=0 len=5 speed=1 flags=0x6 Dec 17 07:38:10 warbsd kernel: usb_transfer_complete: pipe=0xc304ba80 xfer=0xc2d10a00 status=17 actlen=5 Dec 17 07:38:10 warbsd kernel: usb_freemem: frag=0xc2d3df40 Dec 17 07:38:10 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Dec 17 07:38:10 warbsd kernel: uhci_device_ctrl_done: length=5 Dec 17 07:38:10 warbsd kernel: usbd_start_next: pipe=0xc304ba80, xfer=0 Dec 17 07:38:10 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc304ba80, running=0 Dec 17 07:38:10 warbsd kernel: usbd_dump_queue: pipe=0xc304ba80 Dec 17 07:38:10 warbsd kernel: usb_allocmem: use frag=0xc2d3df40 size=2 Dec 17 07:38:10 warbsd kernel: usb_insert_transfer: pipe=0xc304ba80 running=0 timeout=5000 Dec 17 07:38:10 warbsd kernel: uhci_device_control type=0x82, request=0x00, wValue=0x0000, wIndex=0x0000 len=2, addr=2, endpt=0 Dec 17 07:38:10 warbsd kernel: uhci_alloc_std_chain: addr=2 endpt=0 len=2 speed=1 flags=0x2 Dec 17 07:38:10 warbsd kernel: usb_transfer_complete: pipe=0xc304ba80 xfer=0xc2d10a00 status=0 actlen=2 Dec 17 07:38:10 warbsd kernel: usb_freemem: frag=0xc2d3df40 Dec 17 07:38:10 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Dec 17 07:38:10 warbsd kernel: uhci_device_ctrl_done: length=2 Dec 17 07:38:10 warbsd kernel: usbd_start_next: pipe=0xc304ba80, xfer=0 Dec 17 07:38:10 warbsd kernel: usbd_do_request: status = 0x0000 Dec 17 07:38:10 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Dec 17 07:38:10 warbsd kernel: ugenioctl: cmd=80045572 Dec 17 07:38:10 warbsd kernel: ugenioctl: cmd=c018556f Dec 17 07:38:10 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Dec 17 07:38:10 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=6, pipe=0xc304ba80, running=0 Dec 17 07:38:10 warbsd kernel: usbd_dump_queue: pipe=0xc304ba80 Dec 17 07:38:10 warbsd kernel: usb_allocmem: use frag=0xc2d3df40 size=1 Dec 17 07:38:10 warbsd kernel: usb_insert_transfer: pipe=0xc304ba80 running=0 timeout=1000 Dec 17 07:38:10 warbsd kernel: uhci_device_control type=0xc0, request=0xa0, wValue=0x0000, wIndex=0x0000 len=1, addr=2, endpt=0 Dec 17 07:38:10 warbsd kernel: uhci_alloc_std_chain: addr=2 endpt=0 len=1 speed=1 flags=0x6 Dec 17 07:38:10 warbsd kernel: usb_transfer_complete: pipe=0xc304ba80 xfer=0xc2d10a00 status=0 actlen=1 Dec 17 07:38:10 warbsd kernel: usb_freemem: frag=0xc2d3df40 Dec 17 07:38:10 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Dec 17 07:38:10 warbsd kernel: uhci_device_ctrl_done: length=1 Dec 17 07:38:10 warbsd kernel: usbd_start_next: pipe=0xc304ba80, xfer=0 Dec 17 07:38:10 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Dec 17 07:38:10 warbsd kernel: ugenioctl: cmd=80045572 Dec 17 07:38:10 warbsd kernel: ugenioctl: cmd=c018556f Dec 17 07:38:10 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Dec 17 07:38:10 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=6, pipe=0xc304ba80, running=0 Dec 17 07:38:10 warbsd kernel: usbd_dump_queue: pipe=0xc304ba80 Dec 17 07:38:10 warbsd kernel: usb_allocmem: use frag=0xc2d3df40 size=5 Dec 17 07:38:10 warbsd kernel: usb_insert_transfer: pipe=0xc304ba80 running=0 timeout=10000 Dec 17 07:38:10 warbsd kernel: uhci_device_control type=0x40, request=0x80, wValue=0x0000, wIndex=0x0000 len=5, addr=2, endpt=0 Dec 17 07:38:10 warbsd kernel: uhci_alloc_std_chain: addr=2 endpt=0 len=5 speed=1 flags=0x6 Dec 17 07:38:10 warbsd kernel: usb_transfer_complete: pipe=0xc304ba80 xfer=0xc2d10a00 status=17 actlen=5 Dec 17 07:38:10 warbsd kernel: usb_freemem: frag=0xc2d3df40 Dec 17 07:38:10 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Dec 17 07:38:10 warbsd kernel: uhci_device_ctrl_done: length=5 Dec 17 07:38:10 warbsd kernel: usbd_start_next: pipe=0xc304ba80, xfer=0 Dec 17 07:38:10 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc304ba80, running=0 Dec 17 07:38:10 warbsd kernel: usbd_dump_queue: pipe=0xc304ba80 Dec 17 07:38:10 warbsd kernel: usb_allocmem: use frag=0xc2d3df40 size=2 Dec 17 07:38:10 warbsd kernel: usb_insert_transfer: pipe=0xc304ba80 running=0 timeout=5000 Dec 17 07:38:10 warbsd kernel: uhci_device_control type=0x82, request=0x00, wValue=0x0000, wIndex=0x0000 len=2, addr=2, endpt=0 Dec 17 07:38:10 warbsd kernel: uhci_alloc_std_chain: addr=2 endpt=0 len=2 speed=1 flags=0x2 Dec 17 07:38:10 warbsd kernel: usb_transfer_complete: pipe=0xc304ba80 xfer=0xc2d10a00 status=0 actlen=2 Dec 17 07:38:10 warbsd kernel: usb_freemem: frag=0xc2d3df40 Dec 17 07:38:10 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Dec 17 07:38:10 warbsd kernel: uhci_device_ctrl_done: length=2 Dec 17 07:38:10 warbsd kernel: usbd_start_next: pipe=0xc304ba80, xfer=0 Dec 17 07:38:10 warbsd kernel: usbd_do_request: status = 0x0000 Dec 17 07:38:10 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Dec 17 07:38:09 warbsd ifdhandler[636]: usb_do_request failed: Input/output error (5) Dec 17 07:38:09 warbsd ifdhandler[636]: usb_do_request failed: Input/output error (5) Dec 17 07:38:38 warbsd kernel: usb_event_thread: woke up Dec 17 07:38:38 warbsd kernel: usb_discover Dec 17 07:38:48 warbsd kernel: usb_transfer_complete: pipe=0xc2d37600 xfer=0xc2d10900 status=0 actlen=1 Dec 17 07:38:48 warbsd kernel: usb_transfer_complete: repeat=1 new head=0xc2d10900 Dec 17 07:38:48 warbsd kernel: usb_needs_explore Dec 17 07:38:48 warbsd kernel: usb_event_thread: woke up Dec 17 07:38:48 warbsd kernel: usb_discover Dec 17 07:38:48 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Dec 17 07:38:48 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Dec 17 07:38:48 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Dec 17 07:38:48 warbsd kernel: usb_allocmem: use frag=0xc2d3df40 size=4 Dec 17 07:38:48 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Dec 17 07:38:48 warbsd kernel: uhci_root_ctrl_control type=0xa3 request=00 Dec 17 07:38:48 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=4 Dec 17 07:38:48 warbsd kernel: usb_freemem: frag=0xc2d3df40 Dec 17 07:38:48 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Dec 17 07:38:48 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Dec 17 07:38:48 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Dec 17 07:38:48 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Dec 17 07:38:48 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Dec 17 07:38:48 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Dec 17 07:38:48 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Dec 17 07:38:48 warbsd kernel: uhci_root_ctrl_control type=0x23 request=01 Dec 17 07:38:48 warbsd kernel: uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=17 Dec 17 07:38:48 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=0 Dec 17 07:38:48 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Dec 17 07:38:48 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Dec 17 07:38:48 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Dec 17 07:38:48 warbsd kernel: uhub_disconnect: up=0xc2d375b0 dev=0xc2e98e00 port=1 Dec 17 07:38:48 warbsd kernel: usb_disconnect_port: disconnect subdevs Dec 17 07:38:48 warbsd kernel: ugen0: at uhub0 port 1 (addr 2) disconnected Dec 17 07:38:48 warbsd kernel: ugen_detach: sc=0xc3060000 Dec 17 07:38:48 warbsd kernel: ugen0: detached Dec 17 07:38:48 warbsd kernel: usbd_ar_pipe: pipe=0xc304ba80 Dec 17 07:38:48 warbsd kernel: usbd_dump_queue: pipe=0xc304ba80 Dec 17 07:38:48 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Dec 17 07:38:48 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Dec 17 07:38:48 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Dec 17 07:38:48 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Dec 17 07:38:48 warbsd kernel: uhci_root_ctrl_control type=0x23 request=01 Dec 17 07:38:48 warbsd kernel: uhci_root_ctrl_control: UR_CLEAR_PORT_FEATURE port=1 feature=16 Dec 17 07:38:48 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=0 Dec 17 07:38:48 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Dec 17 07:38:48 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Dec 17 07:38:48 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Dec 17 07:38:48 warbsd kernel: usbd_alloc_xfer() = 0xc2d10a00 Dec 17 07:38:48 warbsd kernel: usbd_transfer: xfer=0xc2d10a00, flags=2, pipe=0xc2d37480, running=0 Dec 17 07:38:48 warbsd kernel: usbd_dump_queue: pipe=0xc2d37480 Dec 17 07:38:48 warbsd kernel: usb_allocmem: use frag=0xc2d3df40 size=4 Dec 17 07:38:48 warbsd kernel: usb_insert_transfer: pipe=0xc2d37480 running=0 timeout=5000 Dec 17 07:38:48 warbsd kernel: uhci_root_ctrl_control type=0xa3 request=00 Dec 17 07:38:48 warbsd kernel: usb_transfer_complete: pipe=0xc2d37480 xfer=0xc2d10a00 status=0 actlen=4 Dec 17 07:38:48 warbsd kernel: usb_freemem: frag=0xc2d3df40 Dec 17 07:38:48 warbsd kernel: usb_transfer_complete: repeat=0 new head=0 Dec 17 07:38:48 warbsd kernel: usbd_start_next: pipe=0xc2d37480, xfer=0 Dec 17 07:38:48 warbsd kernel: usbd_free_xfer: 0xc2d10a00 Dec 17 07:39:48 warbsd kernel: usb_event_thread: woke up Dec 17 07:39:48 warbsd kernel: usb_discover Dec 17 07:40:48 warbsd kernel: usb_event_thread: woke up Dec 17 07:40:48 warbsd kernel: usb_discover Dec 17 07:41:48 warbsd kernel: usb_event_thread: woke up Dec 17 07:41:48 warbsd kernel: usb_discover Dec 17 07:42:48 warbsd kernel: usb_event_thread: woke up Dec 17 07:42:48 warbsd kernel: usb_discover Dec 17 07:43:48 warbsd kernel: usb_event_thread: woke up Dec 17 07:43:48 warbsd kernel: usb_discover Dec 17 07:44:48 warbsd kernel: usb_event_thread: woke up Dec 17 07:44:48 warbsd kernel: usb_discover Dec 17 07:45:48 warbsd kernel: usb_event_thread: woke up Dec 17 07:45:48 warbsd kernel: usb_discover Dec 17 07:46:48 warbsd kernel: usb_event_thread: woke up Dec 17 07:46:48 warbsd kernel: usb_discover Dec 17 07:47:48 warbsd kernel: usb_event_thread: woke up Dec 17 07:47:48 warbsd kernel: usb_discover Dec 17 07:48:48 warbsd kernel: usb_event_thread: woke up Dec 17 07:48:48 warbsd kernel: usb_discover Dec 17 07:49:48 warbsd kernel: usb_event_thread: woke up Dec 17 07:49:48 warbsd kernel: usb_discover Dec 17 07:50:48 warbsd kernel: usb_event_thread: woke up Dec 17 07:50:48 warbsd kernel: usb_discover --------------050608000706030907030309-- From owner-freebsd-usb@FreeBSD.ORG Fri Dec 17 10:11:40 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E908C16A4D8 for ; Fri, 17 Dec 2004 10:11:40 +0000 (GMT) Received: from europa.telenet-ops.be (europa.telenet-ops.be [195.130.132.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24ED043D5A for ; Fri, 17 Dec 2004 10:11:40 +0000 (GMT) (envelope-from shredz@pandora.be) Received: from localhost (localhost.localdomain [127.0.0.1]) by europa.telenet-ops.be (Postfix) with SMTP id 8B2BD19873C; Fri, 17 Dec 2004 11:11:38 +0100 (MET) Received: from CASPER (unknown [84.194.126.41]) by europa.telenet-ops.be (Postfix) with ESMTP id B2FF31982C1; Fri, 17 Dec 2004 11:11:36 +0100 (MET) From: ShredZ To: Julian Elischer Date: Fri, 17 Dec 2004 11:12:22 +0100 User-Agent: KMail/1.7.2 References: <200412161524.00657.shredz@pandora.be> <41C1FFFD.8090205@elischer.org> In-Reply-To: <41C1FFFD.8090205@elischer.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412171112.22557.shredz@pandora.be> cc: freebsd-usb@freebsd.org Subject: Re: Logitech mouse applet X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 10:11:41 -0000 Well, the source code got stripped by the list apparently. I managed to hack my way through libusb, freebsd's usb (as described in man usb) and the logitechapplet and now have a working program to get my logitech mx500 mouse in 800 dpi. It was sufficient to unwrap the calls freebsd needs to make to the usb bus from the libusb port and put this in the applet instead. I'm gonna clean up the code to make it actually search for logitech mice that support this 'feature' (why theses 800 dpi mice default to 400 dpi doesn't really make sense) and send the request. Somebody suggested linking it to usbd or something, but since I'm new to freebsd since 2 days, I wouldn't know where to do this. The usb man pages also suggest sending USB_REQUESTs through ioctl is potentially dangerous to the bus's integrity. But I guess comments on that will come in once I send the program. On Thursday 16 December 2004 22:37, you wrote: > ShredZ wrote: > >I'm just new to this list but have been mailing the maintainer of the > > libUSB port about this as well. He didn't seem to be 'on the case' > > anymore. > > > >I'm trying to get my logitech mouse in 800 dpi. It can be done with a > > simple call to the device using libusb as the enclosed applet will show, > > but doesn't seem to work on freeBSD. So I was wondering if there would be > > any way of getting this applet to work or another way to send the message > > to the mouse. > > > >Greetz > > You forgot the enclosed applet :-) > (or it was stripped by the list software) > > >------------------------------------------------------------------------ > > > >_______________________________________________ > >freebsd-usb@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-usb > >To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" From owner-freebsd-usb@FreeBSD.ORG Fri Dec 17 16:42:47 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D79B16A4CE for ; Fri, 17 Dec 2004 16:42:47 +0000 (GMT) Received: from europa.telenet-ops.be (europa.telenet-ops.be [195.130.132.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C1B443D39 for ; Fri, 17 Dec 2004 16:42:47 +0000 (GMT) (envelope-from shredz@pandora.be) Received: from localhost (localhost.localdomain [127.0.0.1]) by europa.telenet-ops.be (Postfix) with SMTP id AC3591986F4 for ; Fri, 17 Dec 2004 17:42:45 +0100 (MET) Received: from CASPER (d54C27E29.kabel.telenet.be [84.194.126.41]) by europa.telenet-ops.be (Postfix) with ESMTP id 74D19198679 for ; Fri, 17 Dec 2004 17:42:45 +0100 (MET) From: ShredZ To: freebsd-usb@freebsd.org Date: Fri, 17 Dec 2004 17:43:39 +0100 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412171743.39939.shredz@pandora.be> Subject: Logitech mouse applet X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 16:42:47 -0000 Well I finished this. It now scans all usb devices for logitech mice that support the switch to 800 dpi and sets it. It will only send the USB_REQUEST when the device is detected as one of the supported devices not to break anything. It also works when plugging in the device through an entry I put in /etc/usbd.conf under "Mouse" instead of moused. Supported logitech mice are: Wheel Mouse Optical MouseMan Traveler MouseMan Dual Optical MX300 Optical Mouse MX500 Optical Mouse MX310 Optical Mouse MX510 Optical Mouse iFeel Mouse Everyone with one of these will get great benefit of the 800dpi now just to make kde under freebsd just that little bit better :) Could someone verify this code or something so it doesn't do any horrible things to the usb bus on the side ? From owner-freebsd-usb@FreeBSD.ORG Fri Dec 17 17:54:10 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4399116A4CF for ; Fri, 17 Dec 2004 17:54:10 +0000 (GMT) Received: from crumpet.united-ware.com (ddsl-66-42-172-210.fuse.net [66.42.172.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3E1E43D1F for ; Fri, 17 Dec 2004 17:54:09 +0000 (GMT) (envelope-from mistry.7@osu.edu) Received: from bigguy.am-productions.biz (ddsl-66-42-172-210.fuse.net [66.42.172.210]) (authenticated bits=0)iBHHWBWp001464 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 17 Dec 2004 12:32:12 -0500 (EST) (envelope-from mistry.7@osu.edu) From: Anish Mistry To: freebsd-usb@freebsd.org Date: Fri, 17 Dec 2004 12:57:26 -0500 User-Agent: KMail/1.7 References: <200412171743.39939.shredz@pandora.be> In-Reply-To: <200412171743.39939.shredz@pandora.be> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart7165083.iYQpLVZMcF"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200412171257.27262.mistry.7@osu.edu> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on crumpet.united-ware.com cc: ShredZ Subject: Re: Logitech mouse applet X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 17:54:10 -0000 --nextPart7165083.iYQpLVZMcF Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 17 December 2004 11:43 am, ShredZ wrote: > Well I finished this. It now scans all usb devices for logitech mice > that support the switch to 800 dpi and sets it. It will only send the > USB_REQUEST when the device is detected as one of the supported devices > not to break anything. > > It also works when plugging in the device through an entry I put > in /etc/usbd.conf under "Mouse" instead of moused. > NOTE: If you are using 5.x you should be using devd.conf and not usbd.conf =2D-=20 Anish Mistry --nextPart7165083.iYQpLVZMcF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBwx4HxqA5ziudZT0RAkfxAKCBqqJzi4kRutRsc+lMKvmgm2d6/wCfT0k5 YZoAiDPVGCNb3vN+Gc9BgO4= =4A3Z -----END PGP SIGNATURE----- --nextPart7165083.iYQpLVZMcF-- From owner-freebsd-usb@FreeBSD.ORG Fri Dec 17 18:41:28 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ABBE16A4CE for ; Fri, 17 Dec 2004 18:41:28 +0000 (GMT) Received: from dastardly.newsbastards.org.72.27.172.IN-addr.ARPA.NOSPAM.dyndns.dk (84-72-30-72.dclient.hispeed.ch [84.72.30.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7580443D55 for ; Fri, 17 Dec 2004 18:41:26 +0000 (GMT) (envelope-from bounce@NOSPAM.dyndns.dk) Received: from Mail.NOSPAM.DynDNS.dK (ipv6.NOSPAM.dyndns.dk [2002:5448:1e48:0:210:60ff:fe25:f1e5]) (8.11.6/8.11.6-SPAMMERS-DeLiGHt) with ESMTP id iBHIfKt12420 verified NO) for ; Fri, 17 Dec 2004 19:41:23 +0100 (CET) (envelope-from bounce@NOSPAM.dyndns.dk) Received: (from beer@localhost) by Mail.NOSPAM.DynDNS.dK (8.11.6/FNORD) id iBHIfJA12419; Fri, 17 Dec 2004 19:41:19 +0100 (CET) (envelope-from bounce@NOSPAM.dyndns.dk) Date: Fri, 17 Dec 2004 19:41:19 +0100 (CET) Message-Id: <200412171841.iBHIfJA12419@Mail.NOSPAM.DynDNS.dK> X-Authentication-Warning: localhost.newsbastards.org.72.27.172.IN-addr.A: beer set sender to bounce@NOSPAM.dyndns.dk using -f X-Authentication-Warning: localhost.newsbastards.org.72.27.172.IN-addr.A: Processed from queue /tmp X-Authentication-Warning: localhost.newsbastards.org.72.27.172.IN-addr.A: Processed by beer with -C /etc/mail/sendmail.cf-LOCAL From: Barry Bouwsma To: freebsd-usb@freebsd.org Mail-Followups-To: freebsd-usb@freebsd.org Subject: More usbdevs additions/changes, from NetBSD X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 18:41:28 -0000 [posted separately to DragonFly and FreeBSD, but this hack is applicable to both, in theory -- the DFly list is for subscribers so that simple cross-posting isn't convenient] [keep followups on the lists, please, for now] Servus, Here's another patch to usbdevs, applicable to both FreeBSD and DragonFlyBSD, to bring them both pretty much up-to-date with the NetBSD usbdevs file as of a week or so ago. This diff requires my previously-posted patch to bring FreeBSD and DragonFly into sync with each other. (I haven't yet downloaded the latest HEAD usbdevs since I started this merge project, but I'll take Matt's word that DFly is up-to-date so that this patch should Just Work, barring additions since my previous patch. I hope.) This patch corrects a few whitespace diffs, and does a hefty amount of name cleaning (dropping Inc, Electronics, and so on). Most importantly, plenty of new vendors and products present in NetBSD are added. There are still going to be a few differences between NetBSD and not-NetBSD after this patch. But they'll be few, and easy-to-find. Things like SUN vs. SUN2, and a few vendor names that are completely different, that I'm leaving as-is for now for later review. Or, I'm trying to leave as-is, but it wouldn't hurt to verify this is really the case by reviewing the meat of my diffs. I'm hoping that the new added vendors/products don't introduce any incompatibilities due to the above-mentioned conflicts. *Please* apply and LINT-test this patch on a reasonably-fast machine before making any commits, and let me know of any conflicts -- or check out the latest NetBSD usbdevs and see what differences remain and how they should be fixed, if you want to do my work for me. This patch is *untested* and is based on manually cleaning up the remaining diffs of NetBSD. Find the meat of the diffs at https://nospam.dyndns.dk/hacks/usbdevs/usbdevs-patch-for-d.f.bsd-based-on-netbsd That will give you the actual significant changes. There are a few minor diffs to bring about complete harmony, which can be reviewed and applied by hand, that follow. These add my notes about what versions of the various BSDen have been used to generate the resulting mega-merged file I'm working with, and show differences with the NetBSD comment about the file. The first will need to be reviewed and the appropriate lines added by hand if desired; the second should work as-is if my cut-and-paste hasn't botched tab/space integrity. @@ -1,7 +1,11 @@ -$FreeBSD$ +$NetBSD: usbdevs,v 1.387 2004/10/27 07:02:47 augustss Exp $ + +/* Includes additions from DragonFlyBSD usbdevs 1.11 */ +/* Includes additions from FreeBSD usbdevs 1.210 */ +/* Includes additions from NetBSD usbdevs 1.388 */ /* - * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. + * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -40,16 +44,12 @@ /* * List of known USB vendors * - * Adding an ID and its string description for a device to the usbdevs - * file, enables the USB stack to print a useful description of the - * device that was connected. - * - * Please note that these IDs do not do anything. Adding an ID here - * only makes a symbolic name available to the source code and does - * not change any functionality, nor does it make your device - * available to a specific driver. It will however make the - * descriptive string available if a device does not provide the - * string itself. + * Please note that these IDs do not do anything. Adding an ID here and + * regenerating the usbdevs.h and usbdevs_data.h only makes a symbolic name + * available to the source code and does not change any functionality, nor + * does it make your device available to a specific driver. + * It will however make the descriptive string available if a device does not + * provide the string itself. * * After adding a vendor ID VNDR and a product ID PRDCT you will have the * following extra defines: Because this is a substantial diff and there remain a few differences between the symbolic names used by a particular ID, I cannot strongly enough urge more eyeballs to review these changes. Also, I'm sure that nobody else who might be interested in these patches has my 75MHz machine, which is why I'm posting these without the week's delay just to verify that they compile, so please be forgiving and spare a few cycles on your over-muscled machines to do that for me. And of course, if you prefer the original descriptions in D/FBSD over those in NetBSD, say, -product SITECOM LN029 0x182d USB 2.0 Ethernet Adapter +product SITECOM LN029 0x182d LN029 then feel free to say so, or to request such things be changed in NetBSD as well. Also, there are a couple notes I've made for myself which can be found by a search for `XXX ???', if you don't like X-rated source. A little bit later, I'll summarize the remaining differences between NetBSD and D/FBSD-with-these-hacks. I still see a handful of whitespace corrections, as well as a few I-see-no-differences-here things that I want to clear up, as well as doing a few source-greps for usage of any symbolic-name changes. Then I'll merge changes from OpenBSD as well as changes I've added for products in my possession, verify ordering, verify tab/spaces, bring in the latest additions from *BSD, ... thanks barry bouwsma From owner-freebsd-usb@FreeBSD.ORG Fri Dec 17 20:17:06 2004 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A9DD16A4CE; Fri, 17 Dec 2004 20:17:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5267B43D1F; Fri, 17 Dec 2004 20:17:06 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHKH6Ql086395; Fri, 17 Dec 2004 20:17:06 GMT (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBHKH5mQ086391; Fri, 17 Dec 2004 20:17:05 GMT (envelope-from julian) Date: Fri, 17 Dec 2004 20:17:05 GMT From: Julian Elischer Message-Id: <200412172017.iBHKH5mQ086391@freefall.freebsd.org> To: mattias@schlenker-webdesign.de, julian@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/73872: [patch] Palm Zire 72 not recognized by uvisor X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 20:17:06 -0000 Synopsis: [patch] Palm Zire 72 not recognized by uvisor State-Changed-From-To: feedback->closed State-Changed-By: julian State-Changed-When: Fri Dec 17 20:16:15 GMT 2004 State-Changed-Why: Current entry for ZIRE-31 works for the while family apparently. http://www.freebsd.org/cgi/query-pr.cgi?pr=73872