From: Helge H. <hel...@ai...> - 2003-12-03 15:36:44
|
Svetoslav Slavtchev wrote: > > PS.3 > attachments > > 260t9-20031115.txt -- oopses with vanilla ruby-260t9-20031115 > > AA02-ruby-20031029_matroxfb_fix.patch - fixes the problem, > Aivils sent it to me as vt.3.diff , not sure if it hit the list > > AA03-ruby-fb_resize.patch - another fix by Aivils, > the same oopses without the previous patch, Aivils sent it to me as rc1.diff > 260t9-20031115-rc1.txt -- oopses without AA02 ,but with AA03 aplied > I tried these patches, on top of 2.6.0-test11 The patch to vt.c didn't apply cleanly. The patch tries to move vc_resize(... below the two lines with visual_init(... and update_attr(... But the existing vt.c didn't have the vc_resize(... call at all. It was removed. So I added it back in, in the place the patch wanted it. Booting the resulting kernel (with fbcon compiled in) crashed. An unreadable oops followed immediately after: input: AT Translated Set 2 keyboard on isa0060/serio0 serio: i8042 KBD port at 0x60,0x64 irq 1 registering 0-0050 registering 0-0051 registering 0-0052 registering 0-0053 registering 0-0054 registering 0-0055 registering 0-0056 registering 0-0057 registering 1-0050 registering 1-0051 registering 1-0052 registering 1-0053 registering 1-0054 registering 1-0055 registering 1-0056 registering 1-0057 Here I normally get messages from the md driver initializing, instead I got a semi-garbled message about killing init. Helge Hafting |