From: Mark H. <Mar...@xs...> - 2005-03-15 23:33:46
|
Hi, I've been playing with the recent 2611mm1 ruby patch, to see if I can get my system past the 269 kernel. Initially I got succes in setting up 2 consoles on fb0 and fb1 using the new dumbcon=3:4 parameter in combination with con2fb /dev/fb1 17. (Thanks Zoltan, Aivils!) However, after a while not using the second head, it blanked (I guess because of the screen saver), and when I hit shift to unblank, it crashed with the following message: Mar 15 23:57:57 ws1 kernel: CPU: 0 Mar 15 23:57:57 ws1 kernel: EIP: 0060:[<fcfcbb02>] Not tainted VLI Mar 15 23:57:57 ws1 kernel: EFLAGS: 00010217 (2.6.11-mm1-rubymh2) Mar 15 23:57:57 ws1 kernel: EIP is at fbcon_switch+0x122/0x4c0 [fbcon] Mar 15 23:57:57 ws1 kernel: eax: 00000000 ebx: f7c51d78 ecx: 00000000 edx: 09a5eaba Mar 15 23:57:57 ws1 kernel: esi: f5637000 edi: f7c51e18 ebp: fcfcf3c0 esp: f7c51d48 Mar 15 23:57:57 ws1 kernel: ds: 007b es: 007b ss: 0068 Mar 15 23:57:57 ws1 kernel: Process events/0 (pid: 6, threadinfo=f7c50000 task=f7c1fa80) Mar 15 23:57:57 ws1 kernel: Stack: f5637000 f7c51d78 00000000 f5b1a8a0 00000000 fcfabf20 00000000 00000720 Mar 15 23:57:57 ws1 kernel: 00000001 f71b00ff 09a5eaba 09a5eaba 00000280 000001e0 00000280 00006666 Mar 15 23:57:57 ws1 kernel: 00000000 00000000 00000008 00000000 00000000 00000008 00000000 00000000 Mar 15 23:57:57 ws1 kernel: Call Trace: Mar 15 23:57:57 ws1 kernel: [<c02af755>] update_screen+0x35/0x90 Mar 15 23:57:57 ws1 kernel: [<fcfcc018>] fbcon_blank+0x108/0x140 [fbcon] Mar 15 23:57:57 ws1 kernel: [<c011487a>] find_busiest_group+0x28a/0x2f0 Mar 15 23:57:57 ws1 kernel: [<c0114b63>] load_balance_newidle+0x33/0xb0 Mar 15 23:57:57 ws1 kernel: [<c0122da4>] __mod_timer+0xf4/0x150 Mar 15 23:57:57 ws1 kernel: [<c02b3158>] do_unblank_screen+0x78/0x150 Mar 15 23:57:57 ws1 kernel: [<c02b3262>] unblank_screen+0x32/0x60 Mar 15 23:57:57 ws1 kernel: [<c02b202b>] console_callback+0xcb/0xf0 Mar 15 23:57:57 ws1 kernel: [<c012a63e>] worker_thread+0x1ae/0x250 Mar 15 23:57:57 ws1 kernel: [<c02b1f60>] console_callback+0x0/0xf0 Mar 15 23:57:57 ws1 kernel: [<c01153b0>] default_wake_function+0x0/0x20 Mar 15 23:57:57 ws1 kernel: [<c01153b0>] default_wake_function+0x0/0x20 Mar 15 23:57:57 ws1 kernel: [<c012a490>] worker_thread+0x0/0x250 Mar 15 23:57:57 ws1 kernel: [<c012ee77>] kthread+0xb7/0xc0 Mar 15 23:57:57 ws1 kernel: [<c012edc0>] kthread+0x0/0xc0 Mar 15 23:57:57 ws1 kernel: [<c01009d1>] kernel_thread_helper+0x5/0x14 Mar 15 23:57:57 ws1 kernel: Code: 00 00 c7 46 18 00 00 00 00 c7 46 1c 00 00 00 00 89 34 24 89 5c 24 04 e8 1d 84 2a c3 83 7c 24 2c ff 0f 84 5e 03 00 00 8b 54 24 2c <0f> be 82 a0 07 fd fc 39 34 85 c0 e4 54 c0 0f 84 46 03 00 00 8b Anyone know what is wrong here? Is there something I can do to fix it? Regards, Mark. |