This might sound stupid, but I want to be sure and not recompile again. To have usb keyboard working I had to add usb stack to the kernel. In a hurry I put all uhci, ohci and ehci, with ukbd also. What of this in necessary for kb? I suppose ehci and ukbd. Btw, after usb addage, I have strange 3 seconds freeze in X, once it's up. Not at the start, but some 2-5 minutes later. Branch 8. Best regrads Zoran
On Sun, 28 Aug 2011, Zoran Kolic wrote:> This might sound stupid, but I want to be sure and not recompile > again. To have usb keyboard working I had to add usb stack to the > kernel. In a hurry I put all uhci, ohci and ehci, with ukbd also. > What of this in necessary for kb? I suppose ehci and ukbd.Keyboards are low speed, so ohci and uhci; see ukbd(4).> Btw, after usb addage, I have strange 3 seconds freeze in X, once > it's up. Not at the start, but some 2-5 minutes later. Branch 8.Not enough information to tell. In X, could be our old friend AllowEmptyInput: http://www.wonkity.com/~wblock/docs/html/aei.html
> Not enough information to tell.Well, I found only the mouse pointer freezing. I could jump from one virtual desktop to another. Kb works too. When I compiled new kernel, I just added in a hurry usb staff, in- cluding ums. Since it didn't happen before, I could only put a blame on usb code. Frankly, those 3 seconds are not something I should care about more than those 3 seconds. :) I have a plan to install 9.0 on that desktop box, when it becomes ready. My bigger concern is support for laptop I have in mind as a replacement for old one, cause it takes i3 cpu and intel 3000 graphics. Any idea what will be with kms on branch 9? Best regards all Zoran