Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-23 Thread Norbert Preining
Hi Vojtech! On Don, 19 Aug 2004, Vojtech Pavlik wrote: > Ok, the final patch goes here ... Thanks for the fix, it is now working without this problem, but there is another problem: I have a synaptics touchpad on this laptop, and when I have the additional mouse NOT plugged in, the touchpad is rec

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-19 Thread Vojtech Pavlik
On Mon, Aug 16, 2004 at 11:22:13AM -0400, Alan Stern wrote: > On Mon, 16 Aug 2004, Norbert Preining wrote: > > > Hi ALan! > > > > On Fre, 13 Aug 2004, Alan Stern wrote: > > > In the meantime, you can try out this patch and see if it helps at all. > > > > Yup, fixed the problem. Thanks. > > >

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-16 Thread Norbert Preining
Hi Alan! On Mon, 16 Aug 2004, Alan Stern wrote: > > I have NO idea about usb programming, but there is a similar line a bit > > above for > > hid->urbin->transfer_flags > > and I wanted to ask wether there should be a URB_ASYNC_UNLINK there, > > too? > > I don't know. Someone who is more fam

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-16 Thread Vojtech Pavlik
On Mon, Aug 16, 2004 at 11:22:13AM -0400, Alan Stern wrote: > On Mon, 16 Aug 2004, Norbert Preining wrote: > > > Hi ALan! > > > > On Fre, 13 Aug 2004, Alan Stern wrote: > > > In the meantime, you can try out this patch and see if it helps at all. > > > > Yup, fixed the problem. Thanks. > > >

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-16 Thread Alan Stern
On Mon, 16 Aug 2004, Norbert Preining wrote: > Hi ALan! > > On Fre, 13 Aug 2004, Alan Stern wrote: > > In the meantime, you can try out this patch and see if it helps at all. > > Yup, fixed the problem. Thanks. > > One more question: > > > @@ -1654,7 +1654,8 @@ > > usb_fi

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-15 Thread Norbert Preining
Hi ALan! On Fre, 13 Aug 2004, Alan Stern wrote: > In the meantime, you can try out this patch and see if it helps at all. Yup, fixed the problem. Thanks. One more question: > @@ -1654,7 +1654,8 @@ > usb_fill_int_urb(hid->urbout, dev, pipe, hid->outbuf, 0, >

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-13 Thread Michael Guterl
That fixed everything, Alan, you are the man! Thank you so much, if you need anything else tested just let me know. On Fri, 13 Aug 2004 11:56:16 -0400 (EDT), Alan Stern <[EMAIL PROTECTED]> wrote: > On Fri, 13 Aug 2004, Michael Guterl wrote: > > > Okay I applied this patch to 2.6.8-rc3-mm1 and re

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-13 Thread Alan Stern
On Fri, 13 Aug 2004, Michael Guterl wrote: > Okay I applied this patch to 2.6.8-rc3-mm1 and recorded dmesg's output > with no devices attached, after the keyboard was plugged in and > unplugged, and then rebooted, plugged the mouse and then unplugged it. > All the corresponding files are attached

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-12 Thread Alan Stern
On Tue, 10 Aug 2004, Michael Guterl wrote: > Okay I changed #undef DEBUG to #define DEBUG > > attached are two files, the first being the complete dmesg during > boot, and the keyboard plugged in after booting completed, the second > file contains what happens when the keyboard is unplugged. It

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-10 Thread Michael Guterl
Okay I changed #undef DEBUG to #define DEBUG attached are two files, the first being the complete dmesg during boot, and the keyboard plugged in after booting completed, the second file contains what happens when the keyboard is unplugged. On Tue, 10 Aug 2004 14:54:25 -0400 (EDT), Alan Stern <[EM

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-10 Thread Alan Stern
On Tue, 10 Aug 2004, Michael Guterl wrote: > I turned USB and ACPI debugging on in the kernel. I am recreating > this problem by booting the machine with no USB devices plugged in, > then plugging the keyboard in, and then unplugging the keyboard. I am > recreating the problem with 2.6.8-rc3-mm1

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-10 Thread Michael Guterl
Okay some new information regarding this problem. It seems that USB is not entirely broken, because I can use my USB mouse in X while using a PS/2 keyboard. I turned USB and ACPI debugging on in the kernel. I am recreating this problem by booting the machine with no USB devices plugged in, then

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-08 Thread Michael Guterl
Yeah I have to work today, Sunday!?!? After I get off if I have time I'll start messing with the bk-usb and bk-acpi patches. On Sun, 8 Aug 2004 00:20:43 -0400 (EDT), Alan Stern <[EMAIL PROTECTED]> wrote: > On Sat, 7 Aug 2004, Michael Guterl wrote: > > > What if Alan's assumptions that it is in A

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-07 Thread Alan Stern
On Sat, 7 Aug 2004, Michael Guterl wrote: > What if Alan's assumptions that it is in ACPI and not USB are correct? > Personally I don't know enough to handle really any of the tasks you > suggested. I figured the fact that reverting bk-acpi.patch and > bk-usb.patch would throw up some kind of re

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-07 Thread Michael Guterl
What if Alan's assumptions that it is in ACPI and not USB are correct? Personally I don't know enough to handle really any of the tasks you suggested. I figured the fact that reverting bk-acpi.patch and bk-usb.patch would throw up some kind of red flag, that something in there was maybe messed up

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-07 Thread Wes Janzen
David Brownell wrote: On Thursday 05 August 2004 10:05, Michael Guterl wrote: Thanks for the reply David, but where exactly does this leave me and the others experiencing this problem? Is there any more information I can provide that might help? Any possible solutions, patches, etc? It l

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-07 Thread David Brownell
On Thursday 05 August 2004 10:05, Michael Guterl wrote: > Thanks for the reply David, but where exactly does this leave me and > the others experiencing this problem? Is there any more information I > can provide that might help? Any possible solutions, patches, etc? It leaves you (and others) w

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-06 Thread Alan Stern
On Wed, 4 Aug 2004, Michael Guterl wrote: > Okay, due to my lack of detail from previous posts, I thought I'd > restate everything with a little more detail. Previously I was using > 2.6.7-mm7 (bk-acpi.patch and bk-usb.patch were reversed), everything > worked fine. Upgraded to 2.6.8-rc2 and my

Fwd: Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-05 Thread Luis Miguel García Mancebo
here you have the info I have: - Motherboard: nforce2 You have dmesg and lspci. - -268-rc2 don't work. - -works is 268-rc2-mmX (without the bk-usb.patch), so it works. when it works, I have boot ehci and ohci (and I can use my usb-pen and my camera), but when it don't work, I only have ohci, so

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-05 Thread Michael Guterl
Thanks for the info Kevin, but the issue still persists for me in 2.6.8-rc3-mm1. On Thu, 5 Aug 2004 11:08:18 -0700, Kevin O'Shea <[EMAIL PROTECTED]> wrote: > Just thought you guys would like to know I had this same problem since > 2.6.7-mm6, but it is now fixed for me in 2.6.8-rc3-mm1. > > I have

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-05 Thread Kevin O'Shea
Just thought you guys would like to know I had this same problem since 2.6.7-mm6, but it is now fixed for me in 2.6.8-rc3-mm1. I have an intel 865PE chipset. --- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com,

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-05 Thread Michael Guterl
Thanks for the reply David, but where exactly does this leave me and the others experiencing this problem? Is there any more information I can provide that might help? Any possible solutions, patches, etc? On Thu, 5 Aug 2004 08:34:27 -0700, David Brownell <[EMAIL PROTECTED]> wrote: > On Wednesda

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-05 Thread David Brownell
On Wednesday 04 August 2004 20:57, Michael Guterl wrote: > Attached are my dmesg's from each kernel, each time I booted fully, > then plugged the USB keyboard in, and then the USB mouse. My kernel > config is also attached, along with the output of lspci -v, (David > Brownell mentioned "lspci -w"

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-04 Thread Michael Guterl
Ooops I forgot to attach my .config as well. On Wed, 4 Aug 2004 18:20:50 -0700, David Brownell <[EMAIL PROTECTED]> wrote: > On Wednesday 04 August 2004 13:32, Michael Guterl wrote: > > > As stated earlier machine hangs on Starting cups. > > The "usblp" driver hasn't changed recently. > > > > I

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-04 Thread Michael Guterl
Okay, due to my lack of detail from previous posts, I thought I'd restate everything with a little more detail. Previously I was using 2.6.7-mm7 (bk-acpi.patch and bk-usb.patch were reversed), everything worked fine. Upgraded to 2.6.8-rc2 and my machine would just stop at starting cupsd. Previou

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-04 Thread David Brownell
On Wednesday 04 August 2004 13:32, Michael Guterl wrote: > As stated earlier machine hangs on Starting cups. The "usblp" driver hasn't changed recently. > If I disconnect all > USB devices it boots, but when I plug my keyboard in, nothing works > unless I hold down a key for a few seconds.

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-03 Thread David Brownell
On Tuesday 03 August 2004 01:46, Luis Miguel García Mancebo wrote: > > Well, sorry, here is the info: > > I think the problem is with the ohci_hcd: It hasn't changed much, so if you think that's really it then it should be easy to figure out what patch did it. But nothing you showed rules out a