Re: FreeBSD 4.3 crashing with USB hub attached...

2001-05-17 Thread Chris Dillon
On Thu, 17 May 2001, Nick Hibma wrote: > If you could compile a kernel with debugging and debugger > > makeoptions DEBUG=-g > options DDB > > and then type > > trace > show registers > > and take it from there, that would be appreciated. Typing panic at the > d

Re: FreeBSD 4.3 crashing with USB hub attached...

2001-05-17 Thread Nick Hibma
If you could compile a kernel with debugging and debugger makeoptions DEBUG=-g options DDB and then type trace show registers and take it from there, that would be appreciated. Typing panic at the debugger prompt creates a crashdump which you can th

Re: FreeBSD 4.3 crashing with USB hub attached...

2001-05-17 Thread Nick Hibma
It starts to look like memory trampling. I changed the code a bit and all of a sudden the device was accepted and no error 'no report descriptor' was displayed. :-( Try and add 'err' to the print statement that prints 'no report descriptor' in uhid.c. That should give you an indication in what p

Re: FreeBSD 4.3 crashing with USB hub attached...

2001-05-16 Thread Shannon
On Wed, May 16, 2001 at 02:53:43PM -0700, Jon Simola wrote: > I believe I had a similar problem back on 4.2-RELEASE with a PSX->USB adapter. > >http://www.geocrawler.com/mail/thread.php3?subject=Broken-by-design+USB+device%3F&list=159 > > I sent the offending hardware off to Nick Hibma for him

Re: FreeBSD 4.3 crashing with USB hub attached...

2001-05-16 Thread Jon Simola
On Mon, 14 May 2001, Chris Dillon wrote: > > Did you notice, before the crash, that the kernel had some trouble > > querying the offending device? That happens with me, and then a > > little while later in the boot it crashes. > > Yes, the symptoms were the same as yours. The initial probing d

Re: FreeBSD 4.3 crashing with USB hub attached...

2001-05-14 Thread Chris Dillon
On Mon, 14 May 2001, Shannon Hendrix wrote: > Did you notice, before the crash, that the kernel had some trouble > querying the offending device? That happens with me, and then a > little while later in the boot it crashes. Yes, the symptoms were the same as yours. The initial probing during b

Re: FreeBSD 4.3 crashing with USB hub attached...

2001-05-14 Thread Shannon Hendrix
On Mon, May 14, 2001 at 11:35:15AM -0500, Chris Dillon wrote: > > > For the second boot I unplugged the USB hub. This time everything was > > > fine... I'm sending this mail from the FreeBSD machine's console. > > > > Replying to my own post: > > > > The problem is the Logitech joystick, not the

Re: FreeBSD 4.3 crashing with USB hub attached...

2001-05-14 Thread Chris Dillon
On Sat, 12 May 2001, Shannon Hendrix wrote: > On Fri, May 11, 2001 at 07:54:26PM -0400, Shannon wrote: > > > For the second boot I unplugged the USB hub. This time everything was > > fine... I'm sending this mail from the FreeBSD machine's console. > > Replying to my own post: > > The problem is

Re: FreeBSD 4.3 crashing with USB hub attached...

2001-05-11 Thread Shannon Hendrix
On Fri, May 11, 2001 at 07:54:26PM -0400, Shannon wrote: > For the second boot I unplugged the USB hub. This time everything was > fine... I'm sending this mail from the FreeBSD machine's console. Replying to my own post: The problem is the Logitech joystick, not the hub itself. Every time I bo