From: Vojtech P. <vo...@su...> - 2001-12-27 17:37:15
|
On Thu, Dec 27, 2001 at 09:31:39AM -0800, James Simmons wrote: > > > Done. The Input stuff (and namely HID/HIDBP) now compiles fine again on > > 2.5.1. I tried to boot that kernel, and failed with 'unable to open the > > initial console' message from I think the init process. I do have only > > VGA console enabled (no fbcon ...). > > You must have more than one keybaord attached but only one display. Umm, I think I have just one keyboard. But at the time of the error message the keyboard probably wasn't connected, being USB and with my bad USB active extension cable, which needs to be unplugged and replugged after each boot to detect the devices on it. So it's one-display-no-keyboard case. It works fine with 2.4.14-ruby. > I ran > into this problem to. I will fix it today. The problem is the way a struct > vt_struct is added to the link list versus how a keybaord is attached. > When a new vt_struct is added to the link list it is placed int front of > the link list. This means the last VT in the list is the first VT. Now > when a keyboard is detected it scans the VT list from the head to the end. > That is why the no console error. I will work on the problem right now. > -- Vojtech Pavlik SuSE Labs |